Notas de Moodle 3.0.1

De MoodleDocs
Revisión del 18:45 24 dic 2015 de German Valero (discusión | contribs.) (added page)
(difs.) ← Revisión anterior | Revisión actual (difs.) | Revisión siguiente → (difs.)

Nota: Esta es una traducción de una página de la documentación para desarrolladores (Developer docs), que se considera particularmente importante, y que en su versión original se actualiza frecuentemente. Por ello, se le recomienda que revise la página original en idioma inglés: Moodle 3.0 release notes.

Moodle 3.0

Nota: Esta es una traducción de una página de la documentación para desarrolladores (Developer docs), que se considera particularmente importante, y que en su versión original se actualiza frecuentemente. Por ello, se le recomienda que revise la página original en idioma inglés: Moodle 3.0 release notes.

Moodle 3.0

Fecha de liberación: 21 Diciembre 2015

Aquí está la lista completa de asuntos corregidos en 3.0.1.

Principales características

Moodle 3.0.1 is a special release outside of the normal release schedule. The main highlight is support of PHP 7.0. This is the new major version of the programming language Moodle is written in; it has significantly better performance but at the same time lots of changes in the engine. Please note that Moodle 2.9 will show errors if run on PHP 7.

Before upgrading to PHP 7 version on production servers, you are recommended to test all plugins thoroughly. See Moodle and PHP7 for developer documentation.

PHP 7 was released on 3 December 2015 and is still very young. Not all libraries and/or drivers are available yet for PHP 7. For example, there are no drivers for SQL*Server. Other drivers required by your plugins may also be missing.

PHP 7 compatibility makes Moodle faster

php7 time logging in.png course-time-300x177.png
20% faster when logging in* 59% faster when loading the course page*

PHP 7 compatibility significantly reduces memory used

php7 memory logging in.png php7 memory viewing course.png
42% less memory used when logging in* 38% less memory used when viewing a course*
* Test results obtained on a test Moodle instance with one course in topics format with over 100 activities and resources.

Otras composturas y mejoras

  • MDL-44330 - When using assignment grading in several tabs the links to individual students grades work correctly
  • MDL-37834 - Excel can be used to edit the assignment offline grading worksheet
  • MDL-42571 - Edit PDF: Fixed bug with viewing a second PDF on the assignment grading page
  • MDL-43069 - Assignment grading: "Submission comments" fail to expand if you hide the "file submissions" column
  • MDL-37308 - Uploaded PNG images preserve transparency when resized
  • MDL-49490 - Fixed export to portfolio link in assignment with additional files
  • MDL-52194 - Fixed Flowplayer not working with insecure configuration of request_order

Para desarrolladores

  • MDL-51582 - Switch to grunt to compile LESS as recess is no longer maintained

Asuntos de seguridad

There are no security issues in this release. Security issues will be included in Moodle 3.0.2 which is due for release in January 2016.

Vea También