Petr Skoda
370f10b7eb
MDL-22061 converting auths to pluginname and deprecating old method for getting auth names
...
AMOS START
MOV [auth_castitle,auth_cas],[pluginname,auth_cas]
MOV [auth_dbtitle,auth_db],[pluginname,auth_db]
MOV [auth_emailtitle,auth_email],[pluginname,auth_email]
MOV [auth_fctitle,auth_fc],[pluginname,auth_fc]
MOV [auth_imaptitle,auth_imap],[pluginname,auth_imap]
MOV [auth_ldaptitle,auth_ldap],[pluginname,auth_ldap]
MOV [auth_manualtitle,auth_manul],[pluginname,auth_manul]
MOV [auth_mnettitle,auth_mnet],[pluginname,auth_mnet]
MOV [auth_nntptitle,auth_nntp],[pluginname,auth_nntp]
MOV [auth_nologintitle,auth_nologin],[pluginname,auth_nologin]
MOV [auth_nonetitle,auth_none],[pluginname,auth_none]
MOV [auth_pamtitle,auth_pam],[pluginname,auth_pam]
MOV [auth_pop3title,auth_pop3],[pluginname,auth_pop3]
MOV [auth_radiustitle,auth_radius],[pluginname,auth_radius]
MOV [auth_shibbolethtitle,auth_shibboleth],[pluginname,auth_shibboleth]
MOV [auth_webservicetitle,auth_webservice],[pluginname,auth_webservice]
AMOS END
2010-04-11 21:31:36 +00:00
Petr Skoda
61ef8f9f88
MDL-20204 removing deprecated admin headers
2010-03-31 08:05:53 +00:00
Petr Skoda
4f0c2d0009
MDL-21655 big scary enrolment and roles improvements - see tacker for list of changes, includes other minor fixes too
2010-03-31 07:41:31 +00:00
David Mudrak
16be897441
MDL-21652 html_table rendering refactored
...
* class html_component does not exist any more
* class html_table rendered via html_writer::table()
* html_table, html_table_row and html_table_cell have public $attributes property to set their CSS classes
* dropped rotateheaders feature, should be added again after more research of possible ways (<svg> is not nice IMHO)
* dropped possibility to define CSS classes for table heading, body and footer - can be easily done and better done using just table class and context
2010-03-20 22:15:54 +00:00
Rossiani Wijaya
3fe2cfb505
MDL-16919 - add validation to upload user data according to the upload type.
2010-02-05 07:30:53 +00:00
Rossiani Wijaya
d3d393ab37
MDL-21226 - add 'timecreated' column to user table. During an update, the column will copy the value from 'firstaccess' column. if the account never been access, it will be set to current time of the update.
...
also, modified the files for signup, add new user, and upload user to initialize the value of timecreated field.
2010-02-03 04:25:20 +00:00
Rossiani Wijaya
07ed083e4e
MDL-16919 - Allow username to contain alphanumeric lowercase characters, underscore (_), hyphen (-), period (.) or at symbol (@)
2010-01-13 06:23:54 +00:00
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