mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 00:46:50 +02:00
MDL-22033 groupings now enabled unconditionally, groupmembersonly kept as experimental - this simplifies groups code logic a bit, user interface changes should not be significant because the groupings are not visible much until at least one created; hopefully the new description of groupmembersonly will have to preventsome gradebook complaints
This commit is contained in:
parent
e8c2189d78
commit
98da60215e
31 changed files with 137 additions and 214 deletions
|
@ -1248,8 +1248,6 @@ get_string('configmemcachedpconn', 'admin', NULL);
|
|||
get_string('no', '', NULL);
|
||||
get_string('yes', '', NULL);
|
||||
get_string('registration', 'admin', NULL);
|
||||
get_string('enablegroupings', 'admin', NULL);
|
||||
get_string('configenablegroupings', 'admin', NULL);
|
||||
get_string('enableoutcomes', 'grades', NULL);
|
||||
get_string('configenableoutcomes', 'grades', NULL);
|
||||
get_string('usetags', 'admin', NULL);
|
||||
|
|
|
@ -1248,8 +1248,6 @@ old_get_string('configmemcachedpconn', 'admin', NULL);
|
|||
old_get_string('no', '', NULL);
|
||||
old_get_string('yes', '', NULL);
|
||||
old_get_string('registration', 'admin', NULL);
|
||||
old_get_string('enablegroupings', 'admin', NULL);
|
||||
old_get_string('configenablegroupings', 'admin', NULL);
|
||||
old_get_string('enableoutcomes', 'grades', NULL);
|
||||
old_get_string('configenableoutcomes', 'grades', NULL);
|
||||
old_get_string('usetags', 'admin', NULL);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue