moodle/user
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
..
default
profile MDL-8096 - some more fixes and minor refactoring in custom profile fields 2007-01-26 13:49:32 +00:00
action_redir.php Bug #5163 - user/action_redir.php should print properly formatted error 2006-04-13 08:48:51 +00:00
edit.php MDL-8323 Add proper setup of course $CFG variables, fix use of global $COURSE 2007-01-27 19:56:08 +00:00
edit_form.php MDL-8096 user edit form - some more refactoring and fixes 2007-01-26 18:42:47 +00:00
editadvanced.php MDL-8323 Add proper setup of course $CFG variables, fix use of global $COURSE 2007-01-27 19:56:08 +00:00
editadvanced_form.php MDL-8096 user edit form - some more refactoring and fixes 2007-01-26 18:42:47 +00:00
editlib.php MDL-8277 userid field now PARAM_CLEAN 2007-01-26 20:20:27 +00:00
extendenrol.php MDL-8062 1.3 Remove name attribute from <form> and fix focus everywhere - more changes ahead 2007-01-04 21:32:36 +00:00
index.php MDL-7861 new class .icon and .iconsmall 2007-01-08 09:14:05 +00:00
message.html MDL-8062 1.3 Remove name attribute from <form> and fix focus everywhere - more changes ahead 2007-01-04 21:32:36 +00:00
messageselect.php MDL-7861 xhtml transient fixes for not closed input fields - I hope all of them except imported libs are now fixed 2007-01-08 19:34:16 +00:00
pix.php MDL-8319 avatar image is now deleted from disk, user/pix.php redirects to default picture if user picture not present(===deleted) 2007-01-26 20:15:54 +00:00
pixgroup.php debugging and error reporting level fixes and improvements MDL-6671 2006-09-23 09:38:39 +00:00
policy.php replace all uses of isset($USER->id) with empty() to allow proper operation of $CFG->notloggedinroleid hack 2006-09-02 11:44:04 +00:00
tabs.php MDL-8096 - user edit form splitting, refactoring, cleanup and fixing - work in progress ;-) 2007-01-25 00:04:02 +00:00
view.php FIxed extra debugging info 2007-01-23 02:14:29 +00:00