ILIAS
ILIAS copied to clipboard
GitHub repository for official ILIAS release branches and development branches (trunk)
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...
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...
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...
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)....
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...
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...
…xing See: https://mantis.ilias.de/view.php?id=42355
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...