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 /comment/* ,
7
information provided here is intended especially for developers.
8
 
9
=== 4.2 ===
10
  * The comment manager `print_comments` method has been deprecated, in favour of new system report class for listing
11
    comment data
12
 
13
=== 3.8 ===
14
  * External function get_comments now returns the total count of comments and the number of comments per page.
15
    It also has a new parameter to indicate the sorting direction (defaulted to DESC).
16
  * The external function core_comment_get_comments now indicates if the current user can post comments in the requested
17
    area.