moodle/dataformat
Jun Pataleta b3f4d77e00 MDL-65954 dataformat_pdf: Convert object records to array
* count() doesn't work quite as expected when the record being written
to the PDF is an object. So make sure to convert the record to an array.
* In addition, instead of comparing the total vs the current cell
counter, it would be more reliable to determine whether we're at the
last element of the array by getting the key for the last element and
comparing it with the key for the element that's currently being
processed.
2019-07-15 10:29:59 +08:00
..
csv MDL-65571 versions: bump all versions and requires near release 2019-05-12 23:46:34 +02:00
excel MDL-65571 versions: bump all versions and requires near release 2019-05-12 23:46:34 +02:00
html MDL-65571 versions: bump all versions and requires near release 2019-05-12 23:46:34 +02:00
json MDL-65571 versions: bump all versions and requires near release 2019-05-12 23:46:34 +02:00
ods MDL-65571 versions: bump all versions and requires near release 2019-05-12 23:46:34 +02:00
pdf MDL-65954 dataformat_pdf: Convert object records to array 2019-07-15 10:29:59 +08:00
upgrade.txt MDL-56046 dataformat: changes to docs, upgrade.txt and error message 2017-06-27 11:35:05 +08:00