Note:

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

Moodle 1.9.2 release notes: Difference between revisions

From MoodleDocs
(see also)
m (Protected "Moodle 1.9.2 release notes": Developer Docs Migration ([Edit=Allow only administrators] (indefinite)))
 
(6 intermediate revisions by 4 users not shown)
Line 1: Line 1:
{{Template:Migrated|newDocId=/general/releases/1.9/1.9.2}}
Release date: 11th July 2008
Release date: 11th July 2008


Here is [http://tracker.moodle.org/secure/BrowseVersion.jspa?id=10011&versionId=10280&showOpenIssuesOnly=false the full list of fixed issues in 1.9.2].
Here is [http://tracker.moodle.org/secure/BrowseVersion.jspa?id=10011&versionId=10280&showOpenIssuesOnly=false the full list of fixed issues in 1.9.2].


==Highlights==
===Highlights===
* Compatibility fixes for MSSQL, Oracle and PostgreSQL
* Compatibility fixes for MSSQL, Oracle and PostgreSQL
* Improved triggering of core events (though contributed code needs to be updated - see MDL-9983)
* Improved triggering of core events (though contributed code needs to be updated - see MDL-9983)
* Email change confirmation and other improvements relating to reducing the risk of spam
* Email change confirmation and other improvements relating to reducing the risk of spam
* [[Forum subscription]] improvements
* [[:en:Forum subscription|Forum subscription]] improvements
* Setting for deleting not-fully-set-up accounts
* Setting for deleting not-fully-set-up accounts
* Quiz report enhancements and bug fixes (see [[Development:Quiz report enhancements|Quiz report enhancements]] for full list, though most are planned for Moodle 2.0)
* Quiz report enhancements and bug fixes (see [[Quiz report enhancements|Quiz report enhancements]] for full list, though most are planned for Moodle 2.0)


==Security issues==
===Security issues===
* [http://moodle.org/mod/forum/discuss.php?d=101402 MSA-08-0010]: sql injection in HotPot module
* [http://moodle.org/mod/forum/discuss.php?d=101402 MSA-08-0010]: sql injection in HotPot module
* [http://moodle.org/mod/forum/discuss.php?d=101404 MSA-08-0012]: Potential non-persistent XSS when searching for group members (MSSQL and Oracle only)
* [http://moodle.org/mod/forum/discuss.php?d=101404 MSA-08-0012]: Potential non-persistent XSS when searching for group members (MSSQL and Oracle only)
Line 21: Line 22:
*[[Moodle 1.9.1 release notes]]
*[[Moodle 1.9.1 release notes]]
*[[Moodle 1.9.3 release notes]]
*[[Moodle 1.9.3 release notes]]
* [https://docs.moodle.org/19/fr/Notes_de_mise_à_jour_de_Moodle_1.9.2 French version of this page]


[[Category:Release notes]]
[[Category:Release notes]]
[[Category:Moodle 1.9]]
[[Category:Moodle 1.9]]
[[de:Moodle 1.9.2 Versionsinformationen]]
</noinclude>
</noinclude>

Latest revision as of 09:07, 25 May 2022

Important:

This content of this page has been updated and migrated to the new Moodle Developer Resources. The information contained on the page should no longer be seen up-to-date.

Why not view this page on the new site and help us to migrate more content to the new site!

Release date: 11th July 2008

Here is the full list of fixed issues in 1.9.2.

Highlights

  • Compatibility fixes for MSSQL, Oracle and PostgreSQL
  • Improved triggering of core events (though contributed code needs to be updated - see MDL-9983)
  • Email change confirmation and other improvements relating to reducing the risk of spam
  • Forum subscription improvements
  • Setting for deleting not-fully-set-up accounts
  • Quiz report enhancements and bug fixes (see Quiz report enhancements for full list, though most are planned for Moodle 2.0)

Security issues

  • MSA-08-0010: sql injection in HotPot module
  • MSA-08-0012: Potential non-persistent XSS when searching for group members (MSSQL and Oracle only)
  • MSA-08-0014: potential sql injection in events handling code
  • MSA-08-0015: accessible profiles of deleted users
  • MSA-08-0016: Email could be changed in profile without confirmation

See also