ILIAS
ILIAS copied to clipboard
GitHub repository for official ILIAS release branches and development branches (trunk)
Hi @smeyer-ilias This here adds the old `saveObject`-function to your gui-class. The official way is to use KS-Forms for this, but I left a door open for legacy-forms. See: https://mantis.ilias.de/view.php?id=42067...
This PR is a follow-up to #7728 and is also related to https://mantis.ilias.de/view.php?id=41605. This PR primarily refactors the current implementation for answer types for all choice-type questions. Redundant code sections...
This PR replaces almost all usages of the old `MetaData` classes in `Test` and `TestQuestionPool` related to export/import. For everything else, see #7923. From what I could gather from [28891](https://mantis.ilias.de/view.php?id=28891)...
Currently when you are manually scoring by user in a test currently the system goes through every other user's tests (and all of their passes of the test) and also...
See: https://mantis.ilias.de/view.php?id=41601 If approved, this MUST be picked to all maintained branches. This will init/set the global user object in case `\ilInitialisation::blockedAuthentication` returns `true`, so the user id of a...
Improvement for file data handling. Removed unused code.
https://mantis.ilias.de/view.php?id=41961
See: https://mantis.ilias.de/view.php?id=41601 This PR adds an exception within `\ilInitialisation::blockedAuthentication` for the context of the asynchronous repository tree explorer rendering. `\ilInitialisation::blockedAuthentication` is from hell, IMO the different command handling endpoints need...
This PR is related to Mantis-Ticket https://mantis.ilias.de/view.php?id=45367 To address the issue, I followed the approach used in other `*LP` classes and overrode the `getDefaultModes` method I'm looking forward for your...