Proyectos de Subversion Moodle

Rev

Rev 1 | | Comparar con el anterior | Ultima modificación | Ver Log |

Rev Autor Línea Nro. Línea
1441 ariadna 1
=== 4.5 Onwards ===
2
 
3
This file has been replaced by UPGRADING.md. See MDL-81125 for further information.
4
 
5
===
1 efrain 6
This files describes API changes in /mod/glossary/*,
7
information provided here is intended especially for developers.
8
 
9
=== 3.10 ===
10
* External function get_entries_by_id now returns and additional "permissions" field indicating the user permissions for managing
11
  the entry.
12
 
13
=== 3.8 ===
14
* The following functions have been finally deprecated and can not be used anymore:
15
    * glossary_scale_used()
16
 
17
=== 3.7 ===
18
* External functions get_entries_by_* and get_entry now return an additional field "tags" containing the entry tags.
19
 
20
=== 3.4 ===
21
  * External functions returning entries now return an additional field "ratinginfo" containing the entry rating information.
22
 
23
=== 3.2 ===
24
* External functions that were returning file information now return the following file fields:
25
  filename, filepath, mimetype, filesize, timemodified and fileurl.
26
  Those fields are now marked as VALUE_OPTIONAL for backwards compatibility.
27
 
28
=== 2.8 ===
29
* The glossary_print_entry_attachment function no longer takes an `align`
30
  or `insidetable` property. Instead the attachments are printed within a
31
  div whose class is `attachments` and which can be targetted using
32
  appropriate CSS rules.
33
* The glossary_print_entry_attachment function now displays the attachments
34
  on the left by default.