lscharmer
lscharmer
Sister PR to #4811 for ILIAS8
This PR adds a new element `LightboxCardDetailPage` to the UI Framework. For the Feature Wiki: https://docu.ilias.de/goto_docu_wiki_wpage_5563_1357.html the currently available modal's do not satisfy the requirements for the proposed Feature. So...
As #4930 already adds the git hooks from captainhook this PR just removes the `--dry-run` option from the `captainhook.json` to automatically fix the codestyle before commiting. As a side note:...
This PR fixes that the user id is zero under certain circumstances. The user id will be the anonymous user in these cases. Mantis Ticket: https://mantis.ilias.de/view.php?id=32063
This PR removes the private rooms for the chatroom. Feature Wiki: https://docu.ilias.de/goto_docu_wiki_wpage_7333_1357.html
This PR introduces a new data type `LanguageTag`. The language tag is validated by the RFC as it is defined here: https://www.ietf.org/rfc/bcp/bcp47.txt. This will be used in: https://github.com/ILIAS-eLearning/ILIAS/pull/4082
Mantis Bug: https://mantis.ilias.de/view.php?id=34590 The `ILIAS\UI\Renderer::renderAsync(...)` method adds all JS code to the generated `HTML` **and** to the `tpl.standardpage.html`. This is no issue when used in an asynch request where the...
This PR introduces a new data type LanguageTag. The language tag is validated by the RFC as it is defined here: https://www.ietf.org/rfc/bcp/bcp47.txt. This is the continuation of PR #4653. This...
Fix Mantis bug: https://mantis.ilias.de/view.php?id=40646