From: moodler Date: Wed, 23 Oct 2002 14:38:24 +0000 (+0000) Subject: more readable X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=f6b502d24658540a57b034eb22eef1c857a6b11d;p=moodle.git more readable --- diff --git a/RELEASE.html b/RELEASE.html index cf92d5743c..7d86548d30 100644 --- a/RELEASE.html +++ b/RELEASE.html @@ -6,34 +6,34 @@
New feature - WYSIWYG Text editing!
A WYSIWYG text editor has been added to many of the forms in Moodle. These are currently only visible when using Microsoft Internet Explorer 5.5 or later - other browsers see the - normal forms exactly as before. + normal forms exactly as before.

New feature - Quiz module!
Finally, the most requested new module is here! Multiple choice, short answer, and true-false questions with automatic marking, multiple attempts, teacher regrading and many other features. - Questions are stored in a catagorised database, and may be "published" to other courses. + Questions are stored in a categorised database, and may be "published" to other courses.

New feature - Grade manager!
A new tool has been added for teachers to see all grades for a course on one page. You can also download/export grades as a tab-separated text file or an Excel Spreadsheet. In future more features will be added to this page like sorting, manual - columns and calculations, but it's still pretty useful right now. + columns and calculations, but it's still pretty useful right now.

New feature - LDAP authentication!
Moodle can now authenticate against external directories that use the LDAP protocol (including Novell etc). Many thanks to Petri Asikainen for - developing this authentication plug-in! + developing this authentication plug-in!

New feature - New smilies -
Many new smilies have been added, and are now also accessible using a GUI in the text editor. +
Many new smilies have been added, and are now also accessible using a GUI in the text editor.

Improved text editing
You can now include all major HTML tags in all texts. This is now safe because of newly added functionality that strips all Javascript and faulty tags from texts - before they can cause security or display problems. + before they can cause security or display problems.

Languages -
German and Italian have been added! Many thanks to the translators (see the credits). +
German and Italian have been added! Many thanks to the translators (see the credits).

Reading module => Resource module
After much thought and a vote of support (21 "yes" to 6 "no") on the "Using Moodle" @@ -44,12 +44,12 @@ But I don't want to ever change a module name again! :-) If you have any hard-coded URLs pointing to readings that you don't want to break, you can add a line like this to your Apache httpd.conf to redirect them: - Redirect /mod/reading http://yourserver.com/mod/resource + Redirect /mod/reading http://yourserver.com/mod/resource

Other additions
An admin script to totally delete the Moodle data directory has been included (admin/delete.php) for people who need to tear down a Moodle installation but don't have root access on their - server. + server.

Miscellaneous
Many small improvements have been made to the interface, and many small bugs have been fixed.