donal72
32d651c853
Test for empty dataset to suppress a warning
2007-11-01 06:11:08 +00:00
donal72
b263e3b721
MDL-11040: get_complete_user_data doesn't get the complete user data. Replace with get_record to bring over the user's description.
2007-10-16 08:51:57 +00:00
nicolasconnault
56a1a88228
MDL-8605 New user directories implemented
2007-10-11 09:01:29 +00:00
skodak
03cedd6283
MDL-11432 eliminated majority of RecordCount uses, added several missing rs_close() - this should help improve perf on some platforms - Eloy says ;-)
2007-10-10 12:19:27 +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
skodak
e5245c73a5
MDL-11448 FirstClass Authentication does not hold settings and has cosmetic and info leakage issues, patch by Dan Trockman
2007-10-07 14:08:37 +00:00
exe-cutor
1432ac143d
Adapted README due to attribute requirement change
2007-10-03 12:36:48 +00:00
iarenaza
bb4e530b93
MDL-11299 - Make objectClass string comparison case insensitive.
...
LDAP serves accept attribute names in a case insensitive way, so don't
force the users to use any particular spelling.
2007-09-17 21:30:20 +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
f6c80923bf
MDL-10921 LDAP Auth to Active Directory requires LDAP_OPT_REFERRALS option set
2007-08-29 20:42:41 +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
ikawhero
831d450e3f
Adding custom profile fields to the signup page.
...
The only two authentication plugins this affects are email and ldap.
2007-08-20 08:30:34 +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
stronk7
6817efbc2f
Added Id tag
2007-08-06 22:16:36 +00:00
donal72
2f33c23492
MDL-9288 : An additional addslashes() that was in Petr's patch but didn't get committed. Tested and required.
2007-08-03 11:16:22 +00:00
poltawski
c31f631baa
MDL-9742 - converting tabs to spaces
2007-07-23 15:38:31 +00:00
jgutierr25
6dfddff7ce
*** empty log message ***
2007-07-23 11:37:21 +00:00
poltawski
63b1cf1fe2
MDL-10343 - abort early when can't create temporary tables when syning users
...
from LDAP
2007-07-22 21:33:31 +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
mjollnir_
2520258128
Merged Donal's changes to MNET to allow moodle to also network with mahara.
...
changelog follows
[MNET-manual] added version.php, install.xml and upgrade.php patches
Route remote users back to their home server without going through jump.php and land.php
Display app-specific strings in the user view
Display the application icon in the Remote Host block
Hide the 'logs' tab if the application under review is not Moodle
Hide the 'logs' tab if the application under review is not Moodle
Update user record to note that picture == 1 once a picture has been
transferred.
Change 2 to uri - is this fluid?
Add application paramter to bootstrap function
Find the application
Workaround for PHP5.2.2 bug: http://bugs.php.net/bug.php?id=41293
$HTTP_RAW_POST_DATA was not being populated
Ensure we get an application for our Peer
Update the URI to use for MNET
The default 'wantsurl' should be empty
Use the appropriate 'land' url for the remote application
Add hidden form elements for 'application'
Add awareness of new Application concept
Add awareness of new Application concept
Add awareness of new Application concept
Add awareness of new Application concept
Add awareness of new Application concept
Add awareness of new Application concept
Add awareness of new Application concept
2007-07-14 03:00:12 +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
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
skodak
e5d31b2f1b
MDL-10355 fixed typo
2007-07-05 20:39:41 +00:00
skodak
9347082d10
MDL-10309 Broken password expiration support for LDAP user types rfc2307 and rfc2307bis, patch by Iñaki Arenaza; merged from MOODLE_18_STABLE
2007-07-01 15:42:36 +00:00
jgutierr25
74c9f514ab
pb case sensitive when get ldap attribute
2007-06-28 09:35:32 +00:00
skodak
4225d4ba3a
MDL-10068 "Lost Password" button does not work for ldap auth
2007-06-10 19:26:12 +00:00
skodak
7a4025d0b6
MDL-10061 LDAP user creation broken for Novell eDirectory since 1.8; patch by Iñaki Arenaza
2007-06-09 15:33:22 +00:00
jgutierr25
209596cb6a
automatic authentication when direct access from another CAS application and multiauth
2007-06-05 08:35:57 +00:00
skodak
bffe39c6d5
MDL-4687 Password expiration support for AD (with patch) - patch by Iñaki Arenaza, thanks!
2007-05-30 08:54:52 +00:00
skodak
66fc70dd2e
MDL-9954 LDAP auth settings form problem with 'Member Attribute' and 'Member Attribute uses dn'; patch by Iñaki Arenaza - thanks!
2007-05-30 08:49:19 +00:00
skodak
81fb221d31
MDL-9626 Enable user signup with Active Directory (via LDAP); patch by Iñaki Arenaza - thanks!
2007-05-30 08:47:00 +00:00
skodak
4db13f9465
MDL-9880 Remove user_activate() method from public API because it was used only from user_confirm() in LDAP, other plugins use only user_confirm()
...
MDL-9575 fix email signup in ldap auth mod
2007-05-21 20:33:42 +00:00
skodak
2cef74f91f
MDL-9861 Password expiration value is calculated wrong when ldap_expirationtime2unix() returns 0 - patch by Iñaki Arenaza; merged from MOODLE_18_STABLE
2007-05-21 20:08:45 +00:00
jgutierr25
c8afa50ba5
*** empty log message ***
2007-05-21 07:11:12 +00:00
moodler
d0e84e1be0
Added Iñaki's patch from MDL-7233 for 1.9 - thanks!
2007-05-21 05:23:00 +00:00
exe-cutor
1531d1efef
Merging fixes from 1.8 stable
2007-05-15 08:49:54 +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
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
jgutierr25
0c121d998a
patch for bug when you connect from authentication block on main page
2007-05-04 08:06:40 +00:00
donal72
1bc6c1ed37
MDL-9288 - use addslashes to avoid injection attacks on data imported vi mnet
2007-04-29 14:09:27 +00:00
skodak
ab6ff8a4b5
MDL-9491 fixed problem with broken change/reset password in db auth when using internal passwords
2007-04-22 21:40:28 +00:00
stronk7
d972bfd01a
Add one missing return causing db(internal) pass change not to work.
...
Partially, MDL-9491
Merged from MOODLE_18_STABLE
2007-04-22 14:19:43 +00:00
nicolasconnault
77a297d274
Fixed many xhtml errors
2007-04-20 07:54:42 +00:00