Branch: refs/heads/master
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: 75397c913dcdfd34679d6223ccd3568655bbc63b
https://github.com/phpmyadmin/phpmyadmin/commit/75397c913dcdfd34679d6223ccd…
Author: Maurício Meneghini Fauth <mauricio(a)fauth.dev>
Date: 2020-08-03 (Mon, 08 August 2020) -03:00
Changed paths:
A libraries/classes/Export/Options.php
A templates/export.twig
A templates/export/template_options.twig
A test/classes/Export/OptionsTest.php
M libraries/classes/Controllers/Database/ExportController.php
M libraries/classes/Controllers/ExportTemplateController.php
M libraries/classes/Controllers/Server/ExportController.php
M libraries/classes/Controllers/Table/ExportController.php
M libraries/services.php
M libraries/services_controllers.php
M templates/database/export/index.twig
M templates/server/export/index.twig
M templates/table/export/index.twig
M test/classes/Controllers/ExportTemplateControllerTest.php
D libraries/classes/Display/Export.php
D templates/database/export/multi_values.twig
D templates/display/export/display.twig
D templates/display/export/select_options.twig
D templates/display/export/template_options.twig
D test/classes/Display/ExportTest.php
Log Message:
-----------
Refactor Display\Export class
- Uses template inheritance for the export templates.
- Renames Display\Export to Export\Options.
Signed-off-by: Maurício Meneghini Fauth <mauricio(a)fauth.dev>
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: 3a84b184b366e925c4cee05bb88e9f1735e9c6c4
https://github.com/phpmyadmin/phpmyadmin/commit/3a84b184b366e925c4cee05bb88…
Author: Maurício Meneghini Fauth <mauricio(a)fauth.dev>
Date: 2020-08-03 (Mon, 08 August 2020) -03:00
Changed paths:
A templates/display/export/display.twig
M libraries/classes/Display/Export.php
M test/classes/Display/ExportTest.php
D templates/display/export/hidden_inputs.twig
D templates/display/export/option_header.twig
D templates/display/export/query.twig
D templates/display/export/template_loading.twig
Log Message:
-----------
Extract HTML from Display\Export::getDisplay
Signed-off-by: Maurício Meneghini Fauth <mauricio(a)fauth.dev>