Branch: refs/heads/master Home: https://github.com/phpmyadmin/phpmyadmin Commit: e77fdcabfea5eb1ea581ce19acb00a35e745d3f8 https://github.com/phpmyadmin/phpmyadmin/commit/e77fdcabfea5eb1ea581ce19acb00a35e745d3f8 Author: Isaac Bennetch <[email protected]> Date: 2025-10-29 (Wed, 10 October 2025) -04:00
Changed paths: M docs/conf.py Log Message: ----------- Switch the theme used when building our HTML documents to the Read The Docs theme (rtd) This is more consistent with the look of our online documentation. Signed-off-by: Isaac Bennetch <[email protected]> Commit: 51569eb6441780c7e5365e3158b70cd893522068 https://github.com/phpmyadmin/phpmyadmin/commit/51569eb6441780c7e5365e3158b70cd893522068 Author: Kamil Tekiela <[email protected]> Date: 2026-01-15 (Thu, 01 January 2026) +00:00 Changed paths: A src/Exceptions/InsufficientSpaceExportException.php M psalm-baseline.xml M src/Controllers/Export/ExportController.php M src/Export/Export.php M src/Export/OutputHandler.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/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: ----------- Create InsufficientSpaceExportException Signed-off-by: Kamil Tekiela <[email protected]> Commit: 2f9158b09ae6b67d673e2b9b504645646ef3893d https://github.com/phpmyadmin/phpmyadmin/commit/2f9158b09ae6b67d673e2b9b504645646ef3893d Author: Kamil Tekiela <[email protected]> Date: 2026-01-15 (Thu, 01 January 2026) +00:00 Changed paths: M src/Export/Export.php Log Message: ----------- Split up long line Signed-off-by: Kamil Tekiela <[email protected]> Commit: a3744fde3313aa4651f4039ed206f9a0f73e4a2c https://github.com/phpmyadmin/phpmyadmin/commit/a3744fde3313aa4651f4039ed206f9a0f73e4a2c Author: Kamil Tekiela <[email protected]> Date: 2026-01-15 (Thu, 01 January 2026) +00:00 Changed paths: M src/Controllers/Export/ExportController.php M src/Export/Export.php Log Message: ----------- Drop exportRaw method Signed-off-by: Kamil Tekiela <[email protected]> Commit: 79061b5c6fc164700a0a34abf8872985942eeec9 https://github.com/phpmyadmin/phpmyadmin/commit/79061b5c6fc164700a0a34abf8872985942eeec9 Author: William Desportes <[email protected]> Date: 2026-01-17 (Sat, 01 January 2026) +01:00 Changed paths: A src/Exceptions/InsufficientSpaceExportException.php M psalm-baseline.xml M src/Controllers/Export/ExportController.php M src/Export/Export.php M src/Export/OutputHandler.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/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: ----------- Merge #20017 - Insufficient space export exception Pull-request: #20017 Signed-off-by: William Desportes <[email protected]> Commit: 72287e2ebfaa2bc318c8075765ecbbf3ebd3ea8d https://github.com/phpmyadmin/phpmyadmin/commit/72287e2ebfaa2bc318c8075765ecbbf3ebd3ea8d Author: William Desportes <[email protected]> Date: 2026-01-17 (Sat, 01 January 2026) +01:00 Changed paths: M docs/conf.py Log Message: ----------- Merge #19910 - Switch the theme used when building our HTML documents Pull-request: #19910 Fixes: #19909 Signed-off-by: William Desportes <[email protected]> _______________________________________________ Git mailing list -- [email protected] To unsubscribe send an email to [email protected]
