]> git.mjollnir.org Git - moodle.git/commitdiff
More info about the release
authormoodler <moodler>
Tue, 19 Aug 2003 17:46:23 +0000 (17:46 +0000)
committermoodler <moodler>
Tue, 19 Aug 2003 17:46:23 +0000 (17:46 +0000)
lang/en/docs/release.html

index 1855cadac5bd16c9f49e9c8a8df82ac575f1bbd3..242ad8bd0a3e8b4495e9c24dd6fdd5a8a840c94d 100644 (file)
-<HEAD>
-    <TITLE>Moodle Docs: Release notes</TITLE>
-       <LINK REL="stylesheet" HREF="../theme/standard/styles.php" TYPE="TEXT/CSS">
-    <meta HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
-    <style type="text/css">
-       DT {font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; font-weight: bold;}
-       DD {margin-bottom:1em;} 
-    </style>
-</HEAD>
-
-<BODY BGCOLOR="#FFFFFF">
-<H2>Release notes</H2>
-
-<H3> Coming in Moodle 1.1 (20th August, 2003):</H3>
-<UL><DL>
-<DT> This summary is in progress and still to be finalised.</DT>
-<DD> 
-    <LI>Completely new chat module for synchronous discussions</LI>
-    <LI>Completely new workshop module for peer grading</LI>
-    <LI>Completely new system for backup/restore of courses</LI>
-    <LI>All-new course browser (handles large numbers of courses)</LI>
-    <LI>Courses and categories can be hidden from students</LI>
-    <LI>Activities can move any distance with two clicks</LI>
-    <LI>Topics/weeks can now be moved up and down</LI>
-    <LI>Pop-up menu to switch between topics/weeks</LI>
-    <LI>THREE new quiz question types: Numerical, Description and Multianswer (Cloze)</LI>
-    <LI>Expanded quiz reporting</LI>
-    <LI>Lots of new languages</LI>
-    <LI>Languages now have a parent language (for displaying missing strings)</LI>
-    <LI>Web links can be in pop-up windows</LI>
-    <LI>Consistent grading scheme throughout all modules (tbd)</LI>
-    <LI>Better control over peer-grading in forums (tbd)</LI>
-    <LI>Ability to add text between activities in course display (tbd)</LI>
-    <LI>Ability to indent activities in course display (tbd)</LI>
-    <LI>Improved program resources, allowing more variables and control (tbd)</LI>
-    <LI>Many more improvements and fixes yet to be listed</LI>
-</DD>
-
-</DL></UL>
-
-<HR>
-
-<H3> New in Moodle 1.0.9 (29th May, 2003) :</H3>
-<UL><DL>
-<DT> General</DT>
-<DD> 
-    <LI>Various optimisations and significant performance enhancements</LI>
-    <LI>Several obscure security fixes</LI>
-    <LI>Moodle is now well-behaved when enclosed within a frame</LI>
-    <LI>Richtext editor can now be used in more text-editing fields</LI>
-    <LI>New format "Plain text format", useful when posting code or HTML.</LI>
-    <LI>New format "Wiki format", allows Wiki-style tagging in most places</LI>
-    <LI>New popup allows emoticons/smilies to be inserted by clicking on images</LI>
-    <LI>Ability to specify permissions of new folders and files created on the server</LI>
-    <LI>Some fixes for servers running in Safe Mode (some file problems remain)</LI>
-    <LI>Various fixes for cleaning some external text of quotes, etc</LI>
-    <LI>Various fixes for PostgreSQL 7.3 compatibility</LI>
-    <LI>Started migration of HTML code towards XHTML Transitional</LI>
-    <LI>Countless other little fixes all over the place</LI>
-</DD>
-
-<DT> Languages</DT>
-<DD> 
-    <LI><B>10</B> new language packs!   Argentinian Spanish, Czech, Portuguese, Slovakian, Romanian, Danish, Russian, Polish, Chinese Traditional and French Canadian.</LI>
-    <LI>Fixes and upgrades to almost all language packs</LI>
-    <LI>Language can be specified for the current session (see menu on home page and login page) and can be changed on any page by something to the url, eg:  http://moodle.org/?lang=ru </LI>
-    <LI>Language menu can be restricted to a subset of languages and even removed.
-    <LI>Truetype fonts are now part of the language packs</LI>
-    <LI>ALL dates/times can now be reformatted as part of the language pack</LI>
-    <LI>A small but annoying bug was fixed with the web-based language editor on Windows servers that caused language files to grow</LI>
-</DD>
-
-<DT> Developers</DT>
-<DD> 
-    <LI>Global debug variable gives more feedback about uninitialised variables and the like</LI>
-    <LI>Various fixes to tidy up and further standardise some of the PHP code</LI>
-    <LI>Various fixes for robustness (ensuring variables are always initialised)</LI>
-</DD>
-
-<DT> Admin</DT>
-<DD> 
-    <LI><font color=red>Some changed options and code in config-dist.php (if upgrading, compare with your current config.php or rebuild your config.php from scratch)</font></LI>
-    <LI><font color=red>Many changes to themes - authors of custom themes should read <A HREF="http://moodle.org/theme/UPGRADE.txt">theme/UPGRADE.txt</A> </font></LI>
-    <LI>New moodle.org registration function for security notifications etc</LI>
-    <LI>Admin directory can be moved from /admin to something else (see config-dist.php)</LI>
-    <LI>User listing is now paged, and can now be searched for strings</LI>
-    <LI>Module management: activity modules can now be individually disabled or deleted completely</LI>
-    <LI>Improvements to the language editing page</LI>
-    <LI>Better checking of PHP environment during installation, with warnings</LI>
-    <LI>Cleaner installation procedure.</LI>
-</DD>
-
-<DT> User management</DT>
-<DD> 
-    <LI>New role: Course creator - just like teacher but can also create new courses</LI>
-    <LI>New authentication plug-in named "manual", prevents users from creating their own accounts</LI>
-    <LI>"Forgot Password" routine now uses an email confirmation before resetting password</LI>
-</DD>
-
-
-<DT> Courses</DT>
-<DD> 
-    <LI>Activities on the course page now have a little button to hide/show that activity to students</LI>
-    <LI>Whole topics/weeks can also now be hidden or shown</LI>
-    <LI>The list of participants now has some paging, to cope with very large classes</LI>
-    <LI>Zip/Unzip is now supported by an internal zip library, removing 
-       the dependence on external programs to do this.  This also means that 
-       zip/unzip now works on Windows.</LI>
-</DD>
-
-<DT> Assignments</DT>
-<DD> 
-    <LI>Assignment submissions can be sorted</LI>
-    <LI>Assignment notification mail isn't sent to unenrolled students</LI>
-</DD>
-
-<DT> Forums</DT>
-<DD> 
-    <LI>Display of forum discussions list is greatly improved</LI>
-    <LI>Whole discussions can be moved to any other forum with a single click</LI>
-    <LI>Date/time of posts is now "last modified", not "created"</LI>
-    <LI>Blank subject-lines or messages are now prevented</LI>
-    <LI>More intelligent parsing and display of text in posts</LI>
-    <LI>Force Subscribe now works on the "Site News" forum (mails all active students/teachers)</LI>
-    <LI>Better handling of mailouts to prevent the possibility of double copies
-        that sometimes happened with very large classes</LI>
-</DD>
-
-<DT> Workshop Assignment module (not included: available soon as a separate download)</DT>
-<DD> 
-    <LI>A very interesting new module contributed by Ray Kingdon,</LI>
-    <LI>A flexible tool that implements a variety of peer-grading and 
-        example-setting schemes that involve a whole group in examining 
-        and grading pieces of work.</LI>
-</DD>
-
-<DT> Quizzes</DT>
-<DD> 
-    <LI>New question type, Random Question (selects from all questions in the same category)</LI>
-    <LI>New question type, Matching Question (student must match answers to questions)</LI>
-    <LI>New question type, Random Matching Short-Answers (randomly creates Matching Questions 
-        from the available Short Answer questions in the same category)</LI>
-    <LI>Quiz question import from text files (modular design allows expansion to new formats - a beta Blackboard module is included)</LI>
-    <LI>'Create multiple questions' wizard to quickly create a random quiz</LI>
-    <LI>Quiz questions may be randomly shuffled</LI>
-    <LI>Quiz answers (multiple choice, etc) may be randomly shuffled</LI>
-    <LI>Fixed off-by-one error when "Save Grades" button wasn't used.</LI>
-    <LI>Regrading works properly if the quiz has been changed</LI>
-    <LI>Editing a question after it's already been used in a quiz no longer affects quiz results</LI>
-    <LI>Multiple choice answers are labelled a,b,c not 1,2,3</LI>
-</DD>
-
-<DT> Resources</DT>
-<DD> 
-    <LI>Better performance when editing large text or HTML resources</LI>
-    <LI>Plain images are now display centered within a proper web page (not raw).</LI>
-    <LI>Wiki format added as a new option for Resource pages</LI>
-</DD>
-
-<DT> Custom Themes</DT>
-<DD> 
-    <LI>A number of new styles have been added to all built-in themes.  Some of these are ESSENTIAL
-        to viewing some of the new features.  PLEASE SEE 
-        <A HREF="http://moodle.org/theme/UPGRADE.txt">theme/UPGRADE.txt</A> 
-        TO SEE THE CHANGES YOU WILL HAVE TO MAKE TO OLDER THEMES.</LI>
-
-    <LI>Custom themes now have the capability to re-define all the little button graphics.  
-        There is a new entry in theme/x/config.php ($THEME->custompix) and a new  
-        optional subdirectory "pix".  See the theme cordoroyblue for an example.</LI>
-</DD>
-
-</DL></UL>
-
-<HR>
-
-
-<P>Older releases can be seen in the <A HREF="http://moodle.org/mod/forum/view.php?f=1">Moodle.org announcement forum</A>.
-
-
-<P>&nbsp;</P>
-<P ALIGN="CENTER"><FONT SIZE="1"><A HREF="../doc/" TARGET="_top">Moodle Documentation</A></FONT></P>
-<P ALIGN="CENTER"><FONT SIZE="1">Version: $Id$</FONT></P>
+<head>\r
+    <title>Moodle Docs: Release notes</title>\r
+       <link rel="stylesheet" href="../theme/standard/styles.php" type="TEXT/CSS">\r
+    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">\r
+    <style type="text/css">\r
+       dt {font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; font-weight: bold;}\r
+       dd {margin-bottom:1em;} \r
+    </style>\r
+</head>\r
+\r
+<body bgcolor="#FFFFFF">\r
+<h2>Release notes</h2>\r
+\r
+<h3> New in Moodle 1.1 Beta (20 August, 2003):</h3>\r
+<ul>\r
+  <dl>\r
+    <dt>&nbsp; </dt>\r
+    <dt>Major Changes</dt>\r
+  </dl>\r
+  <dl>\r
+    <dd> \r
+      <ul>\r
+        <li>A completely new <strong>backup</strong> system for backup and restore \r
+          of courses (Thanks, Eloy!)</li>\r
+        <li>A new <strong>workshop</strong> module for peer grading (Thanks, Ray!)</li>\r
+        <li>A new <strong>chat</strong> module for synchronous discussions</li>\r
+        <li>All-new <strong>course manager</strong> to handle very large numbers \r
+          of courses (tested with 3700)</li>\r
+        <li>Custom-defined <strong>grading scales</strong> that can be used throughout \r
+          a course</li>\r
+        <li>Performance improvements in many areas</li>\r
+      </ul>\r
+    </dd>\r
+  </dl>\r
+  <dl>\r
+    <dt>General</dt>\r
+  </dl>\r
+  <dl>\r
+    <dd> \r
+      <ul>\r
+        <li>Clean up of the whole admin menu organisation to make it clearer</li>\r
+        <li>Categories can be nested and sorted</li>\r
+        <li>Courses and whole categories can be hidden from students</li>\r
+        <li>Course descriptions and names can be searched for keywords</li>\r
+        <li>Improved web caching for stylesheets and images</li>\r
+        <li>&quot;My courses&quot; display on the home page when logged in.</li>\r
+        <li>Inclusion of non-linked page to display ALL user pictures at once \r
+          (see /userpix)</li>\r
+        <li>The &quot;secureforms&quot; feature now defaults to OFF.</li>\r
+        <li>Moodle now doesn't care if &quot;magic quotes&quot; is on or off.</li>\r
+        <li>Images in /pix were rearranged and tidied up</li>\r
+        <li>HTML email is better formatted for wider compatibility</li>\r
+        <li>Mail bounces are now sent to the admin user</li>\r
+        <li>Better cron tasks (less CPU used) and duplicate enrolments are now \r
+          cleaned</li>\r
+        <li>User log graphs now work at site-level (showing ALL logs on the site)</li>\r
+        <li>People with manual accounts can now recover their password</li>\r
+        <li>Improved system for defining/printing help files for major activity \r
+          modules</li>\r
+        <li>Activity modules can now have settings</li>\r
+        <li>Email addresses are all completely obfuscated (to fool web spiders)</li>\r
+        <li>There is now an index to the help files</li>\r
+      </ul>\r
+    </dd>\r
+  </dl>\r
+  <dl>\r
+    <dt></dt>\r
+    <dt>Courses</dt>\r
+  </dl>\r
+  <dl>\r
+    <dd> \r
+      <ul>\r
+        <li>Topics/weeks can now be moved up and down</li>\r
+        <li>Activities can be moved any distance with two clicks</li>\r
+        <li>Pop-up menu to switch between topics/weeks</li>\r
+        <li>Teachers can now have their course editing privileges removed</li>\r
+        <li>Teachers can now manually enrol students if they want to</li>\r
+        <li>Teacher management is now all combined in one interface</li>\r
+        <li>When self-enrolling, students are notified and given a chance to cancel</li>\r
+        <li>Teachers and students see list of &quot;My Courses&quot; on course \r
+          home pages.</li>\r
+      </ul>\r
+    </dd>\r
+  </dl>\r
+  <dl>\r
+    <dt></dt>\r
+    <dt>Languages</dt>\r
+  </dl>\r
+  <dl>\r
+    <dd> \r
+      <ul>\r
+        <li><strong>Hungarian</strong> and <strong>Greek</strong> have been added, \r
+          and there are lots of other updates. As usual, the language packs within \r
+          this release may not be fully completed yet. You can always download \r
+          the newest language packs from <a href="http://moodle.org/download/lang/">http://moodle.org/download/lang/</a>.</li>\r
+        <li>Updates and fixes to most languages</li>\r
+        <li>Languages now have a parent language (for displaying missing strings)</li>\r
+        <li>Some fixes for locales and time display in several languages</li>\r
+        <li>es_mx is being phased out in favour of &quot;es&quot; (International \r
+          Spanish) </li>\r
+      </ul>\r
+    </dd>\r
+  </dl>\r
+  <dl>\r
+    <dt></dt>\r
+    <dt>Forum</dt>\r
+  </dl>\r
+  <dl>\r
+    <dd> \r
+      <ul>\r
+        <li>Forum grading can be either off, used by everyone, or used only by \r
+          teachers</li>\r
+        <li>Expanded quiz reporting with modular report plugins</li>\r
+        <li>Much improved searching, with multiple keywords, paging etc</li>\r
+        <li>Admin now has access to some settings via Admin -&gt; Modules -&gt; \r
+          Forums </li>\r
+        <li>After editing a post, user is returned to post in context</li>\r
+      </ul>\r
+    </dd>\r
+  </dl>\r
+  <dl>\r
+    <dt>Quiz</dt>\r
+  </dl>\r
+  <dl>\r
+    <dd> \r
+      <ul>\r
+        <li>New question type: Embedded Answers (Cloze) - allows text passages \r
+          with embedded answers</li>\r
+        <li>New question type: Numerical - allows a range of numerical answers \r
+          to be entered</li>\r
+        <li>New question type: Description - not a real question, it allows text/graphics \r
+          to be inserted anywhere</li>\r
+        <li>Expanded quiz reporting with modular report plugins</li>\r
+        <li>New feature for repeat attempts, where each attempt builds on the \r
+          last </li>\r
+        <li>If the quiz is closing within the next 24 hours, a small countdown \r
+          clock is shown in the title bar and alerts warn at ten minutes and zero \r
+          minutes.</li>\r
+        <li>Some refactoring to the quiz code to make it easier to extend with \r
+          new question types</li>\r
+      </ul>\r
+    </dd>\r
+  </dl>\r
+  <dl>\r
+    <dt></dt>\r
+    <dt>Resources</dt>\r
+  </dl>\r
+  <dl>\r
+    <dd> \r
+      <ul>\r
+        <li>Web links can now be in very customisable pop-up windows.</li>\r
+        <li>Admin now has access to some settings via Admin -&gt; Modules -&gt; \r
+          Resources</li>\r
+      </ul>\r
+    </dd>\r
+  </dl>\r
+  <dl>\r
+    <dt></dt>\r
+    <dt></dt>\r
+    <dt>Workshop</dt>\r
+  </dl>\r
+  <dl>\r
+    <dd> \r
+      <ul>\r
+        <li>Web links can now be in very customisable pop-up windows.</li>\r
+      </ul>\r
+    </dd>\r
+  </dl>\r
+  <dl>\r
+    <dt></dt>\r
+    <dt></dt>\r
+  </dl>\r
+  <dl>\r
+    <dt>Some of the more annoying bugs recently fixed</dt>\r
+  </dl>\r
+  <dl>\r
+    <dd> \r
+      <ul>\r
+        <li>Moving posts now also moves attachments</li>\r
+        <li>No more warnings when looking for uploaded files in an empty course</li>\r
+        <li>Students no longer always get plain-format mail on force-subscribed \r
+          forums</li>\r
+        <li>Cookies can no longer interfere with the admin setup during installation</li>\r
+        <li>Effectively no limit to the number of activities per section</li>\r
+        <li>Several fixes when dealing with zip files, especially on Windows</li>\r
+        <li>Admins can now edit accounts created from external databases</li>\r
+        <li>Session no longer conflicts with other software</li>\r
+        <li>Excel files now work on non-Intel machines</li>\r
+      </ul>\r
+    </dd>\r
+  </dl>\r
+  <dl>\r
+    <dt>&nbsp; </dt>\r
+  </dl>\r
+  <dd>&nbsp;</dd>\r
+</ul>\r
+\r
+<hr>\r
+\r
+<h3> New in Moodle 1.0.9 (29th May, 2003) :</h3>\r
+<ul><dl>\r
+<dt> General</dt>\r
+<dd> \r
+    <li>Various optimisations and significant performance enhancements</li>\r
+    <li>Several obscure security fixes</li>\r
+    <li>Moodle is now well-behaved when enclosed within a frame</li>\r
+    <li>Richtext editor can now be used in more text-editing fields</li>\r
+    <li>New format "Plain text format", useful when posting code or HTML.</li>\r
+    <li>New format "Wiki format", allows Wiki-style tagging in most places</li>\r
+    <li>New popup allows emoticons/smilies to be inserted by clicking on images</li>\r
+    <li>Ability to specify permissions of new folders and files created on the server</li>\r
+    <li>Some fixes for servers running in Safe Mode (some file problems remain)</li>\r
+    <li>Various fixes for cleaning some external text of quotes, etc</li>\r
+    <li>Various fixes for PostgreSQL 7.3 compatibility</li>\r
+    <li>Started migration of HTML code towards XHTML Transitional</li>\r
+    <li>Countless other little fixes all over the place</li>\r
+</dd>\r
+\r
+<dt> Languages</dt>\r
+<dd> \r
+    <li><b>10</b> new language packs!   Argentinian Spanish, Czech, Portuguese, Slovakian, Romanian, Danish, Russian, Polish, Chinese Traditional and French Canadian.</li>\r
+    <li>Fixes and upgrades to almost all language packs</li>\r
+    <li>Language can be specified for the current session (see menu on home page and login page) and can be changed on any page by something to the url, eg:  http://moodle.org/?lang=ru </li>\r
+    <li>Language menu can be restricted to a subset of languages and even removed.\r
+    <li>Truetype fonts are now part of the language packs</li>\r
+    <li>ALL dates/times can now be reformatted as part of the language pack</li>\r
+    <li>A small but annoying bug was fixed with the web-based language editor on Windows servers that caused language files to grow</li>\r
+</dd>\r
+\r
+<dt> Developers</dt>\r
+<dd> \r
+    <li>Global debug variable gives more feedback about uninitialised variables and the like</li>\r
+    <li>Various fixes to tidy up and further standardise some of the PHP code</li>\r
+    <li>Various fixes for robustness (ensuring variables are always initialised)</li>\r
+</dd>\r
+\r
+<dt> Admin</dt>\r
+<dd> \r
+    <li><font color=red>Some changed options and code in config-dist.php (if upgrading, compare with your current config.php or rebuild your config.php from scratch)</font></li>\r
+    <li><font color=red>Many changes to themes - authors of custom themes should read <a href="http://moodle.org/theme/UPGRADE.txt">theme/UPGRADE.txt</a> </font></li>\r
+    <li>New moodle.org registration function for security notifications etc</li>\r
+    <li>Admin directory can be moved from /admin to something else (see config-dist.php)</li>\r
+    <li>User listing is now paged, and can now be searched for strings</li>\r
+    <li>Module management: activity modules can now be individually disabled or deleted completely</li>\r
+    <li>Improvements to the language editing page</li>\r
+    <li>Better checking of PHP environment during installation, with warnings</li>\r
+    <li>Cleaner installation procedure.</li>\r
+</dd>\r
+\r
+<dt> User management</dt>\r
+<dd> \r
+    <li>New role: Course creator - just like teacher but can also create new courses</li>\r
+    <li>New authentication plug-in named "manual", prevents users from creating their own accounts</li>\r
+    <li>"Forgot Password" routine now uses an email confirmation before resetting password</li>\r
+</dd>\r
+\r
+\r
+<dt> Courses</dt>\r
+<dd> \r
+    <li>Activities on the course page now have a little button to hide/show that activity to students</li>\r
+    <li>Whole topics/weeks can also now be hidden or shown</li>\r
+    <li>The list of participants now has some paging, to cope with very large classes</li>\r
+    <li>Zip/Unzip is now supported by an internal zip library, removing \r
+       the dependence on external programs to do this.  This also means that \r
+       zip/unzip now works on Windows.</li>\r
+</dd>\r
+\r
+<dt> Assignments</dt>\r
+<dd> \r
+    <li>Assignment submissions can be sorted</li>\r
+    <li>Assignment notification mail isn't sent to unenrolled students</li>\r
+</dd>\r
+\r
+<dt> Forums</dt>\r
+<dd> \r
+    <li>Display of forum discussions list is greatly improved</li>\r
+    <li>Whole discussions can be moved to any other forum with a single click</li>\r
+    <li>Date/time of posts is now "last modified", not "created"</li>\r
+    <li>Blank subject-lines or messages are now prevented</li>\r
+    <li>More intelligent parsing and display of text in posts</li>\r
+    <li>Force Subscribe now works on the "Site News" forum (mails all active students/teachers)</li>\r
+    <li>Better handling of mailouts to prevent the possibility of double copies\r
+        that sometimes happened with very large classes</li>\r
+</dd>\r
+\r
+<dt> Workshop Assignment module (not included: available soon as a separate download)</dt>\r
+<dd> \r
+    <li>A very interesting new module contributed by Ray Kingdon,</li>\r
+    <li>A flexible tool that implements a variety of peer-grading and \r
+        example-setting schemes that involve a whole group in examining \r
+        and grading pieces of work.</li>\r
+</dd>\r
+\r
+<dt> Quizzes</dt>\r
+<dd> \r
+    <li>New question type, Random Question (selects from all questions in the same category)</li>\r
+    <li>New question type, Matching Question (student must match answers to questions)</li>\r
+    <li>New question type, Random Matching Short-Answers (randomly creates Matching Questions \r
+        from the available Short Answer questions in the same category)</li>\r
+    <li>Quiz question import from text files (modular design allows expansion to new formats - a beta Blackboard module is included)</li>\r
+    <li>'Create multiple questions' wizard to quickly create a random quiz</li>\r
+    <li>Quiz questions may be randomly shuffled</li>\r
+    <li>Quiz answers (multiple choice, etc) may be randomly shuffled</li>\r
+    <li>Fixed off-by-one error when "Save Grades" button wasn't used.</li>\r
+    <li>Regrading works properly if the quiz has been changed</li>\r
+    <li>Editing a question after it's already been used in a quiz no longer affects quiz results</li>\r
+    <li>Multiple choice answers are labelled a,b,c not 1,2,3</li>\r
+</dd>\r
+\r
+<dt> Resources</dt>\r
+<dd> \r
+    <li>Better performance when editing large text or HTML resources</li>\r
+    <li>Plain images are now display centered within a proper web page (not raw).</li>\r
+    <li>Wiki format added as a new option for Resource pages</li>\r
+</dd>\r
+\r
+<dt> Custom Themes</dt>\r
+<dd> \r
+    <li>A number of new styles have been added to all built-in themes.  Some of these are ESSENTIAL\r
+        to viewing some of the new features.  PLEASE SEE \r
+        <a href="http://moodle.org/theme/UPGRADE.txt">theme/UPGRADE.txt</a> \r
+        TO SEE THE CHANGES YOU WILL HAVE TO MAKE TO OLDER THEMES.</li>\r
+\r
+    <li>Custom themes now have the capability to re-define all the little button graphics.  \r
+        There is a new entry in theme/x/config.php ($THEME->custompix) and a new  \r
+        optional subdirectory "pix".  See the theme cordoroyblue for an example.</li>\r
+</dd>\r
+\r
+</dl></ul>\r
+\r
+<hr>\r
+\r
+\r
+<p>Older releases can be seen in the <a href="http://moodle.org/mod/forum/view.php?f=1">Moodle.org announcement forum</a>.\r
+\r
+\r
+<p>&nbsp;</p>\r
+<p align="CENTER"><font size="1"><a href="../doc/" target="_top">Moodle Documentation</a></font></p>\r
+<p align="CENTER"><font size="1">Version: $Id$</font></p>\r