moodle/course
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
..
format course/format/social MDL-18483 For social course format, print forum intro on course page (Merged from 1.9) 2009-05-12 05:10:28 +00:00
import MDL-19246 restore - cleanup of "restoreto" options. Some more extra uses updated. Merged from 19_STABLE 2009-05-22 10:32:34 +00:00
report Fix whitespace. 2009-06-12 11:57:15 +00:00
simpletest web service MDL-12886 merged Pigui's Team work on course external file + some refactoring 2009-04-02 06:59:14 +00:00
category.php moodle_page: MDL-12212 reimplement user_is_editing, deprecate isediting 2009-05-06 08:59:29 +00:00
completion.js ajaxlib/require_js: MDL-16693 $PAGE->requires->... deprecates require_js etc. 2009-06-12 12:13:07 +00:00
delete.php blocks: MDL-19010 Fix further blocks-related breakage, including removing all references to blocks_insance_old outside blocklib.php 2009-05-07 08:55:10 +00:00
delete_category_form.php course categories: MDL-17502 when deleting a category and its contents, check moodle/course:delete capability. 2008-12-08 07:28:19 +00:00
edit.php blocklib: MDL-19010 always include blocklib in setup.php, stip includes elsewhere 2009-05-06 09:13:16 +00:00
edit_form.php course settings: MDL-18595: Fix regression caused by switching the course settings form to use the new date selector. 2009-03-19 03:14:11 +00:00
editcategory.php MDL-18293 $DB->somethiong is using exceptions, no need for ifs tehre, removing useless strings 2009-06-03 20:00:08 +00:00
editcategory_form.php course categories: Fix many bugs with category editing and permissions. Clean up code. 2008-12-04 08:53:10 +00:00
editsection.php MDL-14589 file api improvements - converting more params to general $options array 2009-05-18 19:04:06 +00:00
editsection_form.php MDL-19002 standardized constructor parameter order 2009-05-11 18:55:03 +00:00
enrol.php MDL-17773 new get_login_url() function - fixes missing httpslogin tweaks 2009-01-02 22:56:48 +00:00
external.php web service MDL-12886 merged Pigui's Team work on course external file + some refactoring 2009-04-02 06:59:14 +00:00
import.php MDL-14679 converted some get courses 2008-06-01 17:59:13 +00:00
importstudents.html MDL-14679 datalib conversion completed 2008-05-30 16:47:21 +00:00
importstudents.php MDL-15189 magic quotes finally removed 2008-06-09 16:53:30 +00:00
index.php MDL-18293 $DB->somethiong is using exceptions, no need for ifs there, removing useless strings 2009-06-03 20:16:20 +00:00
info.php filters: MDL-7336 change weblib to use the new code 2009-04-13 06:56:32 +00:00
jumpto.php validate local redirection actions in jumpto.php SC#310 2006-09-11 06:47:38 +00:00
lib.php Fix some fallout from the pagelib changes. 2009-06-12 11:56:30 +00:00
loginas.php MDL-17754 next round of session related refactoring 2009-01-02 20:32:05 +00:00
mod.php moodle_page: MDL-12212 kill $CFG->pagepath (use $PAGE->set_pagetype) 2009-05-06 08:38:55 +00:00
modedit.php MDL-18293 $DB->somethiong is using exceptions, no need for ifs tehre, removing useless strings 2009-06-03 20:00:08 +00:00
moodleform_mod.php MDL-19186 Fixed couple warnings on moodleform_mod when completion is enabled 2009-05-14 10:55:14 +00:00
pending.php blocklib: MDL-19010 eliminate remaining calls to blocks_repopulate_page 2009-05-08 08:22:59 +00:00
recent.php MDL-12505 do not leak separate groups info in advanced search user selection and other fixes; merged from MOODLE_19_STABLE 2008-07-05 20:57:35 +00:00
recent_form.php MDL-12505 do not leak separate groups info in advanced search user selection and other fixes; merged from MOODLE_19_STABLE 2008-07-05 20:57:35 +00:00
report.php MDL-17463 - reparate capabilities for course and admin reports 2008-11-29 14:22:10 +00:00
request.php MDL-18293 $DB->somethiong is using exceptions, no need for ifs there, removing useless strings 2009-06-03 20:16:20 +00:00
request_form.php course request: MDL-17575 and MDL-6160 further improvements: 2008-12-10 02:57:41 +00:00
reset.php MDL-15189 magic quotes finally removed 2008-06-09 16:53:30 +00:00
reset_form.php MDL-18778 more robust reset form defaults 2009-04-05 19:32:33 +00:00
rest.php blocklib: MDL-19010 and now you can delete blocks too! 2009-05-08 06:34:40 +00:00
scales.php forum rating: MDL-18044 notice sometimes when a forum is rated, also XHTML strict problems and fix incorrect help text. 2009-01-27 06:35:56 +00:00
search.php blocks: MDL-19010 Fix further blocks-related breakage, including removing all references to blocks_insance_old outside blocklib.php 2009-05-07 08:55:10 +00:00
togglecompletion.php "MDL-14129, fix hardcoded print_error" 2008-09-25 02:09:49 +00:00
unenrol.php MDL-14679 towards course conversion 2008-06-02 08:13:24 +00:00
user.php moodle_page: MDL-12212 start of new moodle_page class 2009-05-06 08:29:22 +00:00
view.php ajaxlib/require_js: MDL-16693 $PAGE->requires->... deprecates require_js etc. 2009-06-12 12:13:07 +00:00