Commit Graph

24767 Commits

Author SHA1 Message Date
mjollnir_ 92e754ebd2 Fixed firstname lastname to call to fullname function 2004-09-29 21:32:53 +00:00
dhawes 2f87145ba2 Further documented new *SECS contants where they are declared as well as in each function that uses them 2004-09-29 18:56:50 +00:00
moodler 037dcbb6a9 A first attempt at adding accessibility for the jump menus, by adding a
button after them when Javascript is not enabled.

Button is currently named "Jump".  Could be something else.
2004-09-29 14:00:35 +00:00
moodler 6159ce6582 Fixed typo from recent addition of all the DAYSECS etc ... 2004-09-29 09:12:55 +00:00
mjollnir_ ea09b04bbd Postgres bufix 2004-09-29 00:45:06 +00:00
dhawes da72d76d30 added '@access private' docblock tags to functions that should not be called directly 2004-09-28 16:40:26 +00:00
moodler 7ecd7c616d Merged parameter function from STABLE (and added phpdoc) 2004-09-28 15:41:36 +00:00
moodler 72b4e28353 Some changes for XHTML and accessibility compliance 2004-09-28 09:47:14 +00:00
moodler 8ef1e12f74 Merged fix for unclean oldname from renaming ... from stable. 2004-09-28 08:05:18 +00:00
paca70 7a5672c90c Replaced time related "magic numbers" with constants, what are hopefully
more easier to read.
2004-09-28 05:53:08 +00:00
dhawes 674fb525d2 fixed misplaced comments on CFG and USER globals 2004-09-28 02:51:56 +00:00
dhawes ca811dc55a comments for file, class and public methods converted to phpdoc style comments 2004-09-28 02:16:42 +00:00
moodler 366dfa6090 New config variable $CFG->tracksessionip will force Moodle to always
check that the user's IP number never changes
2004-09-27 14:35:37 +00:00
moodler ce791f885e Merged change from STABLE, to fix possible $auth variable problem 2004-09-27 12:52:25 +00:00
moodler 4037263a06 Fixed bug with quotes (finally?) 2004-09-27 09:32:59 +00:00
moodler 052fe105eb Fixing bad call to table_column ("after" field not needed) 2004-09-27 08:05:56 +00:00
paca70 d53748e6bf Ficed bug on " -> ' conversion 2004-09-27 05:15:21 +00:00
dhawes 88a7228ae2 Converted comments to phpdoc comments - file is in need of additional comments. I also took the opportunity to convert double quote strings to single quote literals. 2004-09-26 05:10:38 +00:00
dhawes 99c2531671 Converted comments to phpdoc style. Functions require additional documenting. 2004-09-26 04:57:07 +00:00
dhawes b68275d52a Converted comments to phpdoc style 2004-09-26 04:54:03 +00:00
dhawes a93ea924a0 Converted comments to phpdoc style comments 2004-09-26 04:49:39 +00:00
dhawes c9b5ebf583 Expanded phpdoc tags. Added file docblock tag, class property docblock tags and expanded some function docblocks. Also added some spacing and converted some double quotes to single quotes 2004-09-26 04:43:51 +00:00
dhawes dc6682d0ff Conversion of double quoted strings to single quoted literals 2004-09-26 04:31:56 +00:00
moodler d0d56205f4 Fixed some of Daryls typos 2004-09-26 02:10:38 +00:00
gustav_delius 7ecb19bba0 added explanation for format and visible fields in event table 2004-09-25 20:27:15 +00:00
stronk7 ca83aa54ed Updated xmilze to official new 1.0.1 version
(it's 'our' version with some comments).

Merged from MOODLE_14_STABLE
2004-09-25 16:22:25 +00:00
moodler 346d4eab7d New phpmailer 1.7.2 merged from STABLE 2004-09-25 16:02:38 +00:00
moodler e351205034 Merged SITEID check for require_login from stable 2004-09-25 15:23:10 +00:00
moodler f6f319f852 Merged fox for bug 1991 to head 2004-09-25 15:19:40 +00:00
dhawes da8759cb8f Phpdoc comments added to define moodle globals. Also converted double quote strings to single quote literals 2004-09-25 05:30:03 +00:00
dhawes 89dcb99da2 More phpdoc work 2004-09-25 05:29:21 +00:00
dhawes c6d15803f6 Additional phpdoc compatible comments added. 2004-09-25 01:29:37 +00:00
dhawes 9ea8fa21f5 Fixed double end comment tag and conversion of tabs to spaces - inspired by error in doudle end comment tag found by ottenhoff and noted in comment to bug 1981 2004-09-24 22:40:48 +00:00
dhawes fbc21ae8c9 More phpdoc comments added and updated. Also a few double quote string to single quote literal changes. 2004-09-24 21:28:22 +00:00
gustav_delius e82cd4489c fixed missing <br> reported by Ray 2004-09-24 18:49:13 +00:00
moodler 87d32352a9 Some changes for XHTML and accessibility compliance 2004-09-23 12:09:19 +00:00
moodler 09e8a2f8e8 Changes for XHTML and accessibility compliance 2004-09-23 11:01:22 +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
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
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
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
gustav_delius 8f0cd6ef0f Resolved problems with previous replacement of
& to &amp; and fixed redirect() to entity encode the
inut where needed.
Julian Sedding
2004-09-21 11:41:58 +00:00
paca70 4586d60c69 To fix problems with auth_forcepasswordchange 2004-09-21 06:32:36 +00:00