phpmyadmin / error-reporting-server

phpMyAdmin server side component for the error reporting system
MIT License
19 stars 28 forks source link

Add a Incident count column in Reports listing #96

Closed devenbansod closed 8 years ago

devenbansod commented 8 years ago

Tries to implement #71 (I understood #84 more and worked accordingly).

Would love someone testing this, since I am slightly new to this codebase.

Signed-off-by: Deven Bansod devenbansod.bits@gmail.com

devenbansod commented 8 years ago

I think the errors in travis in this one as well as in #97 are mostly because of changes in phinx 0.5.0, which is shipped with CakePHP's Migrations plugin. It shows to have been fixed with https://github.com/cakephp/migrations/pull/161

nijel commented 8 years ago

You didn't update test cases, I've fixed that in 30d221e, a59aba4 and 94c5c36.

devenbansod commented 8 years ago

Oo sorry. I had forgotten to do that.

Anyways, thanks! Will take care from next time! :)