Michael Jansen
Michael Jansen
This commit removes `ilRandom` (and the unmaintained `Randomization` component) from the ILIAS code base. Instead, the PHP core randomizer is used.
This is a follow-up PR for https://github.com/ILIAS-eLearning/ILIAS/pull/7116 . Instead of setting cookies based on the `sid` passed in the SOAP request, `session_id` is used to set the current session id...
…xing See: https://mantis.ilias.de/view.php?id=42355
This PR fixes a possible `NullPointerException` when parsing the INI file. According to the source files of the `configuration2` Apache-package such `null`-sections are possible. ```java public Set getSections() { return...
See: https://mantis.ilias.de/view.php?id=42350 If approved, this must be picked to `trunk` as well.
This PR removes the legacy `ilTooltipGUI` usages and the class itself. If left tooltip-related "interfaces" in the classes to ensure no consumer code breaks.
See: https://mantis.ilias.de/view.php?id=42319
…ynchronously This PR suggests making the start of asynchronous workers for background tasks really asynchronous to ensure a "Fire & Forget" approach. This is done by setting the "Response Timeout"...
See: https://mantis.ilias.de/view.php?id=42079 If approved, this must be picked to `trunk` as well.
See: https://mantis.ilias.de/view.php?id=27749 If approved, this must be cherry-picked to `release_9` and `trunk` as well.