Branch: refs/heads/master
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: 33d711215dbe6309f0206122fd7e7ebc80be31d9
https://github.com/phpmyadmin/phpmyadmin/commit/33d711215dbe6309f0206122fd7…
Author: Maurício Meneghini Fauth <mauricio(a)fauth.dev>
Date: 2021-03-08 (Mon, 03 March 2021) -03:00
Changed paths:
M js/src/ajax.js
M libraries/classes/Config.php
M libraries/classes/Controllers/HomeController.php
M libraries/classes/ErrorReport.php
M libraries/classes/Header.php
M libraries/classes/OpenDocument.php
M libraries/classes/Pdf.php
M libraries/classes/Plugins/Export/ExportJson.php
M libraries/classes/Plugins/Export/ExportLatex.php
M libraries/classes/Plugins/Export/ExportPhparray.php
M libraries/classes/Plugins/Export/ExportSql.php
M libraries/classes/Plugins/Export/ExportXml.php
M libraries/classes/Plugins/Schema/Eps/EpsRelationSchema.php
M libraries/classes/Plugins/Schema/Svg/SvgRelationSchema.php
M libraries/classes/Relation.php
M libraries/classes/Scripts.php
M libraries/classes/Setup/ConfigGenerator.php
M libraries/classes/Setup/Index.php
M libraries/classes/Sql.php
M libraries/classes/Util.php
M test/bootstrap-static.php
M test/classes/AbstractTestCase.php
M test/classes/BookmarkTest.php
M test/classes/Config/FormDisplayTest.php
M test/classes/Config/FormTest.php
M test/classes/ConfigTest.php
M test/classes/Controllers/Database/PrivilegesControllerTest.php
M test/classes/Controllers/Database/StructureControllerTest.php
M test/classes/Controllers/ExportTemplateControllerTest.php
M test/classes/Controllers/Server/BinlogControllerTest.php
M test/classes/Controllers/Server/CollationsControllerTest.php
M test/classes/Controllers/Server/DatabasesControllerTest.php
M test/classes/Controllers/Server/EnginesControllerTest.php
M test/classes/Controllers/Server/PluginsControllerTest.php
M test/classes/Controllers/Server/Status/VariablesControllerTest.php
M test/classes/Controllers/Server/VariablesControllerTest.php
M test/classes/Controllers/Table/FindReplaceControllerTest.php
M test/classes/Controllers/Table/IndexesControllerTest.php
M test/classes/Controllers/Table/PrivilegesControllerTest.php
M test/classes/Controllers/Table/RelationControllerTest.php
M test/classes/Controllers/Table/ReplaceControllerTest.php
M test/classes/Controllers/Table/SearchControllerTest.php
M test/classes/Controllers/Table/StructureControllerTest.php
M test/classes/CoreTest.php
M test/classes/Database/CentralColumnsTest.php
M test/classes/Database/Designer/CommonTest.php
M test/classes/Database/DesignerTest.php
M test/classes/Database/QbeTest.php
M test/classes/Database/RoutinesTest.php
M test/classes/Database/TriggersTest.php
M test/classes/DatabaseInterfaceTest.php
M test/classes/Display/ResultsTest.php
M test/classes/ErrorReportTest.php
M test/classes/HeaderTest.php
M test/classes/InsertEditTest.php
M test/classes/MenuTest.php
M test/classes/Navigation/Nodes/NodeDatabaseChildTest.php
M test/classes/Navigation/Nodes/NodeDatabaseTest.php
M test/classes/NormalizationTest.php
M test/classes/Plugins/Auth/AuthenticationCookieTest.php
M test/classes/Plugins/Auth/AuthenticationSignonTest.php
M test/classes/Plugins/Export/ExportCsvTest.php
M test/classes/Plugins/Export/ExportHtmlwordTest.php
M test/classes/Plugins/Export/ExportJsonTest.php
M test/classes/Plugins/Export/ExportLatexTest.php
M test/classes/Plugins/Export/ExportMediawikiTest.php
M test/classes/Plugins/Export/ExportOdsTest.php
M test/classes/Plugins/Export/ExportOdtTest.php
M test/classes/Plugins/Export/ExportPdfTest.php
M test/classes/Plugins/Export/ExportPhparrayTest.php
M test/classes/Plugins/Export/ExportSqlTest.php
M test/classes/Plugins/Export/ExportTexytextTest.php
M test/classes/Plugins/Export/ExportXmlTest.php
M test/classes/Plugins/Export/ExportYamlTest.php
M test/classes/Plugins/Schema/DiaRelationSchemaTest.php
M test/classes/Plugins/Schema/EpsRelationSchemaTest.php
M test/classes/Plugins/Schema/ExportRelationSchemaTest.php
M test/classes/Plugins/Schema/PdfRelationSchemaTest.php
M test/classes/Plugins/Schema/SvgRelationSchemaTest.php
M test/classes/RelationCleanupTest.php
M test/classes/RelationTest.php
M test/classes/ScriptsTest.php
M test/classes/Server/PrivilegesTest.php
M test/classes/Server/UserGroupsTest.php
M test/classes/Setup/ConfigGeneratorTest.php
M test/classes/Setup/FormProcessingTest.php
M test/classes/SqlQueryFormTest.php
M test/classes/SqlTest.php
M test/classes/Stubs/DbiDummy.php
M test/classes/SystemDatabaseTest.php
M test/classes/TableTest.php
M test/classes/ThemeManagerTest.php
M test/classes/ThemeTest.php
M test/classes/TrackerTest.php
M test/classes/TrackingTest.php
M test/classes/TransformationsTest.php
M test/classes/TwoFactorTest.php
M test/classes/UserPreferencesTest.php
M test/classes/UtilTest.php
M test/classes/VersionInformationTest.php
M test/phpstan-constants.php
Log Message:
-----------
Remove the PMA_VERSION constant
Uses the PhpMyAdmin\Version::VERSION constant instead.
Signed-off-by: Maurício Meneghini Fauth <mauricio(a)fauth.dev>
Commit: faaf7dbb48f0ad3b0791b4462799ee4d09e4860a
https://github.com/phpmyadmin/phpmyadmin/commit/faaf7dbb48f0ad3b0791b446279…
Author: Maurício Meneghini Fauth <mauricio(a)fauth.dev>
Date: 2021-03-09 (Tue, 03 March 2021) -03:00
Changed paths:
M js/src/ajax.js
M libraries/classes/Config.php
M libraries/classes/Controllers/HomeController.php
M libraries/classes/ErrorReport.php
M libraries/classes/Header.php
M libraries/classes/OpenDocument.php
M libraries/classes/Pdf.php
M libraries/classes/Plugins/Export/ExportJson.php
M libraries/classes/Plugins/Export/ExportLatex.php
M libraries/classes/Plugins/Export/ExportPhparray.php
M libraries/classes/Plugins/Export/ExportSql.php
M libraries/classes/Plugins/Export/ExportXml.php
M libraries/classes/Plugins/Schema/Eps/EpsRelationSchema.php
M libraries/classes/Plugins/Schema/Svg/SvgRelationSchema.php
M libraries/classes/Relation.php
M libraries/classes/Scripts.php
M libraries/classes/Setup/ConfigGenerator.php
M libraries/classes/Setup/Index.php
M libraries/classes/Sql.php
M libraries/classes/Util.php
M test/bootstrap-static.php
M test/classes/AbstractTestCase.php
M test/classes/BookmarkTest.php
M test/classes/Config/FormDisplayTest.php
M test/classes/Config/FormTest.php
M test/classes/ConfigTest.php
M test/classes/Controllers/Database/PrivilegesControllerTest.php
M test/classes/Controllers/Database/StructureControllerTest.php
M test/classes/Controllers/ExportTemplateControllerTest.php
M test/classes/Controllers/Server/BinlogControllerTest.php
M test/classes/Controllers/Server/CollationsControllerTest.php
M test/classes/Controllers/Server/DatabasesControllerTest.php
M test/classes/Controllers/Server/EnginesControllerTest.php
M test/classes/Controllers/Server/PluginsControllerTest.php
M test/classes/Controllers/Server/Status/VariablesControllerTest.php
M test/classes/Controllers/Server/VariablesControllerTest.php
M test/classes/Controllers/Table/FindReplaceControllerTest.php
M test/classes/Controllers/Table/IndexesControllerTest.php
M test/classes/Controllers/Table/PrivilegesControllerTest.php
M test/classes/Controllers/Table/RelationControllerTest.php
M test/classes/Controllers/Table/ReplaceControllerTest.php
M test/classes/Controllers/Table/SearchControllerTest.php
M test/classes/Controllers/Table/StructureControllerTest.php
M test/classes/CoreTest.php
M test/classes/Database/CentralColumnsTest.php
M test/classes/Database/Designer/CommonTest.php
M test/classes/Database/DesignerTest.php
M test/classes/Database/QbeTest.php
M test/classes/Database/RoutinesTest.php
M test/classes/Database/TriggersTest.php
M test/classes/DatabaseInterfaceTest.php
M test/classes/Display/ResultsTest.php
M test/classes/ErrorReportTest.php
M test/classes/HeaderTest.php
M test/classes/InsertEditTest.php
M test/classes/MenuTest.php
M test/classes/Navigation/Nodes/NodeDatabaseChildTest.php
M test/classes/Navigation/Nodes/NodeDatabaseTest.php
M test/classes/NormalizationTest.php
M test/classes/Plugins/Auth/AuthenticationCookieTest.php
M test/classes/Plugins/Auth/AuthenticationSignonTest.php
M test/classes/Plugins/Export/ExportCsvTest.php
M test/classes/Plugins/Export/ExportHtmlwordTest.php
M test/classes/Plugins/Export/ExportJsonTest.php
M test/classes/Plugins/Export/ExportLatexTest.php
M test/classes/Plugins/Export/ExportMediawikiTest.php
M test/classes/Plugins/Export/ExportOdsTest.php
M test/classes/Plugins/Export/ExportOdtTest.php
M test/classes/Plugins/Export/ExportPdfTest.php
M test/classes/Plugins/Export/ExportPhparrayTest.php
M test/classes/Plugins/Export/ExportSqlTest.php
M test/classes/Plugins/Export/ExportTexytextTest.php
M test/classes/Plugins/Export/ExportXmlTest.php
M test/classes/Plugins/Export/ExportYamlTest.php
M test/classes/Plugins/Schema/DiaRelationSchemaTest.php
M test/classes/Plugins/Schema/EpsRelationSchemaTest.php
M test/classes/Plugins/Schema/ExportRelationSchemaTest.php
M test/classes/Plugins/Schema/PdfRelationSchemaTest.php
M test/classes/Plugins/Schema/SvgRelationSchemaTest.php
M test/classes/RelationCleanupTest.php
M test/classes/RelationTest.php
M test/classes/ScriptsTest.php
M test/classes/Server/PrivilegesTest.php
M test/classes/Server/UserGroupsTest.php
M test/classes/Setup/ConfigGeneratorTest.php
M test/classes/Setup/FormProcessingTest.php
M test/classes/SqlQueryFormTest.php
M test/classes/SqlTest.php
M test/classes/Stubs/DbiDummy.php
M test/classes/SystemDatabaseTest.php
M test/classes/TableTest.php
M test/classes/ThemeManagerTest.php
M test/classes/ThemeTest.php
M test/classes/TrackerTest.php
M test/classes/TrackingTest.php
M test/classes/TransformationsTest.php
M test/classes/TwoFactorTest.php
M test/classes/UserPreferencesTest.php
M test/classes/UtilTest.php
M test/classes/VersionInformationTest.php
M test/phpstan-constants.php
Log Message:
-----------
Merge pull request #16722 from mauriciofauth/pma-version-removal
Remove the PMA_VERSION constant
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: 6f4a1c8ab5824dc4c9ceb32f497d263e200bbc8d
https://github.com/phpmyadmin/phpmyadmin/commit/6f4a1c8ab5824dc4c9ceb32f497…
Author: Maurício Meneghini Fauth <mauricio(a)fauth.dev>
Date: 2021-03-08 (Mon, 03 March 2021) -03:00
Changed paths:
M libraries/classes/Controllers/Preferences/ExportController.php
M libraries/classes/Controllers/Preferences/FeaturesController.php
M libraries/classes/Controllers/Preferences/ImportController.php
M libraries/classes/Controllers/Preferences/MainPanelController.php
M libraries/classes/Controllers/Preferences/ManageController.php
M libraries/classes/Controllers/Preferences/NavigationController.php
M libraries/classes/Controllers/Preferences/SqlController.php
M libraries/classes/ErrorReport.php
M libraries/services.php
M libraries/services_controllers.php
M test/classes/ErrorReportTest.php
Log Message:
-----------
Remove some config global in favor of DI
Signed-off-by: Maurício Meneghini Fauth <mauricio(a)fauth.dev>
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/error-reporting-server
Commit: 989499ab5684144c82e7b1f9487eb72f953085d5
https://github.com/phpmyadmin/error-reporting-server/commit/989499ab5684144…
Author: William Desportes <williamdes(a)wdes.fr>
Date: 2021-03-02 (Tue, 03 March 2021) +01:00
Changed paths:
M composer.json
M phpunit.xml.dist
Log Message:
-----------
Upgrade phpunit from 5 or 6 to 8 or 9
Signed-off-by: William Desportes <williamdes(a)wdes.fr>
Commit: 7ebe176b925641fcabec25acdd34041e72288ed7
https://github.com/phpmyadmin/error-reporting-server/commit/7ebe176b925641f…
Author: William Desportes <williamdes(a)wdes.fr>
Date: 2021-03-02 (Tue, 03 March 2021) +01:00
Changed paths:
M composer.json
Log Message:
-----------
Upgrade cake php
Signed-off-by: William Desportes <williamdes(a)wdes.fr>
Commit: d0878ad2b2d90d7580ecac746c69c8012d5e3f90
https://github.com/phpmyadmin/error-reporting-server/commit/d0878ad2b2d90d7…
Author: William Desportes <williamdes(a)wdes.fr>
Date: 2021-03-02 (Tue, 03 March 2021) +01:00
Changed paths:
M config/bootstrap.php
M src/Application.php
M src/Controller/AppController.php
M src/Controller/DevelopersController.php
M src/Controller/ErrorController.php
M src/Controller/EventsController.php
M src/Controller/GithubController.php
M src/Controller/NotificationsController.php
M src/Mailer/Transport/TestTransport.php
Log Message:
-----------
Fixes for cake php 4
Signed-off-by: William Desportes <williamdes(a)wdes.fr>
Commit: 14a28b860f8dc377fc697d6bbfdf6d563fe339ac
https://github.com/phpmyadmin/error-reporting-server/commit/14a28b860f8dc37…
Author: William Desportes <williamdes(a)wdes.fr>
Date: 2021-03-02 (Tue, 03 March 2021) +01:00
Changed paths:
M src/Controller/AppController.php
M src/Controller/DevelopersController.php
M src/Controller/ErrorController.php
M src/Controller/GithubController.php
M src/Controller/IncidentsController.php
M src/Controller/NotificationsController.php
M src/Controller/ReportsController.php
M src/Mailer/Transport/TestTransport.php
Log Message:
-----------
Migration fixes for cake PHP 4
Signed-off-by: William Desportes <williamdes(a)wdes.fr>
Commit: e63981cb0a35fbfa015f6e7714fb3154e83b1ffa
https://github.com/phpmyadmin/error-reporting-server/commit/e63981cb0a35fbf…
Author: William Desportes <williamdes(a)wdes.fr>
Date: 2021-03-02 (Tue, 03 March 2021) +01:00
Changed paths:
M .github/workflows/lint-and-analyse-php.yml
M .github/workflows/tests.yml
M .scrutinizer.yml
M README.md
M composer.json
Log Message:
-----------
Drop PHP 7.1
Signed-off-by: William Desportes <williamdes(a)wdes.fr>
Commit: f1a6231f93da5fe6e163db65c1ca1aeaa479a4d2
https://github.com/phpmyadmin/error-reporting-server/commit/f1a6231f93da5fe…
Author: William Desportes <williamdes(a)wdes.fr>
Date: 2021-03-02 (Tue, 03 March 2021) +01: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/Mailer/Transport/TestTransport.php
M src/Model/Table/NotificationsTable.php
M src/Shell/SyncGithubIssueStatesShell.php
M src/View/Helper/IncidentsHelper.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/StatsShellTest.php
Log Message:
-----------
Cake PHP 4 fixes for tests and some classes
Signed-off-by: William Desportes <williamdes(a)wdes.fr>
Commit: 8868a5729cc6aad906e1d181378ff252f764792b
https://github.com/phpmyadmin/error-reporting-server/commit/8868a5729cc6aad…
Author: William Desportes <williamdes(a)wdes.fr>
Date: 2021-03-02 (Tue, 03 March 2021) +01:00
Changed paths:
M composer.json
Log Message:
-----------
Upgrade to cake 4.2
Signed-off-by: William Desportes <williamdes(a)wdes.fr>
Commit: b37b319852e2e97832bf678b68e5e46f947bcdf1
https://github.com/phpmyadmin/error-reporting-server/commit/b37b319852e2e97…
Author: William Desportes <williamdes(a)wdes.fr>
Date: 2021-03-02 (Tue, 03 March 2021) +01:00
Changed paths:
A templates/Error/error400.php
A templates/Error/error500.php
A templates/Github/create_issue.php
A templates/Incidents/view.php
A templates/Notifications/index.php
A templates/Pages/home.php
A templates/Reports/index.php
A templates/Reports/view.php
A templates/Stats/stats.php
A templates/element/flash/default.php
A templates/element/flash/error.php
A templates/element/flash/success.php
A templates/email/html/default.php
A templates/email/html/report.php
A templates/email/text/default.php
A templates/layout/ajax.php
A templates/layout/default.php
A templates/layout/email/html/default.php
A templates/layout/email/text/default.php
A templates/layout/error.php
A templates/layout/flash.php
A templates/layout/js/default.php
A templates/layout/rss/default.php
A templates/layout/xml/default.php
D src/Template/Element/Flash/default.ctp
D src/Template/Element/Flash/error.ctp
D src/Template/Element/Flash/success.ctp
D src/Template/Email/html/default.ctp
D src/Template/Email/html/report.ctp
D src/Template/Email/text/default.ctp
D src/Template/Error/error400.ctp
D src/Template/Error/error500.ctp
D src/Template/Github/create_issue.ctp
D src/Template/Incidents/view.ctp
D src/Template/Layout/Email/html/default.ctp
D src/Template/Layout/Email/text/default.ctp
D src/Template/Layout/ajax.ctp
D src/Template/Layout/default.ctp
D src/Template/Layout/error.ctp
D src/Template/Layout/flash.ctp
D src/Template/Layout/js/default.ctp
D src/Template/Layout/rss/default.ctp
D src/Template/Layout/xml/default.ctp
D src/Template/Notifications/index.ctp
D src/Template/Pages/home.ctp
D src/Template/Reports/index.ctp
D src/Template/Reports/view.ctp
D src/Template/Stats/stats.ctp
Log Message:
-----------
Rename views using cake upgrade
Signed-off-by: William Desportes <williamdes(a)wdes.fr>
Commit: 03befe509cfc8863beedb9c46ee7a6e25a1db1df
https://github.com/phpmyadmin/error-reporting-server/commit/03befe509cfc886…
Author: William Desportes <williamdes(a)wdes.fr>
Date: 2021-03-02 (Tue, 03 March 2021) +01:00
Changed paths:
M config/app.default.php
M config/app_ci.php
M config/app_example.php
Log Message:
-----------
Update template path in configs
Signed-off-by: William Desportes <williamdes(a)wdes.fr>
Commit: 881158a01be23169183576d6cab8efc05a62132b
https://github.com/phpmyadmin/error-reporting-server/commit/881158a01be2316…
Author: William Desportes <williamdes(a)wdes.fr>
Date: 2021-03-02 (Tue, 03 March 2021) +01:00
Changed paths:
M src/Controller/Component/GithubApiComponent.php
Log Message:
-----------
Fix GitHub API calls and add logging for curl errors
Signed-off-by: William Desportes <williamdes(a)wdes.fr>
Commit: 4f4d42318b14bc9810a4e65096382de8cf469040
https://github.com/phpmyadmin/error-reporting-server/commit/4f4d42318b14bc9…
Author: William Desportes <williamdes(a)wdes.fr>
Date: 2021-03-02 (Tue, 03 March 2021) +01:00
Changed paths:
M phpcs.xml.dist
M templates/Error/error400.php
M templates/Error/error500.php
M templates/Github/create_issue.php
M templates/Incidents/view.php
M templates/Notifications/index.php
M templates/Reports/index.php
M templates/Reports/view.php
M templates/Stats/stats.php
M templates/element/flash/default.php
M templates/element/flash/error.php
M templates/element/flash/success.php
M templates/email/html/default.php
M templates/email/html/report.php
M templates/email/text/default.php
M templates/layout/ajax.php
M templates/layout/default.php
M templates/layout/email/html/default.php
M templates/layout/email/text/default.php
M templates/layout/error.php
M templates/layout/flash.php
M templates/layout/rss/default.php
M templates/layout/xml/default.php
Log Message:
-----------
Fix coding standard issues on templates/*
Signed-off-by: William Desportes <williamdes(a)wdes.fr>
Commit: 0732fb71a2f7c6527d0fe818178731af38d9bcac
https://github.com/phpmyadmin/error-reporting-server/commit/0732fb71a2f7c65…
Author: William Desportes <williamdes(a)wdes.fr>
Date: 2021-03-02 (Tue, 03 March 2021) +01:00
Changed paths:
M src/Controller/Component/GithubApiComponent.php
Log Message:
-----------
Handle error case when GitHub responds an error
Signed-off-by: William Desportes <williamdes(a)wdes.fr>
Commit: 67bf82d077fceca602f848172e627b228f1ab292
https://github.com/phpmyadmin/error-reporting-server/commit/67bf82d077fceca…
Author: William Desportes <williamdes(a)wdes.fr>
Date: 2021-03-02 (Tue, 03 March 2021) +01:00
Changed paths:
M src/Controller/Component/OrderSearchComponent.php
M src/Controller/NotificationsController.php
M src/Controller/ReportsController.php
M templates/Reports/index.php
Log Message:
-----------
Fix more migration errors
Signed-off-by: William Desportes <williamdes(a)wdes.fr>
Commit: cb93fa332dcb7934b36a15ea4d592a626d5af8b1
https://github.com/phpmyadmin/error-reporting-server/commit/cb93fa332dcb793…
Author: William Desportes <williamdes(a)wdes.fr>
Date: 2021-03-02 (Tue, 03 March 2021) +01:00
Changed paths:
M tests/TestCase/Controller/IncidentsControllerTest.php
Log Message:
-----------
Fix a phpunit migration error
Signed-off-by: William Desportes <williamdes(a)wdes.fr>
Commit: 9368b0310f1ae8e216331d79b6f54f7118640fa1
https://github.com/phpmyadmin/error-reporting-server/commit/9368b0310f1ae8e…
Author: William Desportes <williamdes(a)wdes.fr>
Date: 2021-03-02 (Tue, 03 March 2021) +01:00
Changed paths:
M config/routes.php
M src/Controller/GithubController.php
M src/Controller/NotificationsController.php
M src/Model/Table/ReportsTable.php
M templates/Reports/view.php
M templates/email/html/report.php
Log Message:
-----------
Change the routing method for building routes
Signed-off-by: William Desportes <williamdes(a)wdes.fr>
Update routes
Signed-off-by: William Desportes <williamdes(a)wdes.fr>
Commit: 51c5e19d55e5e3a29143d37655b66b5a504242f1
https://github.com/phpmyadmin/error-reporting-server/commit/51c5e19d55e5e3a…
Author: William Desportes <williamdes(a)wdes.fr>
Date: 2021-03-02 (Tue, 03 March 2021) +01:00
Changed paths:
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
Log Message:
-----------
Replace deprecated testing code
Signed-off-by: William Desportes <williamdes(a)wdes.fr>
Commit: 4cdd2a90775832658b39fe591b71ae03925aa9fd
https://github.com/phpmyadmin/error-reporting-server/commit/4cdd2a907758326…
Author: William Desportes <williamdes(a)wdes.fr>
Date: 2021-03-02 (Tue, 03 March 2021) +01:00
Changed paths:
M src/Controller/StatsController.php
M src/Shell/SyncGithubIssueStatesShell.php
M tests/TestCase/Shell/StatsShellTest.php
M tests/TestCase/Shell/SyncGithubIssueStatesShellTest.php
Log Message:
-----------
Fix shell code
Signed-off-by: William Desportes <williamdes(a)wdes.fr>
Commit: 7705904d70bc1726d87130688625718715cff77b
https://github.com/phpmyadmin/error-reporting-server/commit/7705904d70bc172…
Author: William Desportes <williamdes(a)wdes.fr>
Date: 2021-03-03 (Wed, 03 March 2021) +01:00
Changed paths:
M .gitignore
Log Message:
-----------
Ignore .phpunit.result.cache
Signed-off-by: William Desportes <williamdes(a)wdes.fr>
Commit: d5f5d9bc10bcb139ed29d5c4ab19e0ff81fc47c1
https://github.com/phpmyadmin/error-reporting-server/commit/d5f5d9bc10bcb13…
Author: William Desportes <williamdes(a)wdes.fr>
Date: 2021-03-03 (Wed, 03 March 2021) +01:00
Changed paths:
M src/Controller/GithubController.php
M src/Controller/NotificationsController.php
M src/Controller/ReportsController.php
Log Message:
-----------
Fixed ->data to ->getData
Signed-off-by: William Desportes <williamdes(a)wdes.fr>
Commit: 487f640a44f59416dfd8bbd1f581083955afd385
https://github.com/phpmyadmin/error-reporting-server/commit/487f640a44f5941…
Author: William Desportes <williamdes(a)wdes.fr>
Date: 2021-03-03 (Wed, 03 March 2021) +01:00
Changed paths:
M src/Controller/EventsController.php
M src/Controller/GithubController.php
M src/Controller/IncidentsController.php
M src/Controller/NotificationsController.php
M src/Controller/ReportsController.php
Log Message:
-----------
Use disableAutoRender instead of autoRender = false
Signed-off-by: William Desportes <williamdes(a)wdes.fr>
Commit: 8d5c0c6d33d2adf7959cb47ccada8c86cb8d7fd0
https://github.com/phpmyadmin/error-reporting-server/commit/8d5c0c6d33d2adf…
Author: William Desportes <williamdes(a)wdes.fr>
Date: 2021-03-03 (Wed, 03 March 2021) +01:00
Changed paths:
M src/Controller/EventsController.php
M src/Controller/IncidentsController.php
M src/Controller/NotificationsController.php
M src/Controller/ReportsController.php
Log Message:
-----------
Fix reponses not working because cakephp clones objects
Cake PHP clones the object in withStringBody, that caused no response to be sent
Signed-off-by: William Desportes <williamdes(a)wdes.fr>
Commit: 11fc3263a7eaeb88787cc6861cce5fd204621a15
https://github.com/phpmyadmin/error-reporting-server/commit/11fc3263a7eaeb8…
Author: William Desportes <williamdes(a)wdes.fr>
Date: 2021-03-03 (Wed, 03 March 2021) +01:00
Changed paths:
M src/Controller/EventsController.php
M templates/Error/error500.php
Log Message:
-----------
Fix Events and error 500 debug with xdebug
Signed-off-by: William Desportes <williamdes(a)wdes.fr>
Commit: 8049e40fff2729ea4297a3a856534f0252981687
https://github.com/phpmyadmin/error-reporting-server/commit/8049e40fff2729e…
Author: William Desportes <williamdes(a)wdes.fr>
Date: 2021-03-03 (Wed, 03 March 2021) +01:00
Changed paths:
M src/Controller/AppController.php
M src/Controller/IncidentsController.php
M src/Controller/NotificationsController.php
M src/Controller/ReportsController.php
M src/Controller/StatsController.php
M src/Model/Table/ReportsTable.php
Log Message:
-----------
Use plurals for ->loadModel
Signed-off-by: William Desportes <williamdes(a)wdes.fr>
Commit: f0f0bba5366f7a08b99a2e85a44d8777d1b3e18e
https://github.com/phpmyadmin/error-reporting-server/commit/f0f0bba5366f7a0…
Author: William Desportes <williamdes(a)wdes.fr>
Date: 2021-03-03 (Wed, 03 March 2021) +01:00
Changed paths:
M src/Shell/CleanOldNotifsShell.php
M src/Shell/ConsoleShell.php
M src/Shell/StatsShell.php
M src/Shell/SyncGithubIssueStatesShell.php
Log Message:
-----------
Refresh console commands, replace the deprecated code
Signed-off-by: William Desportes <williamdes(a)wdes.fr>
Commit: b78fba7fc17de1e2bcd6655a11acac7b81f43ebf
https://github.com/phpmyadmin/error-reporting-server/commit/b78fba7fc17de1e…
Author: William Desportes <williamdes(a)wdes.fr>
Date: 2021-03-08 (Mon, 03 March 2021) +01:00
Changed paths:
M src/Shell/CleanOldNotifsShell.php
M src/Shell/ConsoleShell.php
M src/Shell/StatsShell.php
M src/Shell/SyncGithubIssueStatesShell.php
M tests/TestCase/Shell/CleanOldNotifsShellTest.php
M tests/TestCase/Shell/StatsShellTest.php
M tests/TestCase/Shell/SyncGithubIssueStatesShellTest.php
Log Message:
-----------
Make console commands have the right name and re-build tests for them
Signed-off-by: William Desportes <williamdes(a)wdes.fr>
Commit: 9c7001db5dfc4460c92e73d736422f902366eef4
https://github.com/phpmyadmin/error-reporting-server/commit/9c7001db5dfc446…
Author: William Desportes <williamdes(a)wdes.fr>
Date: 2021-03-08 (Mon, 03 March 2021) +01:00
Changed paths:
M src/Controller/GithubController.php
Log Message:
-----------
Fix cake PHP route parameter error "Could not resolve action argument `reportId`. It has no definition in the container, no passed parameter, and no default value."
Signed-off-by: William Desportes <williamdes(a)wdes.fr>
Commit: 2330ba6de251753f8abc3169b0fe05c3e7d75297
https://github.com/phpmyadmin/error-reporting-server/commit/2330ba6de251753…
Author: William Desportes <williamdes(a)wdes.fr>
Date: 2021-03-08 (Mon, 03 March 2021) +01:00
Changed paths:
M src/Model/Table/ReportsTable.php
M tests/TestCase/Model/Table/ReportsTableTest.php
Log Message:
-----------
Remove some unused code
Signed-off-by: William Desportes <williamdes(a)wdes.fr>
Commit: 098890c7766f361594df4147563a9296e9f9c4df
https://github.com/phpmyadmin/error-reporting-server/commit/098890c7766f361…
Author: William Desportes <williamdes(a)wdes.fr>
Date: 2021-03-08 (Mon, 03 March 2021) +01:00
Changed paths:
M src/Model/Table/ReportsTable.php
Log Message:
-----------
Fix DISTINCT SQL build
Signed-off-by: William Desportes <williamdes(a)wdes.fr>
Commit: 7516c3090721ee5a5d7cad428f1148cacf1101f0
https://github.com/phpmyadmin/error-reporting-server/commit/7516c3090721ee5…
Author: William Desportes <williamdes(a)wdes.fr>
Date: 2021-03-08 (Mon, 03 March 2021) +01:00
Changed paths:
M .editorconfig
M config/routes.php
M src/Application.php
M src/Controller/ErrorController.php
M src/Controller/GithubController.php
M src/Controller/ReportsController.php
M templates/Error/error400.php
M templates/Error/error500.php
M templates/layout/error.php
Log Message:
-----------
Fix the error management
Fixes the wrong method defined in f1a6231f93da5fe6e163db65c1ca1aeaa479a4d2
Signed-off-by: William Desportes <williamdes(a)wdes.fr>
Commit: 89e10612f7315a6b11cabe9c8cd50bb09a15af00
https://github.com/phpmyadmin/error-reporting-server/commit/89e10612f7315a6…
Author: William Desportes <williamdes(a)wdes.fr>
Date: 2021-03-08 (Mon, 03 March 2021) +01:00
Changed paths:
M src/Controller/GithubController.php
M src/Controller/ReportsController.php
Log Message:
-----------
Type cast error report IDs
Signed-off-by: William Desportes <williamdes(a)wdes.fr>
Commit: 3d210393d8342f05f3e7f41d4fe05118739ed79d
https://github.com/phpmyadmin/error-reporting-server/commit/3d210393d8342f0…
Author: William Desportes <williamdes(a)wdes.fr>
Date: 2021-03-08 (Mon, 03 March 2021) +01:00
Changed paths:
M config/app_ci.php
Log Message:
-----------
Disable error debug on the CI like on production ENV
Signed-off-by: William Desportes <williamdes(a)wdes.fr>
Commit: cc7575748cd150cb81a5a68adb0c24f30a5bc408
https://github.com/phpmyadmin/error-reporting-server/commit/cc7575748cd150c…
Author: William Desportes <williamdes(a)wdes.fr>
Date: 2021-03-08 (Mon, 03 March 2021) +01:00
Changed paths:
M src/Controller/EventsController.php
M src/Controller/IncidentsController.php
Log Message:
-----------
Replace a deprecated input method
Signed-off-by: William Desportes <williamdes(a)wdes.fr>
Commit: 697425a567077eafaec87f797400d471cf4dd6b6
https://github.com/phpmyadmin/error-reporting-server/commit/697425a567077ea…
Author: William Desportes <williamdes(a)wdes.fr>
Date: 2021-03-08 (Mon, 03 March 2021) +01:00
Changed paths:
M tests/TestCase/Controller/GithubControllerTest.php
M tests/TestCase/Controller/ReportsControllerTest.php
Log Message:
-----------
Fix tests for 'The report does not exist.'
Ref: 7516c3090721ee5a5d7cad428f1148cacf1101f0
Signed-off-by: William Desportes <williamdes(a)wdes.fr>
Commit: 5ba27e08ef72258ce96a25dd5aea323d6e89907d
https://github.com/phpmyadmin/error-reporting-server/commit/5ba27e08ef72258…
Author: William Desportes <williamdes(a)wdes.fr>
Date: 2021-03-08 (Mon, 03 March 2021) +01:00
Changed paths:
M src/Controller/AppController.php
M src/Controller/Component/GithubApiComponent.php
M src/Controller/DevelopersController.php
M src/Controller/GithubController.php
M src/Controller/IncidentsController.php
M src/Controller/ReportsController.php
M src/Controller/StatsController.php
M src/Model/Table/IncidentsTable.php
M src/Shell/CleanOldNotifsShell.php
M src/Shell/StatsShell.php
M tests/TestCase/Model/Table/DevelopersTableTest.php
Log Message:
-----------
Fix some phpstan reported errors
Signed-off-by: William Desportes <williamdes(a)wdes.fr>
Commit: ba0f4b8e99c46af09fe14298cd1ed32dd141df0d
https://github.com/phpmyadmin/error-reporting-server/commit/ba0f4b8e99c46af…
Author: William Desportes <williamdes(a)wdes.fr>
Date: 2021-03-08 (Mon, 03 March 2021) +01:00
Changed paths:
A phpstan-baseline.neon
M composer.json
M phpstan.neon.dist
Log Message:
-----------
Finish phpstan setup
Signed-off-by: William Desportes <williamdes(a)wdes.fr>
Commit: f0025133e71923fe0a7c07bb3a616e49d5764a4e
https://github.com/phpmyadmin/error-reporting-server/commit/f0025133e71923f…
Author: William Desportes <williamdes(a)wdes.fr>
Date: 2021-03-08 (Mon, 03 March 2021) +01:00
Changed paths:
M src/Model/Table/IncidentsTable.php
Log Message:
-----------
Fix event submission type errors
Signed-off-by: William Desportes <williamdes(a)wdes.fr>
Commit: 23c94f7b7fe2313e438d2314095033bcd47f96c3
https://github.com/phpmyadmin/error-reporting-server/commit/23c94f7b7fe2313…
Author: William Desportes <williamdes(a)wdes.fr>
Date: 2021-03-08 (Mon, 03 March 2021) +01:00
Changed paths:
M phpstan-baseline.neon
M src/Controller/Component/MailerComponent.php
Log Message:
-----------
Fix email sending skipping detection
Signed-off-by: William Desportes <williamdes(a)wdes.fr>
Commit: 6207294da173bd55d1b63a69c7aecc9f8863f4b4
https://github.com/phpmyadmin/error-reporting-server/commit/6207294da173bd5…
Author: William Desportes <williamdes(a)wdes.fr>
Date: 2021-03-08 (Mon, 03 March 2021) +01:00
Changed paths:
M src/Controller/IncidentsController.php
Log Message:
-----------
Add a type cast for findById and improve error messages
Signed-off-by: William Desportes <williamdes(a)wdes.fr>
Commit: 10a7e833c4b83cdca399e3b969f5f6c0f26abb2d
https://github.com/phpmyadmin/error-reporting-server/commit/10a7e833c4b83cd…
Author: William Desportes <williamdes(a)wdes.fr>
Date: 2021-03-08 (Mon, 03 March 2021) +01:00
Changed paths:
M src/Model/Table/IncidentsTable.php
M src/Model/Table/ReportsTable.php
M src/View/Helper/ReportsHelper.php
Log Message:
-----------
Add more type safeguards after starting to import some original data
Signed-off-by: William Desportes <williamdes(a)wdes.fr>
Commit: 2460e867f3ec79756e49f7e35311e52a27dfa386
https://github.com/phpmyadmin/error-reporting-server/commit/2460e867f3ec797…
Author: William Desportes <williamdes(a)wdes.fr>
Date: 2021-03-08 (Mon, 03 March 2021) +01:00
Changed paths:
M README.md
Log Message:
-----------
Add informations about the token scopes to the README
Signed-off-by: William Desportes <williamdes(a)wdes.fr>
Commit: 075a7a0183c84d2584e50ae4b48e89a88bc58ce8
https://github.com/phpmyadmin/error-reporting-server/commit/075a7a0183c84d2…
Author: William Desportes <williamdes(a)wdes.fr>
Date: 2021-03-08 (Mon, 03 March 2021) +01:00
Changed paths:
M phpstan-baseline.neon
M src/Model/Table/ReportsTable.php
M src/View/Helper/ReportsHelper.php
Log Message:
-----------
Fix charts generation
Signed-off-by: William Desportes <williamdes(a)wdes.fr>
Commit: 4060bde31ec160f1db0e4b80a3b4b4bf82248912
https://github.com/phpmyadmin/error-reporting-server/commit/4060bde31ec160f…
Author: William Desportes <williamdes(a)wdes.fr>
Date: 2021-03-08 (Mon, 03 March 2021) +01:00
Changed paths:
M src/Controller/Component/GithubApiComponent.php
Log Message:
-----------
Improve GitHub API call for collaborators
Signed-off-by: William Desportes <williamdes(a)wdes.fr>
Commit: f5d8b2d857b2fb10312c7b99958d625e37932b7c
https://github.com/phpmyadmin/error-reporting-server/commit/f5d8b2d857b2fb1…
Author: William Desportes <williamdes(a)wdes.fr>
Date: 2021-03-08 (Mon, 03 March 2021) +01:00
Changed paths:
M templates/layout/error.php
Log Message:
-----------
Fix error view bug
Signed-off-by: William Desportes <williamdes(a)wdes.fr>
Commit: 3c1a675296055d68afbd194aa2be39c6cc644c7c
https://github.com/phpmyadmin/error-reporting-server/commit/3c1a675296055d6…
Author: William Desportes <williamdes(a)wdes.fr>
Date: 2021-03-08 (Mon, 03 March 2021) +01:00
Changed paths:
M .github/workflows/tests.yml
Log Message:
-----------
Add PHP 8.0 to the compatiblity matrix
Signed-off-by: William Desportes <williamdes(a)wdes.fr>
Commit: 88311628419b751f422e8341c59573342994b8df
https://github.com/phpmyadmin/error-reporting-server/commit/88311628419b751…
Author: William Desportes <williamdes(a)wdes.fr>
Date: 2021-03-08 (Mon, 03 March 2021) +01:00
Changed paths:
M tests/TestCase/Model/Table/ReportsTableTest.php
Log Message:
-----------
Fix testGetRelatedByField after last changes
Ref: 075a7a0183c84d2584e50ae4b48e89a88bc58ce8
Signed-off-by: William Desportes <williamdes(a)wdes.fr>
Commit: c84473b7f6e90376c2c667c810ca75df356dd110
https://github.com/phpmyadmin/error-reporting-server/commit/c84473b7f6e9037…
Author: William Desportes <williamdes(a)wdes.fr>
Date: 2021-03-08 (Mon, 03 March 2021) +01:00
Changed paths:
M .github/workflows/tests.yml
Log Message:
-----------
Create the logs folder for cli tests
Signed-off-by: William Desportes <williamdes(a)wdes.fr>
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: 7e33d227f554171a88399de6860577d48f837d7f
https://github.com/phpmyadmin/phpmyadmin/commit/7e33d227f554171a88399de6860…
Author: Maurício Meneghini Fauth <mauricio(a)fauth.dev>
Date: 2021-03-08 (Mon, 03 March 2021) -03:00
Changed paths:
M libraries/classes/Command/CacheWarmupCommand.php
M libraries/classes/Config/FormDisplay.php
M libraries/classes/Config/PageSettings.php
M libraries/classes/Config/Validator.php
M libraries/classes/Controllers/Preferences/ExportController.php
M libraries/classes/Controllers/Preferences/FeaturesController.php
M libraries/classes/Controllers/Preferences/ImportController.php
M libraries/classes/Controllers/Preferences/MainPanelController.php
M libraries/classes/Controllers/Preferences/ManageController.php
M libraries/classes/Controllers/Preferences/NavigationController.php
M libraries/classes/Controllers/Preferences/SqlController.php
M libraries/classes/Core.php
M libraries/classes/Encoding.php
M libraries/classes/ErrorReport.php
M libraries/classes/Export.php
M libraries/classes/Export/Options.php
M libraries/classes/File.php
M libraries/classes/Header.php
M libraries/classes/LanguageManager.php
M libraries/classes/Logging.php
M libraries/classes/Plugins/Auth/AuthenticationConfig.php
M libraries/classes/Plugins/Auth/AuthenticationCookie.php
M libraries/classes/Plugins/AuthenticationPlugin.php
M libraries/classes/Plugins/Import/ImportShp.php
M libraries/classes/Plugins/TwoFactor/Key.php
M libraries/classes/Plugins/TwoFactorPlugin.php
M libraries/classes/Sanitize.php
M libraries/classes/Setup/ConfigGenerator.php
M libraries/classes/Setup/Index.php
M libraries/classes/Template.php
M libraries/classes/ThemeManager.php
M libraries/classes/Url.php
M libraries/common.inc.php
M scripts/console
M setup/lib/common.inc.php
M test/bootstrap-dist.php
M test/bootstrap-static.php
M test/classes/AbstractTestCase.php
M test/classes/Config/FormDisplayTest.php
M test/classes/Config/Forms/FormListTest.php
M test/classes/Config/PageSettingsTest.php
M test/classes/ConfigTest.php
M test/classes/Controllers/ExportTemplateControllerTest.php
M test/classes/Controllers/Server/BinlogControllerTest.php
M test/classes/Controllers/Server/CollationsControllerTest.php
M test/classes/Controllers/Server/DatabasesControllerTest.php
M test/classes/Controllers/Server/EnginesControllerTest.php
M test/classes/Controllers/Server/PluginsControllerTest.php
M test/classes/Controllers/Server/Status/AdvisorControllerTest.php
M test/classes/Controllers/Server/Status/MonitorControllerTest.php
M test/classes/Controllers/Server/Status/ProcessesControllerTest.php
M test/classes/Controllers/Server/Status/QueriesControllerTest.php
M test/classes/Controllers/Server/Status/StatusControllerTest.php
M test/classes/Controllers/Server/Status/VariablesControllerTest.php
M test/classes/Controllers/Server/VariablesControllerTest.php
M test/classes/Controllers/Table/FindReplaceControllerTest.php
M test/classes/Controllers/TransformationOverviewControllerTest.php
M test/classes/CoreTest.php
M test/classes/Database/EventsTest.php
M test/classes/Database/RoutinesTest.php
M test/classes/Database/TriggersTest.php
M test/classes/Display/ResultsTest.php
M test/classes/ErrorReportTest.php
M test/classes/Export/OptionsTest.php
M test/classes/FooterTest.php
M test/classes/HeaderTest.php
M test/classes/LanguageTest.php
M test/classes/Navigation/NavigationTreeTest.php
M test/classes/PdfTest.php
M test/classes/Plugins/Auth/AuthenticationConfigTest.php
M test/classes/Plugins/Auth/AuthenticationCookieTest.php
M test/classes/Plugins/Auth/AuthenticationHttpTest.php
M test/classes/Plugins/Auth/AuthenticationSignonTest.php
M test/classes/Plugins/Transformations/TransformationPluginsTest.php
M test/classes/Server/PrivilegesTest.php
M test/classes/Setup/ConfigGeneratorTest.php
M test/classes/ThemeTest.php
M test/classes/TrackingTest.php
M test/classes/TwoFactorTest.php
M test/classes/UserPreferencesTest.php
M test/classes/UtilTest.php
Log Message:
-----------
Rename the PMA_Config global variable to config
Signed-off-by: Maurício Meneghini Fauth <mauricio(a)fauth.dev>