Branch: refs/heads/master Home: https://github.com/phpmyadmin/phpmyadmin Commit: bd806f7559b761724702c5585f05ad3e3d0da7ca https://github.com/phpmyadmin/phpmyadmin/commit/bd806f7559b761724702c5585f05... Author: Maurício Meneghini Fauth mauricio@mfauth.net Date: 2024-12-14 (Sat, 12 December 2024) -03:00
Changed paths: M src/Controllers/Export/ExportController.php M src/Plugins/Export/ExportCodegen.php M src/Plugins/Export/ExportCsv.php M src/Plugins/Export/ExportExcel.php M src/Plugins/Export/ExportHtmlword.php M src/Plugins/Export/ExportJson.php M src/Plugins/Export/ExportLatex.php M src/Plugins/Export/ExportMediawiki.php M src/Plugins/Export/ExportOds.php M src/Plugins/Export/ExportOdt.php M src/Plugins/Export/ExportPdf.php M src/Plugins/Export/ExportPhparray.php M src/Plugins/Export/ExportSql.php M src/Plugins/Export/ExportTexytext.php M src/Plugins/Export/ExportXml.php M src/Plugins/Export/ExportYaml.php M src/Plugins/ExportPlugin.php
Log Message: ----------- Add ExportPlugin::setExportOptions() abstract method
Signed-off-by: Maurício Meneghini Fauth mauricio@mfauth.net
Commit: 9322565d9bcb6bb5bb851c70ddb540bba1db9fb8 https://github.com/phpmyadmin/phpmyadmin/commit/9322565d9bcb6bb5bb851c70ddb5... Author: Maurício Meneghini Fauth mauricio@mfauth.net Date: 2024-12-14 (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/ExportCsv.php M src/Plugins/Export/ExportExcel.php M src/Plugins/Export/ExportHtmlword.php M src/Plugins/Export/ExportJson.php M src/Plugins/Export/ExportLatex.php M src/Plugins/Export/ExportMediawiki.php M src/Plugins/Export/ExportOds.php M src/Plugins/Export/ExportOdt.php M src/Plugins/Export/ExportPdf.php M src/Plugins/Export/ExportPhparray.php M src/Plugins/Export/ExportSql.php M src/Plugins/Export/ExportTexytext.php M src/Plugins/Export/ExportXml.php M src/Plugins/Export/ExportYaml.php M src/Plugins/ExportPlugin.php M tests/unit/Export/ExportTest.php M tests/unit/Plugins/Export/ExportSqlTest.php
Log Message: ----------- Remove *_structure_or_data globals
Signed-off-by: Maurício Meneghini Fauth mauricio@mfauth.net
Commit: 2009234dfcaf24f6062f1685aa6ebaf56882c64f https://github.com/phpmyadmin/phpmyadmin/commit/2009234dfcaf24f6062f1685aa6e... Author: Maurício Meneghini Fauth mauricio@mfauth.net Date: 2024-12-14 (Sat, 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/ExportHtmlword.php M src/Plugins/Export/ExportLatex.php M src/Plugins/Export/ExportMediawiki.php M src/Plugins/Export/ExportOdt.php M src/Plugins/Export/ExportPdf.php M src/Plugins/Export/ExportSql.php M src/Plugins/Export/ExportTexytext.php M src/Plugins/Export/Helpers/Pdf.php M src/Plugins/ExportPlugin.php M tests/unit/Export/ExportTest.php M tests/unit/Plugins/Export/ExportHtmlwordTest.php M tests/unit/Plugins/Export/ExportLatexTest.php M tests/unit/Plugins/Export/ExportOdtTest.php M tests/unit/Plugins/Export/ExportSqlTest.php M tests/unit/Plugins/Export/ExportTexytextTest.php
Log Message: ----------- Remove *_relation global variables
Signed-off-by: Maurício Meneghini Fauth mauricio@mfauth.net
Commit: 6c9e8c4e2e0c2c11b7a736587fd5d417885576b0 https://github.com/phpmyadmin/phpmyadmin/commit/6c9e8c4e2e0c2c11b7a736587fd5... Author: Maurício Meneghini Fauth mauricio@mfauth.net Date: 2024-12-14 (Sat, 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/ExportHtmlword.php M src/Plugins/Export/ExportLatex.php M src/Plugins/Export/ExportMediawiki.php M src/Plugins/Export/ExportOdt.php M src/Plugins/Export/ExportPdf.php M src/Plugins/Export/ExportSql.php M src/Plugins/Export/ExportTexytext.php M src/Plugins/Export/Helpers/Pdf.php M src/Plugins/ExportPlugin.php M tests/unit/Export/ExportTest.php M tests/unit/Plugins/Export/ExportHtmlwordTest.php M tests/unit/Plugins/Export/ExportLatexTest.php M tests/unit/Plugins/Export/ExportMediawikiTest.php M tests/unit/Plugins/Export/ExportOdtTest.php M tests/unit/Plugins/Export/ExportSqlTest.php M tests/unit/Plugins/Export/ExportTexytextTest.php
Log Message: ----------- Remove *_mime global variables
Signed-off-by: Maurício Meneghini Fauth mauricio@mfauth.net
Commit: f9d5612f6b6b96161f7cbdb4ec10e2051d2f6497 https://github.com/phpmyadmin/phpmyadmin/commit/f9d5612f6b6b96161f7cbdb4ec10... Author: Maurício Meneghini Fauth mauricio@mfauth.net Date: 2024-12-14 (Sat, 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/ExportHtmlword.php M src/Plugins/Export/ExportLatex.php M src/Plugins/Export/ExportMediawiki.php M src/Plugins/Export/ExportOdt.php M src/Plugins/Export/ExportPdf.php M src/Plugins/Export/ExportSql.php M src/Plugins/Export/ExportTexytext.php M src/Plugins/ExportPlugin.php M src/Table/TableMover.php M tests/unit/Export/ExportTest.php M tests/unit/Plugins/Export/ExportSqlTest.php
Log Message: ----------- Remove sql_dates global variable
Signed-off-by: Maurício Meneghini Fauth mauricio@mfauth.net
Commit: c13d8af2a50d0d9a4e083eaa8716ee2097cd1119 https://github.com/phpmyadmin/phpmyadmin/commit/c13d8af2a50d0d9a4e083eaa8716... Author: Maurício Meneghini Fauth mauricio@mfauth.net Date: 2024-12-14 (Sat, 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/ExportHtmlword.php M src/Plugins/Export/ExportLatex.php M src/Plugins/Export/ExportMediawiki.php M src/Plugins/Export/ExportOdt.php M src/Plugins/Export/ExportPdf.php M src/Plugins/Export/ExportSql.php M src/Plugins/Export/ExportTexytext.php M src/Plugins/ExportPlugin.php M tests/unit/Export/ExportTest.php M tests/unit/Plugins/Export/ExportHtmlwordTest.php M tests/unit/Plugins/Export/ExportLatexTest.php M tests/unit/Plugins/Export/ExportOdtTest.php M tests/unit/Plugins/Export/ExportSqlTest.php M tests/unit/Plugins/Export/ExportTexytextTest.php
Log Message: ----------- Remove *_comments global variables
Signed-off-by: Maurício Meneghini Fauth mauricio@mfauth.net
Commit: ace08988e4170c29cea8c73235710b08bce620e4 https://github.com/phpmyadmin/phpmyadmin/commit/ace08988e4170c29cea8c7323571... Author: Maurício Meneghini Fauth mauricio@mfauth.net Date: 2024-12-14 (Sat, 12 December 2024) -03:00
Changed paths: A src/Export/StructureOrData.php M src/Export/Export.php M src/Plugins/Export/ExportCodegen.php M src/Plugins/Export/ExportCsv.php M src/Plugins/Export/ExportExcel.php M src/Plugins/Export/ExportHtmlword.php M src/Plugins/Export/ExportJson.php M src/Plugins/Export/ExportLatex.php M src/Plugins/Export/ExportMediawiki.php M src/Plugins/Export/ExportOds.php M src/Plugins/Export/ExportOdt.php M src/Plugins/Export/ExportPdf.php M src/Plugins/Export/ExportPhparray.php M src/Plugins/Export/ExportSql.php M src/Plugins/Export/ExportTexytext.php M src/Plugins/Export/ExportXml.php M src/Plugins/Export/ExportYaml.php M src/Plugins/ExportPlugin.php M tests/unit/Plugins/Export/ExportSqlTest.php
Log Message: ----------- Create Export\StructureOrData enum
Signed-off-by: Maurício Meneghini Fauth mauricio@mfauth.net
Commit: 8138fd169861e4b41c0408d4a3085a85ed4729f2 https://github.com/phpmyadmin/phpmyadmin/commit/8138fd169861e4b41c0408d4a308... Author: Maurício Meneghini Fauth mauricio@mfauth.net Date: 2024-12-16 (Mon, 12 December 2024) -03:00
Changed paths: A src/Export/StructureOrData.php 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/ExportCsv.php M src/Plugins/Export/ExportExcel.php M src/Plugins/Export/ExportHtmlword.php M src/Plugins/Export/ExportJson.php M src/Plugins/Export/ExportLatex.php M src/Plugins/Export/ExportMediawiki.php M src/Plugins/Export/ExportOds.php M src/Plugins/Export/ExportOdt.php M src/Plugins/Export/ExportPdf.php M src/Plugins/Export/ExportPhparray.php M src/Plugins/Export/ExportSql.php M src/Plugins/Export/ExportTexytext.php M src/Plugins/Export/ExportXml.php M src/Plugins/Export/ExportYaml.php M src/Plugins/Export/Helpers/Pdf.php M src/Plugins/ExportPlugin.php M src/Table/TableMover.php M tests/unit/Export/ExportTest.php M tests/unit/Plugins/Export/ExportHtmlwordTest.php M tests/unit/Plugins/Export/ExportLatexTest.php M tests/unit/Plugins/Export/ExportMediawikiTest.php M tests/unit/Plugins/Export/ExportOdtTest.php M tests/unit/Plugins/Export/ExportSqlTest.php M tests/unit/Plugins/Export/ExportTexytextTest.php
Log Message: ----------- Merge pull request #19444 from MauricioFauth/export-plugin-option-request
Add ExportPlugin::setExportOptions() method