Branch: refs/heads/master
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: 2937e9796db184082c1e0d99e244216d447dc396
https://github.com/phpmyadmin/phpmyadmin/commit/2937e9796db184082c1e0d99e24…
Author: Maurício Meneghini Fauth <mauricio(a)fauth.dev>
Date: 2020-05-30 (Sat, 05 May 2020) -03:00
Changed paths:
M libraries/classes/Controllers/Table/FindReplaceController.php
M libraries/classes/Controllers/Table/SearchController.php
M libraries/classes/Controllers/Table/StructureController.php
M libraries/classes/Controllers/Table/ZoomSearchController.php
M libraries/classes/Display/Results.php
M phpstan-baseline.neon
M test/classes/Display/ResultsTest.php
Log Message:
-----------
Remove underscore prefix from some method names
Related to #16149
Signed-off-by: Maurício Meneghini Fauth <mauricio(a)fauth.dev>
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/error-reporting-server
Commit: ed28d7cd11a513f7a75d218ea95af1334f2af2a3
https://github.com/phpmyadmin/error-reporting-server/commit/ed28d7cd11a513f…
Author: William Desportes <williamdes(a)wdes.fr>
Date: 2020-05-28 (Thu, 05 May 2020) +02:00
Changed paths:
M composer.json
Log Message:
-----------
Upgrade phpMyAdmin coding standard to 2.0
Signed-off-by: William Desportes <williamdes(a)wdes.fr>
Commit: 7b9ab2b43de2271d80fa11b0f591bca58999c48f
https://github.com/phpmyadmin/error-reporting-server/commit/7b9ab2b43de2271…
Author: William Desportes <williamdes(a)wdes.fr>
Date: 2020-05-28 (Thu, 05 May 2020) +02:00
Changed paths:
M src/Controller/AppController.php
M src/Controller/Component/GithubApiComponent.php
M src/Controller/Component/MailerComponent.php
M src/Controller/Component/OrderSearchComponent.php
M src/Controller/DevelopersController.php
M src/Controller/ErrorController.php
M src/Controller/EventsController.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/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/Shell/SyncGithubIssueStatesShell.php
M src/View/Helper/AppHelper.php
M src/View/Helper/IncidentsHelper.php
M src/View/Helper/ReportsHelper.php
M tests/TestCase/Controller/DevelopersControllerTest.php
M tests/TestCase/Controller/GithubControllerTest.php
M tests/TestCase/Model/Table/DevelopersTableTest.php
M tests/TestCase/Shell/CleanOldNotifsShellTest.php
M tests/TestCase/Shell/StatsShellTest.php
M tests/TestCase/View/Helper/ReportsHelperTest.php
Log Message:
-----------
Remove vim mod lines
Signed-off-by: William Desportes <williamdes(a)wdes.fr>
Commit: 83305e1dc8c396d7dd0fa41b0c65ba4c23248838
https://github.com/phpmyadmin/error-reporting-server/commit/83305e1dc8c396d…
Author: William Desportes <williamdes(a)wdes.fr>
Date: 2020-05-28 (Thu, 05 May 2020) +02:00
Changed paths:
M composer.json
M phpcs.xml.dist
Log Message:
-----------
Upgrade phpcs rules and rename phpcbf command
Signed-off-by: William Desportes <williamdes(a)wdes.fr>
Commit: 07e3a88d74a018a1801728809d0164175b39882d
https://github.com/phpmyadmin/error-reporting-server/commit/07e3a88d74a018a…
Author: William Desportes <williamdes(a)wdes.fr>
Date: 2020-05-29 (Fri, 05 May 2020) +02:00
Changed paths:
M config/Migrations/20150607191654_initial.php
M config/Migrations/20150607192040_add_report_id_index_to_incidents.php
M config/Migrations/20150607192459_add_dev_report_index_to_notifications.php
M config/Migrations/20160111023543_add_locale_to_incidents.php
M config/Migrations/20170515135017_fix_long_pma_versions.php
M config/Migrations/20170530155816_fix_stale_report_states.php
M config/Migrations/20170711060435_AlterIncidents.php
M config/app.default.php
M config/app_example.php
M config/app_travis.php
M config/bootstrap.php
M config/bootstrap_cli.php
M config/oauth_example.php
M config/paths.php
M config/routes.php
M src/Application.php
M src/Controller/AppController.php
M src/Controller/Component/GithubApiComponent.php
M src/Controller/Component/MailerComponent.php
M src/Controller/Component/OrderSearchComponent.php
M src/Controller/DevelopersController.php
M src/Controller/ErrorController.php
M src/Controller/EventsController.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/Mailer/Transport/TestTransport.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/Shell/SyncGithubIssueStatesShell.php
M src/View/AppView.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/DevelopersControllerTest.php
M tests/TestCase/Controller/EventsControllerTest.php
M tests/TestCase/Controller/GithubControllerTest.php
M tests/TestCase/Controller/IncidentsControllerTest.php
M tests/TestCase/Controller/NotificationsControllerTest.php
M tests/TestCase/Controller/ReportsControllerTest.php
M tests/TestCase/Model/Table/DevelopersTableTest.php
M tests/TestCase/Model/Table/IncidentsTableTest.php
M tests/TestCase/Model/Table/NotificationsTableTest.php
M tests/TestCase/Model/Table/ReportsTableTest.php
M tests/TestCase/Shell/CleanOldNotifsShellTest.php
M tests/TestCase/Shell/StatsShellTest.php
M tests/TestCase/Shell/SyncGithubIssueStatesShellTest.php
M tests/TestCase/View/Helper/ReportsHelperTest.php
Log Message:
-----------
Fix all coding standard errors
Signed-off-by: William Desportes <williamdes(a)wdes.fr>