ILIAS
ILIAS copied to clipboard
GitHub repository for official ILIAS release branches and development branches (trunk)
See: https://mantis.ilias.de/view.php?id=37780 If approved, this has to be picked to `release_9` and `trunk` as well.
Chris Potter would like to change the 'Are you sure' message for removing members from a mailing list. The language variable, however, is also used for deleting mailing lists themselves....
See: https://mantis.ilias.de/view.php?id=37799 if approved, this has to be picked to `release_9` and `trunk`.
Typos in cmps#:#cmps_supports_cli_setup and cmps#:#cmps_supports_export
This fixes https://mantis.ilias.de/view.php?id=40145 and https://mantis.ilias.de/view.php?id=38870
(This PR was recreated since its origin fork was deleted: https://github.com/ILIAS-eLearning/ILIAS/pull/6341) https://mantis.ilias.de/view.php?id=38015 https://mantis.ilias.de/view.php?id=38017 This resolves both of the bugs above and further allows custom Inputs to use the core based...
This PR adds `simplesamlphp/simplesamlphp` as composer dependency. Usage: * `components/ILIAS/Saml` Wrapped By: * `\ilSimpleSAMLphpWrapper` (implements `\ilSamlAuth`) * `\ilSimpleSAMLphplIdpDiscovery` (implements `\ilSamlIdpDiscovery`) Reasoning: * `SimpleSAMLphp` is an award-winning application written in native...
In some cases it might occur that different PHP type issues might occur when ...: * `\ilLDAPQuery::readUserData` is called from multiple locations * The keys of `$this->users` in `\ilLDAPQuery` might...
This PR adds `mysql` as NPM dependency for the chatroom Usage: * `components/ILIAS/Chatroom/chat/Persistence/Database.js` Wrapped By: * `Database` (see: components/ILIAS/Chatroom/chat/Persistence/Database.js) Reasoning: * `mysql` is a mysql driver for `Node.js`. It is...
This PR contains the changes for the following tables: - MailSearchObjectTable - MailSearchObjectMembershipsTable