[phpMyAdmin Git] [phpmyadmin/phpmyadmin] 33d711: Remove the PMA_VERSION constant

Maurício Meneghini Fauth mauricio at fauth.dev
Tue Mar 9 18:06:04 CET 2021


Branch: refs/heads/master
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: 33d711215dbe6309f0206122fd7e7ebc80be31d9
https://github.com/phpmyadmin/phpmyadmin/commit/33d711215dbe6309f0206122fd7e7ebc80be31d9
Author: Maurício Meneghini Fauth <mauricio at 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 at fauth.dev>

Commit: faaf7dbb48f0ad3b0791b4462799ee4d09e4860a
https://github.com/phpmyadmin/phpmyadmin/commit/faaf7dbb48f0ad3b0791b4462799ee4d09e4860a
Author: Maurício Meneghini Fauth <mauricio at 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



More information about the Git mailing list