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

See: https://mantis.ilias.de/view.php?id=37780 If approved, this has to be picked to `release_9` and `trunk` as well.

bugfix
php

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

improvement

See: https://mantis.ilias.de/view.php?id=37799 if approved, this has to be picked to `release_9` and `trunk`.

bugfix
php

Typos in cmps#:#cmps_supports_cli_setup and cmps#:#cmps_supports_export

improvement

This fixes https://mantis.ilias.de/view.php?id=40145 and https://mantis.ilias.de/view.php?id=38870

bugfix
php

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

bugfix
improvement
php
javascript

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

dependencies

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

bugfix
php

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

dependencies

This PR contains the changes for the following tables: - MailSearchObjectTable - MailSearchObjectMembershipsTable

improvement
php