Hinweis: Sie sind auf den Seiten der Moodle 2.7 Dokumentation. Die Dokumentation der aktuellsten Moodle-Version finden Sie hier: Moodle 2.1 Versionsinformationen.

Moodle 2.1 Versionsinformationen: Unterschied zwischen den Versionen

Aus MoodleDocs
Wechseln zu:Navigation, Suche
(Übernahme der englischen Release Notes)
 
Keine Bearbeitungszusammenfassung
Zeile 1: Zeile 1:
==Moodle 2.1==
{{Versionen}}
Released: 1st July 2011
 
Veröffentlicht: '''1. Juli 2011'''
   
   
===Major new features===
===Wichtige neue Funktionalitäten===


====New question engine====
====New question engine====
Zeile 11: Zeile 12:
* 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====
====Wiederherstellung der Kursinhalte aus Sicherungsdateien von Moodle 1.9.x====


* 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.
Zeile 17: Zeile 18:
* See MDL-22414 for details.
* See MDL-22414 for details.


====Support for mobile devices====
====Unterstützung für mobile Endgeräte====


* Moodle 2.1 comes with a built-in web service designed for mobile applications (required to run the official [[:dev:Mobile_app|Moodle app]])
* Moodle 2.1 comes with a built-in web service designed for mobile applications (required to run the official [[:dev:Mobile_app|Moodle app]])
Zeile 23: Zeile 24:
* MDL-25394 Improved Support for Mobile Themes and Browser Detection
* MDL-25394 Improved Support for Mobile Themes and Browser Detection


===Other highlights===
===Weitere Verbesserungen===
   
   
* MDL-11288 Ability to copy (or clone) an activity
* MDL-11288 Ability to copy (or clone) an activity
Zeile 39: Zeile 40:
To be released later
To be released later


===Upgrading===
===Aktualisierung von Moodle===


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.
Zeile 45: Zeile 46:
For further information, see [[Upgrading to Moodle 2.1|Upgrading to Moodle 2.1]].
For further information, see [[Upgrading to Moodle 2.1|Upgrading to Moodle 2.1]].


===For developers: API changes===
===Für Entwickler: Änderungen in der API===


* 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]].

Version vom 2. Juli 2011, 10:36 Uhr

Veröffentlicht: 1. Juli 2011

Wichtige neue Funktionalitäten

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

Wiederherstellung der Kursinhalte aus Sicherungsdateien von Moodle 1.9.x

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

Unterstützung für mobile Endgeräte

Weitere Verbesserungen

  • 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

Security issues

To be released later

Aktualisierung von Moodle

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.

Für Entwickler: Änderungen in der API

[]de:Moodle 2.1 Versionsinformationen]]