Branch: refs/heads/master
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: 1835ebb4fccc20aa06868be88ab8bcaa9c395ccf
https://github.com/phpmyadmin/phpmyadmin/commit/1835ebb4fccc20aa06868be88ab…
Author: Maurício Meneghini Fauth <mauricio(a)fauth.dev>
Date: 2021-07-10 (Sat, 07 July 2021) -03:00
Changed paths:
M libraries/classes/CheckUserPrivileges.php
M libraries/classes/Controllers/Server/Status/VariablesController.php
M libraries/classes/Controllers/SqlController.php
M libraries/classes/Controllers/Table/ChangeController.php
M libraries/classes/Database/Events.php
M libraries/classes/Database/Routines.php
M libraries/classes/Database/Triggers.php
M libraries/classes/Display/Results.php
M libraries/classes/Gis/GisMultiPolygon.php
M libraries/classes/Gis/GisPolygon.php
M libraries/classes/Import.php
M libraries/classes/InsertEdit.php
M libraries/classes/Plugins/Import/ImportCsv.php
M libraries/classes/Plugins/Import/ImportMediawiki.php
M libraries/classes/Server/Privileges.php
M libraries/classes/Server/Status/Data.php
M libraries/classes/Setup/ConfigGenerator.php
M libraries/classes/Url.php
M libraries/classes/Util.php
Log Message:
-----------
Replace `mb_strpos !== false` with `str_contains`
See: https://wiki.php.net/rfc/str_contains#case-insensitivity_and_multibyte_stri…
Signed-off-by: Maurício Meneghini Fauth <mauricio(a)fauth.dev>
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: 6ae07c96fbfb7fe3c2ea5f4be1e7139e3187803d
https://github.com/phpmyadmin/phpmyadmin/commit/6ae07c96fbfb7fe3c2ea5f4be1e…
Author: Maurício Meneghini Fauth <mauricio(a)fauth.dev>
Date: 2021-07-09 (Fri, 07 July 2021) -03:00
Changed paths:
M libraries/classes/Advisor.php
M libraries/classes/CheckUserPrivileges.php
M libraries/classes/Command/CacheWarmupCommand.php
M libraries/classes/Config.php
M libraries/classes/Controllers/Server/DatabasesController.php
M libraries/classes/Controllers/SqlController.php
M libraries/classes/Controllers/Table/FindReplaceController.php
M libraries/classes/Controllers/Table/StructureController.php
M libraries/classes/Controllers/ViewCreateController.php
M libraries/classes/Core.php
M libraries/classes/Database/Designer.php
M libraries/classes/DatabaseInterface.php
M libraries/classes/Display/Results.php
M libraries/classes/Git.php
M libraries/classes/Html/Generator.php
M libraries/classes/InsertEdit.php
M libraries/classes/Language.php
M libraries/classes/Navigation/NavigationTree.php
M libraries/classes/Query/Utilities.php
M libraries/classes/Relation.php
M libraries/classes/Scripts.php
M libraries/classes/Server/Privileges.php
M libraries/classes/Server/Select.php
M libraries/classes/Sql.php
M libraries/classes/SqlQueryForm.php
M libraries/classes/Table.php
M libraries/classes/Table/Search.php
M libraries/classes/Transformations.php
M libraries/classes/UserPreferences.php
M libraries/classes/Util.php
Log Message:
-----------
Replace `strpos !== false` with `str_contains`
Signed-off-by: Maurício Meneghini Fauth <mauricio(a)fauth.dev>
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: 355f6d9d20ebfc76bc5b5f89b59c71378f7acf30
https://github.com/phpmyadmin/phpmyadmin/commit/355f6d9d20ebfc76bc5b5f89b59…
Author: Maurício Meneghini Fauth <mauricio(a)fauth.dev>
Date: 2021-07-09 (Fri, 07 July 2021) -03:00
Changed paths:
M libraries/classes/Common.php
M libraries/classes/Config.php
M libraries/classes/Core.php
M libraries/classes/ErrorReport.php
M libraries/classes/Export.php
M libraries/classes/Plugins/Transformations/Abs/InlineTransformationsPlugin.php
M phpstan.neon.dist
M test/bootstrap-static.php
M test/classes/AbstractTestCase.php
M test/classes/Config/PageSettingsTest.php
M test/classes/ConfigTest.php
M test/classes/Controllers/Database/StructureControllerTest.php
M test/classes/Controllers/ExportTemplateControllerTest.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/Status/AdvisorControllerTest.php
M test/classes/Controllers/Server/Status/MonitorControllerTest.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/FindReplaceControllerTest.php
M test/classes/Controllers/TransformationOverviewControllerTest.php
M test/classes/CoreTest.php
M test/classes/Database/EventsTest.php
M test/classes/Database/RoutinesTest.php
M test/classes/Database/TriggersTest.php
M test/classes/Display/ResultsTest.php
M test/classes/ErrorReportTest.php
M test/classes/Export/OptionsTest.php
M test/classes/FooterTest.php
M test/classes/HeaderTest.php
M test/classes/Navigation/NavigationTreeTest.php
M test/classes/PdfTest.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/Plugins/Schema/DiaRelationSchemaTest.php
M test/classes/Plugins/Schema/EpsRelationSchemaTest.php
M test/classes/Plugins/Schema/PdfRelationSchemaTest.php
M test/classes/Plugins/Schema/SvgRelationSchemaTest.php
M test/classes/Plugins/Transformations/TransformationPluginsTest.php
M test/classes/ResponseTest.php
M test/classes/ScriptsTest.php
M test/classes/Server/PrivilegesTest.php
M test/classes/Server/UserGroupsTest.php
M test/classes/ThemeTest.php
M test/classes/TrackingTest.php
M test/classes/UtilTest.php
M test/phpstan-constants.php
Log Message:
-----------
Remove `PhpMyAdmin\Config::enableBc` method
Signed-off-by: Maurício Meneghini Fauth <mauricio(a)fauth.dev>
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: e8c28d1883b1b941a192e53bf1f6642b2380cf72
https://github.com/phpmyadmin/phpmyadmin/commit/e8c28d1883b1b941a192e53bf1f…
Author: Maurício Meneghini Fauth <mauricio(a)fauth.dev>
Date: 2021-07-08 (Thu, 07 July 2021) -03:00
Changed paths:
M libraries/classes/Config.php
M libraries/classes/Controllers/Database/ImportController.php
M libraries/classes/Controllers/Preferences/ManageController.php
M libraries/classes/Controllers/Server/ImportController.php
M libraries/classes/Controllers/Setup/HomeController.php
M libraries/classes/Controllers/Table/ChangeController.php
M libraries/classes/Controllers/Table/ImportController.php
M libraries/classes/InsertEdit.php
M libraries/classes/SqlQueryForm.php
M phpstan.neon.dist
M psalm-baseline.xml
M test/bootstrap-static.php
M test/classes/ConfigTest.php
M test/classes/HeaderTest.php
M test/classes/InsertEditTest.php
M test/classes/MenuTest.php
M test/classes/Plugins/Import/ImportShpTest.php
M test/classes/SqlQueryFormTest.php
M test/phpstan-constants.php
Log Message:
-----------
Remove some globals from `Config::enableBc` method
Signed-off-by: Maurício Meneghini Fauth <mauricio(a)fauth.dev>