mirror of
https://github.com/moodle/moodle.git
synced 2025-04-20 07:56:06 +02:00
Updates for 1.0.7 and better-looking throughout
This commit is contained in:
parent
261be01672
commit
15a2a4e555
193
doc/release.html
193
doc/release.html
@ -1,51 +1,98 @@
|
||||
<HEAD>
|
||||
<TITLE>Moodle Docs: Release notes</TITLE>
|
||||
<LINK REL="stylesheet" HREF="../theme/standard/styles.css" TYPE="TEXT/CSS">
|
||||
<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>
|
||||
|
||||
<P> New in Moodle 1.0.6.4: </P>
|
||||
<H3> New in Moodle 1.0.7: </H3>
|
||||
<UL><DL>
|
||||
<DT> Simpler version numbers!</DT>
|
||||
<DD> The four-digit version numbers were getting a bit ridiculous (too complex),
|
||||
so I've switched back to simpler 3-digit numbers. The first digit is the
|
||||
major structural version, the second digit is for decent-sized upgrades
|
||||
and the third digit is for minor upgrades.</DD>
|
||||
|
||||
<DT> Languages</DT>
|
||||
<DD> Two completely new languages have been added: Indonesian (from Arfan Hidayat)
|
||||
and Japanese (from Mitsuhiro Yoshida). Other languages contain some updates.</DD>
|
||||
|
||||
<DT> Database access</DT>
|
||||
<DD> ADOdb was upgraded to 2.50 which should fix some problems with very
|
||||
new versions of PHP (4.3.0).</DD>
|
||||
|
||||
<DT> Layout improvements</DT>
|
||||
<DD> Improved interface when courses are on front page and there is more than one category.
|
||||
</DD>
|
||||
|
||||
<DT> Class interface</DT>
|
||||
<DD> A wrapper file provides a class interface to main Moodle library
|
||||
(for external programs interfacing to Moodle) - moodle/lib/makeclass.php</DD>
|
||||
|
||||
<DT> Bug fixes</DT>
|
||||
<DD>
|
||||
<LI> Abolished leading zeroes in dates (introduced in last release)
|
||||
<LI> Some formatting fixes for Japanese and old Netscape browsers
|
||||
<LI> Teacher can allow larger assignments to be uploaded
|
||||
<LI> Change password button on user page now always functions like the one on login page
|
||||
<LI> Forum search now searches subjects as well as messages
|
||||
<LI> Various HTML fixes
|
||||
<LI> Fixes to grades display when there are no grades, also no forum ratings
|
||||
<LI> Slashes in requested filenames are now stripped
|
||||
<LI> Updates to the documentation
|
||||
</DD>
|
||||
|
||||
|
||||
</DL></UL>
|
||||
|
||||
|
||||
|
||||
<HR>
|
||||
<H3> New in Moodle 1.0.6.4: </H3>
|
||||
<UL><DL>
|
||||
|
||||
<DT> Authentication
|
||||
<DT> Authentication</DT>
|
||||
<DD> Moodle now features seven different authentication mechanisms,
|
||||
making it possible to hook Moodle up to nearly any external list
|
||||
of users!
|
||||
of users!</P>
|
||||
<P>New methods just added include IMAP, POP3 and NNTP servers (including
|
||||
those using SSL or certificate-based authentication), and also
|
||||
authentication against user-specified fields in ANY
|
||||
external database table.
|
||||
external database table.</P>
|
||||
<P>The login page can now be partially customised
|
||||
by the admin with personalised instructions, and the guest login can be
|
||||
hidden if desired.
|
||||
hidden if desired. </P>
|
||||
<P>"Mappings" can be defined so that other fields (such as email, firstname,
|
||||
lastname, department, language etc) can also be copied from LDAP or an
|
||||
external database when accounts are first used.
|
||||
external database when accounts are first used.</P>
|
||||
|
||||
<P>Finally, Moodle now sports a cool
|
||||
new admin GUI for configuring all of this, so it should be pretty
|
||||
easy now to set up external authentication.
|
||||
Many thanks to contributor Petri Asikainen for helping with the admin GUI.<BR><BR>
|
||||
Many thanks to contributor Petri Asikainen for helping with the admin GUI.</P></DD>
|
||||
|
||||
<DT> Languages
|
||||
<DD> Complete new Norwegian translation (from Jøran Sørbø), and updates for several others.<BR><BR>
|
||||
<DT> Languages</DT>
|
||||
<DD> Complete new Norwegian translation (from Jøran Sørbø), and updates for several others.</DD>
|
||||
|
||||
<DT> Assignments
|
||||
<DD> Students can now resubmit assignments after grading if the teacher allows it<BR><BR>
|
||||
<DT> Assignments</DT>
|
||||
<DD> Students can now resubmit assignments after grading if the teacher allows it</DD>
|
||||
|
||||
<DT> Contributed code
|
||||
<DT> Contributed code</DT>
|
||||
<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 these new features become polished or if demand grows for them,
|
||||
then I'll integrate them into the main Moodle distribution.<BR><BR>
|
||||
The first contributor is Holger Schadeck (compuproggy), who has written some <A HREF="http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/moodle/moodle/contrib/compuproggy/">interesting code</A>
|
||||
to help with translating all the Moodle help files. Check it out!<BR><BR>
|
||||
then I'll integrate them into the main Moodle distribution.
|
||||
<BR><BR>
|
||||
The first contributor is Holger Schadeck (compuproggy), who has written some <A HREF="http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/moodle/moodle/contrib/compuproggy/">interesting code</A> to help with translating all the Moodle help files. Check it out!</DD>
|
||||
|
||||
<DT> Bug fixes
|
||||
<DD> <UL>
|
||||
<DT> Bug fixes</DT>
|
||||
<DD>
|
||||
<LI> Day value in dates (eg forum posts, weekly listing) are
|
||||
now displayed correctly on Windows servers.
|
||||
<LI> config-dist.php and README.txt is now in DOS format to make it easier for Windows users to get started (Unix users shouldn't be affected).
|
||||
@ -66,132 +113,132 @@
|
||||
<LI> Slightly more security when writing/reading files (now checks for embedded scripting).
|
||||
<LI> The same user can now be deleted more than once (create, delete, recreate, delete caused error).
|
||||
<LI> Language editor now works with multibyte languages (Thanks, Mits)
|
||||
</UL>
|
||||
</DD>
|
||||
|
||||
</DL></UL>
|
||||
|
||||
|
||||
<HR>
|
||||
<P> New in Moodle 1.0.6.3: </P>
|
||||
<H3> New in Moodle 1.0.6.3: </H3>
|
||||
<UL><DL>
|
||||
|
||||
<DT> Bug fix for no-name forums.
|
||||
<DT> Bug fix for no-name forums.</DT>
|
||||
<DD> New sites created with 1.0.6.2 had some forums appearing with no names
|
||||
(for example the News forum on the home page).
|
||||
A workaround is to add a new activity to that section (all the names
|
||||
will be refreshed), but this release will fix it too. <BR><BR>
|
||||
will be refreshed), but this release will fix it too. </DD>
|
||||
|
||||
<DT> New languages!
|
||||
<DD> Catalan and Spanish (Spain) translations have arrived!<BR><BR>
|
||||
<DT> New languages!</DT>
|
||||
<DD> Catalan and Spanish (Spain) translations have arrived!</DD>
|
||||
|
||||
<DT> Some display improvements for old Netscape browsers (headers and quizzes)<BR><BR>
|
||||
<DT> Some display improvements for old Netscape browsers (headers and quizzes)</DT>
|
||||
|
||||
<DT> Guest language now ALWAYS the same as the current site language<BR><BR>
|
||||
<DT> Guest language now ALWAYS the same as the current site language</DT>
|
||||
|
||||
<DT> "Recent Activity" can now be disabled completely if desired <BR><BR>
|
||||
<DT> "Recent Activity" can now be disabled completely if desired </DT>
|
||||
|
||||
<DT> For very large classes (larger than 500) participant list is not displayed<BR><BR>
|
||||
<DT> For very large classes (larger than 500) participant list is not displayed</DT>
|
||||
|
||||
</DL></UL>
|
||||
|
||||
<HR>
|
||||
|
||||
<P> New in Moodle 1.0.6.2: </P>
|
||||
<H3> New in Moodle 1.0.6.2: </H3>
|
||||
<UL><DL>
|
||||
<DT> Course formatting improvements
|
||||
<DT> Course formatting improvements </DT>
|
||||
<DD> The weekly and topic formats now have an extra "general" area up
|
||||
the top where "general" activities are listed - these are things
|
||||
that apply throughout the course, not just to one particular topic
|
||||
or week. This general area is not shown if it is completely empty.<BR><BR>
|
||||
or week. This general area is not shown if it is completely empty.</DD>
|
||||
|
||||
<DT> Popup "jump" menu.
|
||||
<DT> Popup "jump" menu. </DT>
|
||||
<DD> You can now jump from one activity directly to any other using a
|
||||
popup menu in the upper-right corner of the page<BR><BR>
|
||||
popup menu in the upper-right corner of the page</DD>
|
||||
|
||||
<DT> Speed improvements
|
||||
<DT> Speed improvements </DT>
|
||||
<DD> Course activity details are now cached for each course, which
|
||||
greatly reduces the amount of database access required to display
|
||||
the course page. On heavily accessed systems this should improve speed.<BR><BR>
|
||||
the course page. On heavily accessed systems this should improve speed.</DD>
|
||||
|
||||
<DT> Languages
|
||||
<DD> Surveys are now completely translatable.<BR><BR>
|
||||
<DT> Languages </DT>
|
||||
<DD> Surveys are now completely translatable.</DD>
|
||||
|
||||
<DT> Admin improvements
|
||||
<DT> Admin improvements </DT>
|
||||
<DD> Paging was added to the user admin page, so that the admin can now
|
||||
browse large numbers of users. <BR><BR>
|
||||
browse large numbers of users. </DD>
|
||||
|
||||
<DT> Fixes and tweaks
|
||||
<DD> Various other small improvements to formatting<BR><BR>
|
||||
<DT> Fixes and tweaks </DT>
|
||||
<DD> Various other small improvements to formatting</DD>
|
||||
</DL></UL>
|
||||
|
||||
|
||||
<HR>
|
||||
|
||||
<P> New in Moodle 1.0.6.1: </P>
|
||||
<H3> New in Moodle 1.0.6.1: </H3>
|
||||
<UL><DL>
|
||||
<DT> New assignment type: offline assignments
|
||||
<DT> New assignment type: offline assignments </DT>
|
||||
<DD> In addition to "upload a file" assignments, you can now have "offline"
|
||||
assignments. These don't require the student to do anything online.
|
||||
They are useful for grading activities that are not on in Moodle, and a
|
||||
also useful for adding "manual" columns to the grade page.<BR><BR>
|
||||
also useful for adding "manual" columns to the grade page.</DD>
|
||||
|
||||
<DT> Languages
|
||||
<DD> Spanish (Mexican) has been added to the distribution. Other languages have various improvements.<BR><BR>
|
||||
<DT> Languages </DT>
|
||||
<DD> Spanish (Mexican) has been added to the distribution. Other languages have various improvements.</DD>
|
||||
|
||||
<DT> SMTP authentication
|
||||
<DD> SMTP mail now supports SMTP username and password if needed<BR><BR>
|
||||
<DT> SMTP authentication </DT>
|
||||
<DD> SMTP mail now supports SMTP username and password if needed</DD>
|
||||
|
||||
<DT> Documentation
|
||||
<DD> Some parts rewritten, and documentation cleaned up (upgrade info now part of main docs)<BR><BR>
|
||||
<DT> Documentation </DT>
|
||||
<DD> Some parts rewritten, and documentation cleaned up (upgrade info now part of main docs)</DD>
|
||||
|
||||
<DT> Other fixes
|
||||
<DT> Other fixes </DT>
|
||||
<UL><LI>Better checking on teachers using "loginas" to stop them roaming other courses as a student
|
||||
<LI>While using "loginas", teachers can return to their own identity using a link in the footer
|
||||
<LI>Some strings fixed in assignments, journals, and forums.
|
||||
<LI>Guest language is now the same as the site
|
||||
<LI>etc
|
||||
</UL>
|
||||
</UL></DD>
|
||||
|
||||
</DL></UL>
|
||||
|
||||
|
||||
<HR>
|
||||
<P> New in Moodle 1.0.6: </P>
|
||||
<H3> New in Moodle 1.0.6: </H3>
|
||||
|
||||
<UL><DL>
|
||||
<DT> New feature - WYSIWYG Text editing!
|
||||
<DT> New feature - WYSIWYG Text editing! </DT>
|
||||
<DD> 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.<BR><BR>
|
||||
normal forms exactly as before.</DD>
|
||||
|
||||
<DT> New feature - Quiz module!
|
||||
<DT> New feature - Quiz module! </DT>
|
||||
<DD> 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 categorised database, and may be "published" to other courses.<BR><BR>
|
||||
Questions are stored in a categorised database, and may be "published" to other courses.</DD>
|
||||
|
||||
<DT> New feature - Grade manager!
|
||||
<DT> New feature - Grade manager! </DT>
|
||||
<DD> 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.<BR><BR>
|
||||
columns and calculations, but it's still pretty useful right now.</DD>
|
||||
|
||||
<DT> New feature - LDAP authentication!
|
||||
<DT> New feature - LDAP authentication! </DT>
|
||||
<DD> 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!<BR><BR>
|
||||
developing this authentication plug-in!</DD>
|
||||
|
||||
<DT> New feature - New smilies
|
||||
<DD> Many new smilies have been added, and are now also accessible using a GUI in the text editor.<BR><BR>
|
||||
<DT> New feature - New smilies </DT>
|
||||
<DD> Many new smilies have been added, and are now also accessible using a GUI in the text editor.</DD>
|
||||
|
||||
<DT> Improved text editing
|
||||
<DT> Improved text editing </DT>
|
||||
<DD> 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.<BR><BR>
|
||||
before they can cause security or display problems.</DD>
|
||||
|
||||
<DT> Languages
|
||||
<DD> German and Italian have been added! Many thanks to the translators (see the credits).<BR><BR>
|
||||
<DT> Languages </DT>
|
||||
<DD> German and Italian have been added! Many thanks to the translators (see the credits).</DD>
|
||||
|
||||
<DT> Reading module => Resource module
|
||||
<DT> Reading module => Resource module </DT>
|
||||
<DD> After much thought and a vote of support (21 "yes" to 6 "no") on the "Using Moodle"
|
||||
web site I changed the name of the "reading" module to "resource" (at the code level
|
||||
and also the language packs). It was better to do this earlier than later.
|
||||
@ -200,16 +247,16 @@
|
||||
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:
|
||||
<B><CODE>Redirect /mod/reading http://yourserver.com/mod/resource</CODE></B><BR><BR>
|
||||
<P><CODE>Redirect /mod/reading http://yourserver.com/mod/resource</CODE></P>
|
||||
<FONT COLOR=RED>Note: if upgrading to 1.0.6 you may have some "reading" errors in "Recent activity" ... logging
|
||||
out and then logging in again will fix this</FONT><BR><BR>
|
||||
out and then logging in again will fix this</FONT></DD>
|
||||
|
||||
<DT> Other additions
|
||||
<DT> Other additions </DT>
|
||||
<DD> 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.<BR><BR>
|
||||
server.</DD>
|
||||
|
||||
<DT> Miscellaneous
|
||||
<DT> Miscellaneous </DT>
|
||||
<DD> Many small improvements have been made to the interface, and many small bugs have been fixed.
|
||||
Some examples:
|
||||
<UL>
|
||||
@ -229,7 +276,7 @@
|
||||
<LI> Improved algorithm for shortening posts in forum listings
|
||||
<LI> Choice module now allows up to six choices
|
||||
</UL>
|
||||
|
||||
</DD>
|
||||
</DL></UL>
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user