moodle/user
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
..
default
filters authentication MDL-18273 Custom Authentication Plugin title can be retrieved from specific language file, merged from 19 2009-05-14 07:03:27 +00:00
profile MDL-18293 $DB->somethiong is using exceptions, no need for ifs tehre, removing useless strings 2009-06-03 20:00:08 +00:00
selector ajaxlib/require_js: MDL-16693 $PAGE->requires->... deprecates require_js etc. 2009-06-12 12:13:07 +00:00
simpletest web service MDL-12886 remove tmp prefix 2009-03-16 07:58:30 +00:00
action_redir.php MDL-7077, MDL-10181, adding notes for students 2007-07-05 06:53:17 +00:00
addnote.php MDL-16613 sesskey cleanup 2009-01-02 10:36:25 +00:00
edit.php authentication MDL-19182 split auth.php lang file into multiple files separate for each plugin 2009-06-11 03:34:46 +00:00
edit_form.php MDL-18265 fixed regressions by hardfreeze security workaround - defaults were overriding locked values 2009-03-07 20:59:25 +00:00
editadvanced.php MDL-17458 fixing installation regressions - can not edit new admin properly 2009-06-07 09:40:27 +00:00
editadvanced_form.php MDL-15249 towards cli install script 2009-05-25 21:46:28 +00:00
editlib.php authentication MDL-19182 split auth.php lang file into multiple files separate for each plugin 2009-06-11 03:34:46 +00:00
emailupdate.php authentication MDL-19182 split auth.php lang file into multiple files separate for each plugin 2009-06-11 03:34:46 +00:00
extendenrol.php MDL-16613 sesskey cleanup 2009-01-02 10:36:25 +00:00
external.php web service MDL-12886 remove tmp prefix 2009-03-16 07:58:30 +00:00
groupaddnote.php MDL-16613 sesskey cleanup 2009-01-02 10:36:25 +00:00
groupextendenrol.php MDL-16613 sesskey cleanup 2009-01-02 10:36:25 +00:00
grouppix.php MDL-17754, MDL-11061, MDL-9276, MDL-17777, MDL-17787 - various url handling improvemetns; rewritten $FULLME and added $ME, $SCRIPT and $FULLSCRIPT; improved slashargument handling especially for IIS; removed legacy slasharguments functions obsoleted since 1.6; some other refactoring; reverse procy support, ssl appliance support 2009-01-05 21:37:20 +00:00
index.php MDL-13843 user participation in separate group mode even if group mode not forced course-wide (improved consistency in groups at course level) 2009-04-09 07:58:49 +00:00
lib.php web service MDL-12886 remove tmp prefix 2009-03-16 07:58:30 +00:00
message.html cleanup: MDL-17083 Remove the old teacher, teachers, student and students columns from the course table. 2008-11-13 08:40:57 +00:00
messageselect.php cleanup: MDL-17083 Remove the old teacher, teachers, student and students columns from the course table. 2008-11-13 08:40:57 +00:00
pix.php MDL-17754, MDL-11061, MDL-9276, MDL-17777, MDL-17787 - various url handling improvemetns; rewritten $FULLME and added $ME, $SCRIPT and $FULLSCRIPT; improved slashargument handling especially for IIS; removed legacy slasharguments functions obsoleted since 1.6; some other refactoring; reverse procy support, ssl appliance support 2009-01-05 21:37:20 +00:00
policy.php "MDL-14129, fix print_error" 2008-06-13 07:07:45 +00:00
portfolio.php MDL-16046 Fixed up the portfolio tabs 2008-09-15 06:09:57 +00:00
portfoliologs.php MDL-16046 Fixed up the portfolio tabs 2008-09-15 06:09:57 +00:00
repository.php MDL_13766 Refactoring of core repository code and added first unit tests 2008-11-26 07:03:10 +00:00
tabs.php tags/blog: Multiple XHTML strict problems. 2009-01-14 08:49:35 +00:00
view.php MDL-15249 towards cli install script 2009-05-25 21:46:28 +00:00