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

There is no way for plugins to route from their GUI to another one via the next_class system. The only chance so far is to read the next_class from the...

improvement
php

These changes are part of the [Legacy-UI refactoring](https://docu.ilias.de/go/wiki/wpage_7320_1357). The commit "Initializes LUI refactoring base" acts as the base for all further Legacy-UI refactorings.

improvement
php

https://mantis.ilias.de/view.php?id=42162 remove setCmd, re-wire GUI calls

bugfix
php

In the ECS user consent modal, “Agree and Proceed” is hard-coded on a button. Swapped with a language variable

bugfix
php

- create three layers (Markup, Shape and Text) in `Data/src/TextHandling` --- include classes accordingly - declare possible structures via enum - include checks for compliant strings for Markdown inputs -...

improvement
php

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

bugfix
php

Bumps [cookie](https://github.com/jshttp/cookie) to 0.7.1 and updates ancestor dependencies [cookie](https://github.com/jshttp/cookie), [express](https://github.com/expressjs/express) and [socket.io](https://github.com/socketio/socket.io). These dependencies need to be updated together. Updates `cookie` from 0.4.2 to 0.7.1 Release notes Sourced from cookie's...

dependencies
javascript

- add markdown rendering. Also always escape HTML in markdown output. - use UI form in ilMailFormGUI and add Markdown for Message. - enable markdown for free text mails. -...

improvement
php

Hi @Amstutz and @klees, I have picked up @chfsx's work from #7597 and want to introduce a new `Progress\Bar` component with this PR. Before you review the interface, I would...

kitchen sink
improvement
php

This PR adds type annotations for the `ILIAS\Data\Result` inteface as well as it's implementors `ILIAS\Data\Result\Ok` and `ILIAS\Data\Result\Error` to support a generic type. These type annotations are understood by phpstan (https://phpstan.org/blog/generics-in-php-using-phpdocs)...

improvement
php