ILIAS
ILIAS copied to clipboard
GitHub repository for official ILIAS release branches and development branches (trunk)
This PR addresses Mantis bug: https://mantis.ilias.de/view.php?id=39689 This PR proposes a change to the `ILIAS\UI\Component\Input\Field\FileUpload` interface. Currently the file upload can be given a list of mime types to be accepted....
This PR moves the creation of new items and the import of objects to a modal. It leads to changes in many components. The corresponding Feature Request can be found...
I share the point that a general refactoring is difficult here because of the heavy usage, but the class should at least provide the correct approach to prevent the situation...
If you monitor the log of ILIAS installations with many concurrent users, you often find dozens of integrity constraint violations for the `object_members` table. These `duplicate key` issues are caused...
This PR a port of #4125 to ILIAS8. It contains two changes compared to the PR for ILIAS 7: - An upgrade of the dfleydev/fig-cookies for allowing the access to...
Hi @all, as a result of the Feature Workshop "Slate content should always be displayed in mobile view" on 15 AUG 2023, the description of the KS component "Slate" shall...
If `$user_ids` is not really empty, but contains an empty array, `ilObjectLP::resetLPDataForUserIds()` will be called with that value. In some situations this leads to `ilChangeEvent::hasAccessed()` being called with an array...
This changes the parsed data format for LTI score timestamps to PHP's RFC3339_EXTENDED format, which allows milliseconds and timezone offsets with colons. The LTI spec demands timestamps to have "ISO...
was: https://github.com/ILIAS-eLearning/ILIAS/pull/6309
Hi @Amstutz and @klees, Since it's been a while, I will quickly recap for you and the general public as well: This project has come to life upon stumbling over...