Branch: refs/heads/master Home: https://github.com/phpmyadmin/phpmyadmin Commit: 5f092a8b94aa9e9097a765c713525d29e353110c https://github.com/phpmyadmin/phpmyadmin/commit/5f092a8b94aa9e9097a765c71352... Author: Maurício Meneghini Fauth mauricio@fauth.dev Date: 2023-11-14 (Tue, 11 November 2023) -03:00
Changed paths: M app/services.php M phpstan-baseline.neon M psalm-baseline.xml M src/BrowseForeigners.php M src/Display/Results.php M src/Header.php M src/Http/Middleware/ThemeInitialization.php M src/Navigation/Navigation.php M src/Theme/ThemeManager.php M src/Twig/AssetExtension.php M test/classes/AbstractTestCase.php M test/classes/BrowseForeignersTest.php M test/classes/Config/FormDisplayTest.php M test/classes/Config/FormTest.php M test/classes/Config/PageSettingsTest.php M test/classes/ConfigTest.php M test/classes/Controllers/BrowseForeignersControllerTest.php M test/classes/Controllers/Database/EventsControllerTest.php M test/classes/Controllers/Database/PrivilegesControllerTest.php M test/classes/Controllers/Database/StructureControllerTest.php M test/classes/Controllers/Import/ImportControllerTest.php M test/classes/Controllers/NavigationControllerTest.php M test/classes/Controllers/Normalization/MainControllerTest.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/ShowEngineControllerTest.php M test/classes/Controllers/Server/Status/AdvisorControllerTest.php M test/classes/Controllers/Server/Status/Monitor/GeneralLogControllerTest.php M test/classes/Controllers/Server/Status/Monitor/LogVarsControllerTest.php M test/classes/Controllers/Server/Status/Monitor/SlowLogControllerTest.php M test/classes/Controllers/Server/Status/MonitorControllerTest.php M test/classes/Controllers/Server/Status/Processes/RefreshControllerTest.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/DeleteRowsControllerTest.php M test/classes/Controllers/Table/FindReplaceControllerTest.php M test/classes/Controllers/Table/ImportControllerTest.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/SearchControllerTest.php M test/classes/Controllers/Transformation/OverviewControllerTest.php M test/classes/CoreTest.php M test/classes/Database/EventsTest.php M test/classes/Database/RoutinesTest.php M test/classes/Display/ResultsTest.php M test/classes/FooterTest.php M test/classes/HeaderTest.php M test/classes/InsertEditTest.php M test/classes/MenuTest.php M test/classes/Navigation/NavigationTreeTest.php M test/classes/Navigation/Nodes/NodeDatabaseChildTest.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/Server/PrivilegesTest.php M test/classes/SqlTest.php M test/classes/Table/IndexesTest.php M test/classes/Theme/ThemeTest.php M test/classes/Tracking/TrackingTest.php M test/classes/Triggers/TriggersTest.php M test/classes/TwoFactorTest.php
Log Message: ----------- Remove theme global variable
Signed-off-by: Maurício Meneghini Fauth mauricio@fauth.dev
Commit: 646b4ffb985ff2e158b8e4ef9f9e4990ae8d621b https://github.com/phpmyadmin/phpmyadmin/commit/646b4ffb985ff2e158b8e4ef9f9e... Author: Maurício Meneghini Fauth mauricio@fauth.dev Date: 2023-11-14 (Tue, 11 November 2023) -03:00
Changed paths: M app/services.php M phpstan-baseline.neon M psalm-baseline.xml M src/BrowseForeigners.php M src/Display/Results.php M src/Header.php M src/Http/Middleware/ThemeInitialization.php M src/Navigation/Navigation.php M src/Theme/ThemeManager.php M src/Twig/AssetExtension.php M test/classes/AbstractTestCase.php M test/classes/BrowseForeignersTest.php M test/classes/Config/FormDisplayTest.php M test/classes/Config/FormTest.php M test/classes/Config/PageSettingsTest.php M test/classes/ConfigTest.php M test/classes/Controllers/BrowseForeignersControllerTest.php M test/classes/Controllers/Database/EventsControllerTest.php M test/classes/Controllers/Database/PrivilegesControllerTest.php M test/classes/Controllers/Database/StructureControllerTest.php M test/classes/Controllers/Import/ImportControllerTest.php M test/classes/Controllers/NavigationControllerTest.php M test/classes/Controllers/Normalization/MainControllerTest.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/ShowEngineControllerTest.php M test/classes/Controllers/Server/Status/AdvisorControllerTest.php M test/classes/Controllers/Server/Status/Monitor/GeneralLogControllerTest.php M test/classes/Controllers/Server/Status/Monitor/LogVarsControllerTest.php M test/classes/Controllers/Server/Status/Monitor/SlowLogControllerTest.php M test/classes/Controllers/Server/Status/MonitorControllerTest.php M test/classes/Controllers/Server/Status/Processes/RefreshControllerTest.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/DeleteRowsControllerTest.php M test/classes/Controllers/Table/FindReplaceControllerTest.php M test/classes/Controllers/Table/ImportControllerTest.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/SearchControllerTest.php M test/classes/Controllers/Transformation/OverviewControllerTest.php M test/classes/CoreTest.php M test/classes/Database/EventsTest.php M test/classes/Database/RoutinesTest.php M test/classes/Display/ResultsTest.php M test/classes/FooterTest.php M test/classes/HeaderTest.php M test/classes/InsertEditTest.php M test/classes/MenuTest.php M test/classes/Navigation/NavigationTreeTest.php M test/classes/Navigation/Nodes/NodeDatabaseChildTest.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/Server/PrivilegesTest.php M test/classes/SqlTest.php M test/classes/Table/IndexesTest.php M test/classes/Theme/ThemeTest.php M test/classes/Tracking/TrackingTest.php M test/classes/Triggers/TriggersTest.php M test/classes/TwoFactorTest.php
Log Message: ----------- Merge pull request #18793 from MauricioFauth/theme-global
Remove theme global variable