Aquesta pàgina forma part de la documentació de Moodle en català, tot i que no ha estat traduïda encara. Podeu contribuir obertament a les tasques de traducció. Podeu consultar la Guia d'edició de la documentació i també participar ens els debats del fòrum de traductors de la documentació a moodle.org

Moodle 2.0.3 release notes: diferència entre les revisions

De MoodleDocs
Salta a:navegació, cerca
Cap resum de modificació
Cap resum de modificació
Línia 17: Línia 17:
   
   
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.
===Changes to APIs===
* MDL-26838 - 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 [https://docs.moodle.org/en/Development:Ratings_2.0#Module_callbacks rating 2.0 documentation]


===Fixes and improvements===
===Fixes and improvements===
Línia 24: Línia 28:
* MDL-27116 - Fixed theme directory linking
* MDL-27116 - Fixed theme directory linking
* MDL-26854 - Improvements to comments
* MDL-26854 - Improvements to comments
* MDL-26838 - Multiple fixes to the site-wide [[Ratings_2.0|ratings]]
* MDL-26643 - Fixed blog visibility issue after update
* MDL-26643 - Fixed blog visibility issue after update
* MDL-26768 - Grades from Lessons are now correctly set to null on non-attempt
* MDL-26768 - Grades from Lessons are now correctly set to null on non-attempt

Revisió del 11:44, 4 maig 2011

Release date: Not yet released

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.

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

Fixes and improvements

  • 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-27116 - Fixed theme directory linking
  • MDL-26854 - Improvements to comments
  • 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

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

See also