Diferencia entre revisiones de «Notas de Moodle 2.1»

De MoodleDocs
m (Página creada con '==Moodle 2.1== Expected release date: 1st July 2011 ===Major new features=== ====New question engine==== * Moodle question system has been rewritten to make it much more ro...')
 
mSin resumen de edición
Línea 1: Línea 1:
==Moodle 2.1==
==Moodle 2.1==


Expected release date: 1st July 2011
Fecha de lanzamiento: 1 de Julio de 2011
 
[http://tracker.moodle.org/secure/ReleaseNote.jspa?projectId=10011&version=10370 Esta página muestra información (en inglés) de las mejoras y soluciones de problemas que incorpora].
   
   
===Major new features===
===Principales nuevas características===


====New question engine====
====Nuevo motor de preguntas====


* 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.
Línea 12: Línea 14:
* 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.


====Ability to restore the course contents from Moodle 1.9 backup files====
====Restauración de contenidos de cursos desde copias de seguridad de Moodle 1.9====


* Course backup files created in Moodle 1.9 can be now restored during the normal restore process.
* Course backup files created in Moodle 1.9 can be now restored during the normal restore process.
Línea 18: Línea 20:
* See MDL-22414 for details.
* See MDL-22414 for details.


====Enabling Web Services for mobile devices====
====Activación de servicios web (WS) para dispositivos móviles====


* 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.
Línea 25: Línea 27:
* See MDL-27551 and [[:en:Enable_mobile_web_services|Enable mobile web services documentation]] for details.
* See MDL-27551 and [[:en:Enable_mobile_web_services|Enable mobile web services documentation]] for details.


===Other highlights===
===Destacado===
   
   
* MDL-11288 Ability to copy (or clone) an activity
* MDL-11288 Ability to copy (or clone) an activity
Línea 38: Línea 40:
* MDL-25394 Improved Support for Mobile Themes and Browser Detection
* MDL-25394 Improved Support for Mobile Themes and Browser Detection


===Security issues===
===Problemas de seguridad===
   
   
To be released later
To be released later


===Upgrading===
===Actualización===


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.
Línea 48: Línea 50:
For further information, see [[:en:Upgrading to Moodle 2.1|Upgrading to Moodle 2.1]].
For further information, see [[:en:Upgrading to Moodle 2.1|Upgrading to Moodle 2.1]].


===For developers: API changes===
===Para desarrolladores: Cambios en las APIs===


* The new question engine changes the API for question types. See [[dev:Developing a Question Type]].
* The new question engine changes the API for question types. See [[dev:Developing a Question Type]].
Línea 55: Línea 57:
<noinclude>
<noinclude>
   
   
[[Category:Release notes]]
[[Category:Notas de versiones]]
[[Category:Moodle 2.1]]
[[Category:Moodle 2.1]]


[[dev:Moodle 2.1 release notes]]
[[dev:Moodle 2.1 release notes]]
[[fr:Notes de mise à jour de Moodle 2.1]]
[[fr:Notes de mise à jour de Moodle 2.1]]

Revisión del 11:10 1 jul 2011

Moodle 2.1

Fecha de lanzamiento: 1 de Julio de 2011

Esta página muestra información (en inglés) de las mejoras y soluciones de problemas que incorpora.

Principales nuevas características

Nuevo motor de preguntas

  • 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 core.
  • Backward compatibility warning: Random short-answer matching question type was moved out of the main Moodle distribution.

Restauración de contenidos de cursos desde copias de seguridad de Moodle 1.9

  • 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.

Activación de servicios web (WS) para dispositivos móviles

  • Moodle 2.1 comes with a built-in web service designed for mobile applications.
  • It is required to run the official Moodle app.
  • Enable it only if you want people to use the official app or if third party app explicitly requires it.
  • See MDL-27551 and Enable mobile web services documentation for details.

Destacado

  • 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
  • MDL-25394 Improved Support for Mobile Themes and Browser Detection

Problemas de seguridad

To be released later

Actualización

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.

Para desarrolladores: Cambios en las APIs

dev:Moodle 2.1 release notes