From 2f0c25fc755a0682404287d563993eb2cfd1b76b Mon Sep 17 00:00:00 2001 From: moodler Date: Sun, 24 Nov 2002 15:44:59 +0000 Subject: [PATCH] More tweaks --- doc/release.html | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/doc/release.html b/doc/release.html index aaab31d7e3c..e219a520241 100644 --- a/doc/release.html +++ b/doc/release.html @@ -30,12 +30,12 @@
Students can now resubmit assignments after grading if the teacher allows it

Contributed code -
Standalone user contributed code is now distributed under the /contrib directory. This directory +
Standalone user-contributed code is now distributed under the /contrib directory. This directory could get quite large, and the quality/security of it has usually not been checked by me, and so this code is not included in the standard releases and nightlies. However, people - who are interested in it can access it via CVS (or see CVS web view). As it becomes polished or demand grows then I'll - integrate features in the main distribution.

- The first contributor is Holger Schadeck, who has written some interesting code + who are interested in it can access it via CVS (or see CVS web view). As these new features become polished or if demand grows for them, + then I'll integrate them into the main Moodle distribution.

+ The first contributor is Holger Schadeck (compuproggy), who has written some interesting code to help with translating all the Moodle help files. Check it out!

Bug fixes @@ -55,7 +55,7 @@
  • Unenrol and change password buttons are hidden for guest student
  • Fixed occasional case where submitted assignments were sometimes having their owner changed.
  • User log graphs are now faster, cleaner and translatable. -
  • Fixed HTML display errors with courses on front page. +
  • Fixed HTML display errors with courses in category boxes on front page.
  • Admin and guest accounts now always work, even with external authentication activated.
  • Slightly more security when writing/reading files (now checks for embedded scripting).
  • The same user can now be deleted more than once (create, delete, recreate, delete caused error).