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

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

bugfix

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

bugfix

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

improvement
php

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

improvement
php

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

bugfix
php

Improvement for file data handling. Removed unused code.

bugfix
php

https://mantis.ilias.de/view.php?id=41961

bugfix
php

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

bugfix
php

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

bugfix
php

https://mantis.ilias.de/view.php?id=44489

bugfix