Branch: refs/heads/master
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: 32d06ae22e90202a9926c8f5221c2edd79be2422
https://github.com/phpmyadmin/phpmyadmin/commit/32d06ae22e90202a9926c8f5221…
Author: Maurício Meneghini Fauth <mauricio(a)fauth.dev>
Date: 2022-11-12 (Sat, 11 November 2022) -03:00
Changed paths:
A test/classes/Controllers/SchemaExportControllerTest.php
M libraries/classes/Controllers/SchemaExportController.php
M libraries/classes/Export.php
M libraries/classes/Pdf.php
M libraries/classes/Plugins/Schema/Dia/Dia.php
M libraries/classes/Plugins/Schema/Dia/DiaRelationSchema.php
M libraries/classes/Plugins/Schema/Eps/Eps.php
M libraries/classes/Plugins/Schema/Eps/EpsRelationSchema.php
M libraries/classes/Plugins/Schema/ExportRelationSchema.php
M libraries/classes/Plugins/Schema/Pdf/Pdf.php
M libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php
M libraries/classes/Plugins/Schema/SchemaDia.php
M libraries/classes/Plugins/Schema/SchemaEps.php
M libraries/classes/Plugins/Schema/SchemaPdf.php
M libraries/classes/Plugins/Schema/SchemaSvg.php
M libraries/classes/Plugins/Schema/Svg/Svg.php
M libraries/classes/Plugins/Schema/Svg/SvgRelationSchema.php
M libraries/classes/Plugins/SchemaPlugin.php
M libraries/classes/ResponseRenderer.php
M phpstan-baseline.neon
M psalm-baseline.xml
M test/classes/Stubs/ResponseRenderer.php
Log Message:
-----------
Extract schema export from schema plugins
Moves the response handling to the SchemaExportController.
Signed-off-by: Maurício Meneghini Fauth <mauricio(a)fauth.dev>
Commit: 8af4c84ceb5d658f14a14e6d83d9043f9324678a
https://github.com/phpmyadmin/phpmyadmin/commit/8af4c84ceb5d658f14a14e6d83d…
Author: Maurício Meneghini Fauth <mauricio(a)fauth.dev>
Date: 2022-11-12 (Sat, 11 November 2022) -03:00
Changed paths:
A test/classes/Controllers/SchemaExportControllerTest.php
M libraries/classes/Controllers/SchemaExportController.php
M libraries/classes/Export.php
M libraries/classes/Pdf.php
M libraries/classes/Plugins/Schema/Dia/Dia.php
M libraries/classes/Plugins/Schema/Dia/DiaRelationSchema.php
M libraries/classes/Plugins/Schema/Eps/Eps.php
M libraries/classes/Plugins/Schema/Eps/EpsRelationSchema.php
M libraries/classes/Plugins/Schema/ExportRelationSchema.php
M libraries/classes/Plugins/Schema/Pdf/Pdf.php
M libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php
M libraries/classes/Plugins/Schema/SchemaDia.php
M libraries/classes/Plugins/Schema/SchemaEps.php
M libraries/classes/Plugins/Schema/SchemaPdf.php
M libraries/classes/Plugins/Schema/SchemaSvg.php
M libraries/classes/Plugins/Schema/Svg/Svg.php
M libraries/classes/Plugins/Schema/Svg/SvgRelationSchema.php
M libraries/classes/Plugins/SchemaPlugin.php
M libraries/classes/ResponseRenderer.php
M phpstan-baseline.neon
M psalm-baseline.xml
M test/classes/Stubs/ResponseRenderer.php
Log Message:
-----------
Merge pull request #17888 from MauricioFauth/schema-plugins
Extract schema export from schema plugins