1 This files describes API changes in /mod/glossary/*,
2 information provided here is intended especially for developers.
5 * External functions returning entries now return an additional field "ratinginfo" containing the entry rating information.
8 * External functions that were returning file information now return the following file fields:
9 filename, filepath, mimetype, filesize, timemodified and fileurl.
10 Those fields are now marked as VALUE_OPTIONAL for backwards compatibility.
13 * The glossary_print_entry_attachment function no longer takes an `align`
14 or `insidetable` property. Instead the attachments are printed within a
15 div whose class is `attachments` and which can be targetted using
16 appropriate CSS rules.
17 * The glossary_print_entry_attachment function now displays the attachments
18 on the left by default.