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

See: https://mantis.ilias.de/view.php?id=42350 If approved, this must be picked to `trunk` as well.

bugfix
php

The composer.json file has been modified to include the php-jwt and LTI-PHP dependencies, required in the LTI module to stop including external libraries inside the module itself. The LTI folder...

improvement
dependencies

This is a follow up of https://github.com/ILIAS-eLearning/ILIAS/pull/6092 This PR is for documentation and discussion purposes. These changes should be merged to the trunk, but since the trunk is currently buggy...

improvement

as mentioned in https://mantis.ilias.de/view.php?id=42349, Slates currently are unable to receive UI-Topics which are needed for e.g. the Tooltips of the Help-Package to be rendered correctly (@alex40724 this might be of...

bugfix

This PR extends the `Column` class with the `withEmptyPlaceholder` method and introduces a new `ExmptyCell` component. The idea is that data tables can now handle null values instead of throwing...

improvement

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.

improvement
php

This PR addresses the problem that a date in a DataTable is not displayed in the user's time zone. The problem is solved here by adding a method for defining...

Hi @chfsx, this PR is a possible fix for [42065](https://mantis.ilias.de/view.php?id=42065). The underlying issue is that the file type that `ilObjFileMetadata` tries to write into the LOM is an empty string,...

bugfix
php

Hi @acgruber, in today's CSS-Squad we talked about linking the templating/scss readme.mds in the docs/README.md, and therefore other interested persons could easily find this part of the documentation. Within this...

improvement
documentation

Hello, there is a somewhat bigger conceptional issue in the whole ILIAS code base. A lot of places are initialising GUI classes in non WEB context e.g. `ilContext::init(ilContext::CONTEXT_CRON);` This now...

bugfix
php