Branch: refs/heads/master
Home: https://github.com/phpmyadmin/error-reporting-server
Commit: fc40eb1a83936daa8b7fa2c5b8535e4f33d320dd
https://github.com/phpmyadmin/error-reporting-server/commit/fc40eb1a83936da…
Author: Deven Bansod <devenbansod.bits(a)gmail.com>
Date: 2017-05-07 (Sun, 07 May 2017)
Changed paths:
A .php_cs
M src/Console/Installer.php
M src/Controller/AppController.php
M src/Controller/Component/GithubApiComponent.php
M src/Controller/Component/OrderSearchComponent.php
M src/Controller/DevelopersController.php
M src/Controller/GithubController.php
M src/Controller/IncidentsController.php
M src/Controller/NotificationsController.php
M src/Controller/PagesController.php
M src/Controller/ReportsController.php
M src/Controller/StatsController.php
M src/Model/AppModel.php
M src/Model/Behavior/SummarizableBehavior.php
M src/Model/Table/DevelopersTable.php
M src/Model/Table/IncidentsTable.php
M src/Model/Table/NotificationsTable.php
M src/Model/Table/ReportsTable.php
M src/Shell/CleanOldNotifsShell.php
M src/Shell/ConsoleShell.php
M src/Shell/StatsShell.php
M src/View/AppView.php
M src/View/Helper/AppHelper.php
M src/View/Helper/IncidentsHelper.php
M src/View/Helper/ReportsHelper.php
M tests/Fixture/DevelopersFixture.php
M tests/Fixture/IncidentsFixture.php
M tests/Fixture/NotificationsFixture.php
M tests/Fixture/ReportsFixture.php
M tests/TestCase/AllTestsTest.php
M tests/TestCase/Controller/IncidentsControllerTest.php
M tests/TestCase/Controller/NotificationsControllerTest.php
M tests/TestCase/Controller/ReportsControllerTest.php
M tests/TestCase/Model/Table/IncidentsTableTest.php
M tests/TestCase/Model/Table/NotificationsTableTest.php
M tests/TestCase/Model/Table/ReportsTableTest.php
Log Message:
-----------
Auto fixes by php-cs-fixer
* Add php-cs-fixer config
* https://github.com/FriendsOfPHP/PHP-CS-Fixer
Signed-off-by: Deven Bansod <devenbansod.bits(a)gmail.com>
Commit: 0fcc16b7e22f7c5010b98785f0d7d240e9b42c85
https://github.com/phpmyadmin/error-reporting-server/commit/0fcc16b7e22f7c5…
Author: Deven Bansod <devenbansod.bits(a)gmail.com>
Date: 2017-05-07 (Sun, 07 May 2017)
Changed paths:
M .gitignore
Log Message:
-----------
Add php_cs.cache in gitignore
Signed-off-by: Deven Bansod <devenbansod.bits(a)gmail.com>
Commit: e6f651afbcb4611ea3570931089975dc7f59666c
https://github.com/phpmyadmin/error-reporting-server/commit/e6f651afbcb4611…
Author: Michal Čihař <michal(a)cihar.com>
Date: 2017-05-07 (Sun, 07 May 2017)
Changed paths:
M .gitignore
A .php_cs
M src/Console/Installer.php
M src/Controller/AppController.php
M src/Controller/Component/GithubApiComponent.php
M src/Controller/Component/OrderSearchComponent.php
M src/Controller/DevelopersController.php
M src/Controller/GithubController.php
M src/Controller/IncidentsController.php
M src/Controller/NotificationsController.php
M src/Controller/PagesController.php
M src/Controller/ReportsController.php
M src/Controller/StatsController.php
M src/Model/AppModel.php
M src/Model/Behavior/SummarizableBehavior.php
M src/Model/Table/DevelopersTable.php
M src/Model/Table/IncidentsTable.php
M src/Model/Table/NotificationsTable.php
M src/Model/Table/ReportsTable.php
M src/Shell/CleanOldNotifsShell.php
M src/Shell/ConsoleShell.php
M src/Shell/StatsShell.php
M src/View/AppView.php
M src/View/Helper/AppHelper.php
M src/View/Helper/IncidentsHelper.php
M src/View/Helper/ReportsHelper.php
M tests/Fixture/DevelopersFixture.php
M tests/Fixture/IncidentsFixture.php
M tests/Fixture/NotificationsFixture.php
M tests/Fixture/ReportsFixture.php
M tests/TestCase/AllTestsTest.php
M tests/TestCase/Controller/IncidentsControllerTest.php
M tests/TestCase/Controller/NotificationsControllerTest.php
M tests/TestCase/Controller/ReportsControllerTest.php
M tests/TestCase/Model/Table/IncidentsTableTest.php
M tests/TestCase/Model/Table/NotificationsTableTest.php
M tests/TestCase/Model/Table/ReportsTableTest.php
Log Message:
-----------
Merge pull request #132 from devenbansod/fix_indentations
Auto fixes by php-cs-fixer
Compare: https://github.com/phpmyadmin/error-reporting-server/compare/46bda9248705..…
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/error-reporting-server
Commit: bb51e5cc07b62d8d6ce8602b9d4ad7ae33179663
https://github.com/phpmyadmin/error-reporting-server/commit/bb51e5cc07b62d8…
Author: Deven Bansod <devenbansod.bits(a)gmail.com>
Date: 2017-05-07 (Sun, 07 May 2017)
Changed paths:
M src/Controller/AppController.php
M src/Controller/Component/GithubApiComponent.php
M src/Controller/Component/OrderSearchComponent.php
M src/Controller/DevelopersController.php
M src/Controller/GithubController.php
M src/Controller/IncidentsController.php
M src/Controller/NotificationsController.php
M src/Controller/PagesController.php
M src/Controller/ReportsController.php
M src/Controller/StatsController.php
M src/Model/AppModel.php
M src/Model/Behavior/SummarizableBehavior.php
M src/Model/Table/DevelopersTable.php
M src/Model/Table/IncidentsTable.php
M src/Model/Table/NotificationsTable.php
M src/Model/Table/ReportsTable.php
M src/Shell/CleanOldNotifsShell.php
M src/Shell/ConsoleShell.php
M src/Shell/StatsShell.php
M src/View/AppView.php
M src/View/Helper/AppHelper.php
M src/View/Helper/IncidentsHelper.php
M src/View/Helper/ReportsHelper.php
Log Message:
-----------
Move to more phpMyAdmin-like coding style
* Move away from tab indentation to 4-spaces indentation
* Continue to move towards more phpMyAdmin-like coding style
* Continue moving Shells to phpMyAdmin-like coding style
* Continue moving Views to phpMyAdmin-like coding style
Signed-off-by: Deven Bansod <devenbansod.bits(a)gmail.com>
Commit: 46bda92487057f92853a0e995245ddf409d95208
https://github.com/phpmyadmin/error-reporting-server/commit/46bda92487057f9…
Author: Michal Čihař <michal(a)cihar.com>
Date: 2017-05-07 (Sun, 07 May 2017)
Changed paths:
M src/Controller/AppController.php
M src/Controller/Component/GithubApiComponent.php
M src/Controller/Component/OrderSearchComponent.php
M src/Controller/DevelopersController.php
M src/Controller/GithubController.php
M src/Controller/IncidentsController.php
M src/Controller/NotificationsController.php
M src/Controller/PagesController.php
M src/Controller/ReportsController.php
M src/Controller/StatsController.php
M src/Model/AppModel.php
M src/Model/Behavior/SummarizableBehavior.php
M src/Model/Table/DevelopersTable.php
M src/Model/Table/IncidentsTable.php
M src/Model/Table/NotificationsTable.php
M src/Model/Table/ReportsTable.php
M src/Shell/CleanOldNotifsShell.php
M src/Shell/ConsoleShell.php
M src/Shell/StatsShell.php
M src/View/AppView.php
M src/View/Helper/AppHelper.php
M src/View/Helper/IncidentsHelper.php
M src/View/Helper/ReportsHelper.php
Log Message:
-----------
Merge pull request #131 from devenbansod/fix_indentations
Move to more phpMyAdmin-like coding style
Compare: https://github.com/phpmyadmin/error-reporting-server/compare/ec4169f14ddc..…
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/localized_docs
Commit: f8075ecd2528e41e23f9e1dcb729ea6762006f52
https://github.com/phpmyadmin/localized_docs/commit/f8075ecd2528e41e23f9e1d…
Author: phpMyAdmin bot <bot(a)phpmyadmin.net>
Date: 2017-05-06 (Sat, 06 May 2017)
Changed paths:
M phpmyadmin
Log Message:
-----------
Updated phpMyAdmin repository
Commit: cb98fefe1511ad83b3375cf010f6fce8f43d1d28
https://github.com/phpmyadmin/localized_docs/commit/cb98fefe1511ad83b3375cf…
Author: phpMyAdmin bot <bot(a)phpmyadmin.net>
Date: 2017-05-06 (Sat, 06 May 2017)
Changed paths:
M locale/bookmarks.pot
M locale/charts.pot
M locale/config.pot
M locale/copyright.pot
M locale/credits.pot
M locale/developers.pot
M locale/faq.pot
M locale/glossary.pot
M locale/import_export.pot
M locale/index.pot
M locale/intro.pot
M locale/other.pot
M locale/privileges.pot
M locale/relations.pot
M locale/require.pot
M locale/security.pot
M locale/setup.pot
M locale/transformations.pot
M locale/user.pot
M locale/vendors.pot
M po/ar.mo
M po/ar.po
M po/az.mo
M po/az.po
M po/bs.mo
M po/bs.po
M po/ca.mo
M po/ca.po
M po/cs.mo
M po/cs.po
M po/da.mo
M po/da.po
M po/de.mo
M po/de.po
M po/documentation.pot
M po/el.mo
M po/el.po
M po/en_GB.mo
M po/en_GB.po
M po/eo.mo
M po/eo.po
M po/es.mo
M po/es.po
M po/et.mo
M po/et.po
M po/fi.mo
M po/fi.po
M po/fr.mo
M po/fr.po
M po/fy.mo
M po/fy.po
M po/gl.mo
M po/gl.po
M po/hu.mo
M po/hu.po
M po/hy.mo
M po/hy.po
M po/id.mo
M po/id.po
M po/it.mo
M po/it.po
M po/ja.mo
M po/ja.po
M po/ka.mo
M po/ka.po
M po/ko.mo
M po/ko.po
M po/lt.mo
M po/lt.po
M po/mn.mo
M po/mn.po
M po/nb.mo
M po/nb.po
M po/nl.mo
M po/nl.po
M po/pl.mo
M po/pl.po
M po/pt_BR.mo
M po/pt_BR.po
M po/ro.mo
M po/ro.po
M po/sk.mo
M po/sk.po
M po/sl.mo
M po/sl.po
M po/sq.mo
M po/sq.po
M po/sv.mo
M po/sv.po
M po/tr.mo
M po/tr.po
M po/uk.mo
M po/uk.po
M po/zh_CN.mo
M po/zh_CN.po
M po/zh_TW.mo
M po/zh_TW.po
Log Message:
-----------
Update po files
Compare: https://github.com/phpmyadmin/localized_docs/compare/59b3aeae37ca...cb98fef…