ILIAS
ILIAS copied to clipboard
GitHub repository for official ILIAS release branches and development branches (trunk)
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...
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.
https://mantis.ilias.de/view.php?id=42162 remove setCmd, re-wire GUI calls
In the ECS user consent modal, “Agree and Proceed” is hard-coded on a button. Swapped with a language variable
- 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 -...
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...
- 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. -...
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...
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)...