1 This files describes API changes in /mod/glossary/*,
2 information provided here is intended especially for developers.
5 * External function get_entries_by_id now returns and additional "permissions" field indicating the user permissions for managing
9 * The following functions have been finally deprecated and can not be used anymore:
10 * glossary_scale_used()
13 * External functions get_entries_by_* and get_entry now return an additional field "tags" containing the entry tags.
16 * External functions returning entries now return an additional field "ratinginfo" containing the entry rating information.
19 * External functions that were returning file information now return the following file fields:
20 filename, filepath, mimetype, filesize, timemodified and fileurl.
21 Those fields are now marked as VALUE_OPTIONAL for backwards compatibility.
24 * The glossary_print_entry_attachment function no longer takes an `align`
25 or `insidetable` property. Instead the attachments are printed within a
26 div whose class is `attachments` and which can be targetted using
27 appropriate CSS rules.
28 * The glossary_print_entry_attachment function now displays the attachments
29 on the left by default.