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 (Reverted edits by Mudrd8mz (talk) to last revision by Helen Foster)
Tag: Rollback
Line 6: Line 6:
* 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 27:
* [ [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

Revision as of 13:11, 9 August 2021

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