ILIAS
ILIAS copied to clipboard
GitHub repository for official ILIAS release branches and development branches (trunk)
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
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).
encourage people to use user-prefs in their tables :)
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.
Proposal for the tutorial on persistence in ILIAS. Reworked and translated the initial German text to English.
…ter content area, instead of applying the filter https://mantis.ilias.de/view.php?id=41541
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...
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...