moodle/admin/report
tjhunt cf6155226c ajaxlib/require_js: MDL-16693 $PAGE->requires->... deprecates require_js etc.
There is a new implementation of require_js in lib/deprecatedlib.php,
based on $PAGE->requires.

There were a few other recently introduced functions in lib/weblib.php,
namely print_js_call, print_delayed_js_call, print_js_config and
standard_js_config. These have been removed, since they were never in
a stable branch, and all the places that used them have been changed
to use the newer $PAGE->requires->... methods.

get_require_js_code is also gone, and the evil places that were calling
it, even though it is an internal function, have been fixed.

Also, I made some minor improvements to the code I committed yesterday
for MDL-16695.

All that remains is to update all the places in core code that are
still using require_js.

(This commit also fixes the problem where the admin tree would not
start with the right categories expanded.)
2009-06-12 12:13:07 +00:00
..
backups MDL-12037 Backup Log - add new field to backup_log table to allow other backup related functions to save log data 2009-03-03 00:06:08 +00:00
capability ajaxlib/require_js: MDL-16693 $PAGE->requires->... deprecates require_js etc. 2009-06-12 12:13:07 +00:00
configlog MDL-17878 basic UI for looking at config log 2009-01-13 21:13:16 +00:00
courseoverview course overview report: MDL-18286 - verson number bump wasn't merged properly 2009-03-26 10:57:18 +00:00
log MDL-17465 - separate live log capability adn admin tree link 2008-11-29 16:15:40 +00:00
questioninstances MDL-17463 - reparate capabilities for course and admin reports 2008-11-29 14:22:10 +00:00
security moodle_page: MDL-12212 ->docspath 2009-05-06 08:48:13 +00:00
spamcleaner ajaxlib/require_js: MDL-16693 $PAGE->requires->... deprecates require_js etc. 2009-06-12 12:13:07 +00:00
stats MDL-17463 - reparate capabilities for course and admin reports 2008-11-29 14:22:10 +00:00
unittest unit tests: MDL-18607 new way to do unit tests involving the database. 2009-03-23 04:12:37 +00:00