Branch: refs/heads/master Home: https://github.com/phpmyadmin/phpmyadmin Commit: 6180036e754d9f848ea5b9446a73c2287e1dc5bb https://github.com/phpmyadmin/phpmyadmin/commit/6180036e754d9f848ea5b9446a73... Author: Maurício Meneghini Fauth mauricio@fauth.dev Date: 2023-08-27 (Sun, 08 August 2023) -03:00
Changed paths: M libraries/classes/Config.php M libraries/classes/Config/Settings.php M libraries/classes/Config/Settings/Console.php M libraries/classes/Config/Settings/Debug.php M libraries/classes/Config/Settings/Export.php M libraries/classes/Config/Settings/Import.php M libraries/classes/Config/Settings/Schema.php M libraries/classes/Config/Settings/Server.php M libraries/classes/Config/Settings/SqlQueryBox.php M libraries/classes/Config/Settings/Transformations.php M phpstan-baseline.neon M psalm-baseline.xml M psalm.xml M test/classes/Config/Settings/ConsoleTest.php M test/classes/Config/Settings/DebugTest.php M test/classes/Config/Settings/ExportTest.php M test/classes/Config/Settings/ImportTest.php M test/classes/Config/Settings/SqlQueryBoxTest.php M test/classes/Config/Settings/TransformationsTest.php M test/classes/Config/SettingsTest.php
Log Message: ----------- Improve type definition of Config::$settings array
Signed-off-by: Maurício Meneghini Fauth mauricio@fauth.dev
Commit: a9f8e503a377c0b47287e561e53a9d9b93d14698 https://github.com/phpmyadmin/phpmyadmin/commit/a9f8e503a377c0b47287e561e53a... Author: Maurício Meneghini Fauth mauricio@fauth.dev Date: 2023-08-27 (Sun, 08 August 2023) -03:00
Changed paths: M libraries/classes/Application.php M libraries/classes/Bookmark.php M libraries/classes/Command/CacheWarmupCommand.php M libraries/classes/Config.php M libraries/classes/Config/ConfigFile.php M libraries/classes/Config/FormDisplay.php M libraries/classes/Config/Forms/User/FeaturesForm.php M libraries/classes/Config/SpecialSchemaLinks.php M libraries/classes/Config/Validator.php M libraries/classes/ConfigStorage/Relation.php M libraries/classes/Controllers/CheckRelationsController.php M libraries/classes/Controllers/Database/CentralColumnsController.php M libraries/classes/Controllers/Database/DesignerController.php M libraries/classes/Controllers/Database/EventsController.php M libraries/classes/Controllers/Database/ExportController.php M libraries/classes/Controllers/Database/ImportController.php M libraries/classes/Controllers/Database/Operations/CollationController.php M libraries/classes/Controllers/Database/OperationsController.php M libraries/classes/Controllers/Database/PrivilegesController.php M libraries/classes/Controllers/Database/RoutinesController.php M libraries/classes/Controllers/Database/SearchController.php M libraries/classes/Controllers/Database/SqlAutoCompleteController.php M libraries/classes/Controllers/Database/SqlController.php M libraries/classes/Controllers/Database/Structure/FavoriteTableController.php M libraries/classes/Controllers/Database/Structure/RealRowCountController.php M libraries/classes/Controllers/Database/StructureController.php M libraries/classes/Controllers/Database/TrackingController.php M libraries/classes/Controllers/ErrorReportController.php M libraries/classes/Controllers/Export/ExportController.php M libraries/classes/Controllers/HomeController.php M libraries/classes/Controllers/Import/ImportController.php M libraries/classes/Controllers/PhpInfoController.php M libraries/classes/Controllers/Server/BinlogController.php M libraries/classes/Controllers/Server/Databases/CreateController.php M libraries/classes/Controllers/Server/Databases/DestroyController.php M libraries/classes/Controllers/Server/DatabasesController.php M libraries/classes/Controllers/Server/ImportController.php M libraries/classes/Controllers/Setup/MainController.php M libraries/classes/Controllers/Sql/SqlController.php M libraries/classes/Controllers/Table/ChangeController.php M libraries/classes/Controllers/Table/ChartController.php M libraries/classes/Controllers/Table/DeleteConfirmController.php M libraries/classes/Controllers/Table/ExportController.php M libraries/classes/Controllers/Table/FindReplaceController.php M libraries/classes/Controllers/Table/GisVisualizationController.php M libraries/classes/Controllers/Table/ImportController.php M libraries/classes/Controllers/Table/IndexRenameController.php M libraries/classes/Controllers/Table/IndexesController.php M libraries/classes/Controllers/Table/OperationsController.php M libraries/classes/Controllers/Table/PrivilegesController.php M libraries/classes/Controllers/Table/RelationController.php M libraries/classes/Controllers/Table/ReplaceController.php M libraries/classes/Controllers/Table/SearchController.php M libraries/classes/Controllers/Table/SqlController.php M libraries/classes/Controllers/Table/Structure/PrimaryController.php M libraries/classes/Controllers/Table/Structure/ReservedWordCheckController.php M libraries/classes/Controllers/Table/Structure/SaveController.php M libraries/classes/Controllers/Table/StructureController.php M libraries/classes/Controllers/Table/TrackingController.php M libraries/classes/Controllers/Table/ZoomSearchController.php M libraries/classes/Controllers/ThemeSetController.php M libraries/classes/Controllers/Triggers/IndexController.php M libraries/classes/Controllers/UserPasswordController.php M libraries/classes/Controllers/View/CreateController.php M libraries/classes/Controllers/View/OperationsController.php M libraries/classes/Core.php M libraries/classes/Database/CentralColumns.php M libraries/classes/Database/Routines.php M libraries/classes/DatabaseInterface.php M libraries/classes/Dbal/DbalInterface.php M libraries/classes/Dbal/DbiMysqli.php M libraries/classes/Display/Results.php M libraries/classes/Encoding.php M libraries/classes/ErrorHandler.php M libraries/classes/Export/Export.php M libraries/classes/Export/Options.php M libraries/classes/File.php M libraries/classes/FileListing.php M libraries/classes/Footer.php M libraries/classes/Gis/GisVisualization.php M libraries/classes/Header.php M libraries/classes/Html/Generator.php M libraries/classes/Import/Import.php M libraries/classes/InsertEdit.php M libraries/classes/ListDatabase.php M libraries/classes/Menu.php M libraries/classes/Navigation/Navigation.php M libraries/classes/Navigation/NavigationTree.php M libraries/classes/Navigation/Nodes/Node.php M libraries/classes/Navigation/Nodes/NodeDatabase.php M libraries/classes/Navigation/Nodes/NodeDatabaseChildContainer.php M libraries/classes/Navigation/Nodes/NodeDatabaseContainer.php M libraries/classes/Navigation/Nodes/NodeTable.php M libraries/classes/Normalization.php M libraries/classes/Plugins.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/Export/ExportSql.php M libraries/classes/Plugins/Import/ImportLdi.php M libraries/classes/Plugins/Import/ImportShp.php M libraries/classes/Plugins/SchemaPlugin.php M libraries/classes/Plugins/Transformations/Abs/Bool2TextTransformationsPlugin.php M libraries/classes/Plugins/Transformations/Abs/DateFormatTransformationsPlugin.php M libraries/classes/Plugins/Transformations/Abs/ExternalTransformationsPlugin.php M libraries/classes/Plugins/Transformations/Abs/HexTransformationsPlugin.php M libraries/classes/Plugins/Transformations/Abs/InlineTransformationsPlugin.php M libraries/classes/Plugins/Transformations/Abs/PreApPendTransformationsPlugin.php M libraries/classes/Plugins/Transformations/Abs/SubstringTransformationsPlugin.php M libraries/classes/Plugins/Transformations/Abs/TextImageLinkTransformationsPlugin.php M libraries/classes/Plugins/Transformations/Abs/TextLinkTransformationsPlugin.php M libraries/classes/Plugins/Transformations/Input/Text_Plain_JsonEditor.php M libraries/classes/Plugins/Transformations/Input/Text_Plain_SqlEditor.php M libraries/classes/Plugins/Transformations/Input/Text_Plain_XmlEditor.php M libraries/classes/Plugins/Transformations/Output/Text_Plain_Json.php M libraries/classes/Plugins/Transformations/Output/Text_Plain_Sql.php M libraries/classes/Plugins/Transformations/Output/Text_Plain_Xml.php M libraries/classes/Query/Utilities.php M libraries/classes/RecentFavoriteTable.php M libraries/classes/Replication/ReplicationGui.php M libraries/classes/ResponseRenderer.php M libraries/classes/Routing/Routing.php M libraries/classes/Server/Privileges.php M libraries/classes/Server/Select.php M libraries/classes/Sql.php M libraries/classes/SqlQueryForm.php M libraries/classes/Table.php M libraries/classes/Table/ColumnsDefinition.php M libraries/classes/Template.php M libraries/classes/Theme/ThemeManager.php M libraries/classes/TwoFactor.php M libraries/classes/Url.php M libraries/classes/UserPreferences.php M libraries/classes/Util.php M libraries/classes/Utils/ForeignKey.php M libraries/classes/Utils/HttpRequest.php M libraries/classes/VersionInformation.php M phpstan-baseline.neon M psalm-baseline.xml M psalm.xml M test/bootstrap-static.php M test/classes/AbstractTestCase.php M test/classes/BookmarkTest.php M test/classes/Command/TwigLintCommandTest.php M test/classes/Config/FormDisplayTest.php M test/classes/Config/ServerConfigChecksTest.php M test/classes/ConfigStorage/RelationTest.php M test/classes/ConfigTest.php M test/classes/Controllers/Database/StructureControllerTest.php M test/classes/Controllers/Export/ExportControllerTest.php M test/classes/Controllers/Server/BinlogControllerTest.php M test/classes/Controllers/Server/Databases/DestroyControllerTest.php M test/classes/Controllers/Server/DatabasesControllerTest.php M test/classes/Controllers/Server/Status/Processes/RefreshControllerTest.php M test/classes/Controllers/Table/OperationsControllerTest.php M test/classes/Controllers/Table/ReplaceControllerTest.php M test/classes/Controllers/Table/StructureControllerTest.php M test/classes/Controllers/ThemeSetControllerTest.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/RoutinesTest.php M test/classes/DatabaseInterfaceTest.php M test/classes/Dbal/DbiDummyTest.php M test/classes/Display/ResultsTest.php M test/classes/EncodingTest.php M test/classes/ErrorHandlerTest.php M test/classes/ErrorReportTest.php M test/classes/Export/OptionsTest.php M test/classes/FileListingTest.php M test/classes/FooterTest.php M test/classes/HeaderTest.php M test/classes/Html/GeneratorTest.php M test/classes/Html/MySQLDocumentationTest.php M test/classes/Import/ImportTest.php M test/classes/InsertEditTest.php M test/classes/IpAllowDenyTest.php M test/classes/Navigation/NavigationTest.php M test/classes/Navigation/NavigationTreeTest.php M test/classes/Navigation/Nodes/NodeDatabaseChildTest.php M test/classes/Navigation/Nodes/NodeTableTest.php M test/classes/Navigation/Nodes/NodeTest.php M test/classes/NormalizationTest.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/Import/ImportLdiTest.php M test/classes/Plugins/Transformations/TransformationPluginsTest.php M test/classes/PluginsTest.php M test/classes/Replication/ReplicationGuiTest.php M test/classes/Routing/RoutingTest.php M test/classes/Server/PluginsTest.php M test/classes/Server/PrivilegesTest.php M test/classes/Server/SelectTest.php M test/classes/Setup/FormProcessingTest.php M test/classes/Setup/IndexTest.php M test/classes/SqlQueryFormTest.php M test/classes/SqlTest.php M test/classes/Stubs/DbiDummy.php M test/classes/TableTest.php M test/classes/TemplateTest.php M test/classes/Theme/ThemeManagerTest.php M test/classes/TransformationsTest.php M test/classes/TwoFactorTest.php M test/classes/UrlTest.php M test/classes/UserPreferencesTest.php M test/classes/UtilTest.php M test/classes/Utils/ForeignKeyTest.php M test/classes/VersionInformationTest.php D libraries/classes/Middleware/GlobalConfigSetting.php
Log Message: ----------- Replace $GLOBALS['cfg'] with Config::$settings array
Signed-off-by: Maurício Meneghini Fauth mauricio@fauth.dev
Commit: 54315fd4354d981de8358bc24260f5f8afa2a483 https://github.com/phpmyadmin/phpmyadmin/commit/54315fd4354d981de8358bc24260... Author: Maurício Meneghini Fauth mauricio@fauth.dev Date: 2023-08-28 (Mon, 08 August 2023) -03:00
Changed paths: M libraries/classes/Application.php M libraries/classes/Bookmark.php M libraries/classes/Command/CacheWarmupCommand.php M libraries/classes/Config.php M libraries/classes/Config/ConfigFile.php M libraries/classes/Config/FormDisplay.php M libraries/classes/Config/Forms/User/FeaturesForm.php M libraries/classes/Config/Settings.php M libraries/classes/Config/Settings/Console.php M libraries/classes/Config/Settings/Debug.php M libraries/classes/Config/Settings/Export.php M libraries/classes/Config/Settings/Import.php M libraries/classes/Config/Settings/Schema.php M libraries/classes/Config/Settings/Server.php M libraries/classes/Config/Settings/SqlQueryBox.php M libraries/classes/Config/Settings/Transformations.php M libraries/classes/Config/SpecialSchemaLinks.php M libraries/classes/Config/Validator.php M libraries/classes/ConfigStorage/Relation.php M libraries/classes/Controllers/CheckRelationsController.php M libraries/classes/Controllers/Database/CentralColumnsController.php M libraries/classes/Controllers/Database/DesignerController.php M libraries/classes/Controllers/Database/EventsController.php M libraries/classes/Controllers/Database/ExportController.php M libraries/classes/Controllers/Database/ImportController.php M libraries/classes/Controllers/Database/Operations/CollationController.php M libraries/classes/Controllers/Database/OperationsController.php M libraries/classes/Controllers/Database/PrivilegesController.php M libraries/classes/Controllers/Database/RoutinesController.php M libraries/classes/Controllers/Database/SearchController.php M libraries/classes/Controllers/Database/SqlAutoCompleteController.php M libraries/classes/Controllers/Database/SqlController.php M libraries/classes/Controllers/Database/Structure/FavoriteTableController.php M libraries/classes/Controllers/Database/Structure/RealRowCountController.php M libraries/classes/Controllers/Database/StructureController.php M libraries/classes/Controllers/Database/TrackingController.php M libraries/classes/Controllers/ErrorReportController.php M libraries/classes/Controllers/Export/ExportController.php M libraries/classes/Controllers/HomeController.php M libraries/classes/Controllers/Import/ImportController.php M libraries/classes/Controllers/PhpInfoController.php M libraries/classes/Controllers/Server/BinlogController.php M libraries/classes/Controllers/Server/Databases/CreateController.php M libraries/classes/Controllers/Server/Databases/DestroyController.php M libraries/classes/Controllers/Server/DatabasesController.php M libraries/classes/Controllers/Server/ImportController.php M libraries/classes/Controllers/Setup/MainController.php M libraries/classes/Controllers/Sql/SqlController.php M libraries/classes/Controllers/Table/ChangeController.php M libraries/classes/Controllers/Table/ChartController.php M libraries/classes/Controllers/Table/DeleteConfirmController.php M libraries/classes/Controllers/Table/ExportController.php M libraries/classes/Controllers/Table/FindReplaceController.php M libraries/classes/Controllers/Table/GisVisualizationController.php M libraries/classes/Controllers/Table/ImportController.php M libraries/classes/Controllers/Table/IndexRenameController.php M libraries/classes/Controllers/Table/IndexesController.php M libraries/classes/Controllers/Table/OperationsController.php M libraries/classes/Controllers/Table/PrivilegesController.php M libraries/classes/Controllers/Table/RelationController.php M libraries/classes/Controllers/Table/ReplaceController.php M libraries/classes/Controllers/Table/SearchController.php M libraries/classes/Controllers/Table/SqlController.php M libraries/classes/Controllers/Table/Structure/PrimaryController.php M libraries/classes/Controllers/Table/Structure/ReservedWordCheckController.php M libraries/classes/Controllers/Table/Structure/SaveController.php M libraries/classes/Controllers/Table/StructureController.php M libraries/classes/Controllers/Table/TrackingController.php M libraries/classes/Controllers/Table/ZoomSearchController.php M libraries/classes/Controllers/ThemeSetController.php M libraries/classes/Controllers/Triggers/IndexController.php M libraries/classes/Controllers/UserPasswordController.php M libraries/classes/Controllers/View/CreateController.php M libraries/classes/Controllers/View/OperationsController.php M libraries/classes/Core.php M libraries/classes/Database/CentralColumns.php M libraries/classes/Database/Routines.php M libraries/classes/DatabaseInterface.php M libraries/classes/Dbal/DbalInterface.php M libraries/classes/Dbal/DbiMysqli.php M libraries/classes/Display/Results.php M libraries/classes/Encoding.php M libraries/classes/ErrorHandler.php M libraries/classes/Export/Export.php M libraries/classes/Export/Options.php M libraries/classes/File.php M libraries/classes/FileListing.php M libraries/classes/Footer.php M libraries/classes/Gis/GisVisualization.php M libraries/classes/Header.php M libraries/classes/Html/Generator.php M libraries/classes/Import/Import.php M libraries/classes/InsertEdit.php M libraries/classes/ListDatabase.php M libraries/classes/Menu.php M libraries/classes/Navigation/Navigation.php M libraries/classes/Navigation/NavigationTree.php M libraries/classes/Navigation/Nodes/Node.php M libraries/classes/Navigation/Nodes/NodeDatabase.php M libraries/classes/Navigation/Nodes/NodeDatabaseChildContainer.php M libraries/classes/Navigation/Nodes/NodeDatabaseContainer.php M libraries/classes/Navigation/Nodes/NodeTable.php M libraries/classes/Normalization.php M libraries/classes/Plugins.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/Export/ExportSql.php M libraries/classes/Plugins/Import/ImportLdi.php M libraries/classes/Plugins/Import/ImportShp.php M libraries/classes/Plugins/SchemaPlugin.php M libraries/classes/Plugins/Transformations/Abs/Bool2TextTransformationsPlugin.php M libraries/classes/Plugins/Transformations/Abs/DateFormatTransformationsPlugin.php M libraries/classes/Plugins/Transformations/Abs/ExternalTransformationsPlugin.php M libraries/classes/Plugins/Transformations/Abs/HexTransformationsPlugin.php M libraries/classes/Plugins/Transformations/Abs/InlineTransformationsPlugin.php M libraries/classes/Plugins/Transformations/Abs/PreApPendTransformationsPlugin.php M libraries/classes/Plugins/Transformations/Abs/SubstringTransformationsPlugin.php M libraries/classes/Plugins/Transformations/Abs/TextImageLinkTransformationsPlugin.php M libraries/classes/Plugins/Transformations/Abs/TextLinkTransformationsPlugin.php M libraries/classes/Plugins/Transformations/Input/Text_Plain_JsonEditor.php M libraries/classes/Plugins/Transformations/Input/Text_Plain_SqlEditor.php M libraries/classes/Plugins/Transformations/Input/Text_Plain_XmlEditor.php M libraries/classes/Plugins/Transformations/Output/Text_Plain_Json.php M libraries/classes/Plugins/Transformations/Output/Text_Plain_Sql.php M libraries/classes/Plugins/Transformations/Output/Text_Plain_Xml.php M libraries/classes/Query/Utilities.php M libraries/classes/RecentFavoriteTable.php M libraries/classes/Replication/ReplicationGui.php M libraries/classes/ResponseRenderer.php M libraries/classes/Routing/Routing.php M libraries/classes/Server/Privileges.php M libraries/classes/Server/Select.php M libraries/classes/Sql.php M libraries/classes/SqlQueryForm.php M libraries/classes/Table.php M libraries/classes/Table/ColumnsDefinition.php M libraries/classes/Template.php M libraries/classes/Theme/ThemeManager.php M libraries/classes/TwoFactor.php M libraries/classes/Url.php M libraries/classes/UserPreferences.php M libraries/classes/Util.php M libraries/classes/Utils/ForeignKey.php M libraries/classes/Utils/HttpRequest.php M libraries/classes/VersionInformation.php M phpstan-baseline.neon M psalm-baseline.xml M psalm.xml M test/bootstrap-static.php M test/classes/AbstractTestCase.php M test/classes/BookmarkTest.php M test/classes/Command/TwigLintCommandTest.php M test/classes/Config/FormDisplayTest.php M test/classes/Config/ServerConfigChecksTest.php M test/classes/Config/Settings/ConsoleTest.php M test/classes/Config/Settings/DebugTest.php M test/classes/Config/Settings/ExportTest.php M test/classes/Config/Settings/ImportTest.php M test/classes/Config/Settings/SqlQueryBoxTest.php M test/classes/Config/Settings/TransformationsTest.php M test/classes/Config/SettingsTest.php M test/classes/ConfigStorage/RelationTest.php M test/classes/ConfigTest.php M test/classes/Controllers/Database/StructureControllerTest.php M test/classes/Controllers/Export/ExportControllerTest.php M test/classes/Controllers/Server/BinlogControllerTest.php M test/classes/Controllers/Server/Databases/DestroyControllerTest.php M test/classes/Controllers/Server/DatabasesControllerTest.php M test/classes/Controllers/Server/Status/Processes/RefreshControllerTest.php M test/classes/Controllers/Table/OperationsControllerTest.php M test/classes/Controllers/Table/ReplaceControllerTest.php M test/classes/Controllers/Table/StructureControllerTest.php M test/classes/Controllers/ThemeSetControllerTest.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/RoutinesTest.php M test/classes/DatabaseInterfaceTest.php M test/classes/Dbal/DbiDummyTest.php M test/classes/Display/ResultsTest.php M test/classes/EncodingTest.php M test/classes/ErrorHandlerTest.php M test/classes/ErrorReportTest.php M test/classes/Export/OptionsTest.php M test/classes/FileListingTest.php M test/classes/FooterTest.php M test/classes/HeaderTest.php M test/classes/Html/GeneratorTest.php M test/classes/Html/MySQLDocumentationTest.php M test/classes/Import/ImportTest.php M test/classes/InsertEditTest.php M test/classes/IpAllowDenyTest.php M test/classes/Navigation/NavigationTest.php M test/classes/Navigation/NavigationTreeTest.php M test/classes/Navigation/Nodes/NodeDatabaseChildTest.php M test/classes/Navigation/Nodes/NodeTableTest.php M test/classes/Navigation/Nodes/NodeTest.php M test/classes/NormalizationTest.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/Import/ImportLdiTest.php M test/classes/Plugins/Transformations/TransformationPluginsTest.php M test/classes/PluginsTest.php M test/classes/Replication/ReplicationGuiTest.php M test/classes/Routing/RoutingTest.php M test/classes/Server/PluginsTest.php M test/classes/Server/PrivilegesTest.php M test/classes/Server/SelectTest.php M test/classes/Setup/FormProcessingTest.php M test/classes/Setup/IndexTest.php M test/classes/SqlQueryFormTest.php M test/classes/SqlTest.php M test/classes/Stubs/DbiDummy.php M test/classes/TableTest.php M test/classes/TemplateTest.php M test/classes/Theme/ThemeManagerTest.php M test/classes/TransformationsTest.php M test/classes/TwoFactorTest.php M test/classes/UrlTest.php M test/classes/UserPreferencesTest.php M test/classes/UtilTest.php M test/classes/Utils/ForeignKeyTest.php M test/classes/VersionInformationTest.php D libraries/classes/Middleware/GlobalConfigSetting.php
Log Message: ----------- Merge pull request #18661 from MauricioFauth/config-settings
Replace $GLOBALS['cfg'] with Config::$settings array