ILIAS
ILIAS copied to clipboard
GitHub repository for official ILIAS release branches and development branches (trunk)
This PR restricts the PHP support of ILIAS 8.x to v. `7.4` and `8.0`.
The PR fixes 3 TypeErrors for issue: https://mantis.ilias.de/view.php?id=39505 forum: https://docu.ilias.de/goto_docu_frm_1875_8811.html .
This PR adds a UTF8 string transformation to the refinery which can be used to replace `utf8_encode` calls in ILIAS, see https://github.com/ILIAS-eLearning/ILIAS/commit/9f1b9b68d97943050fb74c5ca8e4663196f4ac3f examples how to use that are in https://github.com/ILIAS-eLearning/ILIAS/commit/b3f364b97648fe69c331dc039e1c381646f5192f...
This PR makes some fundamental changes to the form for creating and editing Custom Metadata (multi-)select fields. The aim is to make working with these fields more robust and foolproof....
Dear colleagues, I wanted to share my current state of the art regarding the implementation of the [Component Revision](https://github.com/ILIAS-eLearning/ILIAS/blob/trunk/docs/development/components-and-directories.md). For one, I'm looking for feedback and maybe ideas regarding the...
https://docu.ilias.de/goto_docu_wiki_wpage_6957_1357.html
See: https://mantis.ilias.de/view.php?id=40631 If approved, this has to be picked to `release_9` and `trunk` as well.
This PR suggest to always use the `SOAP` error handler if ILIAS is executed in a `SOAP` context. Currently, the `SOAP` error handler is only used in `DEVMODE`. After PR...
This PR addresses a bug identified in ILIAS 8, specifically concerning the malfunctioning of SOAP plugins. The issue originated from a series of interconnected bugs: - https://mantis.ilias.de/view.php?id=37778 - https://mantis.ilias.de/view.php?id=37781 -...