Note:

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

Moodle 1.6.3 release notes: Difference between revisions

From MoodleDocs
m (MDLSITE-6551)
m (Protected "Moodle 1.6.3 release notes": Developer Docs Migration ([Edit=Allow only administrators] (indefinite)))
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{Template:Migrated|newDocId=/general/releases/1.6/1.6.3}}
Release date: 10th October 2006
Release date: 10th October 2006


Line 6: Line 7:
* A vulnerability was discovered that could allow SQL injections if a parameter was improperly used. Full details of this particular issue are on the [http://security.moodle.org/ Moodle Security site]. All registered Moodle admins were notified by direct email on Saturday September 30th.
* A vulnerability was discovered that could allow SQL injections if a parameter was improperly used. Full details of this particular issue are on the [http://security.moodle.org/ Moodle Security site]. All registered Moodle admins were notified by direct email on Saturday September 30th.


===General Bugs tableed===
===General Bugs Fixed===
* [ [http://tracker.moodle.org/browse/MDL-3048 MDL-3048] ] - Release note should note not to use some PHP versions
* [ [http://tracker.moodle.org/browse/MDL-3048 MDL-3048] ] - Release note should note not to use some PHP versions
* [ [http://tracker.moodle.org/browse/MDL-3805 MDL-3805] ] - mod.html in NEWMODULE.zip is not XHTML1.0 Transitional compliant
* [ [http://tracker.moodle.org/browse/MDL-3805 MDL-3805] ] - mod.html in NEWMODULE.zip is not XHTML1.0 Transitional compliant
Line 27: Line 28:
* [ [http://tracker.moodle.org/browse/MDL-6363 MDL-6363] ] - typo in mod/forum/restorelib.php prevents grouped discussions from being accessible to group after a restore.
* [ [http://tracker.moodle.org/browse/MDL-6363 MDL-6363] ] - typo in mod/forum/restorelib.php prevents grouped discussions from being accessible to group after a restore.
* [ [http://tracker.moodle.org/browse/MDL-6375 MDL-6375] ] - Uploaded assignments are not available from the student submission page once graded
* [ [http://tracker.moodle.org/browse/MDL-6375 MDL-6375] ] - Uploaded assignments are not available from the student submission page once graded
* [ [http://tracker.moodle.org/browse/MDL-6480 MDL-6480] ] - Import of multichoice questions in Moodle XML format doesn't use shuffle option. table included
* [ [http://tracker.moodle.org/browse/MDL-6480 MDL-6480] ] - Import of multichoice questions in Moodle XML format doesn't use shuffle option. Fix included
* [ [http://tracker.moodle.org/browse/MDL-6517 MDL-6517] ] - Adding or editing post produces "ERROR: invalid input syntax for integer: "Object id #XXX"  
* [ [http://tracker.moodle.org/browse/MDL-6517 MDL-6517] ] - Adding or editing post produces "ERROR: invalid input syntax for integer: "Object id #XXX"  
* [ [http://tracker.moodle.org/browse/MDL-6518 MDL-6518] ] - How to make new themes link no longer required
* [ [http://tracker.moodle.org/browse/MDL-6518 MDL-6518] ] - How to make new themes link no longer required

Latest revision as of 09:06, 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: 10th October 2006

Full details of these issues can be found in the tracker

Security

  • A vulnerability was discovered that could allow SQL injections if a parameter was improperly used. Full details of this particular issue are on the Moodle Security site. All registered Moodle admins were notified by direct email on Saturday September 30th.

General Bugs Fixed

Improvements

New Feature