ILIAS
ILIAS copied to clipboard
GitHub repository for official ILIAS release branches and development branches (trunk)
See: https://mantis.ilias.de/view.php?id=40815 If approved, this has to be picked to `trunk` as well.
@alex40724 this PR should solve comment in issue https://mantis.ilias.de/view.php?id=40540#c102581 I don't know/when the movement of the method was lost in PR #7089
https://mantis.ilias.de/view.php?id=39340 Add type safety for setAuthor and saveAuthorToMetadata Tested on: ILIAS 8 Relevant on: ILIAS 8
The tests in `ilSessionTest` are always ignored and reported as "skipped" when executing our `PHPUnit` test suite. * With this PR I `mocked` the database by delegating calls to the...
Note that this is in early discussion stage, and therefore still a draft. This is a proposal and basis for discussion on how parts of the readme of the UI...
Uniqueness check of number and of text field when editing a data record or adding a new data record corrected. Some improvements made to the code concerning basic field operations...
this is the uniqueness check when updating field settings: more precisely, this means that if a field is initially set to 'non-unique' and there are already records, the field values...
https://mantis.ilias.de/view.php?id=28645 Let me know if anything needs changing or can be improved Tested on: ILIAS 8 Code looks the same on 7, 8, 9, Trunk
This adds the DataTable and InputViewControls to v8.
This PR is a follow up on #6889 after the feedback. It proposes to update the Drilldown Menu to look like shown in the print screens below. There is actually...