Download & Releases
5.1.22 (stable)
Release 5.1.22 has been published on 20 December, 2017
Instructions for updating ILIAS can be found in section 3 of the general installation instructions. For major updates (e.g. 4.4.x -> 5.0.x) the safest proceeding is, to upgrade a copy of your productive system first and test whether everything works ok. If you use a customized skin/style, please change the skin settings for root user and default of installation to ‘delos‘ before upgrading from a 4.x version to 5.1.x. Otherwise you may not login any more due to templates changes in 5.0 and 5.1.
| <div style="float:right; margin:15px;"> <div style="float:right; margin:15px;"> |
Changed Behaviour
- MD5 as hashing algorithm for passwords has been abandoned, see: [[Abandon MD5 Password Encryption]]. This also affects the XML user import (see also: xml/ilias_user_5_1.dtd). Passwords have to be passed as plain text and will be bcrypt hashed during the import process.
Fixed Bugs
The following bugs reported in Mantis have been resolved:
* #0022275: [Test & Assessment] Test crashes with message Unexpected ')' (bheyser)
* #0022209: [Test & Assessment] \ilSoapLearningProgressAdministration::deleteProgress: Orphaned active_id(s) (pull request available) (bheyser)
* #0020127: [Test & Assessment] Vertical ordering with nested terms does not work when page is scrolled (bheyser)
* #0020225: [Learning Module ILIAS : Assessment Questions] Image not shown in question feedback (bheyser)
* #0021966: [Language Handling] Deutsches Sprachfile: Fehler "Kursdministratoren" (mkunkel)
* #0021735: [Test & Assessment] The given answers are missing in the post correction mode for Long-Menu Questions (Nachkorrektur) (gvollbach)
* #0020378: [Who is online?] Recently created admin not shown in Who is online? (akill)
* #0021746: [Test & Assessment] Text Subset Question maximum available points wrong (bheyser)
* #0021676: [Statistics and Learning Progress] Whoops\Exception\ErrorException thrown with message "A non-numeric value encountered" (smeyer)
* #0021305: [Statistics and Learning Progress] Statistics of groups is not available - What is the cause? (smeyer)
* #0019506: [Mediacast] Mediacast cannot play Youtube Videos (akill)
Security Fixes
- XSS security fix in Media Objects, researched chbi@chbi.eu