ILIAS
ILIAS copied to clipboard
GitHub repository for official ILIAS release branches and development branches (trunk)
Allow Glyphs as labels for Buttons. In a second step, Actions will be removed from Glyphs. This sharpens the separation and essential character of both components: Glyphs represent a concept,...
... and adjust files with ilTree references to Nested or Materialized Tree accordingly.
https://docu.ilias.de/goto_docu_wiki_wpage_8083_1357.html
This PR introduces new transformations for the refinery, mostly designed to be usable for the ILIAS Setup: ## `$refinery->to()->memberOf()` Enum validation: Checks if a value is in a specified set....
https://mantis.ilias.de/view.php?id=29216 Caution when cherry-picking to 8 will do a PR for 8 as well, because not everything can be safely picked
https://mantis.ilias.de/view.php?id=40441
changes in fillRow function (loop over selected columns instead of possible selections of columns)
Follow-up of https://github.com/ILIAS-eLearning/ILIAS/pull/6444
This PR introduces 5 new transformations to escape: Javascript, HTML, HTML attributes, CSS and URL's. The implementation is based upon this repository: https://github.com/laminas/laminas-escaper/
This PR removes `getFileRemovalURL()` and the associated `getRemoveResult()` from `Input/Field/UploadHandler` as well as their implementations, as proposed by @klees on #5807 and Mantis [#37161](https://mantis.ilias.de/view.php?id=37161). It also contains a small fix...