Note:

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

Moodle 1.9.13 release notes: Difference between revisions

From MoodleDocs
(Created page with "Release date: 1st August, 2011 Here is [http://tracker.moodle.org/secure/ReleaseNote.jspa?projectId=10011&version=10654 the full list of fixed issues in 1.9.13]. ===Fixes=== ...")
 
m (Protected "Moodle 1.9.13 release notes": Developer Docs Migration ([Edit=Allow only administrators] (indefinite)))
 
(10 intermediate revisions by 6 users not shown)
Line 1: Line 1:
{{Template:Migrated|newDocId=/general/releases/1.9/1.9.13}}
Release date: 1st August, 2011
Release date: 1st August, 2011
   
   
Here is [http://tracker.moodle.org/secure/ReleaseNote.jspa?projectId=10011&version=10654 the full list of fixed issues in 1.9.13].
Here is [http://tracker.moodle.org/secure/IssueNavigator!executeAdvanced.jspa?jqlQuery=project+%3D+mdl+and+resolution+%3D+fixed+AND+fixVersion+in+%28%221.9.13%22%29 the full list of fixed issues in 1.9.13].
   
   
===Fixes===
===Fixes===
* MDL-27717 - Language Packs causing incorrect amounts to be sent to Authorize.net
 
* MDL-27695 - Moodle Docs links need to be fixed to point to correct versions of docs
* MDL-27717 - Problem with language packs causing incorrect amounts to be sent to Authorize.net - fixed
* MDL-27638 - Assignment Module Submissions SQL overflow
* MDL-27695 - Moodle Docs links fixed to point to correct version of docs
* MDL-27638 - Assignment Module Submissions SQL avoid overflow
* MDL-27577 - Timestamp and timezone fixes
* MDL-27577 - Timestamp and timezone fixes
   
   
===Security issues===
===Security issues===
A number of security related issues were resolved. Details of these issues will be released after a period of approximately one week to allow system administrators to safely update to the latest version.
 
* [http://moodle.org/mod/forum/discuss.php?d=182737 MSA-11-0020] Continue links in error messages can lead offsite
* [http://moodle.org/mod/forum/discuss.php?d=182741 MSA-11-0024] Recaptcha images were being authenticated from an older server
* [http://moodle.org/mod/forum/discuss.php?d=182742 MSA-11-0025] Group names in user upload CSV not being escaped
* [http://moodle.org/mod/forum/discuss.php?d=182743 MSA-11-0026] Fields in user upload CSV not being escaped
 
==See also==
==See also==
*[[Moodle 1.9.12 release notes]]
*[[Moodle 1.9.12 release notes]]
* [https://docs.moodle.org/19/fr/Notes_de_mise_à_jour_de_Moodle_1.9.13 French version of this page]
 
[[Category:Release notes]]
[[Category:Release notes]]
[[Category:Moodle 1.9]]
[[Category:Moodle 1.9]]
[[es:Notas de Moodle 1.9.13]]

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: 1st August, 2011

Here is the full list of fixed issues in 1.9.13.

Fixes

  • MDL-27717 - Problem with language packs causing incorrect amounts to be sent to Authorize.net - fixed
  • MDL-27695 - Moodle Docs links fixed to point to correct version of docs
  • MDL-27638 - Assignment Module Submissions SQL avoid overflow
  • MDL-27577 - Timestamp and timezone fixes

Security issues

  • MSA-11-0020 Continue links in error messages can lead offsite
  • MSA-11-0024 Recaptcha images were being authenticated from an older server
  • MSA-11-0025 Group names in user upload CSV not being escaped
  • MSA-11-0026 Fields in user upload CSV not being escaped

See also