moodle/mod/resource
skodak dcf6d93c9c MDL-8323 Add proper setup of course $CFG variables, fix use of global $COURSE
new function course_setup() thats does proper $CFG-> , locale and themes setup much sooner than print_header() originally (needed for MDL-8067), cleanup of forgotten global $course issues

MDL-8067 Fixed several $HTTPSREQUIRED issues - html editor now loads from https (the old hack did not wotk with IE7, new hack is uglier but works), fixed formlibs images (we can not set them in library global scope, we must wait for httpsrequired() and require_login() and od that in function), fixed links in meta.php, fixed help images

fixed setting of new $USER values in user edit forms
2007-01-27 19:56:08 +00:00
..
db Changing resource->alltext to medium. MDL-6872 2007-01-20 19:32:02 +00:00
type MDL-8323 Add proper setup of course $CFG variables, fix use of global $COURSE 2007-01-27 19:56:08 +00:00
backuplib.php fixed recursive backing up of backup folder when resource diretory reference is course files root - MDL-6280 ; merged from MOODLE_16_STABLE 2006-09-16 18:15:40 +00:00
config.html Now all the modules global config pages are valid XML. Related to MDL-7861 2007-01-13 20:13:58 +00:00
fetch.php new function get_coursemodule_from_id() is now used for obtaining of valid $cm from coursemodule id SC#283 2006-08-08 22:09:55 +00:00
filter.php MDL-8050 1.2 Remove all target="_top" - refactoring of previous commit 2007-01-04 18:23:55 +00:00
icon.gif ***NOTE NOTE NOTE ********************************************************** 2002-10-17 14:03:59 +00:00
index.php MDL-8262 fixed require_course_login and $COURSE logic 2007-01-22 18:49:42 +00:00
lib.php MDL-8262 fixed require_course_login and $COURSE logic 2007-01-22 18:49:42 +00:00
mod.html Fixed lots of bodgy little things 2004-07-28 06:56:59 +00:00
mod_form.php changed name of moodleform_mod method 'defaults_preprocessing' to 'data_preprocessing' in line with change of set_defaults name to set_data. 2007-01-16 15:36:33 +00:00
restorelib.php FIxed to use the new debugging function 2006-09-18 09:13:04 +00:00
version.php Changing resource->alltext to medium. MDL-6872 2007-01-20 19:32:02 +00:00
view.php added missing $course 2007-01-27 19:14:23 +00:00