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