Branch: refs/heads/master Home: https://github.com/phpmyadmin/phpmyadmin Commit: b2eb6bf4c90231213adfcf31d2bf7b77c8689059 https://github.com/phpmyadmin/phpmyadmin/commit/b2eb6bf4c90231213adfcf31d2bf... Author: Maurício Meneghini Fauth mauricio@fauth.dev Date: 2022-11-15 (Tue, 11 November 2022) -03:00
Changed paths: M libraries/classes/Command/CacheWarmupCommand.php M libraries/classes/Common.php M libraries/classes/Config.php M libraries/classes/Controllers/Preferences/ManageController.php M libraries/classes/Controllers/Setup/MainController.php M libraries/services.php M scripts/console M test/classes/AbstractTestCase.php M test/classes/Config/FormDisplayTemplateTest.php M test/classes/ConfigTest.php M test/classes/Controllers/Table/AddFieldControllerTest.php M test/classes/Controllers/Table/CreateControllerTest.php M test/classes/Controllers/Table/Maintenance/AnalyzeControllerTest.php M test/classes/Controllers/Table/Maintenance/CheckControllerTest.php M test/classes/Controllers/Table/Maintenance/ChecksumControllerTest.php M test/classes/Controllers/Table/Maintenance/OptimizeControllerTest.php M test/classes/Controllers/Table/Maintenance/RepairControllerTest.php
Log Message: ----------- Extract config load and check from Config's constructor
This allows better handling of the user's config loading and validation.
Signed-off-by: Maurício Meneghini Fauth mauricio@fauth.dev
Commit: 8228122cdb580d2fa4afaf889765b35ab5fde76b https://github.com/phpmyadmin/phpmyadmin/commit/8228122cdb580d2fa4afaf889765... Author: Maurício Meneghini Fauth mauricio@fauth.dev Date: 2022-11-15 (Tue, 11 November 2022) -03:00
Changed paths: M libraries/classes/Command/CacheWarmupCommand.php M libraries/classes/Common.php M libraries/classes/Config.php M libraries/classes/Controllers/Preferences/ManageController.php M libraries/classes/Controllers/Setup/MainController.php M libraries/services.php M scripts/console M test/classes/AbstractTestCase.php M test/classes/Config/FormDisplayTemplateTest.php M test/classes/ConfigTest.php M test/classes/Controllers/Table/AddFieldControllerTest.php M test/classes/Controllers/Table/CreateControllerTest.php M test/classes/Controllers/Table/Maintenance/AnalyzeControllerTest.php M test/classes/Controllers/Table/Maintenance/CheckControllerTest.php M test/classes/Controllers/Table/Maintenance/ChecksumControllerTest.php M test/classes/Controllers/Table/Maintenance/OptimizeControllerTest.php M test/classes/Controllers/Table/Maintenance/RepairControllerTest.php
Log Message: ----------- Merge pull request #17897 from MauricioFauth/config-load
Extract config load and check from Config's constructor