Branch: refs/heads/master Home: https://github.com/phpmyadmin/phpmyadmin Commit: 5548f8fe5bee027cac4fc97ace927f0e52046ef4 https://github.com/phpmyadmin/phpmyadmin/commit/5548f8fe5bee027cac4fc97ace92... Author: Maurício Meneghini Fauth mauricio@mfauth.net Date: 2024-12-24 (Tue, 12 December 2024) -03:00
Changed paths: M phpstan-baseline.neon M psalm-baseline.xml M src/Config.php M src/Controllers/HomeController.php M src/Controllers/Preferences/ManageController.php M src/Controllers/Setup/ConfigController.php M src/Controllers/Setup/FormController.php M src/Controllers/Setup/HomeController.php M src/Controllers/Setup/ServerDestroyController.php M src/Controllers/Setup/ServersController.php M src/Controllers/Setup/ShowConfigController.php M src/Controllers/Setup/ValidateController.php M src/Core.php M src/Current.php M src/Encoding.php M src/Header.php M src/Http/Middleware/Authentication.php M src/Http/Middleware/ConfigErrorAndPermissionChecking.php M src/Http/Middleware/DatabaseServerVersionChecking.php M src/Http/Middleware/LanguageAndThemeCookieSaving.php M src/Http/Middleware/RequestProblemChecking.php M src/Http/Middleware/SessionHandling.php M src/Http/Middleware/SetupPageRedirection.php M src/I18n/Language.php M src/I18n/LanguageManager.php M src/Plugins/Auth/AuthenticationCookie.php M src/Plugins/Auth/AuthenticationHttp.php M src/Plugins/Auth/AuthenticationSignon.php M src/Routing/Routing.php M src/Url.php M tests/unit/AbstractTestCase.php M tests/unit/Container/ContainerBuilderTest.php M tests/unit/Controllers/Export/ExportControllerTest.php M tests/unit/Controllers/HomeControllerTest.php M tests/unit/Controllers/Operations/TableControllerTest.php M tests/unit/Controllers/Table/GisVisualizationControllerTest.php M tests/unit/Controllers/Table/ImportControllerTest.php M tests/unit/Controllers/Table/IndexRenameControllerTest.php M tests/unit/Controllers/Table/SqlControllerTest.php M tests/unit/Controllers/Table/StructureControllerTest.php M tests/unit/DatabaseInterfaceTest.php M tests/unit/Error/ErrorHandlerTest.php M tests/unit/Export/ExportTest.php M tests/unit/Html/SecurityTest.php M tests/unit/ParseAnalyzeTest.php M tests/unit/Plugins/Auth/AuthenticationHttpTest.php M tests/unit/Plugins/AuthenticationPluginTest.php M tests/unit/Plugins/Export/ExportCsvTest.php M tests/unit/Plugins/Export/ExportHtmlwordTest.php M tests/unit/Plugins/Export/ExportMediawikiTest.php M tests/unit/Plugins/Export/ExportPhparrayTest.php M tests/unit/Plugins/Export/ExportSqlTest.php M tests/unit/Plugins/Export/ExportTexytextTest.php M tests/unit/Plugins/Export/ExportYamlTest.php M tests/unit/Plugins/Schema/SvgRelationSchemaTest.php M tests/unit/Plugins/TwoFactor/WebAuthnTest.php M tests/unit/ResponseRendererTest.php M tests/unit/SanitizeTest.php M tests/unit/ScriptsTest.php M tests/unit/Server/PrivilegesTest.php M tests/unit/SqlQueryFormTest.php M tests/unit/Stubs/ResponseRenderer.php M tests/unit/Tracking/TrackingTest.php M tests/unit/UserPreferencesTest.php M tests/unit/UtilTest.php
Log Message: ----------- Replace lang global var with Current::$lang prop
Signed-off-by: Maurício Meneghini Fauth mauricio@mfauth.net
Commit: 75e0042bb640426ea20b66a4430c8378d27281b2 https://github.com/phpmyadmin/phpmyadmin/commit/75e0042bb640426ea20b66a4430c... Author: Maurício Meneghini Fauth mauricio@mfauth.net Date: 2024-12-24 (Tue, 12 December 2024) -03:00
Changed paths: M phpstan-baseline.neon M psalm-baseline.xml M src/Config.php M src/Controllers/HomeController.php M src/Controllers/Preferences/ManageController.php M src/Controllers/Setup/ConfigController.php M src/Controllers/Setup/FormController.php M src/Controllers/Setup/HomeController.php M src/Controllers/Setup/ServerDestroyController.php M src/Controllers/Setup/ServersController.php M src/Controllers/Setup/ShowConfigController.php M src/Controllers/Setup/ValidateController.php M src/Core.php M src/Current.php M src/Encoding.php M src/Header.php M src/Http/Middleware/Authentication.php M src/Http/Middleware/ConfigErrorAndPermissionChecking.php M src/Http/Middleware/DatabaseServerVersionChecking.php M src/Http/Middleware/LanguageAndThemeCookieSaving.php M src/Http/Middleware/RequestProblemChecking.php M src/Http/Middleware/SessionHandling.php M src/Http/Middleware/SetupPageRedirection.php M src/I18n/Language.php M src/I18n/LanguageManager.php M src/Plugins/Auth/AuthenticationCookie.php M src/Plugins/Auth/AuthenticationHttp.php M src/Plugins/Auth/AuthenticationSignon.php M src/Routing/Routing.php M src/Url.php M tests/unit/AbstractTestCase.php M tests/unit/Container/ContainerBuilderTest.php M tests/unit/Controllers/Export/ExportControllerTest.php M tests/unit/Controllers/HomeControllerTest.php M tests/unit/Controllers/Operations/TableControllerTest.php M tests/unit/Controllers/Table/GisVisualizationControllerTest.php M tests/unit/Controllers/Table/ImportControllerTest.php M tests/unit/Controllers/Table/IndexRenameControllerTest.php M tests/unit/Controllers/Table/SqlControllerTest.php M tests/unit/Controllers/Table/StructureControllerTest.php M tests/unit/DatabaseInterfaceTest.php M tests/unit/Error/ErrorHandlerTest.php M tests/unit/Export/ExportTest.php M tests/unit/Html/SecurityTest.php M tests/unit/ParseAnalyzeTest.php M tests/unit/Plugins/Auth/AuthenticationHttpTest.php M tests/unit/Plugins/AuthenticationPluginTest.php M tests/unit/Plugins/Export/ExportCsvTest.php M tests/unit/Plugins/Export/ExportHtmlwordTest.php M tests/unit/Plugins/Export/ExportMediawikiTest.php M tests/unit/Plugins/Export/ExportPhparrayTest.php M tests/unit/Plugins/Export/ExportSqlTest.php M tests/unit/Plugins/Export/ExportTexytextTest.php M tests/unit/Plugins/Export/ExportYamlTest.php M tests/unit/Plugins/Schema/SvgRelationSchemaTest.php M tests/unit/Plugins/TwoFactor/WebAuthnTest.php M tests/unit/ResponseRendererTest.php M tests/unit/SanitizeTest.php M tests/unit/ScriptsTest.php M tests/unit/Server/PrivilegesTest.php M tests/unit/SqlQueryFormTest.php M tests/unit/Stubs/ResponseRenderer.php M tests/unit/Tracking/TrackingTest.php M tests/unit/UserPreferencesTest.php M tests/unit/UtilTest.php
Log Message: ----------- Merge pull request #19472 from MauricioFauth/lang-global-var-removal
Replace lang global var with Current::$lang prop