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

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

improvement
dependencies

https://docu.ilias.de/go/wiki/wpage_8370_1357 This also unifies form translations within the datacollection

improvement
php

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

bugfix

…the Tag Input code. Also strip tags to prevent e.g. JavaScript injections. https://mantis.ilias.de/view.php?id=45126 Before fix: ![TagInput_encoding_special_chars_before](https://github.com/user-attachments/assets/63164c73-d2b5-430f-9e85-f66131b561e5) Now with fix: ![TagInput_encoding_special_chars_after](https://github.com/user-attachments/assets/7a904676-c899-457c-9eb7-d876aebb4b33)

bugfix

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

bugfix
kitchen sink

![Screenshot from 2024-11-11 13-58-35](https://github.com/user-attachments/assets/a00166c2-f86f-4055-a50a-edb34850d332) 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...

kitchen sink

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

bugfix
php

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

kitchen sink
php

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

improvement
php