Branch: refs/heads/master Home: https://github.com/phpmyadmin/phpmyadmin Commit: 5725516656e8d537adab523cfe5db3baf2057921 https://github.com/phpmyadmin/phpmyadmin/commit/5725516656e8d537adab523cfe5d... Author: Maurício Meneghini Fauth mauricio@fauth.dev Date: 2021-09-01 (Wed, 09 September 2021) -03:00
Changed paths: M libraries/classes/Controllers/Setup/ConfigController.php M libraries/classes/Controllers/Setup/HomeController.php M libraries/classes/Core.php M libraries/classes/Database/Qbe.php M libraries/classes/Footer.php M libraries/classes/ResponseRenderer.php M libraries/classes/Server/Privileges.php M psalm-baseline.xml M setup/config.php M test/classes/CoreTest.php
Log Message: ----------- Inline `Core::ifSetOr` method
Signed-off-by: Maurício Meneghini Fauth mauricio@fauth.dev
Commit: 8f2f3eff405c1d724ad502ed3bdcb0a5cef72671 https://github.com/phpmyadmin/phpmyadmin/commit/8f2f3eff405c1d724ad502ed3bdc... Author: Maurício Meneghini Fauth mauricio@fauth.dev Date: 2021-09-02 (Thu, 09 September 2021) -03:00
Changed paths: M libraries/classes/Common.php M libraries/classes/Controllers/Database/CentralColumnsController.php M libraries/classes/Controllers/Database/ImportController.php M libraries/classes/Controllers/Database/RoutinesController.php M libraries/classes/Controllers/NormalizationController.php M libraries/classes/Controllers/Server/ImportController.php M libraries/classes/Controllers/Setup/ConfigController.php M libraries/classes/Controllers/Setup/FormController.php M libraries/classes/Controllers/Setup/HomeController.php M libraries/classes/Controllers/Setup/ServersController.php M libraries/classes/Controllers/Table/GisVisualizationController.php M libraries/classes/Controllers/Table/ImportController.php M libraries/classes/Controllers/ViewCreateController.php M libraries/classes/Core.php M libraries/classes/Database/Qbe.php M libraries/classes/DatabaseInterface.php M libraries/classes/Display/Results.php M libraries/classes/Footer.php M libraries/classes/Operations.php M libraries/classes/Partitioning/TablePartitionDefinition.php M libraries/classes/Relation.php M libraries/classes/ResponseRenderer.php M libraries/classes/Server/Privileges.php M libraries/classes/Setup/FormProcessing.php M libraries/classes/UserPassword.php M libraries/classes/Util.php M psalm-baseline.xml M setup/config.php M setup/index.php M setup/validate.php M test/classes/CoreTest.php M url.php
Log Message: ----------- Remove the `Core::isValid` method
This improves the type checking and simplifies the code.
Signed-off-by: Maurício Meneghini Fauth mauricio@fauth.dev
Commit: 2bb06d73a536e59fed1c3a944c0908c315b87012 https://github.com/phpmyadmin/phpmyadmin/commit/2bb06d73a536e59fed1c3a944c09... Author: Maurício Meneghini Fauth mauricio@fauth.dev Date: 2021-09-02 (Thu, 09 September 2021) -03:00
Changed paths: M libraries/classes/Common.php M libraries/classes/Controllers/Database/CentralColumnsController.php M libraries/classes/Controllers/Database/ImportController.php M libraries/classes/Controllers/Database/RoutinesController.php M libraries/classes/Controllers/NormalizationController.php M libraries/classes/Controllers/Server/ImportController.php M libraries/classes/Controllers/Setup/ConfigController.php M libraries/classes/Controllers/Setup/FormController.php M libraries/classes/Controllers/Setup/HomeController.php M libraries/classes/Controllers/Setup/ServersController.php M libraries/classes/Controllers/Table/GisVisualizationController.php M libraries/classes/Controllers/Table/ImportController.php M libraries/classes/Controllers/ViewCreateController.php M libraries/classes/Core.php M libraries/classes/Database/Qbe.php M libraries/classes/DatabaseInterface.php M libraries/classes/Display/Results.php M libraries/classes/Footer.php M libraries/classes/Operations.php M libraries/classes/Partitioning/TablePartitionDefinition.php M libraries/classes/Relation.php M libraries/classes/ResponseRenderer.php M libraries/classes/Server/Privileges.php M libraries/classes/Setup/FormProcessing.php M libraries/classes/UserPassword.php M libraries/classes/Util.php M psalm-baseline.xml M setup/config.php M setup/index.php M setup/validate.php M test/classes/CoreTest.php M url.php
Log Message: ----------- Merge pull request #17096 from mauriciofauth/core-is-valid
Remove the `Core::isValid` method