The CFG variables are mostly just the contents of the "config" table in the database. The $CFG object gets recreated from the database on every page request (so all users will see changes immediately).
You can set new entries in this table using set_config() and get them using the corresponding get_config() any time you like in your code.
Martin Dougiamas
Missatges enviats per Martin Dougiamas
There are a lot of variables, like size of site, language encoding you use etc. The best way to find out would be just to try it out. If it doesn't work then doing it in stages will work better.
Hi all,
I will be in Beijing again next month from 5th -> 24th August. Are there any Moodle events happening in Beijing during this time?
Cheers,
Martin
I will be in Beijing again next month from 5th -> 24th August. Are there any Moodle events happening in Beijing during this time?
Cheers,
Martin
Minor upgrades are usually a few months apart, with major upgrades currently roughly annual. See http://docs.moodle.org/en/Release_notes
Yes, the trouble is just security. A teacher in one course should not see all the grades from other courses. So we'll need a new capability that you'd have to have assigned at system level or at the user level. Plus you may want to switch between seeing this overview and seeing just the grades for one course (as now), so there is some GUI to develop. See MDL-12916 for this.
There is also this coming:
http://docs.moodle.org/en/Development:Progress_tracking
There is also this coming:
http://docs.moodle.org/en/Development:Progress_tracking