Download & Releases

9.2 (stable)

General Information

Release 9.2 has been published on June 18, 2024

  • Please read the ILIAS 9 feature page for information about new and abandoned features and changed behaviour of this version.
  • You find information about first time installation of ILIAS 9 and updating here.
  • Please also have a look at the Required Software for ILIAS 9 page.

ILIAS is free, open source software and published under the GNU General Public License (GPL), version 3.0  →  Licence

Download

ILIAS-9.2.zip
Download (github.com)
151 MB, 2024-06-18
md5: ac22a598d7328b52629b471dc7b34db0

ILIAS-9.2.tar.gz
Download (github.com)
136 MB, 2024-06-18
md5: 7919ef928a3368f84f70977d7bf8492f

Important Changes

  • JavaScript Dependencies: Removal of 'node_modules' folder from Git repository
    • The 'npm' dependencies and thus the 'node_modules' folder in the ILIAS root directory was removed from the ILIAS codebase.

      All 'npm' dependencies will still be automatically added to the release builds (linked on the official ILIAS release pages) on GitHub.

      With this change 'npm' will become a requirement for ILIAS installations based on Git branches/tags. To install the 'npm' dependencies on such installations, you'll have to execute:

      npm clean-install --omit=dev --ignore-scripts

      The --omit=dev flag can be ignored for development installations. 
  • Chat Server: Removal of 'node_modules' folder from Git repository
    • The 'npm' dependencies and thus the 'node_modules' folder of 'Modules/Chatroom/chat' was removed from the ILIAS codebase in Git with the integration of PR 5128.

      All 'npm' dependencies will still be automatically added to the release builds (linked on the official ILIAS release pages) on GitHub.

      With this change 'npm' will become a requirement for ILIAS installations based on Git branches/tags. To install the 'npm' dependencies on such installations, you'll have to execute:

      npm clean-install --omit=dev --ignore-scripts

      The --omit=dev flag can be ignored for development installations. 
  • Cron Jobs:
  • PDF Generation:
    • wkhtmltopdf has been removed from the code base. 
  • Authentication/SAML:

Known Issues

  • none

Changed Behaviour

Updated Languages

  • Japanese language file, thanks to Shiro Tamoto

Security Fixes

#41229: [Poll] Poll: XSS via import file (Ilja Lukin (Fachhochschule Dortmund))
#40973: [Data Collection] Data Collection: XSS via import file (Ilja Lukin (Fachhochschule Dortmund))

Fixed Issues

The following issues reported in Mantis have been resolved:

#39539: [Booking Tool] Delete Item -> error (akill)
#41522: [Competence Management] Competence tab in Courses throws error (tfamula)
#41451: [Course Management] Keine Kurse aufrufbar mit Kachelansicht-Ansicht (skergomard)
#41412: [Data Collection] Link to entry in data collection leads to table overview (iszmais)
#41234: [Individual Assessment] Copy of an IA is online if original object was (skergomard)
#41512: [Language Handling] Cannot install new language (mkunkel)
#41398: [Mail] Custom skin mail templates do not work (mjansen)
#41423: [Membership] missing icon for My Courses and Groups (smeyer)
#40987: [Survey] ILIAS Survey and Primary button (akill)
#40216: [Test & Assessment] Question Pool Test: Additional Features are shown twice (skergomard)
#41167: [Test & Assessment] Number of Hints are not shown in the Detailed Test Results (maxbecker)
#41171: [Test & Assessment] Teilnehmer: "Detaillierte Testergebnisse" anfordern ohne ausgewählten Teilnehmer → Whoops (tjoussen)
#41358: [Test & Assessment] Questions: IPE is not loaded in Hint and Feedback of Question (skergomard)
#41369: [Test & Assessment] Test: Errormessage Kompetenz-Schwellenwert konfigurieren taucht im Inforeiter auf (tjoussen)
#41383: [Test & Assessment] Test: Voransicht als Mitglied & Testaufruf erzeugt Fehler (tjoussen)
#41390: [Test & Assessment] Test: Anonymer Test ist nicht anonym (nhaagen)
#41462: [Test & Assessment] Code and Language Variables no Longer Needed? (skergomard)
#41489: [Test & Assessment] Single Choice Corrections Crashes When Is Singleline (skergomard)
#41281: [Weblink] weblink with an tile in tile view not clickable (skergomard)
#40427: [xAPI] LRS-Typ hinzufügen Formular: einige Bylines für "Anmeldename" entfallen (ukohnle)