Note:

If you want to create a new page for developers, you should create it on the Moodle Developer Resource site.

Moodle 2.3.4 release notes: Difference between revisions

From MoodleDocs
(French link)
(Adding release note issues)
Line 3: Line 3:
Release date: Not yet released
Release date: Not yet released
   
   
Here is [http://tracker.moodle.org/secure/IssueNavigator!executeAdvanced.jspa?jqlQuery=project+%3D+mdl+AND+resolution+%3D+fixed+AND+fixVersion+in+%28%222.3.4%22%29+ORDER+BY+priority+DESC&runQuery=true&clear=true the full list of fixed issues in 2.3.4].
Here is [https://tracker.moodle.org/secure/IssueNavigator!executeAdvanced.jspa?jqlQuery=project+%3D+mdl+AND+resolution+%3D+fixed+AND+fixVersion+in+%28%222.3.4%22%29+ORDER+BY+priority+DESC&runQuery=true&clear=true the full list of fixed issues in 2.3.4].
   
   
===Highlights===
===Highlights===
   
   
* ...
* MDL-32880 - Make 1.9 blocks restorable in 2.3 onwards
* MDL-34791 - Activity quick title edit updates name in gradebook
* MDL-35653 - Wiki module works if you activate the force format option
 
===Functional changes===
===Functional changes===
 
* ...
* MDL-35422 - To start writing their Workshop submissions, students now click a button labelled 'Start preparing your submission' instead of 'Submit'
   
   
===API changes===
===API changes===
   
   
* ...
* MDL-30700 - There is a new function "text_sorting($columnname)" for the class flexible_table which allows you to specify which columns are of type "text" so they can be sorted correctly in all databases.
* MDL-35593 - core_webservice_get_site_info returns version number as PARAM_TEXT
* MDL-30961 - get_course_contents web service's name value is now PARAM_RAW
* MDL-36795 - In the default course settings, numsections is not limited to maxsections
   
   
===Security issues===
===Security issues===
Line 23: Line 28:
===Fixes and improvements===
===Fixes and improvements===
   
   
* ...
* MDL-36680 - Overview report now gives correct course total by not including hidden item grades
* MDL-37165 - Assignment summary displays on Oracle
* MDL-36668 - Performance issue issue resolved in viewing pages in Database activity
* MDL-36760 - Numerical type quiz questions now work with frozen elements changes
* MDL-36551 - Database presets retain advanced search template
* MDL-33863 - Importing quiz questions into new course happens without error
* MDL-36683 - It is now possible to duplicate a quiz when course question bank contains matching questions
   
   
==See also==
==See also==
*[[Moodle 2.3.3 release notes]]
*[[Moodle 2.3.3 release notes]]
   
   

Revision as of 01:32, 8 January 2013

Releases > Moodle 2.3.4 release notes

Release date: Not yet released

Here is the full list of fixed issues in 2.3.4.

Highlights

  • MDL-32880 - Make 1.9 blocks restorable in 2.3 onwards
  • MDL-34791 - Activity quick title edit updates name in gradebook
  • MDL-35653 - Wiki module works if you activate the force format option

Functional changes

  • MDL-35422 - To start writing their Workshop submissions, students now click a button labelled 'Start preparing your submission' instead of 'Submit'

API changes

  • MDL-30700 - There is a new function "text_sorting($columnname)" for the class flexible_table which allows you to specify which columns are of type "text" so they can be sorted correctly in all databases.
  • MDL-35593 - core_webservice_get_site_info returns version number as PARAM_TEXT
  • MDL-30961 - get_course_contents web service's name value is now PARAM_RAW
  • MDL-36795 - In the default course settings, numsections is not limited to maxsections

Security issues

A number of security related issues were resolved. Details of these issues will be released after a period of approximately one week to allow system administrators to safely update to the latest version.

Fixes and improvements

  • MDL-36680 - Overview report now gives correct course total by not including hidden item grades
  • MDL-37165 - Assignment summary displays on Oracle
  • MDL-36668 - Performance issue issue resolved in viewing pages in Database activity
  • MDL-36760 - Numerical type quiz questions now work with frozen elements changes
  • MDL-36551 - Database presets retain advanced search template
  • MDL-33863 - Importing quiz questions into new course happens without error
  • MDL-36683 - It is now possible to duplicate a quiz when course question bank contains matching questions

See also