ILIAS
ILIAS copied to clipboard
GitHub repository for official ILIAS release branches and development branches (trunk)
Currently, the UI Framework lacks an input for floats. HTML5 specifies the step-attribute for numeric inputs: https://html.spec.whatwg.org/multipage/input.html#attr-input-step We propose "withStepSize" for \ILIAS\UI\Component\Input\Field\Numeric as [described below](https://github.com/ILIAS-eLearning/ILIAS/blob/910cf82bcc877c3a98ff0678873ba8d91727c2e8/components/ILIAS/UI/src/Component/Input/Field/Numeric.php#L31-L37). This limits the steps to...
https://mantis.ilias.de/view.php?id=45211 Using the Refinery, I convert numeric strings that contain a comma or period into valid floating-point values.
https://mantis.ilias.de/view.php?id=44502 ilTemplate needs to support a full path to the template (from ilPlugin) and must not amend further parts to the path.
As requested by @klees , this is a proposal for adding security goals and measures to the security.md for documentation.
This change will probably fix the issue mentioned here: https://mantis.ilias.de/view.php?id=45201 The cause seems to be dangling data inside the `qpl_fb_specific` table with no associated question answers. Pretty much the same...
https://mantis.ilias.de/view.php?id=44781 This PR addresses an issue where deleting the last question on the last page of a paginated question pool results in an "offset is not in any range" exception....
https://mantis.ilias.de/view.php?id=45176
https://mantis.ilias.de/view.php?id=44781 This PR addresses an issue where deleting the last question on the last page of a paginated question pool results in an "offset is not in any range" exception....
Hi everyone, This PR addresses the issue described in Ticket [45192](https://mantis.ilias.de/view.php?id=45192), where a test that is limited in attempts refuses further processing after being paused if the participant would have...
https://mantis.ilias.de/view.php?id=44756 The public name of the user is now used when displaying participants. Also a message is displayed, when trying to finish all test attempts when processing time is enabled...