moodle/badges/criteria
Marty Gilbert 5ef3241ae3
MDL-69102 badge: Fixes broken WHERE clause
When buildilng the 'WHERE' clause, the SQL generated
a query that selected any user who was a member of the
**last** group, not all of the groups.

I believe the query has to be re-worked so that it only
returns users who are in ALL of the groups. This can
be done by a GROUP BY and HAVING.
2021-04-01 14:51:21 -04:00
..
award_criteria.php MDL-63876 badges: Allow criteria to be optional 2019-03-29 11:31:15 +08:00
award_criteria_activity.php MDL-63614 badges: Add COMPLETION_FAIL support to badge criteria 2018-12-19 10:16:51 -05:00
award_criteria_badge.php MDL-66032 badges: Prevent empty awarded badges criteria being created. 2019-07-16 09:31:25 +10:00
award_criteria_cohort.php MDL-69102 badge: Fixes broken WHERE clause 2021-04-01 14:51:21 -04:00
award_criteria_competency.php MDL-65544 badges: Any all criteria 2019-05-13 10:50:05 +08:00
award_criteria_course.php MDL-59049 badges: allows users to view badges from deleted courses 2017-08-18 09:08:50 +08:00
award_criteria_courseset.php MDL-10965 course: search only courses with completion 2019-04-10 12:35:29 +02:00
award_criteria_manual.php MDL-63387 course: use renamed role names, update Behat tests. 2020-09-01 12:05:26 +01:00
award_criteria_overall.php MDL-49628 general: improved accessibility of single selects 2015-04-09 11:12:16 +12:00
award_criteria_profile.php MDL-61203 badges: Allow profile picture as badge criteria 2018-01-16 10:18:23 -05:00