Petr Skoda
4454447d56
MDL-20700 whitespace terror returns
2009-12-16 22:14:17 +00:00
Petr Skoda
bdebf74c76
MDL-20948 proper removal of cached pasword hashes just in case upgrading from <1.9.7
2009-11-24 14:31:34 +00:00
Petr Skoda
9d0de271a5
MDL-20948 proper removal of cached pasword hashes just in case upgrading from <1.9.7
2009-11-24 14:26:22 +00:00
Petr Skoda
edb5da8331
MDL-20934 'not cached' flag used in all auth plugins that do not need the password
2009-11-23 21:50:40 +00:00
Petr Skoda
d5a8d9aa71
MDL-20625 new delegated transaction support in DML
2009-11-07 08:52:56 +00:00
Petr Skoda
5117d59899
MDL-20700 coding style cleanup - cvs keywords removed, closign php tag removed, trailing whitespace cleanup
2009-11-01 11:55:14 +00:00
samhemelryk
cfc5b79b86
auth MDL-19788 Upgraded print_header and build_navigation calls to use PAGE and OUTPUT equivilants
2009-09-03 05:40:41 +00:00
skodak
ebdd9fed4b
MDL-20169 fixed coding style, parameter type required
2009-08-27 08:49:54 +00:00
nicolasconnault
7f383c5676
MDL-19788 Upgraded calls to link_to_popup_window()
2009-08-20 13:14:05 +00:00
nicolasconnault
db636fd5cd
MDL-19788 Upgraded calls to helpbutton, print_simple_box* and notify
2009-08-18 04:28:58 +00:00
nicolasconnault
977e5edbd9
MDL-19788 Upgraded calls to choose_from_menu
2009-08-17 15:15:42 +00:00
nicolasconnault
119550a5b2
MDL-19788 Converted all print_footer() calls
2009-08-06 14:23:04 +00:00
iarenaza
afacbf004a
CAS authentication: MDL-19671 phpCAS::getUser can return a mixed-case username, so lower-case it for comparison.
...
Merged from MOODLE_18_STABLE
2009-06-30 23:33:11 +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
skodak
3db835d1ae
MDL-18744 cas fix, credit goes to Thibault Le Meur
2009-05-08 07:54:24 +00:00
tjhunt
93d4a373f9
blocklib: MDL-19010 always include blocklib in setup.php, stip includes elsewhere
2009-05-06 09:13:16 +00:00
stronk7
2a88f626f7
MDL-18577 drop enums support - step2: enums out from editor, dbmanager and all upgrade scripts.
2009-05-01 01:19:16 +00:00
mudrd8mz
081a9b0dad
MDL-18644 Bugs found by syntax checker, merged from MOODLE_19_STABLE
2009-03-23 09:53:02 +00:00
iarenaza
eee34307b9
Cache LDAP connections: MDL-18130 Properly handle open LDAP connections.
...
Both CAS and LDAP auth plugins open new connections to the LDAP server
to get the user account details. While this is the desired behaviour
for regular logins (we probably don't have an already open connection
to the LDAP server), this is a ressource hog when we are doing user
synchronization, as the closed connections remain in the TCP_WAIT
state for a while before the server can reuse them. If we are syncing
a lot of users, we can make the server run out of available TCP
ressources.
So we cache the connection the first time we establish it and return
the same connection handle everytime, unless we've closed all the
'open' connections, or the auth object is destroyed.
In addition to that, there were a few missing calls to ldap_close().
2009-02-15 15:03:33 +00:00
moodler
49f5ec4cfd
auth/cas MDL-17121 Upgraded to latest version which is LGPL
2008-11-07 02:01:10 +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
df884cd852
MDL-15098 dml auth conversion
2008-06-07 15:41:25 +00:00
skodak
185721a498
MDL-14679 towards /admin/auth conversion
2008-05-31 13:57:49 +00:00
skodak
be544ec380
MDL-14679 towards authlib conversion
2008-05-30 20:54:19 +00:00
skodak
f33e1ed4ae
MDL-14679 ok, here is the big patch with new dmllib and ddlib API, some code is already converted, XML db editor works; see tracker for details of regressions and TODOs
2008-05-15 21:40:00 +00:00
skodak
59669b63f0
MDL-14543 fixed broken deleting from auth sync - credit goes to Juris Treibahs ; merged from MOODLE_19_STABLE
2008-04-25 13:22:02 +00:00
skodak
864dad5795
MDL-13401 fixed REQUEST_URI test; merged from MOODLE_19_STABLE
2008-04-25 12:24:16 +00:00
dongsheng
16db5bab9c
MDL-14312, remove align attribute in table tag, merged from MOODLE_19_STABLE
2008-04-16 02:31:38 +00:00
dongsheng
8beb1216a5
MDL-14311, fix minor html errors
2008-04-15 05:54:59 +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
6f87ef52b9
MDL-14055, change to human-readable strings from hard-coded integer, thanks for Matt's patch.
2008-03-26 01:35:04 +00:00
iarenaza
0baafc173a
Fix MDL-11632: Multiple files with emtpy lines outside PHP open/close tags
...
There are multiple issues with Moodle files containing empty or blank lines
(lines consisting of white spaces or tabs only) and/or white space before or
after the PHP open and close tags, notably with config.php and theme files.
2007-10-09 21:43:28 +00:00
jgutierr25
c39e721374
Pb with autologinguest
2007-09-11 07:54:55 +00:00
jgutierr25
5128f0b3fa
problem with autologinguest
2007-08-31 09:49:15 +00:00
skodak
90afcf3280
MDL-10260 added new user_delete() hook into auth plugins; refactored user delete code = new function delete_user() in moodlelib.php + improved cleanup in core tables when deleting user
2007-08-21 20:52:36 +00:00
nicolasconnault
e295df447f
MDL-10870 All files updated to new build_navigation() method.
2007-08-17 11:18:58 +00:00
moodler
0c5e6027d2
I merged all changes over from 1.8 to HEAD.
...
None of it looked too serious but I'VE NOT TESTED THIS AT ALL.
MDL-10366
2007-08-11 12:58:08 +00:00
jgutierr25
6dfddff7ce
*** empty log message ***
2007-07-23 11:37:21 +00:00
jgutierr25
df5b8b8895
test if auth cas activated and no parameters
2007-07-17 12:08:26 +00:00
jgutierr25
017f1a617d
*** empty log message ***
2007-07-17 11:46:19 +00:00
jgutierr25
f535ea21fd
*** empty log message ***
2007-07-09 08:49:47 +00:00
Martin Langhoff
a9b24e489b
cvsimport fixups - new files
2007-07-07 14:30:55 +12:00
Martin Langhoff
08103c9364
cvsimport fixups
2007-07-07 14:18:30 +12:00
jgutierr25
74c9f514ab
pb case sensitive when get ldap attribute
2007-06-28 09:35:32 +00:00
jgutierr25
209596cb6a
automatic authentication when direct access from another CAS application and multiauth
2007-06-05 08:35:57 +00:00
jgutierr25
c8afa50ba5
*** empty log message ***
2007-05-21 07:11:12 +00:00
skodak
e52f2d582e
MDL-9642 auth/CAS: Dependence on external PEAR DB; merged from MOODLE_18_STABLE
2007-05-10 12:30:14 +00:00
poltawski
e9e928b68d
MDL-9742 Converting tabs to spaces
2007-05-09 00:50:29 +00:00