Branch: refs/heads/master Home: https://github.com/phpmyadmin/phpmyadmin Commit: 0307babf271f6d371525ad4e89d423247c600f00 https://github.com/phpmyadmin/phpmyadmin/commit/0307babf271f6d371525ad4e89d4... Author: Maurício Meneghini Fauth mauricio@fauth.dev Date: 2023-12-26 (Tue, 12 December 2023) -03:00
Changed paths: M phpstan-baseline.neon M psalm-baseline.xml M psalm.xml M src/Controllers/Database/CentralColumnsController.php M src/Controllers/Database/DesignerController.php M src/Controllers/Database/EventsController.php M src/Controllers/Database/PrivilegesController.php M src/Controllers/Database/StructureController.php M src/Controllers/Database/TrackingController.php M src/Controllers/Server/DatabasesController.php M src/Controllers/Server/PrivilegesController.php M src/Controllers/Setup/FormController.php M src/Controllers/Setup/MainController.php M src/Controllers/Table/ChangeController.php M src/Controllers/Table/PrivilegesController.php M src/Controllers/Table/StructureController.php M src/Controllers/Table/TrackingController.php M src/Controllers/View/CreateController.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/RequestProblemChecking.php M src/Http/Middleware/SessionHandling.php M src/Language.php M src/LanguageManager.php M src/Plugins/Auth/AuthenticationCookie.php M src/Plugins/Auth/AuthenticationHttp.php M src/Plugins/Auth/AuthenticationSignon.php M src/Plugins/AuthenticationPlugin.php M src/Routing/Routing.php M src/Sql.php M tests/classes/AbstractTestCase.php M tests/classes/Controllers/CheckRelationsControllerTest.php M tests/classes/Controllers/Database/EventsControllerTest.php M tests/classes/Controllers/Database/RoutinesControllerTest.php M tests/classes/Controllers/Database/Structure/RealRowCountControllerTest.php M tests/classes/Controllers/Database/StructureControllerTest.php M tests/classes/Controllers/Export/ExportControllerTest.php M tests/classes/Controllers/Export/Template/CreateControllerTest.php M tests/classes/Controllers/Export/Template/DeleteControllerTest.php M tests/classes/Controllers/Export/Template/LoadControllerTest.php M tests/classes/Controllers/Export/Template/UpdateControllerTest.php M tests/classes/Controllers/GisDataEditorControllerTest.php M tests/classes/Controllers/Operations/TableControllerTest.php M tests/classes/Controllers/Server/BinlogControllerTest.php M tests/classes/Controllers/Server/CollationsControllerTest.php M tests/classes/Controllers/Server/Databases/CreateControllerTest.php M tests/classes/Controllers/Server/Databases/DestroyControllerTest.php M tests/classes/Controllers/Server/DatabasesControllerTest.php M tests/classes/Controllers/Server/EnginesControllerTest.php M tests/classes/Controllers/Server/PluginsControllerTest.php M tests/classes/Controllers/Server/Privileges/AccountLockControllerTest.php M tests/classes/Controllers/Server/Privileges/AccountUnlockControllerTest.php M tests/classes/Controllers/Server/PrivilegesControllerTest.php M tests/classes/Controllers/Server/ShowEngineControllerTest.php M tests/classes/Controllers/Server/Status/AdvisorControllerTest.php M tests/classes/Controllers/Server/Status/Monitor/GeneralLogControllerTest.php M tests/classes/Controllers/Server/Status/Monitor/LogVarsControllerTest.php M tests/classes/Controllers/Server/Status/Monitor/SlowLogControllerTest.php M tests/classes/Controllers/Server/Status/MonitorControllerTest.php M tests/classes/Controllers/Server/Status/Processes/RefreshControllerTest.php M tests/classes/Controllers/Server/Status/ProcessesControllerTest.php M tests/classes/Controllers/Server/Status/QueriesControllerTest.php M tests/classes/Controllers/Server/Status/StatusControllerTest.php M tests/classes/Controllers/Server/Status/VariablesControllerTest.php M tests/classes/Controllers/Server/VariablesControllerTest.php M tests/classes/Controllers/Sql/EnumValuesControllerTest.php M tests/classes/Controllers/Sql/SetValuesControllerTest.php M tests/classes/Controllers/Table/ImportControllerTest.php M tests/classes/Controllers/Table/IndexRenameControllerTest.php M tests/classes/Controllers/Table/IndexesControllerTest.php M tests/classes/Controllers/Table/RecentFavoriteControllerTest.php M tests/classes/Controllers/Table/RelationControllerTest.php M tests/classes/Controllers/Table/SearchControllerTest.php M tests/classes/Controllers/Table/SqlControllerTest.php M tests/classes/Controllers/Table/Structure/ChangeControllerTest.php M tests/classes/Controllers/Table/Structure/SaveControllerTest.php M tests/classes/Controllers/Table/StructureControllerTest.php M tests/classes/Controllers/Table/TrackingControllerTest.php M tests/classes/Controllers/Table/ZoomSearchControllerTest.php M tests/classes/Controllers/Transformation/OverviewControllerTest.php M tests/classes/Controllers/Triggers/IndexControllerTest.php M tests/classes/Database/EventsTest.php M tests/classes/Database/RoutinesTest.php M tests/classes/Display/ResultsTest.php M tests/classes/ErrorHandlerTest.php M tests/classes/FooterTest.php M tests/classes/InsertEditTest.php M tests/classes/Plugins/Auth/AuthenticationCookieTest.php M tests/classes/Plugins/Auth/AuthenticationHttpTest.php M tests/classes/Plugins/Export/ExportCsvTest.php M tests/classes/Plugins/Export/ExportHtmlwordTest.php M tests/classes/Plugins/Export/ExportMediawikiTest.php M tests/classes/Plugins/Export/ExportPhparrayTest.php M tests/classes/Plugins/Export/ExportSqlTest.php M tests/classes/Plugins/Export/ExportTexytextTest.php M tests/classes/Plugins/Export/ExportYamlTest.php M tests/classes/Plugins/Schema/SvgRelationSchemaTest.php M tests/classes/Plugins/TwoFactor/WebAuthnTest.php M tests/classes/ResponseRendererTest.php M tests/classes/SqlQueryFormTest.php M tests/classes/Stubs/ResponseRenderer.php M tests/classes/Table/IndexesTest.php M tests/classes/Theme/ThemeTest.php M tests/classes/Tracking/TrackingTest.php M tests/classes/UserPreferencesTest.php
Log Message: ----------- Replace text_dir global var with LanguageManager::$textDir static
Signed-off-by: Maurício Meneghini Fauth mauricio@fauth.dev
Commit: 21d962dec7ff16fb893164a2071d26e48b630d47 https://github.com/phpmyadmin/phpmyadmin/commit/21d962dec7ff16fb893164a2071d... Author: Maurício Meneghini Fauth mauricio@fauth.dev Date: 2023-12-27 (Wed, 12 December 2023) -03:00
Changed paths: M phpstan-baseline.neon M psalm-baseline.xml M psalm.xml M src/Controllers/Database/CentralColumnsController.php M src/Controllers/Database/DesignerController.php M src/Controllers/Database/EventsController.php M src/Controllers/Database/PrivilegesController.php M src/Controllers/Database/StructureController.php M src/Controllers/Database/TrackingController.php M src/Controllers/Server/DatabasesController.php M src/Controllers/Server/PrivilegesController.php M src/Controllers/Setup/FormController.php M src/Controllers/Setup/MainController.php M src/Controllers/Table/ChangeController.php M src/Controllers/Table/PrivilegesController.php M src/Controllers/Table/StructureController.php M src/Controllers/Table/TrackingController.php M src/Controllers/View/CreateController.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/RequestProblemChecking.php M src/Http/Middleware/SessionHandling.php M src/Language.php M src/LanguageManager.php M src/Plugins/Auth/AuthenticationCookie.php M src/Plugins/Auth/AuthenticationHttp.php M src/Plugins/Auth/AuthenticationSignon.php M src/Plugins/AuthenticationPlugin.php M src/Routing/Routing.php M src/Sql.php M tests/classes/AbstractTestCase.php M tests/classes/Controllers/CheckRelationsControllerTest.php M tests/classes/Controllers/Database/EventsControllerTest.php M tests/classes/Controllers/Database/RoutinesControllerTest.php M tests/classes/Controllers/Database/Structure/RealRowCountControllerTest.php M tests/classes/Controllers/Database/StructureControllerTest.php M tests/classes/Controllers/Export/ExportControllerTest.php M tests/classes/Controllers/Export/Template/CreateControllerTest.php M tests/classes/Controllers/Export/Template/DeleteControllerTest.php M tests/classes/Controllers/Export/Template/LoadControllerTest.php M tests/classes/Controllers/Export/Template/UpdateControllerTest.php M tests/classes/Controllers/GisDataEditorControllerTest.php M tests/classes/Controllers/Operations/TableControllerTest.php M tests/classes/Controllers/Server/BinlogControllerTest.php M tests/classes/Controllers/Server/CollationsControllerTest.php M tests/classes/Controllers/Server/Databases/CreateControllerTest.php M tests/classes/Controllers/Server/Databases/DestroyControllerTest.php M tests/classes/Controllers/Server/DatabasesControllerTest.php M tests/classes/Controllers/Server/EnginesControllerTest.php M tests/classes/Controllers/Server/PluginsControllerTest.php M tests/classes/Controllers/Server/Privileges/AccountLockControllerTest.php M tests/classes/Controllers/Server/Privileges/AccountUnlockControllerTest.php M tests/classes/Controllers/Server/PrivilegesControllerTest.php M tests/classes/Controllers/Server/ShowEngineControllerTest.php M tests/classes/Controllers/Server/Status/AdvisorControllerTest.php M tests/classes/Controllers/Server/Status/Monitor/GeneralLogControllerTest.php M tests/classes/Controllers/Server/Status/Monitor/LogVarsControllerTest.php M tests/classes/Controllers/Server/Status/Monitor/SlowLogControllerTest.php M tests/classes/Controllers/Server/Status/MonitorControllerTest.php M tests/classes/Controllers/Server/Status/Processes/RefreshControllerTest.php M tests/classes/Controllers/Server/Status/ProcessesControllerTest.php M tests/classes/Controllers/Server/Status/QueriesControllerTest.php M tests/classes/Controllers/Server/Status/StatusControllerTest.php M tests/classes/Controllers/Server/Status/VariablesControllerTest.php M tests/classes/Controllers/Server/VariablesControllerTest.php M tests/classes/Controllers/Sql/EnumValuesControllerTest.php M tests/classes/Controllers/Sql/SetValuesControllerTest.php M tests/classes/Controllers/Table/ImportControllerTest.php M tests/classes/Controllers/Table/IndexRenameControllerTest.php M tests/classes/Controllers/Table/IndexesControllerTest.php M tests/classes/Controllers/Table/RecentFavoriteControllerTest.php M tests/classes/Controllers/Table/RelationControllerTest.php M tests/classes/Controllers/Table/SearchControllerTest.php M tests/classes/Controllers/Table/SqlControllerTest.php M tests/classes/Controllers/Table/Structure/ChangeControllerTest.php M tests/classes/Controllers/Table/Structure/SaveControllerTest.php M tests/classes/Controllers/Table/StructureControllerTest.php M tests/classes/Controllers/Table/TrackingControllerTest.php M tests/classes/Controllers/Table/ZoomSearchControllerTest.php M tests/classes/Controllers/Transformation/OverviewControllerTest.php M tests/classes/Controllers/Triggers/IndexControllerTest.php M tests/classes/Database/EventsTest.php M tests/classes/Database/RoutinesTest.php M tests/classes/Display/ResultsTest.php M tests/classes/ErrorHandlerTest.php M tests/classes/FooterTest.php M tests/classes/InsertEditTest.php M tests/classes/Plugins/Auth/AuthenticationCookieTest.php M tests/classes/Plugins/Auth/AuthenticationHttpTest.php M tests/classes/Plugins/Export/ExportCsvTest.php M tests/classes/Plugins/Export/ExportHtmlwordTest.php M tests/classes/Plugins/Export/ExportMediawikiTest.php M tests/classes/Plugins/Export/ExportPhparrayTest.php M tests/classes/Plugins/Export/ExportSqlTest.php M tests/classes/Plugins/Export/ExportTexytextTest.php M tests/classes/Plugins/Export/ExportYamlTest.php M tests/classes/Plugins/Schema/SvgRelationSchemaTest.php M tests/classes/Plugins/TwoFactor/WebAuthnTest.php M tests/classes/ResponseRendererTest.php M tests/classes/SqlQueryFormTest.php M tests/classes/Stubs/ResponseRenderer.php M tests/classes/Table/IndexesTest.php M tests/classes/Theme/ThemeTest.php M tests/classes/Tracking/TrackingTest.php M tests/classes/UserPreferencesTest.php
Log Message: ----------- Merge pull request #18867 from MauricioFauth/text_dir-global-removal
Replace text_dir global var with LanguageManager::$textDir static