Commit Graph

104 Commits

Author SHA1 Message Date
Petr Skoda 4bcc51185c MDL-21217, MDL-21198 simplified/improved outputlib help icon related apis + several fixed regresions 2009-12-30 15:19:55 +00:00
Petr Skoda d6bb2d2f22 MDL-20962 fixed forced new passowrd logic 2009-11-25 17:05:54 +00:00
Sam Hemelryk 8bdc9cacad files MDL-20601 Conversion of many of the uses of print_textarea, and the mforms htmleditor to the new editor
Please forgive me if I have missed converting any output statements. If you do find an output statement that is not formatting correctly please refere to the table I added to this bug in regards to how it should be formatted.
2009-11-04 06:14:06 +00:00
Petr Skoda 20207b827a MDL-20700 coding style cleanup - cvs keywords removed, closign php tag removed, trailing whitespace cleanup 2009-11-01 10:57:00 +00:00
samhemelryk 9e492db050 admin MDL-19787 Upgrade deprecated function calls 2009-09-30 06:32:25 +00:00
nicolasconnault 8fbce1c8c8 MDL-19878 Upgraded calls to helpbutton, print_simple_box* and notify 2009-08-18 04:28:40 +00:00
nicolasconnault 20486a5a21 MDL-19787 Converted print_box* to $OUTPUT->box* 2009-08-10 04:53:22 +00:00
nicolasconnault 73d6f52f6a MDL-19787 Converted all print_footer() calls 2009-08-06 14:12:46 +00:00
nicolasconnault 2fff8846f2 MDL-19787 Migrated calls to print_heading 2009-08-06 08:17:12 +00:00
tjhunt ebff477995 MDL-19882 Add missing require_login-s before require_capability. 2009-07-20 08:57:18 +00:00
nicolasconnault 6dbcaceef1 MDL-19418 Replaced ereg* by preg* 2009-06-22 01:22:37 +00:00
skodak 17da2e6f28 MDL-16438 centralise information about plugins to avoid duplication, includes local customisation conversion to standard plugin structure + fixes for some recent regressions; see tracker for more details and links to docs and forums discussions 2009-06-19 14:25:56 +00:00
jerome 2a274f2a93 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
jerome 9c000a991f web service MDL-12886 if the groupid doesn't exist, groups_remove_member and groups_add_member return now exception (not a boolean as before) 2009-03-09 04:49:50 +00:00
arborrow b4bd91ceb1 fixed trivial typo in comment; merged from 19STABLE 2008-10-18 04:19:46 +00:00
scyrma feecd4d6a5 MDL-14092: forcing imported users with a weak password to change it on first login. (merge from 1.9) 2008-09-26 09:13:24 +00:00
dongsheng bd8ee7c1c4 "MDL-14129, fix print_error" 2008-06-15 12:02:43 +00:00
skodak 294ce9870f MDL-15189 magic quotes finally removed 2008-06-09 16:53:30 +00:00
skodak 5d910388bb MDL-14679 towards /user conversion 2008-05-30 22:11:31 +00:00
skodak 1d8bf5f0ab MDL-14679 towards /admin conversion 2008-05-30 21:36:57 +00:00
skodak 35987665f4 MDL-14617 removed some legacy group code 2008-05-01 22:30:28 +00:00
dongsheng c79106c4b5 MDL-14053, include custom profile fields when export user info, see tracker, merged from MOODLE_19_STABLE 2008-04-23 02:07:11 +00:00
dongsheng 8e9d88f2f6 MDL-14129, creating error string 2008-04-10 03:44:09 +00:00
dongsheng 5a2a53316f MDL-14129, remove all the other error() call 2008-04-04 02:54:20 +00:00
moodler b225cf3663 Merged MDL-13152 from 1.9 2008-02-14 03:15:03 +00:00
poltawski f58e6d26f2 MDL-13226 - allow user digest settings to be set with bulk user actions
merged from MOODLE_19_STABLE
2008-01-29 16:22:02 +00:00
ikawhero 6a4680be3b Changes to help file for new enrolperiod field. 2008-01-21 06:14:26 +00:00
ikawhero 2686b6c34c Added enrolperiod field. 2008-01-21 06:09:58 +00:00
poltawski 1eeaed292b MDL-13003 - dont icq key array twice
merged from MOODLE_19_STABLE
2008-01-16 15:07:00 +00:00
skodak a5feb17622 MDL-12598 use user context instead of personal; merged from MOODLE_19_STABLE 2007-12-19 17:06:47 +00:00
skodak cd1edf9e8a MDL-12101 cleanup/fixing/refactoring of user bulk operation and admin user browsing 2007-11-13 08:43:20 +00:00
skodak 2304f62967 MDL-11399 make sure user context exists 2007-11-05 09:50:40 +00:00
skodak 0c4807abba MDL-11079 detect/prevent email duplicates when uploading users 2007-11-05 09:36:46 +00:00
skodak e4e38544f8 MDL-11996 bulk user upload - improvements, bugfixes and cleanup;
new csv import library included ;-)
2007-11-05 00:43:37 +00:00
skodak df7ecfe486 MDL-11996 bulk user upload - improvements, fixes and cleanup - part2 2007-11-02 08:41:05 +00:00
skodak ed22a01b32 MDL-11996 bulk user upload - improvements, fixes and cleanup - part1 2007-11-01 19:37:25 +00:00
moodler 1c0ccfd6bd Fixed notice when using textlib 2007-09-10 07:02:52 +00:00
toyomoyo d526725b8d MDL-10181, help files should not be modified, a new file has been created 2007-08-27 07:24:35 +00:00
toyomoyo a7db355af1 MDL-10181, user management improvement fixes and new features 2007-08-22 06:17:11 +00:00
toyomoyo 066bfbfe77 MDL-10181, user management improvements, adding improvements to bulk user upload (with minor bugs) and other changes 2007-08-20 08:51:35 +00:00
skodak 778918fd71 MDL-10383 - some more refactoring/cleanup, enablegroupings experimental admin setting, tabs in groups UI 2007-08-16 21:14:03 +00:00
skodak 5bf243d131 MDL-10383 - groups/groupings refactoring nearly finished ;-) 2007-08-16 11:06:48 +00:00
poltawski 47f6428969 MDL-7835 - add emailstop to user upload 2007-07-22 21:56:04 +00:00
poltawski 0a5dffccd7 MDL-9627 - moving uploaduser to formslib 2007-05-02 09:33:56 +00:00
skodak 1ae083e424 MDL-9647 simplify dealing with headers/footers in admin sections 2007-04-30 17:08:34 +00:00
cataluke 1a82ce5dab admin/uploaduser.php: Fixed not enrolling user into course if user already exists
Author: Patrick Li <patrick@catalyst.net.nz>
Committer: Luke Hudson <luke@catalyst.net.nz>
2007-04-18 02:43:16 +00:00
skodak f01f183d31 MDL-9324 group assignment does not work in uploaduser script; merged from MOODLE_18_STABLE 2007-04-12 21:30:31 +00:00
skodak 77b4d4be49 MDL-9075 utf-8 bom is now stripped from uploaded users cvs file; merged from MOODLE_18_STABLE 2007-04-10 15:32:37 +00:00
nfreear 34d4b268c7 Fix for bug MDL-8708 "Debug, multiple warnings in admin/uploaduser.php and user.php" 2007-03-01 12:08:38 +00:00
skodak 8891e81c92 MDL-8469 - 192M is much nicer than 196M 2007-02-14 20:58:31 +00:00