Branch: refs/heads/master Home: https://github.com/phpmyadmin/error-reporting-server Commit: 72a8e3414924fd361187f7464a0775647725f45a https://github.com/phpmyadmin/error-reporting-server/commit/72a8e3414924fd36... Author: Dhananjay Nakrani dhananjaynakrani@gmail.com Date: 2014-06-06 (Fri, 06 Jun 2014)
Changed paths: A app/Config/Migration/1402061047_add_exception_type_to_incidents.php
Log Message: ----------- Add 'exception_type' field to Incidents.
Signed-off-by: Dhananjay Nakrani dhananjaynakrani@gmail.com
Commit: 25e1d73e05dff3061c05835ea9cb001b5f59340c https://github.com/phpmyadmin/error-reporting-server/commit/25e1d73e05dff306... Author: Dhananjay Nakrani dhananjaynakrani@gmail.com Date: 2014-06-06 (Fri, 06 Jun 2014)
Changed paths: M app/Controller/IncidentsController.php M app/Model/Incident.php
Log Message: ----------- Make server accept php error incidents.
Signed-off-by: Dhananjay Nakrani dhananjaynakrani@gmail.com
Commit: 94c5c11d7e773cfe67a42fefebd5f28793eca53b https://github.com/phpmyadmin/error-reporting-server/commit/94c5c11d7e773cfe... Author: Dhananjay Nakrani dhananjaynakrani@gmail.com Date: 2014-06-06 (Fri, 06 Jun 2014)
Changed paths: M app/Model/Incident.php
Log Message: ----------- Add backward compatibility. Server now accepts incidents even if 'exception_type' is not set (case for older versions of PMA). It considers such incidents to be 'js' errors.
Signed-off-by: Dhananjay Nakrani dhananjaynakrani@gmail.com
Commit: 849b475966dc0990915605b79f75efc9d40dfc2a https://github.com/phpmyadmin/error-reporting-server/commit/849b475966dc0990... Author: Dhananjay Nakrani dhananjaynakrani@gmail.com Date: 2014-06-06 (Fri, 06 Jun 2014)
Changed paths: M app/View/Reports/view.ctp
Log Message: ----------- Show 'Error Type' in individual error report.
Signed-off-by: Dhananjay Nakrani dhananjaynakrani@gmail.com
Commit: 170beb9f897edb15e74e1624734680992dc2658c https://github.com/phpmyadmin/error-reporting-server/commit/170beb9f897edb15... Author: Dhananjay Nakrani dhananjaynakrani@gmail.com Date: 2014-06-13 (Fri, 13 Jun 2014)
Changed paths: M app/Model/Incident.php M app/Test/Case/Controller/IncidentsControllerTest.php M app/Test/Case/Model/IncidentTest.php
Log Message: ----------- Fix failing tests. Modify the expected beahvior of testcases.
Signed-off-by: Dhananjay Nakrani dhananjaynakrani@gmail.com
Commit: 02457933f0eaa4bafc345874c5ea637a48b6f1b6 https://github.com/phpmyadmin/error-reporting-server/commit/02457933f0eaa4ba... Author: Dhananjay Nakrani dhananjaynakrani@gmail.com Date: 2014-06-13 (Fri, 13 Jun 2014)
Changed paths: M app/Test/Case/Controller/IncidentsControllerTest.php M app/Test/Case/Model/IncidentTest.php R app/Test/Fixture/report.json A app/Test/Fixture/report_js.json
Log Message: ----------- Rename 'report.json' file to 'report_js.json'. Needed to differentiate between report files of js & php type.
Signed-off-by: Dhananjay Nakrani dhananjaynakrani@gmail.com
Commit: 91b963f1b5cf217397cec521558f5ca97b1026d1 https://github.com/phpmyadmin/error-reporting-server/commit/91b963f1b5cf2173... Author: Dhananjay Nakrani dhananjaynakrani@gmail.com Date: 2014-06-13 (Fri, 13 Jun 2014)
Changed paths: A app/Test/Fixture/report_php.json
Log Message: ----------- Add php report test data file.
Signed-off-by: Dhananjay Nakrani dhananjaynakrani@gmail.com
Commit: 5671a86c628c67cfcf191567d975215fe211adbf https://github.com/phpmyadmin/error-reporting-server/commit/5671a86c628c67cf... Author: Dhananjay Nakrani dhananjaynakrani@gmail.com Date: 2014-06-13 (Fri, 13 Jun 2014)
Changed paths: M app/Test/Case/Model/IncidentTest.php
Log Message: ----------- Add test case for 'php' bug report.
Signed-off-by: Dhananjay Nakrani dhananjaynakrani@gmail.com
Commit: eae343e381479f3ca0c4c127dc92a3026b79a921 https://github.com/phpmyadmin/error-reporting-server/commit/eae343e381479f3c... Author: Dhananjay Nakrani dhananjaynakrani@gmail.com Date: 2014-06-14 (Sat, 14 Jun 2014)
Changed paths: M app/Test/Case/Model/IncidentTest.php
Log Message: ----------- Add test case for 'php' in 'testGetReportDetails()'.
Signed-off-by: Dhananjay Nakrani dhananjaynakrani@gmail.com
Commit: 91b9c3a8379aa911a7dda7ef60248d3981fee54c https://github.com/phpmyadmin/error-reporting-server/commit/91b9c3a8379aa911... Author: Dhananjay Nakrani dhananjaynakrani@gmail.com Date: 2014-06-14 (Sat, 14 Jun 2014)
Changed paths: M app/Test/Case/Model/IncidentTest.php
Log Message: ----------- Add php case in 'testGetSchematizedIncident()'.
Signed-off-by: Dhananjay Nakrani dhananjaynakrani@gmail.com
Commit: 8ac7243768bc02943d5d375b51ed6a44c496b335 https://github.com/phpmyadmin/error-reporting-server/commit/8ac7243768bc0294... Author: Dhananjay Nakrani dhananjaynakrani@gmail.com Date: 2014-06-14 (Sat, 14 Jun 2014)
Changed paths: M app/Model/Incident.php
Log Message: ----------- Remove dead code pointed out by Scrutinizer.
Signed-off-by: Dhananjay Nakrani dhananjaynakrani@gmail.com
Commit: 9090cb42504bd5d60a2d5f8aa59ca03e1fdfe71c https://github.com/phpmyadmin/error-reporting-server/commit/9090cb42504bd5d6... Author: Michal Čihař michal@cihar.com Date: 2014-06-16 (Mon, 16 Jun 2014)
Changed paths: A app/Config/Migration/1402061047_add_exception_type_to_incidents.php M app/Controller/IncidentsController.php M app/Model/Incident.php M app/Test/Case/Controller/IncidentsControllerTest.php M app/Test/Case/Model/IncidentTest.php R app/Test/Fixture/report.json A app/Test/Fixture/report_js.json A app/Test/Fixture/report_php.json M app/View/Reports/view.ctp
Log Message: ----------- Merge pull request #45 from dhananjay92/dhananjay-gsoc-dev
Commits for review: Accepting & Displaying php error incidents/reports.
Compare: https://github.com/phpmyadmin/error-reporting-server/compare/4fae475baa49......