ILIAS icon indicating copy to clipboard operation
ILIAS copied to clipboard

GitHub repository for official ILIAS release branches and development branches (trunk)

Results 618 ILIAS issues
Sort by recently updated
recently updated
newest added

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,...

improvement

... and adjust files with ilTree references to Nested or Materialized Tree accordingly.

improvement

https://docu.ilias.de/goto_docu_wiki_wpage_8083_1357.html

improvement
php

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....

improvement
php

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

bugfix
php

https://mantis.ilias.de/view.php?id=40441

bugfix
php

changes in fillRow function (loop over selected columns instead of possible selections of columns)

improvement

Follow-up of https://github.com/ILIAS-eLearning/ILIAS/pull/6444

kitchen sink
improvement

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/

improvement
php

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...

bugfix
kitchen sink