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

This PR adds `@rollup/plugin-commonjs` as `npm` package. Usage: - None yet, file input to come. Wrapped By: - Not applicable. Reasoning: - This package handles: - It converts CommonJS, or...

dependencies
documentation

https://mantis.ilias.de/view.php?id=42157 This removes the table(s) from the Acknowledge Courses GUI and adds as button to acknowledge _all_ courses in the list.

bugfix
php

This PR introduces LOM for `DataCollection` as described in [Learning Object Metadata for Data Collection](https://docu.ilias.de/go/wiki/wpage_8114_1357). For details on what this entails, see the [documentation](https://github.com/ILIAS-eLearning/ILIAS/blob/trunk/components/ILIAS/MetaData/docs/enabling_lom.md). It also adds an extremely bare-bones...

improvement
php
documentation

Fixes this bug: https://mantis.ilias.de/view.php?id=40842 TypeError thrown with message "Argument 1 passed to ilSCORMObject::setTitle() must be of the type string, null given, called in /ilias/Modules/ScormAicc/classes/SCORM/class.ilSCORMObject.php on line 101" If approved, this...

bugfix
php

This gets rid of unnecessary padding and margins in questions. See: https://mantis.ilias.de/view.php?id=42120

bugfix

Hi @klees, I have finished my work on the new UI framework initialisation! In order to incorporate the UI framework initialisation, which uses the new component bootstrap mechanism, I needed...

kitchen sink
improvement
php

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

improvement
php

This pull request contains code changes provided by a customer of ours to fix a JS error which is thrown in the detailed results view of cloze questions. This issue...

bugfix

https://mantis.ilias.de/view.php?id=42219 https://mantis.ilias.de/view.php?id=42220 https://mantis.ilias.de/view.php?id=42221 remove label from actions dropdown

bugfix
php

See https://mantis.ilias.de/view.php?id=42183 This PR ads a fallback to SyncTaskManager if the soap client returns false.

bugfix
php