moodle/dataformat
Paul Holden 233a51ad21 MDL-67547 dataformat_pdf: method to convert images to supported format.
For Dataformats that support exporting HTML content, provide an API for
converting images within that content to something suitable for the format.

This fixes an issue with the PDF writer when it encountered a pluginfile.php
image, which it tried to request via HTTP without an active session. This
resulted in a 303 header returned by Moodle instead of the actual image,
causing an exception in the underlying TCPDF library.
2020-05-26 00:54:27 +01:00
..
csv MDL-67199 versions: bump all versions and requires near release 2019-11-12 17:57:08 +01:00
excel MDL-67199 versions: bump all versions and requires near release 2019-11-12 17:57:08 +01:00
html MDL-67547 dataformat: allow plugins to declare support for HTML. 2020-05-05 19:23:32 +01:00
json MDL-67547 dataformat: allow plugins to declare support for HTML. 2020-05-05 19:23:32 +01:00
ods MDL-67199 versions: bump all versions and requires near release 2019-11-12 17:57:08 +01:00
pdf MDL-67547 dataformat_pdf: method to convert images to supported format. 2020-05-26 00:54:27 +01:00
upgrade.txt MDL-67547 dataformat_pdf: method to convert images to supported format. 2020-05-26 00:54:27 +01:00