Note:

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

Moodle 2.1 release notes: Difference between revisions

From MoodleDocs
m (Protected "Moodle 2.1 release notes": Developer Docs Migration ([Edit=Allow only administrators] (indefinite)))
 
(14 intermediate revisions by 8 users not shown)
Line 1: Line 1:
{{Template:Migrated|newDocId=/general/releases/2.1}}
==Moodle 2.1==
==Moodle 2.1==
 
Released: 1st July 2011
Expected release date: 1st July 2011
   
   
===Major new features===
===Major new features===
Line 9: Line 9:
* Moodle question system has been rewritten to make it much more robust and to support lots of new possible functionality.
* Moodle question system has been rewritten to make it much more robust and to support lots of new possible functionality.
* See summary of changes at the [[Moodle 2.1 release notes/New question engine|New question engine]] page and more details in the tracker MDL-20636.
* See summary of changes at the [[Moodle 2.1 release notes/New question engine|New question engine]] page and more details in the tracker MDL-20636.
* Warning: This change requires a major database upgrade.  If you have a lot of question attempts in your site, you probably need to [[:en:Upgrading_to_Moodle_2.1#Planning_the_question_engine_upgrade|plan your upgrade in stages]], using some extra code that is not in core.
* Warning: This change requires a major database upgrade.  If you have a lot of question attempts in your site, you probably need to [https://docs.moodle.org/21/en/Upgrading_to_Moodle_2.1#Planning_the_question_engine_upgrade plan your upgrade in stages], using some extra code that is not in the core system.
* Backward compatibility warning: ''Random short-answer matching'' question type was moved out of the main Moodle distribution.
* Backward compatibility warning: ''Random short-answer matching'' question type was moved out of the main Moodle distribution.


Line 18: Line 18:
* See MDL-22414 for details.
* See MDL-22414 for details.


====Enabling Web Services for mobile devices====
====Support for mobile devices====


* Moodle 2.1 comes with a built-in web service designed for mobile applications.
* Moodle 2.1 comes with a built-in web service designed for mobile applications (required to run the official [[:dev:Mobile_app|Moodle app]])
* It is required to run the official [[:dev:Mobile_app|Moodle app]].
* See MDL-27551 and [[:en:Enable_mobile_web_services|Enable mobile web services documentation]] for details
* Enable it only if you want people to use the official app or if third party app explicitly requires it.
* MDL-25394 Improved Support for Mobile Themes and Browser Detection
* See MDL-27551 and [[:en:Enable_mobile_web_services|Enable mobile web services documentation]] for details.


===Other highlights===
===Other highlights===
Line 35: Line 34:
* MDL-25805 Friendlier navigation for parent roles to see mentees in courses
* MDL-25805 Friendlier navigation for parent roles to see mentees in courses
* MDL-27577 Daylight saving should be calculated for users having string timezone
* MDL-27577 Daylight saving should be calculated for users having string timezone
* MDL-27171 Messaging Improvements: Site administrators can now control which message delivery methods can be used for each message type
* MDL-27171 Messaging Improvements: Site administrators can now control which message delivery methods can be used for each message type.  (In 2.0 students could switch off notifications.  In 2.1 this can be overidden)
* MDL-25394 Improved Support for Mobile Themes and Browser Detection


===Security issues===
===Security issues===
   
   
To be released later
There were no significant security issues fixed in this release.


===Upgrading===
===Upgrading===
Line 46: Line 44:
When upgrading to Moodle 2.1, you must first upgrade to Moodle 1.9 or (preferably) 2.0. We advise that you test the upgrade first on a COPY of your production site, to make sure it works as you expect.
When upgrading to Moodle 2.1, you must first upgrade to Moodle 1.9 or (preferably) 2.0. We advise that you test the upgrade first on a COPY of your production site, to make sure it works as you expect.


For further information, see [[Upgrading to Moodle 2.1|Upgrading to Moodle 2.1]].
Please also check that you have PHP 5.3.2 or later, as the minimum required version has increased since Moodle 2.0.
 
For further information, see [https://docs.moodle.org/21/en/Upgrading_to_Moodle_2.1 Upgrading to Moodle 2.1].


===For developers: API changes===
===For developers: API changes===
Line 54: Line 54:
* There is a new API available for activity modules to support restore of 1.9 backup files. See [[dev:Backup 1.9 conversion for developers]]
* There is a new API available for activity modules to support restore of 1.9 backup files. See [[dev:Backup 1.9 conversion for developers]]
* The Messaging API now allows plugin creators to specify default message providers for message outputs. See [[dev:Messaging_2.0_improvements#Adding_new_message_type]]
* The Messaging API now allows plugin creators to specify default message providers for message outputs. See [[dev:Messaging_2.0_improvements#Adding_new_message_type]]
* MDL-28166 Note that the two events triggered by the quiz module (quiz_attempt_started and quiz_attempt_<strike>processed</strike>submitted) changed slightly to follow a more consistent naming scheme. We do not believe they were used much, so we decided to fix them now, so we could have a nice, stable API in the future.
==See also==
* [https://docs.moodle.org/21/en/Category:New_features User documentation of new features in Moodle 2.1]
<noinclude>
<noinclude>
 
[[Category:Release notes]]
[[Category:Release notes]]
[[Category:Moodle 2.1]]
[[Category:Moodle 2.1]]


[[en:Moodle 2.1 release notes]]
[[es:Notas de Moodle 2.1]]
[[fr:Notes de mise à jour de Moodle 2.1]]
[[fr:Notes de mise à jour de Moodle 2.1]]

Latest revision as of 09:07, 25 May 2022

Important:

This content of this page has been updated and migrated to the new Moodle Developer Resources. The information contained on the page should no longer be seen up-to-date.

Why not view this page on the new site and help us to migrate more content to the new site!

Moodle 2.1

Released: 1st July 2011

Major new features

New question engine

  • Moodle question system has been rewritten to make it much more robust and to support lots of new possible functionality.
  • See summary of changes at the New question engine page and more details in the tracker MDL-20636.
  • Warning: This change requires a major database upgrade. If you have a lot of question attempts in your site, you probably need to plan your upgrade in stages, using some extra code that is not in the core system.
  • Backward compatibility warning: Random short-answer matching question type was moved out of the main Moodle distribution.

Ability to restore the course contents from Moodle 1.9 backup files

  • Course backup files created in Moodle 1.9 can be now restored during the normal restore process.
  • No user data (like forum posts, grades, submissions, ...) are supported yet. Blocks are not restored yet.
  • See MDL-22414 for details.

Support for mobile devices

Other highlights

  • MDL-11288 Ability to copy (or clone) an activity
  • MDL-27428 Ability to navigate navigation/settings menu and dock with keyboard
  • MDL-26784 Improved plugins check/overview page
  • MDL-27500 Upgraded TinyMCE to the latest version 3.4.2
  • MDL-26105 User friendly block settings and help information
  • MDL-27251 New performance setting for calculating an appropriate timeout during large cURL requests
  • MDL-25805 Friendlier navigation for parent roles to see mentees in courses
  • MDL-27577 Daylight saving should be calculated for users having string timezone
  • MDL-27171 Messaging Improvements: Site administrators can now control which message delivery methods can be used for each message type. (In 2.0 students could switch off notifications. In 2.1 this can be overidden)

Security issues

There were no significant security issues fixed in this release.

Upgrading

When upgrading to Moodle 2.1, you must first upgrade to Moodle 1.9 or (preferably) 2.0. We advise that you test the upgrade first on a COPY of your production site, to make sure it works as you expect.

Please also check that you have PHP 5.3.2 or later, as the minimum required version has increased since Moodle 2.0.

For further information, see Upgrading to Moodle 2.1.

For developers: API changes

See also