From: martin Date: Wed, 11 Sep 2002 05:11:13 +0000 (+0000) Subject: CHANGES UP TO 1.0.4 (really, I mean it this time :-) ) X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=91d5dbf3ebc182a3751efc0407e3ab52a8a5e150;p=moodle.git CHANGES UP TO 1.0.4 (really, I mean it this time :-) ) --- diff --git a/CHANGES b/CHANGES index 3f8a235025..99034bf966 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,37 @@ +2002-09-11 Wednesday 10:26 martin + + * course/lib.php: + + Include guest user in list of users + +2002-09-10 Tuesday 21:47 martin + + * index.php, course/lib.php, lang/en/moodle.php: + + Changes to course display on front page when there is more than one + category + +2002-09-10 Tuesday 21:24 martin + + * login/signup.php: + + Removed some debugging stuff + +2002-09-10 Tuesday 20:54 martin + + * version.php, lib/db/mysql.sql, login/confirm.php, + login/signup.php: + + More security for email confirmation process ... a 15-character + random "secret" key is stored the user record on account creation, + sent via email and checked again during confirmation. + +2002-09-10 Tuesday 11:44 martin + + * CHANGES: + + CHANGES UP TO 1.0.4 + 2002-09-10 Tuesday 10:13 martin * mod/forum/: version.php, db/mysql.sql: