ILIAS
ILIAS copied to clipboard
GitHub repository for official ILIAS release branches and development branches (trunk)
This PR adds `jumbojett/openid-connect-php` v. `1.0.2` as composer dependency for ILIAS 11. General Information: * Name of the dependency: `jumbojett/openid-connect-php` * Version: `v1.0.2` * [X] this dependency was already used...
https://docu.ilias.de/go/wiki/wpage_8370_1357 This also unifies form translations within the datacollection
Dear UI-Coordinators This PR is one way to solve the problem with mustache-placeholders in text-fields (See: https://mantis.ilias.de/view.php?id=45141). Let me know, if you would prefer another solution. Thanks and best, @kergomard
…the Tag Input code. Also strip tags to prevent e.g. JavaScript injections. https://mantis.ilias.de/view.php?id=45126 Before fix:  Now with fix: 
https://mantis.ilias.de/view.php?id=44136 # Issue Drag and drop of ordering table doesn't work at all on touchscreens and in Webkit/Safari desktop. # Changes * added a whole list of event listeners reproducing...
 This adds to the UI: - a "Navigation" section - a sequence player The Sequence Navigation uses the same builder-pattern known from ui-tables: consumers will have...
Settings for single repository objecs used to be in ilOrgUnitGlobalSettings; they rather belong to ilOrgUnitObjectPositionSetting. Then, initialization of the settings is not necessary, they work in a tristate allowing to...
Hi folks, I am happy to propose the public interface for a dedicated image upload field, which encourages users to provide alternate texts when necessary. The related FR can be...
Hi everyone, With this PR, I propose a refactoring of the ilTestAccess class, which takes place in the context of [Using test results as prerequisites](https://docu.ilias.de/go/wiki/wpage_6929_1357). The refactoring focuses on extracting...