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 release notes: diferència entre les revisions

De MoodleDocs
Salta a:navegació, cerca
Línia 16: Línia 16:
* [[Development:Using_the_file_API|File handling changes]] - you will need to update your code.
* [[Development:Using_the_file_API|File handling changes]] - you will need to update your code.
* [[Development:Migrating your code code to the 2.0 rendering API|Rendering layer changes]] - should be mostly backwards compatible, but you are advised to upgrade your code.
* [[Development:Migrating your code code to the 2.0 rendering API|Rendering layer changes]] - should be mostly backwards compatible, but you are advised to upgrade your code.
* Require capability used to do an automatic require_login. It no longer does so. All pages must explicitly call require_login if they need it.
* Require capability used to do an automatic require_login. It no longer does so. All pages must explicitly call require_login if they need it. MDL-19882
* [[Development:Moodle_2.0_question_type_API_changes|Changes to the question type API]]
* [[Development:Moodle_2.0_question_type_API_changes|Changes to the question type API]]



Revisió del 09:05, 20 jul 2009

Release date: Not yet released

Here is the full list of fixed issues in 2.0.

Highlights

  • See Roadmap to follow the ongoing Moodle 2.0 development.

Security issues

Known problems and regressions

API Changes

See also