Branch: refs/heads/master Home: https://github.com/phpmyadmin/phpmyadmin Commit: a01fed10cf5161f50704a892f856fa34f5352d7e https://github.com/phpmyadmin/phpmyadmin/commit/a01fed10cf5161f50704a892f856... Author: Maurício Meneghini Fauth mauricio@mfauth.net Date: 2025-01-07 (Tue, 01 January 2025) -03:00
Changed paths: M phpstan-baseline.neon M psalm.xml M src/Controllers/Server/PrivilegesController.php M src/Controllers/UserPasswordController.php M src/Server/Privileges.php M tests/unit/Server/PrivilegesTest.php
Log Message: ----------- Remove username global variable
Signed-off-by: Maurício Meneghini Fauth mauricio@mfauth.net
Commit: d253986eb554f76c6dcecb397f6a52f41528b85f https://github.com/phpmyadmin/phpmyadmin/commit/d253986eb554f76c6dcecb397f6a... Author: Maurício Meneghini Fauth mauricio@mfauth.net Date: 2025-01-07 (Tue, 01 January 2025) -03:00
Changed paths: M phpstan-baseline.neon M psalm.xml M src/Controllers/Server/PrivilegesController.php M src/Controllers/UserPasswordController.php M src/Server/Privileges.php M tests/unit/Server/PrivilegesTest.php
Log Message: ----------- Remove hostname global variable
Signed-off-by: Maurício Meneghini Fauth mauricio@mfauth.net
Commit: c481ab304ab8562097792d5dd767152059135803 https://github.com/phpmyadmin/phpmyadmin/commit/c481ab304ab8562097792d5dd767... Author: Maurício Meneghini Fauth mauricio@mfauth.net Date: 2025-01-07 (Tue, 01 January 2025) -03:00
Changed paths: M psalm-baseline.xml M resources/templates/server/privileges/login_information_fields.twig M src/Replication/ReplicationGui.php M src/Server/Privileges.php
Log Message: ----------- Remove the pred_username global variable
Signed-off-by: Maurício Meneghini Fauth mauricio@mfauth.net
Commit: 64f86ad4fe5660dd682cc288c7f8661ddc75b0b7 https://github.com/phpmyadmin/phpmyadmin/commit/64f86ad4fe5660dd682cc288c7f8... Author: Maurício Meneghini Fauth mauricio@mfauth.net Date: 2025-01-07 (Tue, 01 January 2025) -03:00
Changed paths: M psalm-baseline.xml M resources/templates/server/privileges/login_information_fields.twig M src/Replication/ReplicationGui.php M src/Server/Privileges.php
Log Message: ----------- Remove the pred_hostname global variable
Signed-off-by: Maurício Meneghini Fauth mauricio@mfauth.net
Commit: b4cd510f070d4204eca3e8ca72e5c9c0d752b386 https://github.com/phpmyadmin/phpmyadmin/commit/b4cd510f070d4204eca3e8ca72e5... Author: Maurício Meneghini Fauth mauricio@mfauth.net Date: 2025-01-07 (Tue, 01 January 2025) -03:00
Changed paths: M psalm-baseline.xml M resources/templates/server/privileges/login_information_fields.twig M src/Replication/ReplicationGui.php M src/Server/Privileges.php
Log Message: ----------- Remove the new_username global variable
Signed-off-by: Maurício Meneghini Fauth mauricio@mfauth.net
Commit: ebea0aa748ceab9d77185d84e27478ff76bc0124 https://github.com/phpmyadmin/phpmyadmin/commit/ebea0aa748ceab9d77185d84e274... Author: Maurício Meneghini Fauth mauricio@mfauth.net Date: 2025-01-07 (Tue, 01 January 2025) -03:00
Changed paths: M phpstan-baseline.neon M psalm-baseline.xml M src/Controllers/Database/Structure/DropTableController.php M src/Controllers/Import/ImportController.php M src/Controllers/Operations/DatabaseController.php M src/Controllers/Operations/TableController.php M src/Controllers/Operations/ViewController.php M src/Controllers/Server/Databases/DestroyController.php M src/Controllers/Table/Structure/AddKeyController.php M src/Import/Import.php M src/ResponseRenderer.php M src/Server/Privileges.php M src/Sql.php
Log Message: ----------- Remove the reload global variable
Replace it with ResponseRenderer::$reload static property.
Signed-off-by: Maurício Meneghini Fauth mauricio@mfauth.net
Commit: aad57a864ba7a3e38826152cb776e34acffa8157 https://github.com/phpmyadmin/phpmyadmin/commit/aad57a864ba7a3e38826152cb776... Author: Maurício Meneghini Fauth mauricio@mfauth.net Date: 2025-01-08 (Wed, 01 January 2025) -03:00
Changed paths: M phpstan-baseline.neon M psalm-baseline.xml M psalm.xml M src/Controllers/Export/ExportController.php M src/Export/Export.php M src/Plugins/Export/ExportSql.php M src/Table/TableMover.php M tests/unit/Export/ExportTest.php M tests/unit/Plugins/Export/ExportCodegenTest.php M tests/unit/Plugins/Export/ExportCsvTest.php M tests/unit/Plugins/Export/ExportExcelTest.php M tests/unit/Plugins/Export/ExportHtmlwordTest.php M tests/unit/Plugins/Export/ExportJsonTest.php M tests/unit/Plugins/Export/ExportLatexTest.php M tests/unit/Plugins/Export/ExportMediawikiTest.php M tests/unit/Plugins/Export/ExportOdsTest.php M tests/unit/Plugins/Export/ExportOdtTest.php M tests/unit/Plugins/Export/ExportPdfTest.php M tests/unit/Plugins/Export/ExportPhparrayTest.php M tests/unit/Plugins/Export/ExportSqlTest.php M tests/unit/Plugins/Export/ExportTexytextTest.php M tests/unit/Plugins/Export/ExportXmlTest.php M tests/unit/Plugins/Export/ExportYamlTest.php
Log Message: ----------- Remove the asfile global variable
Replaces it with Export::$asFile static property.
Signed-off-by: Maurício Meneghini Fauth mauricio@mfauth.net
Commit: a164696998b2f2af26a878488d835da58ae452d0 https://github.com/phpmyadmin/phpmyadmin/commit/a164696998b2f2af26a878488d83... Author: Maurício Meneghini Fauth mauricio@mfauth.net Date: 2025-01-08 (Wed, 01 January 2025) -03:00
Changed paths: M psalm-baseline.xml M psalm.xml M src/Controllers/Database/ImportController.php M src/Controllers/Import/StatusController.php M src/Controllers/Server/ImportController.php M src/Controllers/Table/ImportController.php M src/Import/Ajax.php M src/Plugins/Import/Upload/UploadNoplugin.php M src/Plugins/Import/Upload/UploadProgress.php M src/Plugins/Import/Upload/UploadSession.php
Log Message: ----------- Remove the SESSION_KEY global variable
Replaces it with the Import\Ajax::SESSION_KEY constant.
Signed-off-by: Maurício Meneghini Fauth mauricio@mfauth.net
Commit: f39f2850261676d79d31650dec583fb8877c0265 https://github.com/phpmyadmin/phpmyadmin/commit/f39f2850261676d79d31650dec58... Author: Maurício Meneghini Fauth mauricio@mfauth.net Date: 2025-01-08 (Wed, 01 January 2025) -03:00
Changed paths: M phpstan-baseline.neon M psalm.xml M src/Controllers/Import/ImportController.php M src/Controllers/Sql/SqlController.php M src/Import/Import.php M tests/unit/Plugins/Import/ImportCsvTest.php M tests/unit/Plugins/Import/ImportLdiTest.php M tests/unit/Plugins/Import/ImportMediawikiTest.php M tests/unit/Plugins/Import/ImportSqlTest.php M tests/unit/Plugins/Import/ImportXmlTest.php
Log Message: ----------- Remove the import_text global variable
Replaces it with Import::$importText static property.
Signed-off-by: Maurício Meneghini Fauth mauricio@mfauth.net
Commit: 0958b972c9d77a0672ae294860e47dfc9df74a19 https://github.com/phpmyadmin/phpmyadmin/commit/0958b972c9d77a0672ae294860e4... Author: Maurício Meneghini Fauth mauricio@mfauth.net Date: 2025-01-08 (Wed, 01 January 2025) -03:00
Changed paths: M phpstan-baseline.neon M psalm-baseline.xml M psalm.xml M src/Controllers/Export/ExportController.php M src/Export/Export.php M tests/unit/Plugins/Export/ExportCodegenTest.php M tests/unit/Plugins/Export/ExportCsvTest.php M tests/unit/Plugins/Export/ExportExcelTest.php M tests/unit/Plugins/Export/ExportHtmlwordTest.php M tests/unit/Plugins/Export/ExportJsonTest.php M tests/unit/Plugins/Export/ExportLatexTest.php M tests/unit/Plugins/Export/ExportMediawikiTest.php M tests/unit/Plugins/Export/ExportOdsTest.php M tests/unit/Plugins/Export/ExportOdtTest.php M tests/unit/Plugins/Export/ExportPdfTest.php M tests/unit/Plugins/Export/ExportPhparrayTest.php M tests/unit/Plugins/Export/ExportSqlTest.php M tests/unit/Plugins/Export/ExportTexytextTest.php M tests/unit/Plugins/Export/ExportXmlTest.php M tests/unit/Plugins/Export/ExportYamlTest.php
Log Message: ----------- Remove the save_on_server global variable
Replaces it with Export::$saveOnServer static property.
Signed-off-by: Maurício Meneghini Fauth mauricio@mfauth.net
Commit: 716c4bb9d37b6849fb7fd74900ef1e40f3b7d5a9 https://github.com/phpmyadmin/phpmyadmin/commit/716c4bb9d37b6849fb7fd74900ef... Author: Maurício Meneghini Fauth mauricio@mfauth.net Date: 2025-01-08 (Wed, 01 January 2025) -03:00
Changed paths: M phpstan-baseline.neon M psalm.xml M src/Controllers/Export/ExportController.php M src/Export/Export.php M src/Plugins/Export/ExportXml.php M tests/unit/Plugins/Export/ExportCodegenTest.php M tests/unit/Plugins/Export/ExportCsvTest.php M tests/unit/Plugins/Export/ExportExcelTest.php M tests/unit/Plugins/Export/ExportHtmlwordTest.php M tests/unit/Plugins/Export/ExportJsonTest.php M tests/unit/Plugins/Export/ExportLatexTest.php M tests/unit/Plugins/Export/ExportMediawikiTest.php M tests/unit/Plugins/Export/ExportOdsTest.php M tests/unit/Plugins/Export/ExportOdtTest.php M tests/unit/Plugins/Export/ExportPdfTest.php M tests/unit/Plugins/Export/ExportPhparrayTest.php M tests/unit/Plugins/Export/ExportSqlTest.php M tests/unit/Plugins/Export/ExportXmlTest.php
Log Message: ----------- Remove the output_charset_conversion global variable
Replaces it with Export::$outputCharsetConversion static property.
Signed-off-by: Maurício Meneghini Fauth mauricio@mfauth.net
Commit: b3df04bcf832cc2f8f21d4d43bb2f90f6ae0349f https://github.com/phpmyadmin/phpmyadmin/commit/b3df04bcf832cc2f8f21d4d43bb2... Author: Maurício Meneghini Fauth mauricio@mfauth.net Date: 2025-01-08 (Wed, 01 January 2025) -03:00
Changed paths: M phpstan-baseline.neon M psalm.xml M src/Controllers/Export/ExportController.php M src/Export/Export.php M tests/unit/Export/ExportTest.php M tests/unit/Plugins/Export/ExportCodegenTest.php M tests/unit/Plugins/Export/ExportCsvTest.php M tests/unit/Plugins/Export/ExportExcelTest.php M tests/unit/Plugins/Export/ExportHtmlwordTest.php M tests/unit/Plugins/Export/ExportJsonTest.php M tests/unit/Plugins/Export/ExportLatexTest.php M tests/unit/Plugins/Export/ExportMediawikiTest.php M tests/unit/Plugins/Export/ExportOdsTest.php M tests/unit/Plugins/Export/ExportOdtTest.php M tests/unit/Plugins/Export/ExportPdfTest.php M tests/unit/Plugins/Export/ExportPhparrayTest.php M tests/unit/Plugins/Export/ExportSqlTest.php M tests/unit/Plugins/Export/ExportTexytextTest.php M tests/unit/Plugins/Export/ExportXmlTest.php M tests/unit/Plugins/Export/ExportYamlTest.php
Log Message: ----------- Remove the buffer_needed global variable
Replaces it with Export::$bufferNeeded static property.
Signed-off-by: Maurício Meneghini Fauth mauricio@mfauth.net
Commit: ae305d6202e5a3bcaa58f269dc94c540fd263119 https://github.com/phpmyadmin/phpmyadmin/commit/ae305d6202e5a3bcaa58f269dc94... Author: Maurício Meneghini Fauth mauricio@mfauth.net Date: 2025-01-08 (Wed, 01 January 2025) -03:00
Changed paths: M phpstan-baseline.neon M psalm.xml M src/Controllers/Export/ExportController.php M src/Export/Export.php M tests/unit/Export/ExportTest.php M tests/unit/Plugins/Export/ExportCodegenTest.php M tests/unit/Plugins/Export/ExportCsvTest.php M tests/unit/Plugins/Export/ExportExcelTest.php M tests/unit/Plugins/Export/ExportHtmlwordTest.php M tests/unit/Plugins/Export/ExportJsonTest.php M tests/unit/Plugins/Export/ExportLatexTest.php M tests/unit/Plugins/Export/ExportMediawikiTest.php M tests/unit/Plugins/Export/ExportOdsTest.php M tests/unit/Plugins/Export/ExportOdtTest.php M tests/unit/Plugins/Export/ExportPdfTest.php M tests/unit/Plugins/Export/ExportPhparrayTest.php M tests/unit/Plugins/Export/ExportSqlTest.php M tests/unit/Plugins/Export/ExportTexytextTest.php M tests/unit/Plugins/Export/ExportXmlTest.php M tests/unit/Plugins/Export/ExportYamlTest.php
Log Message: ----------- Remove the output_kanji_conversion global variable
Replaces it with Export::$outputKanjiConversion static property.
Signed-off-by: Maurício Meneghini Fauth mauricio@mfauth.net
Commit: 11766ada86887ab35aa733ab31b5a7d83d670f3c https://github.com/phpmyadmin/phpmyadmin/commit/11766ada86887ab35aa733ab31b5... Author: Maurício Meneghini Fauth mauricio@mfauth.net Date: 2025-01-08 (Wed, 01 January 2025) -03:00
Changed paths: M phpstan-baseline.neon M psalm-baseline.xml M src/Controllers/Table/ChangeController.php M src/Controllers/Table/ChangeRowsController.php M src/Controllers/Table/ExportController.php M src/Controllers/Table/ExportRowsController.php M src/Current.php M tests/unit/Controllers/Table/ChangeControllerTest.php M tests/unit/Controllers/Table/ChangeRowsControllerTest.php M tests/unit/Controllers/Table/ExportRowsControllerTest.php
Log Message: ----------- Remove the where_clause global variable
Replaces it with Current::$whereClause static property.
Signed-off-by: Maurício Meneghini Fauth mauricio@mfauth.net
Commit: 1998aa70e57424a074e9c0f33cc58ce7ce9dac65 https://github.com/phpmyadmin/phpmyadmin/commit/1998aa70e57424a074e9c0f33cc5... Author: Maurício Meneghini Fauth mauricio@mfauth.net Date: 2025-01-08 (Wed, 01 January 2025) -03:00
Changed paths: M phpstan-baseline.neon M psalm-baseline.xml M src/Controllers/Import/ImportController.php M src/Controllers/Server/Databases/DestroyController.php M src/Display/Results.php M src/Plugins/Auth/AuthenticationHttp.php M tests/unit/EncodingTest.php M tests/unit/Plugins/Auth/AuthenticationSignonTest.php M tests/unit/UtilTest.php
Log Message: ----------- Remove some unused global variables
Signed-off-by: Maurício Meneghini Fauth mauricio@mfauth.net
Commit: 138c5022fb37a8b70f00c75f0104fa1e0af6f91b https://github.com/phpmyadmin/phpmyadmin/commit/138c5022fb37a8b70f00c75f0104... Author: Maurício Meneghini Fauth mauricio@mfauth.net Date: 2025-01-08 (Wed, 01 January 2025) -03:00
Changed paths: M phpstan-baseline.neon M psalm-baseline.xml M src/Controllers/Database/ExportController.php M src/Controllers/Export/ExportController.php M src/Controllers/Operations/DatabaseController.php M src/Controllers/Server/ExportController.php M src/Controllers/Table/ExportController.php M src/Controllers/Table/ExportRowsController.php M src/Export/Export.php M src/Export/Options.php M tests/unit/Controllers/Table/ExportControllerTest.php M tests/unit/Controllers/Table/ExportRowsControllerTest.php M tests/unit/Export/OptionsTest.php
Log Message: ----------- Remove the single_table global variable
Replaces it with Export::$singleTable static property.
Signed-off-by: Maurício Meneghini Fauth mauricio@mfauth.net
Commit: 14068160ec222a7a509ed2d51fd98b98919c9a0b https://github.com/phpmyadmin/phpmyadmin/commit/14068160ec222a7a509ed2d51fd9... Author: Maurício Meneghini Fauth mauricio@mfauth.net Date: 2025-01-08 (Wed, 01 January 2025) -03:00
Changed paths: M phpstan-baseline.neon M psalm-baseline.xml M psalm.xml M src/Plugins/Auth/AuthenticationCookie.php M tests/unit/Plugins/Auth/AuthenticationCookieTest.php
Log Message: ----------- Remove the conn_error global variable
Replaces it with AuthenticationCookie::$connectionError static property.
Signed-off-by: Maurício Meneghini Fauth mauricio@mfauth.net
Commit: 0669a178271990dc5ea610e3e23caf4c5bb8bab4 https://github.com/phpmyadmin/phpmyadmin/commit/0669a178271990dc5ea610e3e23c... Author: Maurício Meneghini Fauth mauricio@mfauth.net Date: 2025-01-08 (Wed, 01 January 2025) -03:00
Changed paths: M phpstan-baseline.neon M psalm-baseline.xml M psalm.xml M src/Controllers/Import/ImportController.php M src/Controllers/Sql/SqlController.php M src/Controllers/Table/RelationController.php M src/Controllers/Table/ReplaceController.php M src/Current.php M src/Html/Generator.php M src/Import/Import.php M src/InsertEdit.php M tests/unit/Html/GeneratorTest.php M tests/unit/Import/ImportTest.php
Log Message: ----------- Remove the display_query global variable
Replaces it with Current::$displayQuery static property.
Signed-off-by: Maurício Meneghini Fauth mauricio@mfauth.net
Commit: f5d99cec894b9613e63398da98c157efd727d6f3 https://github.com/phpmyadmin/phpmyadmin/commit/f5d99cec894b9613e63398da98c1... Author: Maurício Meneghini Fauth mauricio@mfauth.net Date: 2025-01-09 (Thu, 01 January 2025) -03:00
Changed paths: M phpstan-baseline.neon M psalm.xml M src/ConfigStorage/Relation.php M src/Dbal/DatabaseInterface.php M src/Dbal/DbiMysqli.php M src/Plugins/Auth/AuthenticationConfig.php M src/Plugins/Auth/AuthenticationHttp.php M src/Plugins/AuthenticationPlugin.php M tests/unit/ConfigStorage/RelationTest.php M tests/unit/Plugins/Auth/AuthenticationCookieTest.php M tests/unit/Plugins/Auth/AuthenticationHttpTest.php M tests/unit/Plugins/Auth/AuthenticationSignonTest.php
Log Message: ----------- Remove the errno global variable
Replaces it with DatabaseInterface::$errorNumber static property.
Signed-off-by: Maurício Meneghini Fauth mauricio@mfauth.net
Commit: b962abf428183e584ca5b53f0dff76aef7b6bfba https://github.com/phpmyadmin/phpmyadmin/commit/b962abf428183e584ca5b53f0dff... Author: Maurício Meneghini Fauth mauricio@mfauth.net Date: 2025-01-09 (Thu, 01 January 2025) -03:00
Changed paths: M phpstan-baseline.neon M psalm-baseline.xml M psalm.xml M src/Controllers/Export/ExportController.php M src/Current.php M src/Export/Export.php M src/Plugins/Export/ExportHtmlword.php M src/Plugins/Export/ExportSql.php M src/Plugins/Export/ExportXml.php M tests/unit/AbstractTestCase.php M tests/unit/Plugins/Export/ExportHtmlwordTest.php M tests/unit/Plugins/Export/ExportSqlTest.php M tests/unit/Plugins/Export/ExportXmlTest.php
Log Message: ----------- Remove the charset global variable
Replaces it with Current::$charset static property.
Signed-off-by: Maurício Meneghini Fauth mauricio@mfauth.net
Commit: aa9736bc2de93b4886b7eff155be3cad11c432c9 https://github.com/phpmyadmin/phpmyadmin/commit/aa9736bc2de93b4886b7eff155be... Author: Maurício Meneghini Fauth mauricio@mfauth.net Date: 2025-01-09 (Thu, 01 January 2025) -03:00
Changed paths: M phpstan-baseline.neon M psalm-baseline.xml M psalm.xml M src/Plugins/Auth/AuthenticationCookie.php M tests/unit/Plugins/Auth/AuthenticationCookieTest.php
Log Message: ----------- Remove the pma_auth_server global variable
Replaces it with AuthenticationCookie::$authServer static property.
Signed-off-by: Maurício Meneghini Fauth mauricio@mfauth.net
Commit: 7742e3ac005b904a2e613364047e9e8c9a2bce50 https://github.com/phpmyadmin/phpmyadmin/commit/7742e3ac005b904a2e613364047e... Author: Maurício Meneghini Fauth mauricio@mfauth.net Date: 2025-01-09 (Thu, 01 January 2025) -03:00
Changed paths: M phpstan-baseline.neon M psalm.xml M tests/unit/Controllers/Server/Status/Monitor/QueryAnalyzerControllerTest.php M tests/unit/Stubs/DbiDummy.php
Log Message: ----------- Remove the cached_affected_rows global variable
Replaces it with a property.
Signed-off-by: Maurício Meneghini Fauth mauricio@mfauth.net
Commit: 17371f0c8d959d1d63681a09239e8f00d06c4a82 https://github.com/phpmyadmin/phpmyadmin/commit/17371f0c8d959d1d63681a09239e... Author: Maurício Meneghini Fauth mauricio@mfauth.net Date: 2025-01-09 (Thu, 01 January 2025) -03:00
Changed paths: M phpstan-baseline.neon M psalm-baseline.xml M psalm.xml M src/Controllers/Sql/SqlController.php M src/Current.php M src/Import/Import.php M tests/unit/Import/ImportTest.php
Log Message: ----------- Remove the complete_query global variable
Replaces it with Current::$completeQuery static property.
Signed-off-by: Maurício Meneghini Fauth mauricio@mfauth.net
Commit: 0ffbe20376e893a9fee3d676e8d2a4ee4c8995e6 https://github.com/phpmyadmin/phpmyadmin/commit/0ffbe20376e893a9fee3d676e8d2... Author: Maurício Meneghini Fauth mauricio@mfauth.net Date: 2025-01-09 (Thu, 01 January 2025) -03:00
Changed paths: M phpstan-baseline.neon M psalm-baseline.xml M psalm.xml M src/Controllers/Export/ExportController.php M src/Export/Export.php
Log Message: ----------- Remove the compression global variable
Replaces it with Export::$compression static property.
Signed-off-by: Maurício Meneghini Fauth mauricio@mfauth.net
Commit: 4f4f31e7e9e8e6ede6515106854ff7dc1d7060c0 https://github.com/phpmyadmin/phpmyadmin/commit/4f4f31e7e9e8e6ede6515106854f... Author: Maurício Meneghini Fauth mauricio@mfauth.net Date: 2025-01-09 (Thu, 01 January 2025) -03:00
Changed paths: M phpstan-baseline.neon M psalm-baseline.xml M psalm.xml M src/Controllers/Export/ExportController.php M src/Export/Export.php M tests/unit/Plugins/Export/ExportCsvTest.php M tests/unit/Plugins/Export/ExportExcelTest.php
Log Message: ----------- Remove the file_handle global variable
Replaces it with Export::$fileHandle static property.
Signed-off-by: Maurício Meneghini Fauth mauricio@mfauth.net
Commit: 06c62ee3e3c25435a139bc3e598bd49742f4a91b https://github.com/phpmyadmin/phpmyadmin/commit/06c62ee3e3c25435a139bc3e598b... Author: Maurício Meneghini Fauth mauricio@mfauth.net Date: 2025-01-09 (Thu, 01 January 2025) -03:00
Changed paths: M phpstan-baseline.neon M psalm.xml M src/Plugins/Auth/AuthenticationCookie.php M tests/unit/Plugins/Auth/AuthenticationCookieTest.php
Log Message: ----------- Remove the from_cookie global variable
Replaces it with AuthenticationCookie::$fromCookie static property.
Signed-off-by: Maurício Meneghini Fauth mauricio@mfauth.net
Commit: 941a1e293846bb5f3026f5e215f28badb48ad17b https://github.com/phpmyadmin/phpmyadmin/commit/941a1e293846bb5f3026f5e215f2... Author: Maurício Meneghini Fauth mauricio@mfauth.net Date: 2025-01-09 (Thu, 01 January 2025) -03:00
Changed paths: M phpstan-baseline.neon M psalm-baseline.xml M psalm.xml M src/Controllers/Export/ExportController.php M src/Export/Export.php
Log Message: ----------- Remove the knjenc global variable
Replaces it with Export::$kanjiEncoding static property.
Signed-off-by: Maurício Meneghini Fauth mauricio@mfauth.net
Commit: 01a944933516e14baf25afc18ada5e9b47bf2d66 https://github.com/phpmyadmin/phpmyadmin/commit/01a944933516e14baf25afc18ada... Author: Maurício Meneghini Fauth mauricio@mfauth.net Date: 2025-01-09 (Thu, 01 January 2025) -03:00
Changed paths: M psalm-baseline.xml M psalm.xml M src/Controllers/Export/ExportController.php M src/Export/Export.php
Log Message: ----------- Remove the maxsize global variable
Replaces it with Export::$maxSize static property.
Signed-off-by: Maurício Meneghini Fauth mauricio@mfauth.net
Commit: 04f1befed52ea773c2598a19ed53ba77673d6aa3 https://github.com/phpmyadmin/phpmyadmin/commit/04f1befed52ea773c2598a19ed53... Author: Maurício Meneghini Fauth mauricio@mfauth.net Date: 2025-01-09 (Thu, 01 January 2025) -03:00
Changed paths: M psalm.xml M src/Controllers/Export/ExportController.php M src/Export/Export.php
Log Message: ----------- Remove the memory_limit global variable
Replaces it with Export::$memoryLimit static property.
Signed-off-by: Maurício Meneghini Fauth mauricio@mfauth.net
Commit: 84546f0f5bed857a372920fe2321fe5f909e265e https://github.com/phpmyadmin/phpmyadmin/commit/84546f0f5bed857a372920fe2321... Author: Maurício Meneghini Fauth mauricio@mfauth.net Date: 2025-01-09 (Thu, 01 January 2025) -03:00
Changed paths: M phpstan-baseline.neon M psalm-baseline.xml M psalm.xml M src/Plugins/Export/ExportSql.php M tests/unit/Plugins/Export/ExportSqlTest.php
Log Message: ----------- Remove the old_tz global variable
Replaces it with ExportSql::$oldTimezone static property.
Signed-off-by: Maurício Meneghini Fauth mauricio@mfauth.net
Commit: 7475ea4abe63c2053d66c3329479295260bf6233 https://github.com/phpmyadmin/phpmyadmin/commit/7475ea4abe63c2053d66c3329479... Author: Maurício Meneghini Fauth mauricio@mfauth.net Date: 2025-01-09 (Thu, 01 January 2025) -03:00
Changed paths: M phpstan-baseline.neon M psalm.xml M src/Controllers/Export/ExportController.php M src/Export/Export.php
Log Message: ----------- Remove the onfly_compression global variable
Replaces it with Export::$onFlyCompression static property.
Signed-off-by: Maurício Meneghini Fauth mauricio@mfauth.net
Commit: 8c6b69d51ba09baca4eafa695e6f811d9a7a7c77 https://github.com/phpmyadmin/phpmyadmin/commit/8c6b69d51ba09baca4eafa695e6f... Author: Maurício Meneghini Fauth mauricio@mfauth.net Date: 2025-01-09 (Thu, 01 January 2025) -03:00
Changed paths: M phpstan-baseline.neon M psalm-baseline.xml M psalm.xml M src/Controllers/Table/ChangeController.php M src/InsertEdit.php M tests/unit/InsertEditTest.php
Log Message: ----------- Remove the plugin_scripts global variable
Replaces it with InsertEdit::$pluginScripts static property.
Signed-off-by: Maurício Meneghini Fauth mauricio@mfauth.net
Commit: f42d1b297c5fed04eb89f13d38934fe0c517b597 https://github.com/phpmyadmin/phpmyadmin/commit/f42d1b297c5fed04eb89f13d3893... Author: Maurício Meneghini Fauth mauricio@mfauth.net Date: 2025-01-09 (Thu, 01 January 2025) -03:00
Changed paths: M phpstan-baseline.neon M psalm-baseline.xml M psalm.xml M src/Sql.php
Log Message: ----------- Remove the querytime global variable
Replaces it with a private property.
Signed-off-by: Maurício Meneghini Fauth mauricio@mfauth.net
Commit: 96cf13cac654b774bdcf5709e69ef4917090dbed https://github.com/phpmyadmin/phpmyadmin/commit/96cf13cac654b774bdcf5709e69e... Author: Maurício Meneghini Fauth mauricio@mfauth.net Date: 2025-01-09 (Thu, 01 January 2025) -03:00
Changed paths: M phpstan-baseline.neon M psalm-baseline.xml M src/Controllers/Import/ImportController.php M src/Controllers/Sql/SqlController.php
Log Message: ----------- Remove the ajax_reload global variable
Replaces it with a local variable.
Signed-off-by: Maurício Meneghini Fauth mauricio@mfauth.net
Commit: 99c70e3cfa1914f3a7513c1de304452d84737443 https://github.com/phpmyadmin/phpmyadmin/commit/99c70e3cfa1914f3a7513c1de304... Author: Maurício Meneghini Fauth mauricio@mfauth.net Date: 2025-01-09 (Thu, 01 January 2025) -03:00
Changed paths: M phpstan-baseline.neon M psalm-baseline.xml M src/Controllers/Database/ExportController.php M src/Controllers/Server/ExportController.php M src/Controllers/Sql/SqlController.php M src/Controllers/Table/ExportController.php
Log Message: ----------- Remove the unlim_num_rows global variable
Signed-off-by: Maurício Meneghini Fauth mauricio@mfauth.net
Commit: 56b9e2132f4595e3dce8c88443fc162e94e6eca2 https://github.com/phpmyadmin/phpmyadmin/commit/56b9e2132f4595e3dce8c88443fc... Author: Maurício Meneghini Fauth mauricio@mfauth.net Date: 2025-01-10 (Fri, 01 January 2025) -03:00
Changed paths: M psalm-baseline.xml M src/Controllers/Import/ImportController.php M src/Html/Generator.php M src/Sql.php M tests/unit/AbstractTestCase.php M tests/unit/Controllers/Import/ImportControllerTest.php M tests/unit/Html/GeneratorTest.php
Log Message: ----------- Remove the show_as_php global variable
Replaces it with Sql::$showAsPhp static property.
Signed-off-by: Maurício Meneghini Fauth mauricio@mfauth.net
Commit: 7748867f55f0f6447e6540b9d6aca54ad1bc8167 https://github.com/phpmyadmin/phpmyadmin/commit/7748867f55f0f6447e6540b9d6ac... Author: Maurício Meneghini Fauth mauricio@mfauth.net Date: 2025-01-10 (Fri, 01 January 2025) -03:00
Changed paths: M phpstan-baseline.neon M psalm-baseline.xml M src/Controllers/Database/ExportController.php M src/Controllers/Export/ExportController.php
Log Message: ----------- Remove the table_select global variable
Replaces it with local variables.
Signed-off-by: Maurício Meneghini Fauth mauricio@mfauth.net
Commit: e479d26616824cdeb78ef24226f9702e8d158c8c https://github.com/phpmyadmin/phpmyadmin/commit/e479d26616824cdeb78ef24226f9... Author: Maurício Meneghini Fauth mauricio@mfauth.net Date: 2025-01-10 (Fri, 01 January 2025) -03:00
Changed paths: M phpstan-baseline.neon M psalm-baseline.xml M src/Controllers/Export/ExportController.php M src/Export/Export.php M src/Plugins/Export/ExportSql.php
Log Message: ----------- Remove the table_data global variable
Replaces it with Export::$tableData static property.
Signed-off-by: Maurício Meneghini Fauth mauricio@mfauth.net
Commit: bf223b2abd35d2cf9a16f5856cebd228c365d260 https://github.com/phpmyadmin/phpmyadmin/commit/bf223b2abd35d2cf9a16f5856ceb... Author: Maurício Meneghini Fauth mauricio@mfauth.net Date: 2025-01-10 (Fri, 01 January 2025) -03:00
Changed paths: M phpstan-baseline.neon M psalm-baseline.xml M src/Controllers/Export/ExportController.php M src/Export/Export.php
Log Message: ----------- Remove the xkana global variable
Replaces it with Export::$xkana static property.
Signed-off-by: Maurício Meneghini Fauth mauricio@mfauth.net
Commit: 760ad51406b994828f8e9ea1f640dc9f04eacb3b https://github.com/phpmyadmin/phpmyadmin/commit/760ad51406b994828f8e9ea1f640... Author: Maurício Meneghini Fauth mauricio@mfauth.net Date: 2025-01-10 (Fri, 01 January 2025) -03:00
Changed paths: M phpstan-baseline.neon M psalm-baseline.xml M src/Controllers/Table/ChangeController.php M src/Controllers/Table/ReplaceController.php
Log Message: ----------- Remove the unsaved_values global variable
Replaces it with ChangeController::$unsavedValues static property.
Signed-off-by: Maurício Meneghini Fauth mauricio@mfauth.net
Commit: bff3ffb5b80b1f27c40b3838cef1955a4ebad57d https://github.com/phpmyadmin/phpmyadmin/commit/bff3ffb5b80b1f27c40b3838cef1... Author: Maurício Meneghini Fauth mauricio@mfauth.net Date: 2025-01-10 (Fri, 01 January 2025) -03:00
Changed paths: M phpstan-baseline.neon M psalm-baseline.xml M src/Controllers/Sql/SqlController.php M src/Controllers/Table/ChangeController.php M src/Controllers/Table/DeleteRowsController.php M src/Controllers/Table/ReplaceController.php M src/Current.php
Log Message: ----------- Remove the disp_message global variable
Replaces it with Current::$displayMessage static property.
Signed-off-by: Maurício Meneghini Fauth mauricio@mfauth.net
Commit: 34b3a81319c5762c626452a520a22bb55ced4b1e https://github.com/phpmyadmin/phpmyadmin/commit/34b3a81319c5762c626452a520a2... Author: Maurício Meneghini Fauth mauricio@mfauth.net Date: 2025-01-10 (Fri, 01 January 2025) -03:00
Changed paths: M phpstan-baseline.neon M psalm-baseline.xml M src/Controllers/Database/ExportController.php M src/Controllers/Export/ExportController.php M src/Controllers/Server/ExportController.php M src/Controllers/Table/ExportController.php M src/Current.php M tests/unit/AbstractTestCase.php
Log Message: ----------- Remove the num_tables global variable
Replaces it with Current::$numTables static property.
Signed-off-by: Maurício Meneghini Fauth mauricio@mfauth.net
Commit: 3bfa09e26ada15f37649a8be32ef16862bd018d1 https://github.com/phpmyadmin/phpmyadmin/commit/3bfa09e26ada15f37649a8be32ef... Author: Maurício Meneghini Fauth mauricio@mfauth.net Date: 2025-01-10 (Fri, 01 January 2025) -03:00
Changed paths: M phpstan-baseline.neon M psalm-baseline.xml M src/Controllers/Import/ImportController.php M src/Import/Import.php
Log Message: ----------- Remove the result global variable
Replaces it with Import::$result static property.
Signed-off-by: Maurício Meneghini Fauth mauricio@mfauth.net
Commit: 8f932a520e1861e5538c2c88c989d819dc060571 https://github.com/phpmyadmin/phpmyadmin/commit/8f932a520e1861e5538c2c88c989... Author: Maurício Meneghini Fauth mauricio@mfauth.net Date: 2025-01-10 (Fri, 01 January 2025) -03:00
Changed paths: M phpstan-baseline.neon M psalm-baseline.xml M src/Controllers/Operations/TableController.php M src/Operations.php
Log Message: ----------- Remove the auto_increment global variable
Replaces it with Operations::$autoIncrement static property.
Signed-off-by: Maurício Meneghini Fauth mauricio@mfauth.net
Commit: adf0f1f4c2067540667e360091123ac94f68a75a https://github.com/phpmyadmin/phpmyadmin/commit/adf0f1f4c2067540667e36009112... Author: Maurício Meneghini Fauth mauricio@mfauth.net Date: 2025-01-10 (Fri, 01 January 2025) -03:00
Changed paths: M phpstan-baseline.neon M psalm-baseline.xml M src/Display/Results.php M src/Plugins/Transformations/Abs/DownloadTransformationsPlugin.php M tests/unit/Plugins/Transformations/TransformationPluginsTest.php
Log Message: ----------- Remove the row global variable
Replaces it with Results::$row static property.
Signed-off-by: Maurício Meneghini Fauth mauricio@mfauth.net
Commit: ce275e1f6b31ac546f7a267dba7719af22418636 https://github.com/phpmyadmin/phpmyadmin/commit/ce275e1f6b31ac546f7a267dba77... Author: Maurício Meneghini Fauth mauricio@mfauth.net Date: 2025-01-10 (Fri, 01 January 2025) -03:00
Changed paths: M phpstan-baseline.neon M psalm-baseline.xml M src/Controllers/Export/ExportController.php M src/Export/Export.php M tests/unit/Plugins/Export/ExportCsvTest.php
Log Message: ----------- Remove the save_filename global variable
Replaces it with Export::$saveFilename static property.
Signed-off-by: Maurício Meneghini Fauth mauricio@mfauth.net
Commit: ec80fd24ee697337fdabf13ad04d4aa09a3d331a https://github.com/phpmyadmin/phpmyadmin/commit/ec80fd24ee697337fdabf13ad04d... Author: Maurício Meneghini Fauth mauricio@mfauth.net Date: 2025-01-10 (Fri, 01 January 2025) -03:00
Changed paths: M phpstan-baseline.neon M psalm-baseline.xml M src/Controllers/Sql/SqlController.php M src/Controllers/Table/DeleteRowsController.php M src/Controllers/Table/ReplaceController.php M src/Current.php
Log Message: ----------- Remove the disp_query global variable
Replaces it with Current::$dispQuery static property.
Signed-off-by: Maurício Meneghini Fauth mauricio@mfauth.net
Commit: faded196d76fd08e316becf29eccfb0a6f96c75a https://github.com/phpmyadmin/phpmyadmin/commit/faded196d76fd08e316becf29ecc... Author: Maurício Meneghini Fauth mauricio@mfauth.net Date: 2025-01-10 (Fri, 01 January 2025) -03:00
Changed paths: M src/Plugins/Export/ExportSql.php M src/Table/TableMover.php M tests/unit/Plugins/Export/ExportSqlTest.php
Log Message: ----------- Remove the no_constraints_comments global variable
Replaces it with ExportSql::$noConstraintsComments static property.
Signed-off-by: Maurício Meneghini Fauth mauricio@mfauth.net
Commit: da51a2cc7f41776e2966a5f6814bddddaa9474c1 https://github.com/phpmyadmin/phpmyadmin/commit/da51a2cc7f41776e2966a5f6814b... Author: Maurício Meneghini Fauth mauricio@mfauth.net Date: 2025-01-10 (Fri, 01 January 2025) -03:00
Changed paths: M psalm-baseline.xml M src/Controllers/Export/ExportController.php M src/Export/Export.php
Log Message: ----------- Remove the time_start global variable
Replaces it with Export::$timeStart static property.
Signed-off-by: Maurício Meneghini Fauth mauricio@mfauth.net
Commit: 1564e8037bc210b0c8b126552e2bd1e2c0cd716e https://github.com/phpmyadmin/phpmyadmin/commit/1564e8037bc210b0c8b126552e2b... Author: Maurício Meneghini Fauth mauricio@mfauth.net Date: 2025-01-10 (Fri, 01 January 2025) -03:00
Changed paths: M phpstan-baseline.neon M psalm-baseline.xml M src/Html/Generator.php M src/Sql.php M tests/unit/Html/GeneratorTest.php
Log Message: ----------- Remove the using_bookmark_message global variable
Replaces it with Sql::$usingBookmarkMessage static property.
Signed-off-by: Maurício Meneghini Fauth mauricio@mfauth.net
Commit: 34bd94bb2333e083e1c64b17e701fac17dc698c2 https://github.com/phpmyadmin/phpmyadmin/commit/34bd94bb2333e083e1c64b17e701... Author: Maurício Meneghini Fauth mauricio@mfauth.net Date: 2025-01-10 (Fri, 01 January 2025) -03:00
Changed paths: M phpstan-baseline.neon M src/Controllers/Import/ImportController.php M src/Import/Import.php M src/Plugins/Import/ImportCsv.php M tests/unit/Plugins/Import/ImportCsvTest.php
Log Message: ----------- Remove the errorUrl global varaible
Replaces it with Import::$errorUrl static property.
Signed-off-by: Maurício Meneghini Fauth mauricio@mfauth.net
Commit: 4e1f0c10d98e0f41df724a5ade498d81c3adeeb8 https://github.com/phpmyadmin/phpmyadmin/commit/4e1f0c10d98e0f41df724a5ade49... Author: Maurício Meneghini Fauth mauricio@mfauth.net Date: 2025-01-10 (Fri, 01 January 2025) -03:00
Changed paths: M phpstan-baseline.neon M psalm-baseline.xml M src/Plugins/Export/Helpers/Pdf.php
Log Message: ----------- Remove the maxY global variable
Replaces it with a local variable.
Signed-off-by: Maurício Meneghini Fauth mauricio@mfauth.net
Commit: 2b4aac5d0e319b70e13d55b9d286de51d5a2db10 https://github.com/phpmyadmin/phpmyadmin/commit/2b4aac5d0e319b70e13d55b9d286... Author: Maurício Meneghini Fauth mauricio@mfauth.net Date: 2025-01-10 (Fri, 01 January 2025) -03:00
Changed paths: M phpstan-baseline.neon M psalm-baseline.xml M src/Controllers/Import/ImportController.php M src/Controllers/Operations/TableController.php M src/Controllers/Sql/SqlController.php M src/Current.php
Log Message: ----------- Remove the message_to_show global variable
Replaces it with Current::$messageToShow static property.
Signed-off-by: Maurício Meneghini Fauth mauricio@mfauth.net
Commit: 1176de2a4b740d51b96009cdffbc70328d0e5973 https://github.com/phpmyadmin/phpmyadmin/commit/1176de2a4b740d51b96009cdffbc... Author: Maurício Meneghini Fauth mauricio@mfauth.net Date: 2025-01-10 (Fri, 01 January 2025) -03:00
Changed paths: M phpstan-baseline.neon M psalm-baseline.xml M src/Plugins/Import/ImportShp.php
Log Message: ----------- Remove the importHandle global variable
Replaces it with a static property.
Signed-off-by: Maurício Meneghini Fauth mauricio@mfauth.net
Commit: 43cd4f439373c853e891991a8e017c35e0bd3bd9 https://github.com/phpmyadmin/phpmyadmin/commit/43cd4f439373c853e891991a8e01... Author: Maurício Meneghini Fauth mauricio@mfauth.net Date: 2025-01-10 (Fri, 01 January 2025) -03:00
Changed paths: M phpstan-baseline.neon M psalm-baseline.xml M src/Plugins/Import/ImportShp.php
Log Message: ----------- Remove the buffer global variable
Replaces it with a static property.
Signed-off-by: Maurício Meneghini Fauth mauricio@mfauth.net
Commit: 25e0ef6c4d9d0baeecabe6eee76d3606a405f004 https://github.com/phpmyadmin/phpmyadmin/commit/25e0ef6c4d9d0baeecabe6eee76d... Author: Maurício Meneghini Fauth mauricio@mfauth.net Date: 2025-01-10 (Fri, 01 January 2025) -03:00
Changed paths: M psalm-baseline.xml M src/Plugins/Import/ImportShp.php M src/Plugins/Import/ShapeFileImport.php M tests/unit/Plugins/Import/ImportShpTest.php
Log Message: ----------- Remove the eof global variable
Replaces it with ImportShp::$eof static property.
Signed-off-by: Maurício Meneghini Fauth mauricio@mfauth.net
Commit: c63532235464a8ffe9e4fcbba127f0efe4efb3cb https://github.com/phpmyadmin/phpmyadmin/commit/c63532235464a8ffe9e4fcbba127... Author: Maurício Meneghini Fauth mauricio@mfauth.net Date: 2025-01-10 (Fri, 01 January 2025) -03:00
Changed paths: M phpstan-baseline.neon M psalm-baseline.xml M src/Html/Generator.php M tests/unit/Html/GeneratorTest.php
Log Message: ----------- Remove the special_message global variable
Signed-off-by: Maurício Meneghini Fauth mauricio@mfauth.net
Commit: c2cdfd7fb349b6a67e357e337261d0508cc5ac72 https://github.com/phpmyadmin/phpmyadmin/commit/c2cdfd7fb349b6a67e357e337261... Author: Maurício Meneghini Fauth mauricio@mfauth.net Date: 2025-01-10 (Fri, 01 January 2025) -03:00
Changed paths: M psalm-baseline.xml M src/Header.php M src/Sql.php
Log Message: ----------- Remove the buffer_message global variable
Signed-off-by: Maurício Meneghini Fauth mauricio@mfauth.net
Commit: 728f682c9efa918586f1f85cd4146bcda1ee1523 https://github.com/phpmyadmin/phpmyadmin/commit/728f682c9efa918586f1f85cd414... Author: Maurício Meneghini Fauth mauricio@mfauth.net Date: 2025-01-10 (Fri, 01 January 2025) -03:00
Changed paths: M phpstan-baseline.neon M src/Plugins/Export/ExportSql.php
Log Message: ----------- Remove the exporting_metadata global variable
Replaces it with a static property.
Signed-off-by: Maurício Meneghini Fauth mauricio@mfauth.net
Commit: 657d1d07843ec7eb7325304b2d742e9f150a2011 https://github.com/phpmyadmin/phpmyadmin/commit/657d1d07843ec7eb7325304b2d74... Author: Maurício Meneghini Fauth mauricio@mfauth.net Date: 2025-01-10 (Fri, 01 January 2025) -03:00
Changed paths: M psalm-baseline.xml M src/Controllers/Table/ChangeController.php
Log Message: ----------- Remove the current_result global variable
Replaces it with a local variable.
Signed-off-by: Maurício Meneghini Fauth mauricio@mfauth.net
Commit: fa744d78a425d9ce334dbbca864e7faca92e6342 https://github.com/phpmyadmin/phpmyadmin/commit/fa744d78a425d9ce334dbbca864e... Author: Maurício Meneghini Fauth mauricio@mfauth.net Date: 2025-01-10 (Fri, 01 January 2025) -03:00
Changed paths: M phpstan-baseline.neon M psalm-baseline.xml M tests/unit/Database/SearchTest.php M tests/unit/SqlTest.php
Log Message: ----------- Access _POST and _SESSION directly
Signed-off-by: Maurício Meneghini Fauth mauricio@mfauth.net
Commit: 3e5934ef809a883347971ee2d6c303c5f25ca066 https://github.com/phpmyadmin/phpmyadmin/commit/3e5934ef809a883347971ee2d6c3... Author: Maurício Meneghini Fauth mauricio@mfauth.net Date: 2025-01-11 (Sat, 01 January 2025) -03:00
Changed paths: M tests/unit/AbstractTestCase.php M tests/unit/ConfigStorage/RelationTest.php M tests/unit/Html/GeneratorTest.php M tests/unit/Replication/ReplicationGuiTest.php M tests/unit/Server/SelectTest.php M tests/unit/SqlQueryFormTest.php
Log Message: ----------- Fix failing tests
Signed-off-by: Maurício Meneghini Fauth mauricio@mfauth.net
Commit: ed9dc6c4bef81b25bd75d5f0ddb9487515ecec0b https://github.com/phpmyadmin/phpmyadmin/commit/ed9dc6c4bef81b25bd75d5f0ddb9... Author: Maurício Meneghini Fauth mauricio@mfauth.net Date: 2025-01-11 (Sat, 01 January 2025) -03:00
Changed paths: M tests/unit/AbstractTestCase.php
Log Message: ----------- Remove $GLOBALS clean up from AbstractTestCase
There's no need for it anymore.
Signed-off-by: Maurício Meneghini Fauth mauricio@mfauth.net
Commit: 605e56b59c3afe2cdc6a405f6daf4be808e0223a https://github.com/phpmyadmin/phpmyadmin/commit/605e56b59c3afe2cdc6a405f6daf... Author: Maurício Meneghini Fauth mauricio@mfauth.net Date: 2025-01-11 (Sat, 01 January 2025) -03:00
Changed paths: M phpstan-baseline.neon M psalm-baseline.xml M psalm.xml M resources/templates/server/privileges/login_information_fields.twig M src/ConfigStorage/Relation.php M src/Controllers/Database/ExportController.php M src/Controllers/Database/ImportController.php M src/Controllers/Database/Structure/DropTableController.php M src/Controllers/Export/ExportController.php M src/Controllers/Import/ImportController.php M src/Controllers/Import/StatusController.php M src/Controllers/Operations/DatabaseController.php M src/Controllers/Operations/TableController.php M src/Controllers/Operations/ViewController.php M src/Controllers/Server/Databases/DestroyController.php M src/Controllers/Server/ExportController.php M src/Controllers/Server/ImportController.php M src/Controllers/Server/PrivilegesController.php M src/Controllers/Sql/SqlController.php M src/Controllers/Table/ChangeController.php M src/Controllers/Table/ChangeRowsController.php M src/Controllers/Table/DeleteRowsController.php M src/Controllers/Table/ExportController.php M src/Controllers/Table/ExportRowsController.php M src/Controllers/Table/ImportController.php M src/Controllers/Table/RelationController.php M src/Controllers/Table/ReplaceController.php M src/Controllers/Table/Structure/AddKeyController.php M src/Controllers/UserPasswordController.php M src/Current.php M src/Dbal/DatabaseInterface.php M src/Dbal/DbiMysqli.php M src/Display/Results.php M src/Export/Export.php M src/Export/Options.php M src/Header.php M src/Html/Generator.php M src/Import/Ajax.php M src/Import/Import.php M src/InsertEdit.php M src/Operations.php M src/Plugins/Auth/AuthenticationConfig.php M src/Plugins/Auth/AuthenticationCookie.php M src/Plugins/Auth/AuthenticationHttp.php M src/Plugins/AuthenticationPlugin.php M src/Plugins/Export/ExportHtmlword.php M src/Plugins/Export/ExportSql.php M src/Plugins/Export/ExportXml.php M src/Plugins/Export/Helpers/Pdf.php M src/Plugins/Import/ImportCsv.php M src/Plugins/Import/ImportShp.php M src/Plugins/Import/ShapeFileImport.php M src/Plugins/Import/Upload/UploadNoplugin.php M src/Plugins/Import/Upload/UploadProgress.php M src/Plugins/Import/Upload/UploadSession.php M src/Plugins/Transformations/Abs/DownloadTransformationsPlugin.php M src/Replication/ReplicationGui.php M src/ResponseRenderer.php M src/Server/Privileges.php M src/Sql.php M src/Table/TableMover.php M tests/unit/AbstractTestCase.php M tests/unit/ConfigStorage/RelationTest.php M tests/unit/Controllers/Import/ImportControllerTest.php M tests/unit/Controllers/Server/Status/Monitor/QueryAnalyzerControllerTest.php M tests/unit/Controllers/Table/ChangeControllerTest.php M tests/unit/Controllers/Table/ChangeRowsControllerTest.php M tests/unit/Controllers/Table/ExportControllerTest.php M tests/unit/Controllers/Table/ExportRowsControllerTest.php M tests/unit/Database/SearchTest.php M tests/unit/EncodingTest.php M tests/unit/Export/ExportTest.php M tests/unit/Export/OptionsTest.php M tests/unit/Html/GeneratorTest.php M tests/unit/Import/ImportTest.php M tests/unit/InsertEditTest.php M tests/unit/Plugins/Auth/AuthenticationCookieTest.php M tests/unit/Plugins/Auth/AuthenticationHttpTest.php M tests/unit/Plugins/Auth/AuthenticationSignonTest.php M tests/unit/Plugins/Export/ExportCodegenTest.php M tests/unit/Plugins/Export/ExportCsvTest.php M tests/unit/Plugins/Export/ExportExcelTest.php M tests/unit/Plugins/Export/ExportHtmlwordTest.php M tests/unit/Plugins/Export/ExportJsonTest.php M tests/unit/Plugins/Export/ExportLatexTest.php M tests/unit/Plugins/Export/ExportMediawikiTest.php M tests/unit/Plugins/Export/ExportOdsTest.php M tests/unit/Plugins/Export/ExportOdtTest.php M tests/unit/Plugins/Export/ExportPdfTest.php M tests/unit/Plugins/Export/ExportPhparrayTest.php M tests/unit/Plugins/Export/ExportSqlTest.php M tests/unit/Plugins/Export/ExportTexytextTest.php M tests/unit/Plugins/Export/ExportXmlTest.php M tests/unit/Plugins/Export/ExportYamlTest.php M tests/unit/Plugins/Import/ImportCsvTest.php M tests/unit/Plugins/Import/ImportLdiTest.php M tests/unit/Plugins/Import/ImportMediawikiTest.php M tests/unit/Plugins/Import/ImportShpTest.php M tests/unit/Plugins/Import/ImportSqlTest.php M tests/unit/Plugins/Import/ImportXmlTest.php M tests/unit/Plugins/Transformations/TransformationPluginsTest.php M tests/unit/Replication/ReplicationGuiTest.php M tests/unit/Server/PrivilegesTest.php M tests/unit/Server/SelectTest.php M tests/unit/SqlQueryFormTest.php M tests/unit/SqlTest.php M tests/unit/Stubs/DbiDummy.php M tests/unit/UtilTest.php
Log Message: ----------- Merge pull request #19503 from MauricioFauth/globals-removal
Remove global variables