Note: You are currently viewing documentation for Moodle 1.9. Up-to-date documentation for the latest stable version is available here: Moodle 2.0.3 release notes.

Moodle 2.0.3 release notes: Difference between revisions

From MoodleDocs
No edit summary
(→‎Security issues: 4 major, 1 minor)
 
(10 intermediate revisions by 6 users not shown)
Line 1: Line 1:
Release date: Not yet released
Release date: 5th May 2011
   
   
===Highlights===
===Highlights===
   
   
* MDL-9376 - [[Forum_module#Question_and_Answer_forum|Q and A forum]] editing time allows students to see other posts and modify their own
* MDL-9376 - [[Forum_module|Q and A forum]] posts only visible after editing time has expired
* MDL-4633 - The description field is now a required [[User_profile_fields|user profile field]]
* MDL-4633 - Description field in user profile is no longer a required field
* MDL-26697 - Multiple [[Multimedia plugins|multimedia plugin filter]] fixes and improvements
* MDL-26697 - Multiple [[Multimedia plugins|multimedia plugin filter]] fixes and improvements
* MDL-24724 - There is now a link to send [[Messaging_2.0|messages]] on basic profile pages
* MDL-24724 - There is now a link to send [[Messaging_2.0|messages]] on basic profile pages
Line 11: Line 11:
   
   
* MDL-26388 - Duplicate files uploaded through the [[File_picker|file picker]] are now handled
* MDL-26388 - Duplicate files uploaded through the [[File_picker|file picker]] are now handled
* MDL-26838 Multiple fixes to the site-wide [[Ratings_2.0|ratings]] interface
* MDL-26535 - New capability [[Capabilities/mod/workshop:viewauthorpublished|mod/workshop:viewauthorpublished]] for controlling visibility of workshop published submission authors
* MDL-26535 - New capability [[Capabilities/mod/workshop:viewauthorpublished|mod/workshop:viewauthorpublished]] for controlling visibility of workshop published submission authors
* MDL-25834 - Fixes to [[Themes|themes]] for IE
   
   
===Security issues===
===Security issues===
   
   
A number of security issues were resolved, including changes to APIs. Administrators are advised to update before details of security issues are revealed, which will happen one week after release.
A number of security issues were resolved, including changes to APIs. Administrators are advised to update before details of security issues are revealed, which will happen one week after release.
* [http://moodle.org/mod/forum/discuss.php?d=175588 MSA-11-0012] - Authentication issue
* [http://moodle.org/mod/forum/discuss.php?d=175590 MSA-11-0013] - Group/Quiz permissions issue
* [http://moodle.org/mod/forum/discuss.php?d=175591 MSA-11-0014] - Personal details displayed without permission
* [http://moodle.org/mod/forum/discuss.php?d=175593 MSA-11-0016] - Ability to fill a database with invalid records through ratings
* [http://moodle.org/mod/forum/discuss.php?d=175594 MSA-11-0017] - Ability to generate invalid records in the comments table in the database
===Changes to APIs===
* Multiple fixes to [[Ratings 2.0|ratings]]
:Modules etc wanting to make use of ratings are now required to implement two callback functions, modname_rating_permissions() and modname_rating_validate(). Full details of the callbacks are available in the [[Development:Ratings 2.0#Module callbacks|rating 2.0 documentation]]
* [[Development:Comments 2.0|Comments API]] improvements
:Plugins intending to use comments are required to implement two callback functions: pluginname_comment_validate(), and pluginname_comment_permissions. Please read full details in [[Development:Comments 2.0#Moodle modules callback|Comments documentation]].


===Fixes and improvements===
===Fixes and improvements===


* MDL-26643 - Fixed blog visibility issue after update
* MDL-26768 - Grades from Lessons are now correctly set to null on non-attempt
* MDL-26798 - Fixes to Dropbox repository integration
* MDL-27116 - Fixed theme directory linking
* MDL-27246 - Able to checkout strings in the language customisation tool
* MDL-27251 - Added optional timeout estimation to file downloads based on file size as it can blocks upgrade
* MDL-27251 - Added optional timeout estimation to file downloads based on file size as it can blocks upgrade
* MDL-27246 - Able to checkout strings in the language customisation tool
* MDL-27394 - Backup and restore might sometimes have scrambled the order of choices in question types.
...more to be added


A total of over 200 changes were made. See the [http://tracker.moodle.org/secure/ReleaseNote.jspa?projectId=10011&version=10537 full list of fixed issues in 2.0.3].
A total of over 200 changes were made. See the [http://tracker.moodle.org/secure/ReleaseNote.jspa?projectId=10011&version=10537 full list of fixed issues in 2.0.3].

Latest revision as of 21:41, 18 May 2011

Release date: 5th May 2011

Highlights

User interface changes

Security issues

A number of security issues were resolved, including changes to APIs. Administrators are advised to update before details of security issues are revealed, which will happen one week after release.

  • MSA-11-0012 - Authentication issue
  • MSA-11-0013 - Group/Quiz permissions issue
  • MSA-11-0014 - Personal details displayed without permission
  • MSA-11-0016 - Ability to fill a database with invalid records through ratings
  • MSA-11-0017 - Ability to generate invalid records in the comments table in the database

Changes to APIs

Modules etc wanting to make use of ratings are now required to implement two callback functions, modname_rating_permissions() and modname_rating_validate(). Full details of the callbacks are available in the rating 2.0 documentation
Plugins intending to use comments are required to implement two callback functions: pluginname_comment_validate(), and pluginname_comment_permissions. Please read full details in Comments documentation.

Fixes and improvements

  • MDL-26643 - Fixed blog visibility issue after update
  • MDL-26768 - Grades from Lessons are now correctly set to null on non-attempt
  • MDL-26798 - Fixes to Dropbox repository integration
  • MDL-27116 - Fixed theme directory linking
  • MDL-27246 - Able to checkout strings in the language customisation tool
  • MDL-27251 - Added optional timeout estimation to file downloads based on file size as it can blocks upgrade
  • MDL-27394 - Backup and restore might sometimes have scrambled the order of choices in question types.

A total of over 200 changes were made. See the full list of fixed issues in 2.0.3.

See also