Branch: refs/heads/master
Home: https://github.com/phpmyadmin/scripts
Commit: 658e6db55f85f5028f4967875b76d8a52b0b0a38
https://github.com/phpmyadmin/scripts/commit/658e6db55f85f5028f4967875b76d8…
Author: Michal Čihař <michal(a)cihar.com>
Date: 2017-05-16 (Tue, 16 May 2017)
Changed paths:
A website/daily-composer
Log Message:
-----------
Initial version of script to generate VCS repository for composer
Signed-off-by: Michal Čihař <michal(a)cihar.com>
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/error-reporting-server
Commit: 0d1ad97811e469421b5ccb5fa8bcd0fea70edd2f
https://github.com/phpmyadmin/error-reporting-server/commit/0d1ad97811e4694…
Author: Deven Bansod <devenbansod.bits(a)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(a)gmail.com>
Commit: 3dfd02730b4188fb5b5205e8b7c341e823ad5326
https://github.com/phpmyadmin/error-reporting-server/commit/3dfd02730b4188f…
Author: Deven Bansod <devenbansod.bits(a)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(a)gmail.com>
Commit: a848a80c8c8a107672db708e95557695758c35e4
https://github.com/phpmyadmin/error-reporting-server/commit/a848a80c8c8a107…
Author: Michal Čihař <michal(a)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..…