Note: You are currently viewing documentation for Moodle 1.9. Up-to-date documentation for the latest stable version is available here: Moodle 1.9.5 release notes.

Moodle 1.9.5 release notes: Difference between revisions

From MoodleDocs
m (Helen's formatting looks better ;-))
(→‎Highlights: split restore setting)
Line 8: Line 8:
* MDL-17074 - [[Course default settings]]: Now it's possible to specify some defaults to be applied on interactive course creation. Note this feature is one subset of the more complete defaults available in [[:Category:Moodle_2.0|Moodle 2.0]].
* MDL-17074 - [[Course default settings]]: Now it's possible to specify some defaults to be applied on interactive course creation. Note this feature is one subset of the more complete defaults available in [[:Category:Moodle_2.0|Moodle 2.0]].
* MDL-17144 - New [[Spam cleaner]] report
* MDL-17144 - New [[Spam cleaner]] report
* MDL-18468 - New setting in ''Administration > Miscellaneous > [[Experimental]]'' for checking course backup files for XML errors and splitting into smaller parts for use in the restore process. This will result in improvements to restore robustness and execution times, particularly for medium to large course backups.


===Security issues===
===Security issues===

Revision as of 08:51, 10 March 2009

Release date: Not yet released

Here is the full list of fixed issues in 1.9.5.

Highlights

  • Gradebook improvements
  • MDL-17074 - Course default settings: Now it's possible to specify some defaults to be applied on interactive course creation. Note this feature is one subset of the more complete defaults available in Moodle 2.0.
  • MDL-17144 - New Spam cleaner report
  • MDL-18468 - New setting in Administration > Miscellaneous > Experimental for checking course backup files for XML errors and splitting into smaller parts for use in the restore process. This will result in improvements to restore robustness and execution times, particularly for medium to large course backups.

Security issues

Known problems and regressions

Changes in Moodle API

  • MDL-18066: The import_backup_file_silently() has been modified, so it doesn't provide automatic administrator credentials anymore. The (custom) caller functions have the responsibility of doing that. This change only affects to 3rd part code using the function, core doesn't use it at all.

See also