Branch: refs/heads/master Home: https://github.com/phpmyadmin/error-reporting-server Commit: bafe8ffd2e7e97c991edfcd884ff6c06f024bb35 https://github.com/phpmyadmin/error-reporting-server/commit/bafe8ffd2e7e97c9... Author: Deven Bansod devenbansod.bits@gmail.com Date: 2017-06-08 (Thu, 08 Jun 2017)
Changed paths: M src/Controller/NotificationsController.php M src/Controller/ReportsController.php M src/Template/Notifications/index.ctp M webroot/js/custom.js
Log Message: ----------- Fix Notifications handling
Fix #106
* Add a Mark All Notifications as Read button * Fix pagination, sorting and searching on Notifications page * Add a Check all checkbox on Notifications page
Signed-off-by: Deven Bansod devenbansod.bits@gmail.com
Commit: dd420854371dce9f16f9720f8a6de34c0741c5d3 https://github.com/phpmyadmin/error-reporting-server/commit/dd420854371dce9f... Author: Deven Bansod devenbansod.bits@gmail.com Date: 2017-06-08 (Thu, 08 Jun 2017)
Changed paths: M tests/TestCase/Controller/NotificationsControllerTest.php
Log Message: ----------- Add tests for Notifications handling
Signed-off-by: Deven Bansod devenbansod.bits@gmail.com
Commit: ad9fa0613af2e262471f6a62462b4ff82542aaec https://github.com/phpmyadmin/error-reporting-server/commit/ad9fa0613af2e262... Author: Michal Čihař michal@cihar.com Date: 2017-06-09 (Fri, 09 Jun 2017)
Changed paths: M src/Controller/NotificationsController.php M src/Controller/ReportsController.php M src/Template/Notifications/index.ctp M tests/TestCase/Controller/NotificationsControllerTest.php M webroot/js/custom.js
Log Message: ----------- Merge pull request #154 from devenbansod/fix_106
Fix Notifications handling
Compare: https://github.com/phpmyadmin/error-reporting-server/compare/0022f4683abe......