Skip to content

Commit

Permalink
More details
Browse files Browse the repository at this point in the history
  • Loading branch information
moodler committed Nov 24, 2002
1 parent 9ae472a commit 56b2175
Showing 1 changed file with 24 additions and 7 deletions.
31 changes: 24 additions & 7 deletions doc/release.html
Expand Up @@ -19,12 +19,24 @@ <H2>Release notes</H2>
external database table. In addition, Moodle now sports a cool
new admin GUI for configuring all of this, so it should be pretty
easy to configure external authentication.
Thanks to contributor Petri Asikainen for his work on the GUI.<BR><BR>
Many thanks to contributor Petri Asikainen for helping with the GUI.<BR><BR>

<DT> Languages
<DD> Complete new Norwegian translation (see credits for details),
and updates for several others.<BR><BR>

<DT> Assignments
<DD> Students can now resubmit assignments after grading if the teacher allows it<BR><BR>

<DT> Contributed code
<DD> 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 <A HREF="http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/moodle/moodle/contrib/">CVS web view</A>). As it becomes polished or demand grows then I'll
integrate features in the main distribution.<BR><BR>
The first contributor is Holger Schadeck, who has written some interesting code
to help with translating all the Moodle help files. Check it out!

<DT> Bug fixes
<DD> <UL>
<LI> Day value in dates (eg forum posts, weekly listing) are
Expand All @@ -33,13 +45,18 @@ <H2>Release notes</H2>
<LI> Added a workaround (and new config switch in config-dist.php) for
some systems which have buggy referer variables. This should help
those people getting "stuck" on a form during setup.
<LI> Logout now sends you to the home page.
<LI> Logout now sends you to the home page and clears the session completely.
<LI> Timezones now range between -13 to 13 hours (for daylight saving).
<LI> Character set in email now matches current language
<LI> User pictures are now uploaded even if other fields have errors
<LI> Submitted assignments were sometimes having their owner changed - fixed.
<LI> Admin can always log in regardless of external authentication
<LI> User log graphs are now faster, cleaner and translatable
<LI> Character set in email now matches current language.
<LI> User pictures are now uploaded even if other fields have errors.
<LI> Full-size user pictures on user profile page no longer clickable.
<LI> Fixed occasional case where submitted assignments were sometimes having their owner changed.
<LI> Admin can always log in regardless of external authentication.
<LI> User log graphs are now faster, cleaner and translatable.
<LI> Fixed HTML display errors with courses on front page.
<LI> Admin and guest accounts now always work, even with external authentication activated.
<LI> Slightly more security when writing/reading files (checks for embedded scripting).
<LI> The same user can now be deleted more than once (create, delete, recreate, delete caused error).
</UL>

</DL></UL>
Expand Down

0 comments on commit 56b2175

Please sign in to comment.