Details
-
Type:
Sub-task
-
Status:
Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 1.9
-
Fix Version/s: 1.9
-
Component/s: Administration
-
Labels:None
-
Affected Branches:MOODLE_19_STABLE
-
Fixed Branches:MOODLE_19_STABLE
Description
1/ we can now override the get_defaultsetting() method and only find out the details when we really need it
== add new subclasses of admin_setting for settings that have expensive defaults
2/ add new subclasses of admin_setting for settings that have expensive options (lists of classes, encodings, etc.)
Regarding this, I think we decided instead on a new capability to hide the whole thing.
http://moodle.org/mod/forum/discuss.php?d=79455#p354480 and
MDL-11195The expense of the menu then only applies to a very few people per site (and it's not THAT bad) ...
MDL-11195The expense of the menu then only applies to a very few people per site (and it's not THAT bad) ...