ILIAS
ILIAS copied to clipboard
GitHub repository for official ILIAS release branches and development branches (trunk)
Hello This PR should fix the bug presented in: https://mantis.ilias.de/view.php?id=29975 It changes the default import behavior of ilTestObjects. Instead of defaulting to online it now uses the online/offline-state set by...
Hi @pascalseeland @mjansenDatabay drew my attention to the (IMO redundant `showMessageForm` call) within the callback I introduced while implementing the `CallbackDuration`, so I felt kind of responsible for leaving this...
The log4j fix introduced an anoying warning message when using java version 11 or above everytime the ilServer.jar is invoked: `WARNING: sun.reflect.Reflection.getCallerClass is not supported. This will impact performance.` While...
This PR introduces a new data type LanguageTag. The language tag is validated by the RFC as it is defined here: https://www.ietf.org/rfc/bcp/bcp47.txt. This is the continuation of PR #4653. This...
I believe this should be it for the removal of PDF printing. But I'm completely unable to test this right now as the export and import is still thoroughly broken....
Hi all, The PR #4962 and #4772 drew my attention to the deprecation of `ilCtrl::setCmd` and `ilCtrl::setCmdClass` again. With this PR I want to start a discussion of whether these...
This should fix [34788](https://mantis.ilias.de/view.php?id=34788) (and also fixes the icons being oversized). As far as I can see, this also needs to be merged into R8 and trunk.
Proposed fix for https://mantis.ilias.de/view.php?id=34163 and https://mantis.ilias.de/view.php?id=34161 Note that the alt text has been left empty, since we probably might consider the icons here as "decorative" since an title in plain...
Hi all @mjansenDatabay asked me to look into https://mantis.ilias.de/view.php?id=33944 since it's an ilCtrl related issue which would be solved by this PR. To briefly explain the behaviour: `ilTrObjectUsersPropsTableGUI` tried to...
Hi, in the HTML export of a module, the images of the custom style were not included.