Branch: refs/heads/master Home: https://github.com/phpmyadmin/error-reporting-server Commit: ee8d57c6a9c246c772e812c1cb5efab65df67480 https://github.com/phpmyadmin/error-reporting-server/commit/ee8d57c6a9c246c7... Author: Deven Bansod devenbansod.bits@gmail.com Date: 2017-05-16 (Tue, 16 May 2017)
Changed paths: A config/Migrations/20170515135017_fix_long_pma_versions.php M src/Model/Table/IncidentsTable.php
Log Message: ----------- Strip phpMyAdmin versions of their Ubuntu and Debian suffixes
Fix #141
Signed-off-by: Deven Bansod devenbansod.bits@gmail.com
Commit: b9445ab50f72b990a72a1575773106d126489880 https://github.com/phpmyadmin/error-reporting-server/commit/b9445ab50f72b990... Author: Deven Bansod devenbansod.bits@gmail.com Date: 2017-05-16 (Tue, 16 May 2017)
Changed paths: M config/Migrations/20170515135017_fix_long_pma_versions.php M src/Model/Table/IncidentsTable.php
Log Message: ----------- Share code for stripping phpMyAdmin versions
* Use 'use ...' statements instead of fully-qualified path for a class
Signed-off-by: Deven Bansod devenbansod.bits@gmail.com
Commit: 442295374ee60f5b703fc2e30962fb57f52c899a https://github.com/phpmyadmin/error-reporting-server/commit/442295374ee60f5b... Author: Michal Čihař michal@cihar.com Date: 2017-05-16 (Tue, 16 May 2017)
Changed paths: M tests/TestCase/Model/Table/IncidentsTableTest.php
Log Message: ----------- Add tests for version stripping
Signed-off-by: Michal Čihař michal@cihar.com
Commit: e9570b76ccbad0e3d7909dbfaa27ccd93415ebf2 https://github.com/phpmyadmin/error-reporting-server/commit/e9570b76ccbad0e3... Author: Deven Bansod devenbansod.bits@gmail.com Date: 2017-05-16 (Tue, 16 May 2017)
Changed paths: M config/Migrations/20170515135017_fix_long_pma_versions.php
Log Message: ----------- Iterate over resultSet using 'fetch' instead of loading all in-mem
Signed-off-by: Deven Bansod devenbansod.bits@gmail.com
Commit: f09d6f79bfe80cf80c7cc9ad2d3424293dcda0f6 https://github.com/phpmyadmin/error-reporting-server/commit/f09d6f79bfe80cf8... Author: Michal Čihař michal@cihar.com Date: 2017-05-16 (Tue, 16 May 2017)
Changed paths: A config/Migrations/20170515135017_fix_long_pma_versions.php M src/Model/Table/IncidentsTable.php M tests/TestCase/Model/Table/IncidentsTableTest.php
Log Message: ----------- Merge pull request #147 from devenbansod/fix_long_pma_versions
Strip phpMyAdmin versions of their Ubuntu and Debian suffixes
Compare: https://github.com/phpmyadmin/error-reporting-server/compare/a848a80c8c8a......