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` (from `master` branch as `dev-master` package with PHP 8.4 support) as composer dependency for ILIAS 12. General Information: * Name of the dependency: `jumbojett/openid-connect-php`...
This PR suggests adding `simplesamlphp/simplesamlphp` (v. `2.4.3`) as composer dependency. General Information: * [X] this dependency was already used in ILIAS. * [X] License: LGPL-2.1 Usage: * `components/ILIAS/Saml` Wrapped By:...
This PR suggests adding `phpmailer/phpmailer` (v. `7.0`) as composer dependency. General Information: * [X] this dependency was already used in ILIAS. * [X] License: LGPL-2.1 Usage: * `components/ILIAS/Mail` Wrapped By:...
This PR adds `mustache/mustache` as composer dependency. Usage: * Provides templating mechanism for mails, to replace the naive search and replace we have used until now. Wrapped By: * Not...
This PR suggests adding `ezyang/htmlpurifier` (v. `4.19`) as composer dependency. General Information: * [X] this dependency was already used in ILIAS. * [X] License: LGPL-2.1 Usage: * `components/ILIAS/Html` Wrapped By:...
This PR addresses the accessibility issue [44557](https://mantis.ilias.de/view.php?id=44557) where a non-functional link in message boxes could confuse screen reader users. ~Replaces the outdated `` name anchor with a modern `` using...
This PR adds `linkifyjs` and `linkify-element` as NPM dependency. General Information: - [X] these dependencies were already used in ILIAS. - [X] License: MIT Usage: - CoPage: Used in paragraphs...
This PR fixes Mantis Bug: https://mantis.ilias.de/view.php?id=46262 As the Permanent link makes use of the Help Topics (so the same issue occurs if a button with Help Topics is displayed below...
This PR adds `jQuery` as NPM dependency. Usage: * In many components, searching for `$(` results in 3700+ occurrences Wrapped By: * Not applicable Reasoning: * `jQuery` is a long-standing...
This PR adds `winston` as NPM dependency for the chatroom. General Information: - [X] this dependency was already used in ILIAS. - [X] License: MIT Usages: - components/ILIAS/Chatroom/chat/Bootstrap/SetupEnvironment.js (instance creation...