mirror of
https://github.com/moodle/moodle.git
synced 2025-03-10 10:58:38 +01:00
13 lines
705 B
Plaintext
13 lines
705 B
Plaintext
|
This files describes API changes in /badges/*,
|
||
|
information provided here is intended especially for developers.
|
||
|
|
||
|
=== 2.7 ===
|
||
|
|
||
|
* get_completed_criteria_sql() - This method was added to award_criteria class and must be overriden
|
||
|
in all criteria classes. This method returns an array consisting of SQL JOIN statement, WHERE conditions,
|
||
|
and any parameters that might be required. The results are used in lib/badgeslib.php in review_all_criteria()
|
||
|
to reduce to the minimum the number of users to review and award badges.
|
||
|
|
||
|
* New optional parameter $filtered in review() allows to indicate that some expensive checks can be skipped
|
||
|
if the list of users has been initially filtered based on met criteria.
|