ILIAS
ILIAS copied to clipboard
GitHub repository for official ILIAS release branches and development branches (trunk)
…S" or "Shibboleth" Mantis: https://mantis.ilias.de/view.php?id=32755 If approved, this MUST be picked/adapted to `release_9` and `trunk`.
**THIS PR DEPENDS ON https://github.com/ILIAS-eLearning/ILIAS/pull/7654** https://mantis.ilias.de/view.php?id=41514 In general, this clears up the timing responsibility of toast by appending it to the container. Further, this removes trivial artifacts from the toast...
See: https://mantis.ilias.de/view.php?id=38111 If approved, this has to be merged into `release_9` and `trunk`.
Hi folks, This PR introduces a new rule to our JavaScript code-style in form of an exception/deviation: > Airbnb does not allow to manipulate/reassign parameters completely. However, reassigning **parameter properties**...
Replaces the Legacy UI-Table with the Kitchen Sink UI-Table for: - Terms of Service - Declaration of Data Protection ## Notes - History table still uses Legacy table
Hi everyone, in todays meeting of the T&A tech squad we decided to collect known inconsistency metrics for the database that arise during investigations of mantis tickets. This is the...
See: https://mantis.ilias.de/view.php?id=41063
See: https://mantis.ilias.de/view.php?id=41330 It is not necessary to migrate existing records in `obj_stat_log`. All records (with `int` values) are just temporary and will be deleted as soon as the synchronization process...
Just a small addition because i skipped over this extension and wondered about the random error messages way toooo long :(
This commit removes `ilRandom` (and the unmaintained `Randomization` component) from the ILIAS code base. Instead, the PHP core randomizer is used.