ILIAS
ILIAS copied to clipboard
GitHub repository for official ILIAS release branches and development branches (trunk)
Hi @alex40724, @mbecker-databay, @smeyer-ilias, due to a new [feature](https://docu.ilias.de/goto_docu_wiki_wpage_4218_1357.html) for the Skill Service, the handling of Skill Trees has changed. There have to be done a few small changes in...
Hi, I've added this condition before the method `isTocNecessary()` so that the TOC won't be displayed if it is deactivated from the "Menu" settings of the module. Also, I think...
Hi, I've ported the metadata in content snippet, following @alex40724 's [patch](https://github.com/leifos-gmbh/ILIAS/tree/5_4_oc_snippets). Also, many unwanted spaces have been removed.
This PR suggests a `trait` to emulate an (backed) `Enum` type for PHP < 8.1. @klees suggested to add this `trait` to `src/Data` after @thibsy, @klees and @mjansenDatabay discussed this...
Hello @mjansenDatabay In this PR we propose drop-in replacement migration of files that can be uploaded in a forum post. To make the changes in the forum as non-invasive as...
Bumps [twig/twig](https://github.com/twigphp/Twig) from 2.15.2 to 2.15.3. Changelog Sourced from twig/twig's changelog. 2.15.3 (2022-09-28) Fix a security issue on filesystem loader (possibility to load a template outside a configured directory) Commits...
This fixes https://mantis.ilias.de/view.php?id=34645 Same fix as already in release_7 made due to https://mantis.ilias.de/view.php?id=32858
With 871004d45b54647f4b683e674585a6baf19d217c the `cmd=force_login` parameter will always be used if a server request results in the presentation of the login page. So everytime the login page is displayed, this parameter...
See: https://mantis.ilias.de/view.php?id=34508 There is a little bit of boy-scouting in here, but I think the PR is simple enough, to still keep it readable. If not: Let me know.