Note:

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

Moodle 2.2 release notes: Difference between revisions

From MoodleDocs
m (adding - symbols)
(→‎Other Highlights: links to 2.2 docs)
Line 15: Line 15:


* MDL-28455 - TinyMCE editor upgraded.  Safari on iPad/iPhone with iOS5 now works!
* MDL-28455 - TinyMCE editor upgraded.  Safari on iPad/iPhone with iOS5 now works!
* MDL-27242 - Conditional activities can now become available at an exact time, rather than only a date
* MDL-27242 - [https://docs.moodle.org/22/en/Conditional_activities_settings Conditional activities] can now become available at an exact time, rather than only a date
* MDL-28646 - Mobile apps can now download static offline copies of courses
* MDL-28646 - A new [https://docs.moodle.org/22/en/Mobile_app Mobile app] button 'content' enables all resources in a course to be downloaded for offline viewing
* MDL-26477 - Navigation block now links to topic/weekly sections
* MDL-26477 - [https://docs.moodle.org/22/en/Navigation Navigation block] now links to topic/weekly sections
* MDL-28270 - A variety of small improvements to cohorts
* MDL-28270 - Option to [https://docs.moodle.org/22/en/Cohorts upload users to a cohort], add users to a cohort in bulk and other cohort improvements
* MDL-29719 - Course listings can now optionally display course short name everywhere
* MDL-29719 - [https://docs.moodle.org/22/en/Course_list Course listings] can now optionally display course short name everywhere
* MDL-27001 - Activity descriptions can now be displayed on course pages
* MDL-27001 - Activity descriptions can now be displayed on [https://docs.moodle.org/22/en/Course_homepage course homepages]
* MDL-27036, MDL-30146 - SCORM AICC - improvements to handling of external AICC packages.
* MDL-27036, MDL-30146 - SCORM AICC - improvements to handling of external AICC packages.



Revision as of 19:50, 1 December 2011

Release date: soon!

Here is the full list of fixed issues in 2.2 (Long!)

Major new features

Other Highlights

Security issues

To be released later

For developers: API changes

Core API changes

New plugin types

Plugin API changes

DB changes

  • MDL-29313 - Length limit for VARCHAR columns under all Databases has been raised to 1333 chars. This will allow using that column type to store URLs and longer contents in general.
  • Specifically for Oracle installations:
    • MDL-29322 - All VARCHAR2 columns will be created using CHAR semantics instead of default BYTE semantics in Moodle 2.2 and upwards. This provides better cross-db compatibility and improves storage of longer Unicode strings.
    • MDL-29416 - For all existing sites, one new report has been added under Admin -> Development -> XMLDB Editor -> Check semantics, able to detect all the "old" BYTE semantics remaining in the database and generate the SQL statements needed to move them to proper CHAR semantics.

Libraries deleted from distribution

This is the list of some outdated / unused libraries that aren't bundled anymore with Moodle 2.2 and upwards. Any (contrib / custom) plugin using them should change to better alternatives or include its own copy of them:


Webservice changes

  • MDL-20804 - SOAP server can now publish detailed object structures via WSDL
  • MDL-29106 - New naming convention
  • MDL-29435 - SOAP/XML-RPC return clear error message when Moodle debug mode >= NORMAL
  • MDL-29277 - Any error at the web service description level is clearly indicated => which parameter/returned value is wrong, and what was expected.
  • MDL-29279 - REST server can return JSON
  • MDL-29276 - Many other web service improvements
  • Many web service demo clients
  • Full web service user and developer documentation update.
  • New web service roadmap

See also