ILIAS
ILIAS copied to clipboard
GitHub repository for official ILIAS release branches and development branches (trunk)
Hi everybody This PR is first to start a discussion. I would also implement this afterwards, if we think some implementation is needed, but I would then ask you to...
Sister PR to https://github.com/ILIAS-eLearning/ILIAS/pull/7615
Hi folks, I have removed some unnecessary complexity from the UI framework: - `Renderer::withAdditionalContext()`: this method has been invoked in order to provide a context to the current rendering chain....
This is a PR to clarify the process for the hand over of `Authorities`.
Bugfix for multi table action using "ALL OBJECTS"
Hi everybody, this might fix [#41293](https://mantis.ilias.de/view.php?id=41293). Kind regards!
Hi folks, This PR merely lays some groundwork for further discussion and analysis in regards to markdown flavours in ILIAS. The code changes provide a naive approach to demonstrate how...
in some functions, $user and $types should be optional parameters. in ILIAS 8 (and posibly 9/trunk) these parameters must be supplied, but the function itself contains checks for these paramaters....
This is a follow-up PR for https://github.com/ILIAS-eLearning/ILIAS/pull/7116 . Instead of setting cookies based on the `sid` passed in the SOAP request, `session_id` is used to set the current session id...