Branch: refs/heads/master Home: https://github.com/phpmyadmin/phpmyadmin Commit: 0ca6b2d73a4800699f7d44581f7c1effc1cd3c4a https://github.com/phpmyadmin/phpmyadmin/commit/0ca6b2d73a4800699f7d44581f7c... Author: Maurício Meneghini Fauth mauricio@mfauth.net Date: 2025-01-02 (Thu, 01 January 2025) -03:00
Changed paths: M phpstan-baseline.neon M psalm-baseline.xml M src/Plugins/Export/ExportCsv.php M src/Plugins/Export/ExportExcel.php M tests/unit/Plugins/Export/ExportExcelTest.php
Log Message: ----------- Split ExportExcel and ExportCsv classes
Signed-off-by: Maurício Meneghini Fauth mauricio@mfauth.net
Commit: 1c57a442021910d0ab3153489daf22f066e31d58 https://github.com/phpmyadmin/phpmyadmin/commit/1c57a442021910d0ab3153489daf... Author: Maurício Meneghini Fauth mauricio@mfauth.net Date: 2025-01-03 (Fri, 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/Plugins/Export/ExportExcel.php M tests/unit/Plugins/Export/ExportExcelTest.php
Log Message: ----------- Remove excel_* global variables
Signed-off-by: Maurício Meneghini Fauth mauricio@mfauth.net
Commit: 6e8e98cdc00a4dda16c9f88317686068ffa85b37 https://github.com/phpmyadmin/phpmyadmin/commit/6e8e98cdc00a4dda16c9f8831768... Author: Maurício Meneghini Fauth mauricio@mfauth.net Date: 2025-01-04 (Sat, 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/Plugins/Export/ExportCsv.php M tests/unit/Plugins/Export/ExportCsvTest.php
Log Message: ----------- Remove csv_* global variables
Signed-off-by: Maurício Meneghini Fauth mauricio@mfauth.net
Commit: a6350ad8e035b77ddc2a6a43a26471991aa806d0 https://github.com/phpmyadmin/phpmyadmin/commit/a6350ad8e035b77ddc2a6a43a264... Author: Maurício Meneghini Fauth mauricio@mfauth.net Date: 2025-01-06 (Mon, 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/Plugins/Export/ExportCsv.php M src/Plugins/Export/ExportExcel.php M tests/unit/Plugins/Export/ExportCsvTest.php M tests/unit/Plugins/Export/ExportExcelTest.php
Log Message: ----------- Merge pull request #19497 from MauricioFauth/csv-excel-export-plugin
Remove excel_* and csv_* global variables