Download & Releases
3.7.9 (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.9 has been released on July 26, 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. See also file docs/INSTALL in the release package. Support for MySQL 3.23.x is not included anymore. |
|
Known Issues
1. Mail Patch
Due to a PHP bug in the version 5.2.2 (maybe also in 5.2.3) it is not possible to send external mails from ILIAS.
To fix this, please download the following patch file. It contains a file server.php. Please make a backup copy of the existing file webservice/soap/server.php and move the patch .php file to directory webservice/soap.
- ilias-3.7.9.mail-patch.tar.gz - md5sum: 6eb32eb60e114383af9f3ee235c0c470
2. Instant Feedback patch for single choice questions
Due to an encoding bug HTML entities in the instant feedback in single choice questions will be printed as HTML code.
To fix this, please download the following patch file. It contains a file class.assSingleChoiceGUI.php. Please make a backup copy of the existing file assessment/classes/class.assSingleChoiceGUI.php and move the patch .php file to directory assessment/classes.
- ilias-3.7.9.instantfeedback.patch.zip - md5sum: f6c0ea010a5c26f7491a1cfc5e6c56d8
3. File Security Patch
This patch eliminates a security issue in the file objects.
The zip file contains one files:classes/class.ilObjFileGUI.php
Please backup your current version of classes/class.ilObjFileGUI.php and copy the patch file to the corresponding directory.
- ilias.3.7.9.filesec.patch.zip - md5sum: 804524923caf5ea5d57639533f631539
4. Upload Security Patch
This patch eliminates a security issue regarding the file upload.
The zip file contains one file:class.ilUtil.php
Please backup your current version of classes/class.ilUtil.php and copy the patch file to the corresponding directory.
- ilias.3.7.9.uploadsec.patch.tar.gz - md5sum: 957da981e75bbc45f1d5d7627982e5a7
Fixed Bugs
Test & Assessment: Fixed wrong redirect on test start when security mechanism for multiple submits is executed (Helmut Schottmüller, 2007-05-24)
Learning Modules: Fixed 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 (Helmut Schottmüller, 2006-05-29)Login: Fixed User Agreement Link (Alex Killing)