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

Ok, this PR is once more of an informational nature. It contains the following changes: - The changes from #8188 by @thojou . - The restructuring of tabs in test...

improvement

Refactors `ilListOfQuestionsTable` by using the `DataTable` component instead of ilTable2GUI inheritance. Removes unnecessary code and adjusts the unit tests: - Creates a new Table class that implements the creation and...

improvement
php

Refactors `ilTestTopListTable` by using the `DataTable` component instead of ilTable2GUI inheritance. Removes unnecessary code and adjusts the unit tests: - Outsources database query to new repository class and use a...

improvement
php

This PR adds new options for the soap setup config to improve the performance for calls from ILIAS to the same ILIAS instance via SOAP (e.g. when copying an object)....

improvement
php

These changes are part of the [Legacy-UI refactoring](https://docu.ilias.de/go/wiki/wpage_7320_1357). This PR revises and brings together #7983 and #7984. @matheuszych and I replaced the legacy ilModalGUI with the newer Kitchen Sink interruptive...

improvement
php

Hi folks, I have picked up @chfsx's proposal for the new `MainControls\Footer` interface he made in #6458 and incorporated the changes / remarks we have discussed in our meeting on...

kitchen sink
improvement
php

…xing See: https://mantis.ilias.de/view.php?id=42355

bugfix
php
Looking for Shepherd

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

bugfix