Note:

If you want to create a new page for developers, you should create it on the Moodle Developer Resource site.

Moodle 1.9.4 release notes: Difference between revisions

From MoodleDocs
(French link)
m (MDLSITE-6551)
Line 10: Line 10:
** MDL-17222 New [[:en:Security overview|Security overview]] report  
** MDL-17222 New [[:en:Security overview|Security overview]] report  
** Separate capabilities for each report and other parts with sensitive information
** Separate capabilities for each report and other parts with sensitive information
* [http://tracker.moodle.org/secure/IssueNavigator.jspa?reset=true&pid=10011&query=categor*+-question&summary=true&description=true&resolution=1&fixfor=10300&assigneeSelect=specificuser&assignee=timhunt Fix multiple bugs] relating to creating and editing course categories. Previously, giving admin permissions in a category and its subcategories did not work reliably. In the process, the separate create, update and delete category capabilities were replaced with [[:en:Capabilities/moodle/category:manage|moodle/category:manage]], and moodle/category:visibility was renamed to [[:en:Capabilities/moodle/category:viewhiddencategories|moodle/category:viewhiddencategories]].  
* [http://tracker.moodle.org/secure/IssueNavigator.jspa?reset=true&pid=10011&query=categor*+-question&summary=true&description=true&resolution=1&fixfor=10300&assigneeSelect=specificuser&assignee=timhunt table multiple bugs] relating to creating and editing course categories. Previously, giving admin permissions in a category and its subcategories did not work reliably. In the process, the separate create, update and delete category capabilities were replaced with [[:en:Capabilities/moodle/category:manage|moodle/category:manage]], and moodle/category:visibility was renamed to [[:en:Capabilities/moodle/category:viewhiddencategories|moodle/category:viewhiddencategories]].  
* MDL-8648 Essay questions can now be randomised by random questions. This must be enabled under ''Administration > Miscellaneous > Experimental''.  
* MDL-8648 Essay questions can now be randomised by random questions. This must be enabled under ''Administration > Miscellaneous > Experimental''.  
* MDL-14926 A new capability [[:en:Capabilities/mod/quiz:reviewmyattempts|mod/quiz:reviewmyattempts]], separate from [[:en:Capabilities/mod/quiz:attempt|mod/quiz:attempt]]. This let's you create a read-only role that lets students see what they have done on a course in the past, without being able to change anything any more.
* MDL-14926 A new capability [[:en:Capabilities/mod/quiz:reviewmyattempts|mod/quiz:reviewmyattempts]], separate from [[:en:Capabilities/mod/quiz:attempt|mod/quiz:attempt]]. This let's you create a read-only role that lets students see what they have done on a course in the past, without being able to change anything any more.

Revision as of 13:06, 9 August 2021

Release date: 28th January 2009

Here is the full list of fixed issues in 1.9.4.

Highlights

Security issues

  • MSA-09-0001 No way easy to remove pictures of deleted users
  • MSA-09-0002 User pix disclosure
  • MSA-09-0003 Vulnerability in Snoopy 1.2.3
  • MSA-09-0004 XSS vulnerabilities in HTML blocks if "Login as" used
  • MSA-09-0005 Moodle 'spell-check-logic.cgi' Insecure Temporary File Creation Vulnerability
  • MSA-09-0006 Calendar export may allow brute force attacks
  • MSA-09-0007 Missing input validation in logs allows potential XSS attacks
  • MSA-09-0008 CSRF vulnerability in forum code

New language strings file

  • report_security.php

New language pack

  • Kazakh - Калима Туенбаева

(See Translation credits for additional details.)

Known problems and regressions

  • New Security overview report on large sites extremely slow and overloading database server MDL-18040 - update to latest weekly or copy /admin/report/security/* files from latest weekly

See also