25. Internationale ILIAS-Konferenz

Download & Releases

3.10.8 (stable)

Release 3.10.8 has been published on 8th July 2009.

Please read the ILIAS 3.10 features report for information about major changes and new features of this version!

Information about first time installation can be found here.

ILIAS 3.10 does not support MySQL 4.0.x anymore. You need at least MySQL 4.1.x or higher. Minimum PHP Version is PHP 5.1.3. We also moved from PEAR::DB to the PEAR::MDB2 package with 3.10.0.

Instructions for updating ILIAS can be found in section 3 of the general installation instructions. For major updates (e.g. 3.8.x -> 3.9.x) the safest proceeding is, to upgrade a copy of your productive system first and test whether everything works ok.

Notes for MySQL 4.0.x Upgraders: If you plan to upgrade from MySQL 4.0.x to MySQL 4.1.x or higher please read our Migrating from MySQL 4.0.x to MySQL 4.1.x instructions.

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.

<div class="framed"><div style="float:right; margin:15px;"></div>
Format: .tar.gz

Download 3.10.8.tar.gz
50MB, 2009-07-08
md5: 527b20a670c12f6b13a112d7db216c7f


</div>

<br />
<div class="framed"><div style="float:right; margin:15px;"></div>
Format: .zip

Download 3.10.8.zip
53MB, 2009-07-08
md5: 5552d783b249f1669b4d00c78136dcc9


</div>

ILIAS is free, open source software and published under the GNU General Public License (GPL).

Known Issues

1. RBAC Inheritance Patch

Local policies of roles in top level categories are ignored when adding new objects.
To fix this, please download the following patch file.

The zip file contains one file:
class.ilRbacReview.php

Please backup your current version of ./Services/AccessControl/classes/class.ilRbacReview.php and copy the patch file to the corresponding directory.

- ilias-3.10.8.rbac-patch.zip - md5sum: eac13e6463d8b58c78f41b8fc1d9422d

2. Test Show Results Patch

In timed tests, the access to the test results is always visible, even if the results should be shown after finishing the test. To fix this, please download the following patch file.

The zip file contains one file:
class.ilObjTest.php

Please backup your current version of ./Modules/Test/classes/class.ilObjTest.php and copy the patch file to the corresponding directory.

- ilias-3.10.8.test_show_results_patch_2.zip - md5sum: b098dd986acfdda18053797d53f7bcc9

Fixed Bugs

  • Fixed copy function for repository containers (courses, groups, ...)
  • Several Security Fixes (Many thanks to y3nh4ck3r and Sebastian Schöbinger for reporting us)