nicolasconnault
119550a5b2
MDL-19788 Converted all print_footer() calls
2009-08-06 14:23:04 +00:00
nicolasconnault
6dbcaceef1
MDL-19418 Replaced ereg* by preg*
2009-06-22 01:22:37 +00:00
jerome
2b06294b9a
authentication MDL-19182 split auth.php lang file into multiple files separate for each plugin
2009-06-11 03:34:46 +00:00
tjhunt
ffdd703a99
MDL-18637 fix Moodle 1.9-style {$CFG->prefix}tablename in HEAD, and a few missing $DB->s.
...
I did not fix all the DB problems in search, there are too many there for me to be prepared to clean up other people's mess.
(For once, it was not me making this mistake ;-))
2009-03-23 05:19:53 +00:00
exe-cutor
ad9f023c64
MDL-18597 Merging from STABLE
2009-03-18 13:28:57 +00:00
exe-cutor
c49e414b79
Shibboleth authentication: Merging fix MDL-18538 and changes from MDL-18116
2009-03-12 15:11:39 +00:00
skodak
a8e299711c
MDL-18209 fixe short php tag - thanks Jeffrey Silverman
2009-02-15 19:24:57 +00:00
skodak
35d6a2a43d
MDL-17617 - installation session related improvements; logout fixes + other improvements
2009-01-17 20:25:58 +00:00
skodak
0ad6b20cb2
MDL-17754 session code refactoring; removing test cookie which will be replaced by wwwroot checks
2009-01-02 13:42:43 +00:00
dongsheng
60e40dda6c
"MDL-14129, remove the rest error() in moodle2"
2008-12-12 04:53:32 +00:00
skodak
84f06d9c72
MDL-17567 sibolleth: fixed code to use new DML syntax
2008-12-09 22:13:08 +00:00
exe-cutor
2f5237edea
Merged various fixes from 19 stable
2008-12-08 10:49:44 +00:00
exe-cutor
2db6ec1946
Merged Shibboleth logout support from 1.9 stable
2008-12-04 16:28:42 +00:00
iarenaza
5261baf11e
MDL-16061 Revert incorrect fix for "Remove 'username' from the $moodleattributes array"
...
Merged from MOODLE_18_STABLE.
The fix is wrong, as it breaks auth_db_sync_users.php and
auth_ldap_sync_users.php at least. No new users are added to Moodle, as the
username is missing from the new user info record.
The fix needs to go into update_user_record() in lib/moodlelib.php to make it
skip the 'username' key, as we really need get_userinfo() to return the
username as part of the user info array.
2008-08-25 22:44:45 +00:00
iarenaza
19ac43c7a6
MDL-16061 Remove 'username' from the $moodleattributes array.
...
It doesn't make sense at all (username is not part of the externally mapped
fields) and produces a notice that breaks HTTP headers with debugging enabled.
2008-08-15 11:22:57 +00:00
Francois Marier
6800d78e06
Drift between CVS and git
...
- large deletions
- lucene updates
- error() => print_error()
- NO_MOODLE_COOKIES define
- various other things
2008-06-25 17:31:23 +00:00
skodak
be544ec380
MDL-14679 towards authlib conversion
2008-05-30 20:54:19 +00:00
dongsheng
3db241b342
"MDL-14129, fix print_error"
2008-05-08 06:27:28 +00:00
dongsheng
957f6fc9d2
"MDL-14460, fix all the other get_context_instance, merged from MOODLE_19_STABLE"
2008-05-02 04:37:02 +00:00
dongsheng
e09ca64333
MDL-14314, use css style to close auto-wrap
2008-04-15 03:13:55 +00:00
dongsheng
4105cafff9
MDL-12531, make the new member value available to all the affected plugins, thanks, Robert
2008-04-08 05:53:12 +00:00
dongsheng
5a2a53316f
MDL-14129, remove all the other error() call
2008-04-04 02:54:20 +00:00
exe-cutor
2fc1fd5947
Merged typo corrections from STABLE
2008-02-01 13:40:06 +00:00
exe-cutor
eefd788bdc
Merged Shibboleth integrated WAYF service from 18_STABLE
2008-02-01 12:45:24 +00:00
exe-cutor
78117f38bc
Added integrated Shibboleth WAYF service on alternative login page
...
Updated README
2008-02-01 08:30:17 +00:00
martinlanghoff
cfab8f3946
MDL-9399 - auth/shibboleth: ensure we load enrolments
...
Most of this code should be replaced with complete_user_login() but it
does a few odd things, so we'll play it safe for now, specially since
I don't have a Shib setup to test...
2007-11-14 22:06:17 +00:00
exe-cutor
1432ac143d
Adapted README due to attribute requirement change
2007-10-03 12:36:48 +00:00
poltawski
c31f631baa
MDL-9742 - converting tabs to spaces
2007-07-23 15:38:31 +00:00
exe-cutor
73f1e3b28b
Merged changes from stable
2007-07-11 08:30:01 +00:00
exe-cutor
f309632a05
Merged changes from stable version
2007-07-11 08:04:12 +00:00
exe-cutor
1531d1efef
Merging fixes from 1.8 stable
2007-05-15 08:49:54 +00:00
poltawski
a044c05ddb
MDL-9742 - changed tabs to spaces in a few places where there are one
...
or two
2007-05-08 15:07:25 +00:00
nicolasconnault
77a297d274
Fixed many xhtml errors
2007-04-20 07:54:42 +00:00
exe-cutor
a155f3784d
Merged username login form bug fix from stable
2007-04-02 14:13:59 +00:00
skodak
f5fd4347dd
MDL-8973 auth hooks final cleanup; merged from MOODLE_18_STABLE
2007-03-28 08:28:02 +00:00
skodak
6bc1e5d577
(MDL-8973) Fix OOP model of new multi auth plugins + some other auth related fixes, fixed change_password, ldap updates, etc.; TODO: fix docs
2007-03-22 12:27:52 +00:00
stronk7
e8858fb1cb
XHTML compliance...
...
Merged from MOODLE_18_STABLE
2007-03-19 16:39:00 +00:00
exe-cutor
3ea28768af
Merging authentication changes back to head
2007-03-09 13:20:55 +00:00
skodak
430759a5fe
MDL-8590 auth cleanup - part 6
2007-02-21 21:42:10 +00:00
skodak
139ebfdb3b
MDL-8590 auth cleanup - part 1
2007-02-20 17:03:36 +00:00
donal72
8dc3de1629
Auth: Replace hardcoded strings: MDL-8069
2007-01-11 01:41:44 +00:00
skodak
7150226896
MDL-7861 xhtml strict fixes - fixed all <br> in our code
2007-01-04 23:38:17 +00:00
martinlanghoff
b9ddb2d5ea
multiauth: migrated all files to the new OO API, written new API documentation
...
Author: Martin Langhoff <martin@catalyst.net.nz>
2007-01-04 04:52:42 +00:00
exe-cutor
574551d9c8
Merged user capabilities fix for 1.7
2006-11-13 11:54:07 +00:00
skodak
810944af7f
we are going 100% unicode now - removed use of $CFG->unicodedb and current_charset(); MDL-7439 - part 2, only hotpot and wiki left
2006-11-11 17:23:20 +00:00
skodak
32625a72f4
merged fixes from MOODLE_16_STABLE
2006-06-04 20:57:35 +00:00
skodak
115938af04
fixed whitespace and merged whitespace fixes from MOODLE_16_STABLE
2006-06-02 16:46:39 +00:00
skodak
14dfa05958
merged whitespace fix from MOODLE_16_STABLE
2006-06-02 16:42:40 +00:00
exe-cutor
1b8991fd9c
Fixed an inconsistent link in the instructions textfield
2006-05-15 12:08:06 +00:00
exe-cutor
14d62a551a
Added function get_first_string to better handle multi-valued attributes
2006-05-15 06:55:08 +00:00