ILIAS
ILIAS copied to clipboard
GitHub repository for official ILIAS release branches and development branches (trunk)
See https://mantis.ilias.de/view.php?id=44987 Both Mathjax 2 and 3 are supported. The rendering calls are centralized in Basic.js where the MathJax rendering is already called for the print view of a page....
For historic reasons, the reading of the ecs events from the ecs server and the processing of those has been split. This patch removes this split, which is not needed...
## TL;DR This set of patches extend the awesome _role-based upload limit_ feature implemented within [Customizable Maximum File Upload Size](https://docu.ilias.de/ilias.php?baseClass=ilwikihandlergui&cmdNode=16g:rq&cmdClass=ilobjwikigui&cmd=viewPage&ref_id=1357&wpg_id=6387) for the rest of the ILIAS code base, effectively making...
This initializes the eventhandling's ArtifactObjective with event definitions from components' bootstrap. Anouncement of events (listen/raise) moved from the XML files into component.php
[Mantis: 44644](https://mantis.ilias.de/view.php?id=44644) This pull request provides a tiny addition to the original fix. While porting the fix to newer versions i discovered an issue. The original fix did not work...
This is a follow up PR to https://github.com/ILIAS-eLearning/ILIAS/pull/9223.
This PR attempts to solve https://mantis.ilias.de/view.php?id=44715. Since the ticket has been created, the error of saving Tiny Feedback back to QPL has been fixed. The behavior described in the ticket...
This PR attempts to fix https://mantis.ilias.de/view.php?id=45984. Fixes cloze question changing answers and wrongly interpreting best answer. Kind regards, @bidzanaaron