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

possible fix for mantis 41587 $ref_id was already typecasted to int and null-checked, si I used it in line 616 instead of $id[0] to fix type error Copyright notice is...

fix, if getAllTestResults is called and no valid pass can be found

bugfix

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

bugfix
php

See: https://mantis.ilias.de/view.php?id=31280 If approved, this must be picked to `release_9` and maybe adapted for `trunk` (due to the component revision).

bugfix
php

encourage people to use user-prefs in their tables :)

improvement
php
documentation

This is necessary for Collabora Online 24.04 to work, otherwise it returns a 500 error. Note: I have been unable to test with other WOPI clients.

bugfix
php

Proposal for the tutorial on persistence in ILIAS. Reworked and translated the initial German text to English.

documentation

…ter content area, instead of applying the filter https://mantis.ilias.de/view.php?id=41541

bugfix
kitchen sink

This PR adds `phpunit/phpunit` as composer dependency. Usage: * We use it to run unit tests. * ILIAS/Component uses its mocking framework to analyze component definitions during build phase. Wrapped...

dependencies

There is still code from Cloud in ILIAS, although the Cloud functionality was removed with ILIAS 8. i have worked out a proposal to remove the remaining code if possible...

improvement