2024-05-07 14:24:44 +08:00
|
|
|
=== 4.5 Onwards ===
|
|
|
|
|
|
|
|
This file has been replaced by UPGRADING.md. See MDL-81125 for further information.
|
|
|
|
|
|
|
|
===
|
2019-08-16 18:55:21 +01:00
|
|
|
This files describes API changes in /comment/* ,
|
|
|
|
information provided here is intended especially for developers.
|
|
|
|
|
2022-12-07 16:47:14 +00:00
|
|
|
=== 4.2 ===
|
|
|
|
* The comment manager `print_comments` method has been deprecated, in favour of new system report class for listing
|
|
|
|
comment data
|
|
|
|
|
2019-08-16 18:55:21 +01:00
|
|
|
=== 3.8 ===
|
|
|
|
* External function get_comments now returns the total count of comments and the number of comments per page.
|
|
|
|
It also has a new parameter to indicate the sorting direction (defaulted to DESC).
|
2019-03-18 08:53:19 +08:00
|
|
|
* The external function core_comment_get_comments now indicates if the current user can post comments in the requested
|
|
|
|
area.
|