Branch: refs/heads/master Home: https://github.com/phpmyadmin/phpmyadmin Commit: 020451c7bda03445602c47905354eef79fe4339b https://github.com/phpmyadmin/phpmyadmin/commit/020451c7bda03445602c47905354... Author: Maurício Meneghini Fauth mauricio@mfauth.net Date: 2024-12-18 (Wed, 12 December 2024) -03:00
Changed paths: M phpstan-baseline.neon M psalm-baseline.xml M psalm.xml M src/Controllers/Export/ExportController.php M src/Plugins/Export/ExportCodegen.php M tests/unit/Plugins/Export/ExportCodegenTest.php
Log Message: ----------- Remove codegen_format global variable
Signed-off-by: Maurício Meneghini Fauth mauricio@mfauth.net
Commit: 88ddc9ed89bb50cfdd3a403b68c39009236c6684 https://github.com/phpmyadmin/phpmyadmin/commit/88ddc9ed89bb50cfdd3a403b68c3... Author: Maurício Meneghini Fauth mauricio@mfauth.net Date: 2024-12-18 (Wed, 12 December 2024) -03:00
Changed paths: M phpstan-baseline.neon M psalm-baseline.xml M psalm.xml M src/Controllers/Export/ExportController.php M src/Plugins/Export/ExportXml.php M tests/unit/Plugins/Export/ExportXmlTest.php
Log Message: ----------- Remove xml_export_* global variables
Signed-off-by: Maurício Meneghini Fauth mauricio@mfauth.net
Commit: 038c59b1bf7cddd3634a665c864de976ba1eecf9 https://github.com/phpmyadmin/phpmyadmin/commit/038c59b1bf7cddd3634a665c864d... Author: Maurício Meneghini Fauth mauricio@mfauth.net Date: 2024-12-20 (Fri, 12 December 2024) -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 tests/unit/Controllers/Export/ExportControllerTest.php M tests/unit/Export/ExportTest.php M tests/unit/Plugins/Export/ExportSqlTest.php M tests/unit/Table/TableTest.php
Log Message: ----------- Remove some sql_* global variables
Signed-off-by: Maurício Meneghini Fauth mauricio@mfauth.net
Commit: 75d11f910b265b98b4098dbcf1964a78bfda199b https://github.com/phpmyadmin/phpmyadmin/commit/75d11f910b265b98b4098dbcf196... Author: Maurício Meneghini Fauth mauricio@mfauth.net Date: 2024-12-20 (Fri, 12 December 2024) -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 M src/Table/TableMover.php M tests/unit/Export/ExportTest.php M tests/unit/Plugins/Export/ExportSqlTest.php M tests/unit/Table/TableTest.php
Log Message: ----------- Remove sql_* global variables
Signed-off-by: Maurício Meneghini Fauth mauricio@mfauth.net
Commit: c30bc4ddcc7c1b96b1f53649ee00a492973a34d2 https://github.com/phpmyadmin/phpmyadmin/commit/c30bc4ddcc7c1b96b1f53649ee00... Author: Maurício Meneghini Fauth mauricio@mfauth.net Date: 2024-12-21 (Sat, 12 December 2024) -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/ExportCodegen.php M src/Plugins/Export/ExportSql.php M src/Plugins/Export/ExportXml.php M src/Table/TableMover.php M tests/unit/Controllers/Export/ExportControllerTest.php M tests/unit/Export/ExportTest.php M tests/unit/Plugins/Export/ExportCodegenTest.php M tests/unit/Plugins/Export/ExportSqlTest.php M tests/unit/Plugins/Export/ExportXmlTest.php M tests/unit/Table/TableTest.php
Log Message: ----------- Merge pull request #19464 from MauricioFauth/export-globals
Remove some global variables from export plugins