« Notes de mise à jour de Moodle 3.1 » : différence entre les versions

De MoodleDocs
Aller à :navigation, rechercher
(Mis à jour (à finir de traduire))
Ligne 1 : Ligne 1 :
<noinclude><div class="navtrail">[[Accueil]] ► [[Installation]] ► [[Historique des versions]] ► [[{{FULLPAGENAME}}]]</div></noinclude>
<noinclude><div class="navtrail">[[Accueil]] ► [[Installation]] ► [[Historique des versions]] ► [[{{FULLPAGENAME}}]]</div></noinclude>
{{Traduction}}


== Version 3.1 ==
== Version 3.1 ==


Cette version est en cours de développement actuellement, à '''ne pas utiliser en production !'''
Sortie : lundi 23 mai 2016


Sortie : prévue le lundi 23 mai 2016
Vous pouvez consulter un survol des [[Nouveautés de Moodle 3.1|nouvelles fonctionnalités de Moodle 3.1]] avec des copies d'écran, ou cette [https://www.youtube.com/playlist?list=PLxcO_MFWQBDfWYsGAI-SXY7JW6T_3t0yM série de vidéos] (en anglais).


* Gel du code 3.1 (pas de nouvelle fonctionnalité acceptée) : '''18 avril 2016'''
Vous pouvez consulter la liste des [https://tracker.moodle.org/issues/?jql=project%20%3D%20mdl%20AND%20resolution%20%3D%20fixed%20AND%20fixVersion%20in%20(%223.1%22)%20ORDER%20BY%20priority%20DESC détails sur les évolutions et corrections de bogues de cette version 3.1] (en anglais).
* Tests qualité 3.1 (début des tests de vérification de qualité) : '''25 avril 2016'''
 
* Sortie de Moodle 3.1 (si tous les tests passent) : '''23 mai 2016'''
Merci beaucoup à [http://moodle.org/dev/contributions.php?version=3.1.x tous les développeurs qui ont travaillé sur les correctifs et les nouvelles fonctionnalités de cette version].
 
=== Prérequis serveur ===
 
Ces versions sont les versions minimales pour assurer un fonctionnement correct ; nous vous recommandons d'utiliser des versions récentes et à jour.
* Mise à jour : possible depuis Moodle 2.7 minimum
* Versions PHP : '''5.4.4''' minimum (utilisez toujours la dernière version 5.4.x ou 5.5.x sous Windows - http://windows.php.net/download/). '''PHP 7 est supporté, mais peut avoir [https://docs.moodle.org/dev/Moodle_and_PHP7#Can_I_use_PHP7_yet.3F quelques limitations] (notamment liées aux plugins) !'''
* Extensions PHP recommandées : '''xmlreader''' (nouveau), GD (pour la conversion des images), zlib, [https://docs.moodle.org/28/en/OPcache OPcache]
* Ghostscript doit être installé pour l'annotation des fichiers PDF rendus dans les devoirs
* Unoconv devrait être installé pour la conversion de fichiers utilisée pour l'annotation PDF depuis différents types de fichiers (nouveauté de Moodle 3.1)
 
==== Prérequis de base de données ====
Moodle supporte les bases de données suivantes. Les versions minimales sont bien les minimales supportées, il est recommandé d'utiliser les dernières versions stables de chaque logiciel !
 
{| class="nicetable"
|-
! Base de données
! Version minimale
! Version recommandée
|-
| [http://www.postgresql.org/ PostgreSQL]
| 9.1
| Dernière
|-
| [http://www.mysql.com/ MySQL]
| 5.5.31
| Dernière
|-
| [https://mariadb.org/ MariaDB]
| 5.5.31
| Dernière
|-
| [http://www.microsoft.com/france/serveur-cloud/sql/default.aspx Microsoft SQL Server]
| 2008
| Dernière
|-
| [http://www.oracle.com/fr/products/database/overview/index.html Oracle]
| 10.2
| Dernière
|}
 
=== Prérequis client ===
 
==== Navigateurs internet supportés ====
 
{| class="nicetable"
|-
! Navigateur Internet
! Version minimale
! Version recommandée
! Notes
|-
| [https://www.google.com/intl/fr_fr/chrome/browser/ Google Chrome]
| 30.0
| Dernière
|
|-
| [http://www.mozilla.org/fr/firefox/ Mozilla Firefox]
| 25.0
| Dernière
|
|-
| [http://www.apple.com/fr/safari/ Apple Safari]
| 6
| Dernière
|
|-
| [http://windows.microsoft.com/fr-fr/internet-explorer/download-ie Microsoft Internet Explorer]
| 9
| Dernière
| IE 10 requis pour le glisser-déposer de contenu de l'extérieur du navigateur vers Moodle
|}


=== Avant de mettre à jour ===
=== Avant de mettre à jour ===
Ligne 15 : Ligne 87 :


Si vous n'installez pas une version neuve de Moodle 3.1, mais réalisez une mise à jour depuis une version existante, '''consultez impérativement''' les informations de [[Mise à jour à Moodle 3.1]] !
Si vous n'installez pas une version neuve de Moodle 3.1, mais réalisez une mise à jour depuis une version existante, '''consultez impérativement''' les informations de [[Mise à jour à Moodle 3.1]] !
=== Nouvelles fonctionnalités majeures ===
==== Améliorations principales ====
* MDL-53451 - Competencies support in Moodle
* MDL-52954 - Improvements to the Assignment grading user interface
* MDL-31989 - [https://docs.moodle.org/31/en/Global_search Global Search] API allows to search forums, wikis and other content throughout the whole site. [https://docs.moodle.org/31/en/Global_search Installation and setup] of SOLR server is required,
* MDL-52002 - Significant performance improvements in gradebook calculations
* MDL-48012 - [https://docs.moodle.org/31/en/Recycle_bin Recycle bin] plugin is now part of standard Moodle distribution: allow instructors to "undo" deletions of course modules and courses. [https://moodleassociation.org/ Moodle Users Association] project
* MDL-49279 - Add support in moodle plugins for exporting "[[Moodle Mobile Remote add-ons|Mobile app addons]]"
==== Activité Forum ====
* MDL-372 - Allow to [https://docs.moodle.org/31/en/Using_Forum#Pinned_posts "pin" discussions] to keep them always on the top of the list
* MDL-34160 - Allow forum email subject to be customised
* MDL-47365 - Add  [https://docs.moodle.org/31/en/Using_Forum#Permalinks permalink] option to forum posts
* MDL-51214 - Rename the News forum to [https://docs.moodle.org/31/en/Announcements "Announcements"]
* MDL-44087 - Forum does not observe message notification settings for digest emails
* MDL-53050 - Highlight the selected forum post when deep linking with a #anchor
==== Activité Devoir ====
* MDL-52397 - Feedback for Assignments is not sent if the assignment grade timemodified setting was set to two days ago
* MDL-52596 - Add a 'maxperpage' site wide setting for grading table size (to mitigate broken grading pages in large courses)
* MDL-52269 - Not obvious to tell if an assignment is in blind marking if user holds the "mod/assign:viewblinddetails" capabilty
* MDL-52270 - Difficult to cross reference users with their blind identities
* MDL-44598 - List student names on 'grant extension' screen
* MDL-52490 - Download selected assign submissions as a zip file
* MDL-52290 - EditPDF - Also show the total page number in the pagination
* MDL-52489 - "Download all submissions as a zip" should maintain the folder structure in students submissions
==== Outil externe (LTI) ====
* MDL-52154 - Rework LTI admin screens
* MDL-45064 - Option to add Preconfigured LTI Tool to Activity Chooser
* MDL-52035 - Integrate LTI Provider support in Moodle as the [https://docs.moodle.org/31/en/Publish_as_LTI_tool Publish as LTI tool]
* MDL-52821 - Compliance: Send tool_consumer_instance_description in LTI launch request
==== Feedback ====
* MDL-53738 - Feedback activity module will be enabled by default in new 3.1 installations. If you are upgrading to 3.1 we recommend you to enable it manually.
* MDL-52094 - Various improvements to UI and bug fixes, including:
** Performance improvement to download responses as raw data in multiple formats (CSV, Excel, etc.) - now available on "Show responses" page instead of "Analysis"
** Allow any characters in labels, do not display empty labels
** Do not display empty pages
** Map frontpage feedback to multiple courses without leaving the form
** Improved display of automatic question numbers
** Disable "Response time" for anonymous feedbacks
** Use moodleforms to display feedback
==== SCORM====
* MDL-45712 - Add Result field to the SCORM Interactions Report
* MDL-48680 - Add score and status submission events to SCORM activity
* MDL-42473 - Add group support to SCORM activity
==== Activité Test ====
* MDL-52738 - Quiz attempt/review page should have a previous button to match next
* MDL-46092 - Add the OU styling of the Quiz navigation into Moodle core as the default
* MDL-46091 - Rationalise confirmations when you start a quiz
* MDL-52806 - Show right answers when manually grading automatically marked questions
* MDL-53304 - Immediate feedback behaviours should not show a disabled check button when you can't use it
==== Autres modules d'activité ====
* MDL-42190 - Workshop: Possibility to delete a submission
* MDL-51306 - Folder: [https://docs.moodle.org/31/en/Folder_resource Bulk download all files within a folder activity as ZIP file]
* MDL-52414 - Lesson: Allow Default Settings for [https://docs.moodle.org/31/en/Lesson_settings Lesson Module Settings]
* MDL-51267 - URL/File: Make setting up a [https://docs.moodle.org/31/en/URL_resource_settings#General URL]/[https://docs.moodle.org/31/en/File_resource_settings#Uploading_files File] resource more obvious
* MDL-50794 - Workshop: [https://docs.moodle.org/31/en/Workshop_settings Restricting file types as attachments] to a workshop
==== Carnet de notes ====
* MDL-48634 - Option to rescale existing grades when changing max points
* MDL-52522 - grade_minmaxtouse should be respected for overridden categories
* MDL-51900 - Tab Down Grade Column in Single View of Gradebook
* MDL-52309 - Make Grade History report require user to submit parameters before the report starts running
==== Performance ====
* MDL-51374 - Do not purge entire databasemeta cache when there are structure changes (esp temp tables).
* MDL-51603 - Refactor downloading of csv, ods, excel etc files in reports and exports across moodle to stream progressively
* MDL-34925 - Improve bulk user export performance
* MDL-50385 - Performance improvement to the grade history report
==== Tags ====
* MDL-50851 - Introduce tag collections - ability to separate independent tag areas
* MDL-52252 - Add tags to modules (Resources and Activities)
* MDL-25742 - Allow to search wiki pages by tags
* MDL-51283 - Rename "official" tags to "standard", allow admin to set for each tag area how to use standard tags
* MDL-16855 - Add tag filtering to "Manage tags" page
* MDL-52707 - Allow tags to be combined
==== Utilisabilité ====
* MDL-27628 - [https://docs.moodle.org/31/en/Course_meta_link Enrol meta:] Possible to add multiple courses without leaving the form
* MDL-51818 - Move the profile 'Message' button to be next to the user picture
* MDL-52258 - Calendar now shows duration in calendar block
* MDL-53043 - Move user search box above the students list in the manual enrolments popup
* MDL-35590 - Navigation block redesign to meet ARIA specification
* MDL-49963 - Allow to message all participants when there are more than one page in participants list
* MDL-51354 - Help popup and improved name for events dropdown menu on the course and site logs pages
* MDL-53026 - Use inplace editable for editing cohort names
* MDL-51706 - Move plagiarism links to the top of the summary and full text outputs
* MDL-53382 - "Show all" link on participants page should be moved beneath the page switcher
==== Autres améliorations ====
* MDL-53057 - Add [https://docs.moodle.org/31/en/File_system_repository#Using_a_File_System_repository_file search feature to the File system repository]
* MDL-48506 - Improve memcached cache store so that it is multi-site safe
* MDL-50661 - Restyle "Clean" theme to use Logo and Header in Frontpage with smaller logo option in other pages.
* MDL-36652 - When downloading an Excel spreadsheet of student logs, have the course short name included in the file name.
* MDL-53207 - Display stock avatar instead of own user picture from messages from fake users
* MDL-51698 - Markup the crumb trail so search engines understand it and leverage it
* MDL-53072 - Option to choose whether we include suspended users when auto-creating groups
* MDL-52869 - Convert inline activity name edit to use the inplace editable element
==== Administration ====
* MDL-26935 - New capability to control role renaming
* MDL-28030 - Add config.php settings to allow plugins to rewrite output moodle_urls (eg clean / semantic urls)
* MDL-52752 - Administrators can specify an alternate URL to use for MathJax
* MDL-52219 - Completion tracking & availability should default to on for new installs
* MDL-52990 - Enable all emails to be themed, ie add 4 wrapper mustache templates
* MDL-53260 - Option to display CLI upgrade messages in English
* MDL-52386 - Allow to control field for flagging enabled/disabled users in LDAP authentication (useful for Active Directory)
* MDL-52383 - Calendar "Days to look ahead" should allow intervals up to 1 year
* MDL-49934 - Admins or managers should be able to retrieve assignments info via get_assignments web service
=== Sécurité ===
Rien de nouveau concernant la sécurité depuis [[Notes de mise à jour de Moodle 3.0.4#Sécurité|Moodle 3.0.4]] sorti le 9 mai 2016.
=== Pour les développeurs ===
==== Significant new areas ====
* MDL-31989 - [https://docs.moodle.org/dev/Search_API Global Search] API allows to index and search forums, wikis and other content throughout the whole site.
* MDL-49279, MDL-50032 - Add support in moodle plugins for exporting "[[Moodle Mobile Remote add-ons|Mobile app addons]]"
* MDL-53451 - Competencies support in Moodle ([https://docs.moodle.org/dev/Competency_API documentation])
* MDL-50887 - Implement plugins infrastructure for antivirus and create ClamAV plugin ([https://docs.moodle.org/dev/Antivirus_plugins documentation]).
* MDL-51603 - New [https://docs.moodle.org/dev/Data_formats Dataformat] plugin type for downloading data as csv, ods, excel etc (eg from table_sql export)
* MDL-50851 - Significant changes to Tags API, tag areas can now implement callbacks to display tagged items ([https://docs.moodle.org/dev/Tag_API documentation])
* MDL-46891 - Upgrade to behat 3.x ([https://docs.moodle.org/dev/Acceptance_testing/Migrating_from_Behat_2.5_to_3.x_in_Moodle documentation])
==== Smaller new things ====
* MDL-51802 - Reusable element for inplace editing ([https://docs.moodle.org/dev/Inplace_editable documentation])
* MDL-30811 - Introduce notification stack to moodle sessions ([https://docs.moodle.org/dev/Notifications documentation])
* MDL-52237 - Add a callback to inject nodes in the user profile navigation
* MDL-51324 - New course chooser element for moodleforms ([https://docs.moodle.org/dev/lib/formslib.php_Form_Definition#autocomplete documentation])
* MDL-53311 - Reusable element for displaying tree similar to navigation tree ([https://docs.moodle.org/dev/Tree documentation])
==== Smaller changes in core APIs ====
* MDL-52954 - file_storage class can now convert between office documents ([https://docs.moodle.org/dev/File_API#Convert_between_file_formats_.28office_documents.29 documentation])
* MDL-53274 - Throw exception (in developer mode) if page context is not set, otherwise it is easily missed in AJAX calls
* MDL-52826, MDL-52715 - Allow to use moodleforms in AJAX requests ([https://docs.moodle.org/dev/Fragment documentation])
* MDL-51718 - Allow to specify scheme in moodle_url
* MDL-51700 - Ajax service should clean the return values of the external functions
* MDL-53962 - '''Changes to webservices XML-RPC API''' - it is now '''critical''' to specify parameters for XML-RPC calls in the correct order. Previously Zend may have been able to work out the order, our new implementation, at this stage, cannot.
==== Themeability improvements ====
* MDL-50464 - New renderer for RSS Client Block allows themes to customise its look
==== Changes related to particular plugins ====
* MDL-52013 - Allow mod_assign plugins to add calendar events
* MDL-48362 - Improve the enrol API to prevent logic in the UI ([https://docs.moodle.org/dev/Enrolment_plugins#Standard_Editing_UI documentation])
* MDL-52996 - Allow Atto customisation for special-purpose plugins
* MDL-52781 - Improved validation on user fields when creating users from external datasources
* MDL-53304 - Changes to interactive question behaviour may cause the unit tests for your question type to break if you have followed the common patter. You will need to make changes like [https://github.com/moodle/moodle/commit/81e47a35e8bb98a94ea88e45eee63dcda1b46f74#diff-d16a78021131604bb14ae59ebe6eeebbL235 this].
==== Dépréciations ====
Pour une liste complète des éléments dépréciés, voyez lib/upgrade.txt et les fichiers upgrade.txt dans les dossiers des différents plugins.
Voici les dépréciations principales :
* MDL-49414 - Remove deprecated web services
* MDL-48621 - Deprecate the old events system
* MDL-52207 - Delete Zend framework


<noinclude>=== Voir aussi ===
<noinclude>=== Voir aussi ===

Version du 23 mai 2016 à 16:09

Remarque : la traduction de cette page n'est pas terminée. N'hésitez pas à traduire tout ou partie de cette page ou à la compléter. Vous pouvez aussi utiliser la page de discussion pour vos recommandations et suggestions d'améliorations.


Version 3.1

Sortie : lundi 23 mai 2016

Vous pouvez consulter un survol des nouvelles fonctionnalités de Moodle 3.1 avec des copies d'écran, ou cette série de vidéos (en anglais).

Vous pouvez consulter la liste des détails sur les évolutions et corrections de bogues de cette version 3.1 (en anglais).

Merci beaucoup à tous les développeurs qui ont travaillé sur les correctifs et les nouvelles fonctionnalités de cette version.

Prérequis serveur

Ces versions sont les versions minimales pour assurer un fonctionnement correct ; nous vous recommandons d'utiliser des versions récentes et à jour.

  • Mise à jour : possible depuis Moodle 2.7 minimum
  • Versions PHP : 5.4.4 minimum (utilisez toujours la dernière version 5.4.x ou 5.5.x sous Windows - http://windows.php.net/download/). PHP 7 est supporté, mais peut avoir quelques limitations (notamment liées aux plugins) !
  • Extensions PHP recommandées : xmlreader (nouveau), GD (pour la conversion des images), zlib, OPcache
  • Ghostscript doit être installé pour l'annotation des fichiers PDF rendus dans les devoirs
  • Unoconv devrait être installé pour la conversion de fichiers utilisée pour l'annotation PDF depuis différents types de fichiers (nouveauté de Moodle 3.1)

Prérequis de base de données

Moodle supporte les bases de données suivantes. Les versions minimales sont bien les minimales supportées, il est recommandé d'utiliser les dernières versions stables de chaque logiciel !

Base de données Version minimale Version recommandée
PostgreSQL 9.1 Dernière
MySQL 5.5.31 Dernière
MariaDB 5.5.31 Dernière
Microsoft SQL Server 2008 Dernière
Oracle 10.2 Dernière

Prérequis client

Navigateurs internet supportés

Navigateur Internet Version minimale Version recommandée Notes
Google Chrome 30.0 Dernière
Mozilla Firefox 25.0 Dernière
Apple Safari 6 Dernière
Microsoft Internet Explorer 9 Dernière IE 10 requis pour le glisser-déposer de contenu de l'extérieur du navigateur vers Moodle

Avant de mettre à jour

Pour pouvoir mettre à jour vers Moodle 3.1, Moodle 2.7 minimum est nécessaire (si vous avez une version plus ancienne, passez d'abord à Moodle 2.7).

Si vous n'installez pas une version neuve de Moodle 3.1, mais réalisez une mise à jour depuis une version existante, consultez impérativement les informations de Mise à jour à Moodle 3.1 !

Nouvelles fonctionnalités majeures

Améliorations principales

Activité Forum

Activité Devoir

  • MDL-52397 - Feedback for Assignments is not sent if the assignment grade timemodified setting was set to two days ago
  • MDL-52596 - Add a 'maxperpage' site wide setting for grading table size (to mitigate broken grading pages in large courses)
  • MDL-52269 - Not obvious to tell if an assignment is in blind marking if user holds the "mod/assign:viewblinddetails" capabilty
  • MDL-52270 - Difficult to cross reference users with their blind identities
  • MDL-44598 - List student names on 'grant extension' screen
  • MDL-52490 - Download selected assign submissions as a zip file
  • MDL-52290 - EditPDF - Also show the total page number in the pagination
  • MDL-52489 - "Download all submissions as a zip" should maintain the folder structure in students submissions

Outil externe (LTI)

Feedback

  • MDL-53738 - Feedback activity module will be enabled by default in new 3.1 installations. If you are upgrading to 3.1 we recommend you to enable it manually.
  • MDL-52094 - Various improvements to UI and bug fixes, including:
    • Performance improvement to download responses as raw data in multiple formats (CSV, Excel, etc.) - now available on "Show responses" page instead of "Analysis"
    • Allow any characters in labels, do not display empty labels
    • Do not display empty pages
    • Map frontpage feedback to multiple courses without leaving the form
    • Improved display of automatic question numbers
    • Disable "Response time" for anonymous feedbacks
    • Use moodleforms to display feedback

SCORM

  • MDL-45712 - Add Result field to the SCORM Interactions Report
  • MDL-48680 - Add score and status submission events to SCORM activity
  • MDL-42473 - Add group support to SCORM activity

Activité Test

  • MDL-52738 - Quiz attempt/review page should have a previous button to match next
  • MDL-46092 - Add the OU styling of the Quiz navigation into Moodle core as the default
  • MDL-46091 - Rationalise confirmations when you start a quiz
  • MDL-52806 - Show right answers when manually grading automatically marked questions
  • MDL-53304 - Immediate feedback behaviours should not show a disabled check button when you can't use it

Autres modules d'activité

Carnet de notes

  • MDL-48634 - Option to rescale existing grades when changing max points
  • MDL-52522 - grade_minmaxtouse should be respected for overridden categories
  • MDL-51900 - Tab Down Grade Column in Single View of Gradebook
  • MDL-52309 - Make Grade History report require user to submit parameters before the report starts running

Performance

  • MDL-51374 - Do not purge entire databasemeta cache when there are structure changes (esp temp tables).
  • MDL-51603 - Refactor downloading of csv, ods, excel etc files in reports and exports across moodle to stream progressively
  • MDL-34925 - Improve bulk user export performance
  • MDL-50385 - Performance improvement to the grade history report

Tags

  • MDL-50851 - Introduce tag collections - ability to separate independent tag areas
  • MDL-52252 - Add tags to modules (Resources and Activities)
  • MDL-25742 - Allow to search wiki pages by tags
  • MDL-51283 - Rename "official" tags to "standard", allow admin to set for each tag area how to use standard tags
  • MDL-16855 - Add tag filtering to "Manage tags" page
  • MDL-52707 - Allow tags to be combined

Utilisabilité

  • MDL-27628 - Enrol meta: Possible to add multiple courses without leaving the form
  • MDL-51818 - Move the profile 'Message' button to be next to the user picture
  • MDL-52258 - Calendar now shows duration in calendar block
  • MDL-53043 - Move user search box above the students list in the manual enrolments popup
  • MDL-35590 - Navigation block redesign to meet ARIA specification
  • MDL-49963 - Allow to message all participants when there are more than one page in participants list
  • MDL-51354 - Help popup and improved name for events dropdown menu on the course and site logs pages
  • MDL-53026 - Use inplace editable for editing cohort names
  • MDL-51706 - Move plagiarism links to the top of the summary and full text outputs
  • MDL-53382 - "Show all" link on participants page should be moved beneath the page switcher

Autres améliorations

  • MDL-53057 - Add search feature to the File system repository
  • MDL-48506 - Improve memcached cache store so that it is multi-site safe
  • MDL-50661 - Restyle "Clean" theme to use Logo and Header in Frontpage with smaller logo option in other pages.
  • MDL-36652 - When downloading an Excel spreadsheet of student logs, have the course short name included in the file name.
  • MDL-53207 - Display stock avatar instead of own user picture from messages from fake users
  • MDL-51698 - Markup the crumb trail so search engines understand it and leverage it
  • MDL-53072 - Option to choose whether we include suspended users when auto-creating groups
  • MDL-52869 - Convert inline activity name edit to use the inplace editable element

Administration

  • MDL-26935 - New capability to control role renaming
  • MDL-28030 - Add config.php settings to allow plugins to rewrite output moodle_urls (eg clean / semantic urls)
  • MDL-52752 - Administrators can specify an alternate URL to use for MathJax
  • MDL-52219 - Completion tracking & availability should default to on for new installs
  • MDL-52990 - Enable all emails to be themed, ie add 4 wrapper mustache templates
  • MDL-53260 - Option to display CLI upgrade messages in English
  • MDL-52386 - Allow to control field for flagging enabled/disabled users in LDAP authentication (useful for Active Directory)
  • MDL-52383 - Calendar "Days to look ahead" should allow intervals up to 1 year
  • MDL-49934 - Admins or managers should be able to retrieve assignments info via get_assignments web service

Sécurité

Rien de nouveau concernant la sécurité depuis Moodle 3.0.4 sorti le 9 mai 2016.

Pour les développeurs

Significant new areas

Smaller new things

Smaller changes in core APIs

  • MDL-52954 - file_storage class can now convert between office documents (documentation)
  • MDL-53274 - Throw exception (in developer mode) if page context is not set, otherwise it is easily missed in AJAX calls
  • MDL-52826, MDL-52715 - Allow to use moodleforms in AJAX requests (documentation)
  • MDL-51718 - Allow to specify scheme in moodle_url
  • MDL-51700 - Ajax service should clean the return values of the external functions
  • MDL-53962 - Changes to webservices XML-RPC API - it is now critical to specify parameters for XML-RPC calls in the correct order. Previously Zend may have been able to work out the order, our new implementation, at this stage, cannot.

Themeability improvements

  • MDL-50464 - New renderer for RSS Client Block allows themes to customise its look

Changes related to particular plugins

  • MDL-52013 - Allow mod_assign plugins to add calendar events
  • MDL-48362 - Improve the enrol API to prevent logic in the UI (documentation)
  • MDL-52996 - Allow Atto customisation for special-purpose plugins
  • MDL-52781 - Improved validation on user fields when creating users from external datasources
  • MDL-53304 - Changes to interactive question behaviour may cause the unit tests for your question type to break if you have followed the common patter. You will need to make changes like this.

Dépréciations

Pour une liste complète des éléments dépréciés, voyez lib/upgrade.txt et les fichiers upgrade.txt dans les dossiers des différents plugins. Voici les dépréciations principales :

Voir aussi