Branch: refs/heads/master Home: https://github.com/phpmyadmin/error-reporting-server Commit: 0d1ad97811e469421b5ccb5fa8bcd0fea70edd2f https://github.com/phpmyadmin/error-reporting-server/commit/0d1ad97811e46942... Author: Deven Bansod devenbansod.bits@gmail.com Date: 2017-05-15 (Mon, 15 May 2017)
Changed paths: M src/Controller/ReportsController.php M src/Template/Reports/index.ctp M webroot/js/custom.js
Log Message: ----------- Allow Searching reports by filename (i.e. location)
* This helps in differentiating between all the similar errors/exceptions but originating from different files, while looking at the reports listing page
Signed-off-by: Deven Bansod devenbansod.bits@gmail.com
Commit: 3dfd02730b4188fb5b5205e8b7c341e823ad5326 https://github.com/phpmyadmin/error-reporting-server/commit/3dfd02730b4188fb... Author: Deven Bansod devenbansod.bits@gmail.com Date: 2017-05-15 (Mon, 15 May 2017)
Changed paths: M tests/Fixture/ReportsFixture.php M tests/TestCase/Controller/ReportsControllerTest.php
Log Message: ----------- Fix tests related to data_tables in ReportsController
Signed-off-by: Deven Bansod devenbansod.bits@gmail.com
Commit: a848a80c8c8a107672db708e95557695758c35e4 https://github.com/phpmyadmin/error-reporting-server/commit/a848a80c8c8a1076... Author: Michal Čihař michal@cihar.com Date: 2017-05-15 (Mon, 15 May 2017)
Changed paths: M src/Controller/ReportsController.php M src/Template/Reports/index.ctp M tests/Fixture/ReportsFixture.php M tests/TestCase/Controller/ReportsControllerTest.php M webroot/js/custom.js
Log Message: ----------- Merge pull request #146 from devenbansod/fix_123
Fix #123: Allow Searching reports by filename (i.e. location)
Compare: https://github.com/phpmyadmin/error-reporting-server/compare/858b2f1ea6ff......