]> git.mjollnir.org Git - moodle.git/commitdiff
More details
authormoodler <moodler>
Sun, 24 Nov 2002 15:16:49 +0000 (15:16 +0000)
committermoodler <moodler>
Sun, 24 Nov 2002 15:16:49 +0000 (15:16 +0000)
doc/release.html

index ca9e3b15727532bef2e2931fccaafc88db20a3e4..5416b0b9c5cc188e3b5af017ab1604d902c63676 100644 (file)
      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 
      <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>