9399 Commits

Author SHA1 Message Date
moodler
c6d234a0ed Turning off "usexml" for forum/mod/view.php 2004-09-23 11:51:14 +00:00
moodler
39cac7b6c0 Merged fixes from STABLE that allow creator to restore to any course 2004-09-23 11:34:47 +00:00
moodler
09e8a2f8e8 Changes for XHTML and accessibility compliance 2004-09-23 11:01:22 +00:00
mits
e7bcc5b28b Polished. 2004-09-23 10:29:34 +00:00
moodler
23e021e13f Merge ratings fix for PHP5 from stable 2004-09-23 07:50:05 +00:00
moodler
c7fe5c6fdc Merged new functions for get_courses and get_courses_page from STABLE 2004-09-23 07:46:41 +00:00
moodler
f60e7cfe12 Don't strip backslahes from highlighted text 2004-09-23 07:41:37 +00:00
moodler
fe51520688 Installer now checks that MySQL extension is present - see bug 1982 2004-09-23 05:40:53 +00:00
dhawes
8c3dba735b Added more phpdoc comments 2004-09-23 05:10:21 +00:00
dhawes
d48b00b40e Added some more skeleton phpdoc comments and fixed a few more quote conversion issues 2004-09-23 04:36:43 +00:00
moodler
6eb3e776fc Bugfixes for my recent checkin 2004-09-23 04:15:19 +00:00
moodler
a3f1f815a9 OK, finished the fixes I wanted to add to the recent LDAP changes
for user field locking and forcing of password changing

  - Locked user fields always apply (for any authentication method).
    Currently these can only be defined in the LDAP auth screen
    but later these can be brought out as part of the generic
    interface for defining user fields and their behaviour.

  - Fields are now locked using Javascript and will work for any
    user fields that exist (list is not hard coded anymore).

  - Admins can always edit locked fields.

  - Admins can always force a password change.  The checkbox reflects
    the current status of this, and the admin can UNSET the checkbox
    if they want.  It is no longer necessary for the admin to change
    the old password for this to take effect, either.
2004-09-23 03:56:53 +00:00
moodler
e290e48690 Fixed string for user images 2004-09-23 03:17:25 +00:00
moodler
ae01b52a70 One line I changed 2004-09-23 02:59:12 +00:00
dhawes
7cf1c7bd2b Additional phpdoc comments and fixes for bugs 1981 and 1984 2004-09-23 02:48:41 +00:00
mits
a881d3c5fb Polished. 2004-09-23 00:27:14 +00:00
mits
8ffa0ab67b Polished. 2004-09-23 00:17:49 +00:00
mjollnir_
69a9b3d1bb Fixed handlevirus.php so that files resolve better to users.
These patches are maintained in an publicly accessible Arch repository, see: http://lists.eduforge.org/cgi-bin/archzoom.cgi/arch-eduforge@catalyst.net.nz--2004-MIRROR/moodle--eduforge--1.3.3

Index of arch patches in this commit:

arch-eduforge@catalyst.net.nz--2004/moodle--eduforge--1.3.3--patch-93
    2004-09-22 22:46:10 GMT
    Penny Leach <penny@catalyst.net.nz>
    fix for resolving filenames in handlevirus

Full logs:

Revision: moodle--eduforge--1.3.3--patch-93
Archive: arch-eduforge@catalyst.net.nz--2004
Creator: Penny Leach <penny@catalyst.net.nz>
Date: Thu Sep 23 10:46:10 NZST 2004
Standard-date: 2004-09-22 22:46:10 GMT
Modified-files: admin/handlevirus.php
New-patches: arch-eduforge@catalyst.net.nz--2004/moodle--eduforge--1.3.3--patch-93
Summary: fix for resolving filenames in handlevirus
Keywords:
2004-09-22 23:20:41 +00:00
mits
d89c761092 Polished. 2004-09-22 21:14:40 +00:00
mits
25eb60a91c New translated file added. 2004-09-22 19:21:11 +00:00
michaelpenne
909e6c79d8 Fixed a bug regarding cluster jumps. Before, if end of cluster's jump was next page, it would throw an error. 2004-09-22 19:14:51 +00:00
mits
28a64f953b Polished 2004-09-22 19:09:20 +00:00
mits
60ee449679 Polished. 2004-09-22 19:02:38 +00:00
paca70
8dad1541a2 Added utf8_decode when reading info from ldap.
Thanks to stronk7 pointing this out.
2004-09-22 18:50:03 +00:00
koenr
78ae2f1b79 language settings 2004-09-22 18:07:26 +00:00
koenr
f8d450fcf8 typo 2004-09-22 18:06:51 +00:00
mits
6549f523f1 Polished. 2004-09-22 17:44:10 +00:00
dhawes
d4419d55a2 Conversion of double quoted string to single quoted literals. Also added some extra spacing around concatenated strings for easier reading. 2004-09-22 16:15:23 +00:00
mits
da52cde6f6 Polished. 2004-09-22 14:59:30 +00:00
mits
96ae8f6d2f translated some. 2004-09-22 14:50:14 +00:00
dhawes
b0ccd3fb32 Conversion of double quoted string to single quoted literals. Also added some extra spacing around concatenated strings for easier reading. 2004-09-22 14:39:15 +00:00
koenr
fe2df55677 typo 2004-09-22 13:47:38 +00:00
paca70
026e8973a9 Fixed missed variable name 2004-09-22 11:33:41 +00:00
paca70
8bf59996b5 escaped two "'s 2004-09-22 11:23:42 +00:00
paca70
a6698a1387 Added more commentts about user cretion. 2004-09-22 11:07:45 +00:00
paca70
d43ced93fc Use only atrributes marked as "updateremote" when creating new ldap-users. 2004-09-22 11:06:42 +00:00
paca70
0b543a6508 Added support for multiiple ldap-servers.
When first server(s) are down there delay before connecting secondary servers.
	So you system feels slow if first server is down, but Moodle still authenticates to sedondary servers.

Other major change:
auth_ldap_bind fuction is removed.
	due phps ldap_connect() limitations auth_ldap_connect() does now also ldap_bind()
	to see if server is up.
2004-09-22 09:41:20 +00:00
paca70
8c9c0e8588 Cleaned config.html
Added configuration for expired passwords.
2004-09-22 08:28:56 +00:00
mits
c84c8d7a7b Polished. 2004-09-21 22:20:38 +00:00
michaelpenne
1663b64f1e changed the order of db updates. now the order is old to new. 2004-09-21 22:16:46 +00:00
michaelpenne
7143a2841e added an include for lib.php
changed the display of page titles
changed matching such that if two matching items match to the same answer, that answer only apprears once in the drop down menu.
Changed how the grade essay question link apprears.  Only appears if there is an essay to grade.
2004-09-21 22:15:30 +00:00
michaelpenne
3de88244c4 added option to delete a users attempt records. Sends an email if delete was seccessful or not. 2004-09-21 22:13:08 +00:00
michaelpenne
1535c81ba3 added code to handle deleting of user attempts 2004-09-21 22:12:04 +00:00
michaelpenne
d19d9ef16d Fixed some problems with matching 2004-09-21 22:11:00 +00:00
mits
2d766f6c00 Polished and translated file added. 2004-09-21 21:49:25 +00:00
michaelpenne
7471d889aa New help file. Blank though :( 2004-09-21 19:50:10 +00:00
michaelpenne
0fe78d9481 Added a new lang definition 2004-09-21 19:48:39 +00:00
mits
3861c5bdd5 Polished. 2004-09-21 19:11:50 +00:00
mits
46d8457b52 Polished and translated files added. 2004-09-21 19:02:22 +00:00
paca70
0a307f230c Updates 2004-09-21 13:20:41 +00:00