Proyectos de Subversion Moodle

Rev

| Ultima modificación | Ver Log |

Rev Autor Línea Nro. Línea
1 efrain 1
This files describes API changes in /comment/* ,
2
information provided here is intended especially for developers.
3
 
4
=== 4.2 ===
5
  * The comment manager `print_comments` method has been deprecated, in favour of new system report class for listing
6
    comment data
7
 
8
=== 3.8 ===
9
  * External function get_comments now returns the total count of comments and the number of comments per page.
10
    It also has a new parameter to indicate the sorting direction (defaulted to DESC).
11
  * The external function core_comment_get_comments now indicates if the current user can post comments in the requested
12
    area.