From 52de3da48698e1e902002bf5780fb6a5f08b9be3 Mon Sep 17 00:00:00 2001 From: martinlanghoff Date: Mon, 7 Mar 2005 04:35:50 +0000 Subject: [PATCH] Release notes for 1.4.4 --- lang/en/docs/release.html | 100 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 100 insertions(+) diff --git a/lang/en/docs/release.html b/lang/en/docs/release.html index 72ef527ae0b..c4a7c812d22 100644 --- a/lang/en/docs/release.html +++ b/lang/en/docs/release.html @@ -22,6 +22,106 @@

Latest Release notes

+

Moodle 1.4.4 (7th March, 2005)

+ +

(Because this release contains important security fixes, we highly advise that sites using any + previous version of Moodle upgrade to this version as soon as possible.)

+ + +
+
Some important security fixes
+
+
    +
  • Added strong URL validation functions.
  • +
  • Preventative measures against tampering of config settings.
  • +
  • Tighter input validation in Quiz, HTML editor and course edit.
  • +
  • More control over user's language settings.
  • +
  • Safer cleaning of HTML-formatted input.
  • +
+
+ +
A few new things
+
+
    +
  • New MP3 content filter with Flash-based mp3 player.
  • +
  • Better display of options in the Choice module.
  • +
  • UI enhancements in HTML Editor's table editor.
  • +
  • $CFG settings in config.php now override database settings.
  • +
  • Enabled garbage collection for Debian systems, with the option to disable it. Fixes stale session problems.
  • +
+
+ +
Performance improvements
+
+
    +
  • Serious performance optimizations in forums code.
  • +
  • Various optimizations by removing unnecessary database retrievals and sorting.
  • +
  • Major improvements in handling session locking. Downloading large files or monitoring the live logs will no longer slow down navigation in other windows.
  • +
+
+ +
Other bug fixes
+
+
    +
  • Installer: Many fixes and updates from HEAD (including #2625) .
  • +
  • Installer: We now check for allow_url_fopen() before trying to validate our own URL.
  • + +
  • Fixed some forum search problems.
  • +
  • Fixed sorting bug on forums (#2613).
  • + +
  • Fixed problems in user searches with trailing spaces.
  • +
  • Fixed some instances of hardcoded /admin path.
  • +
  • Fixed some groups-related bugs (#2133, #2550, #2363)
  • +
  • Don't send HTML digests to people who want plain text email.
  • + +
  • SCORM module — fixed navbar error.
  • + +
  • Chat: Increased maximum socket read size to prevent empty pages and repeated messages
  • +
  • Files: added a "Parent Folder" icon, (#2491).
  • + +
  • Postgres support: consistency fix in mdl_log table.
  • + +
  • Auth plugins: Better cleanup and truncation of data.
  • +
  • Auth plugins: Fixed external authentication problem — if logged in as guest, logging in as external auth user fails if it is the first login ever for the account.
  • +
  • Auth LDAP: Fixed a regression from 1.4.2 where a trailing semicolon in some config fields would break authentication.
  • +
  • Auth DB: Database Authentication not fetching user data fields correctly (#2319).
  • + +
  • Paypal Enrolment plugin: Now text sent to PayPal can + be 'sanitised' to avoid some diacritics (Spanish for now) which break the + enrol process. Only German and French diacritics are supported for + now by PayPal. This functionality can be easily expanded to other + characters.
  • + +
  • Backup/restore: If the user isn't admin and the restored course hasn't teachers, add teacher (#2381)
  • +
  • Backup/restore: Fixed errors with courses with apostrophes in the fullname.
  • +
  • Backup/restore: Now group members are + only included (backup and restore) if we have selected to have + users (#2486).
  • +
  • Backup/Restore: General tidyup.
  • + +
  • Glossary: Now 0 rates are supported in glossary (#2582) and better PHP5 support (#2581).
  • +
  • Glossary & Blackboard: import fixes (#2310).
  • + +
  • Calendar: more robust handling of bad data.
  • +
  • Calendar: HTML fixes in calendar (#2350).
  • + +
  • Course sortorder was broken in 1.4.3 and would sometimes prevent course creation — all the known problems with sortorder are now fixed. Includes some related fixes in get_categories() calls that would sometimes show up in "My Courses" listings.
  • + +
  • Wiki: Several fixes.
  • +
  • Loglive now has an appropriate page footer.
  • + +
  • Plus general cleanup and tidyups of the code.
  • +
+
+ + + +
+ + +

 

+ +

Moodle 1.4.3 (21st December, 2004)

(Because this release contains important security fixes, we highly advise that sites using any