Download & Releases
3.7.8 (stable)
Very important notes for MySQL 4.1.x users:
If you update from ILIAS 3.4.0 or 3.4.1 and already used MySQL 4.1.x: Due to a problem in the UTF-8 handling some extra update steps are necessary. Please click here and follow the instructions.
If you just plan to update from MySQL 4.0.x to MySQL 4.1.x please read our Migrating from MySQL 4.0.x to MySQL 4.1.x instructions.
Release 3.7.8 has been released on May 22, 2007. Due to Bug #2134 there is a new option "Deactivate HTML" in the learning module editor now. This deactivates HTML rendering of content in the edit view. It has no effect on the presentation of the page. Information about first time installation can be found here. Support for MySQL 3.23.x is not included anymore. |
|
Known Issues
1. Course Sessions Patch
After removing resources from the system (not just deleting them), that have been assigned to a course session an error occurs. See Mantis Bug #2540.
To fix this, please download the following patch file and unzip it. It contains the file class.ilCourseContentGUI.php. Please make a backup copy of the existing file course/classes/class.ilCourseContentGUI.php on your installation, then copy the patch file to the directory course/classes to overwrite the existing file.
- ilias-3.7.8.course_session.patch.zip - md5sum: 4db752956bc34a9f83861d20ac6366aa
2. Assessment patch for wrong redirection after test start
When the test security function to prevent multiple form submissions is activated on test start, ILIAS crashes with an error message. To fix this, please download the following patchfile. It contains the file class.ilObjTestGUI.php. Please make a backup copy of the existing file assessment/classes/class.ilObjTestGUI.php on your installation, then unpack the patch file in the directory assessment/classes to overwrite the existing file.
- ilias-3.7.8.test_redirect_patch.zip - md5sum: 7e4f554aab6041d80198e07da2eae519
3. Mantis bug #2552: Code is executed instead of displayed
Code in Learning Modules in a code paragraph is not shown correctly if the code contains <,> or & signs, because these signs will not be masked. To fix this, please download the following patchfile. It contains the file class.ilUtil.php. Please make a backup copy of the existing file classes/class.ilUtil.php on your installation, then unpack the patch file in the directory classes to overwrite the existing file.
- ilias-3.7.8.learning_module_code_patch.zip - md5sum: 461d719bd4ab4007a974b23f29c92073
4. Forum Patch
Removed wrong "public" keyword from function header for PHP 4 compliance. See Mantis Bug #2566.
To fix this, please download the following patch file and unzip it. It contains the file class.ilForum.php.php. Please make a backup copy of the existing file classes/class.ilForum.php on your installation, then copy the patch file to the directory classes to overwrite the existing file.
- ilias-3.7.8.forum.patch.zip - md5sum: a88e5e2c52ac8de111febb47cc61aa41
Fixed Bugs
Login: Fixed redirection problem for permanent links. (Alex Killing)
Test & Assessment: Fixed Mantis bug #2496: Endless generation of unique test access code while starting anonymous Test (Helmut Schottmüller, 2007-05-09)
Test & Assessment: Fixed output of LaTeX images (replaced HTML entities < > & with <, > and &) (Helmut Schottmüller, 2007-05-15)
Test & Assessment: Fixed Mantis bug #2529: Different calculation of test results for test with multiple passes when last pass was not completely finished (Helmut Schottmüller, 2007-05-21)
Test & Assessment: Fixed Mantis bug #2531: Test doesn't start at first click (Helmut Schottmüller, 2007-05-21)
Test & Assessment: Saving points of essay questions doesn't work under some circumstances. When someone tries to set the points for an essay question which wasn't answered in the last test pass but in the previous test pass, the points could not be set (Helmut Schottmüller, 2007-05-21)