ILIAS
ILIAS copied to clipboard
GitHub repository for official ILIAS release branches and development branches (trunk)
https://mantis.ilias.de/view.php?id=45505 Aims to hide grades and passes status when test is yet unfinished. Already reviewed by @thojou.
https://mantis.ilias.de/view.php?id=45445 I removed the whole media query since it looks very odd. I assume this was meant to be for a special case of mobile responsive handling but falsely was...
This PR attempts to fix https://mantis.ilias.de/view.php?id=45662. Fixes private feed not being accessible and refactors file entirely. Kind regards, @bidzanaaron
description will follow...
This PR attempts to fix https://mantis.ilias.de/view.php?id=46308. `_getStatusInfo` now considers all statuses instead of just the passed ones. Kind regards, @bidzanaaron
Sister PR to https://github.com/ILIAS-eLearning/ILIAS/pull/10703
Sister PR to https://github.com/ILIAS-eLearning/ILIAS/pull/10703
Sister PR to https://github.com/ILIAS-eLearning/ILIAS/pull/10703
This adds highlighting rows to the table. There are two ways to highlight a row: directly, [on the row itself](https://github.com/ILIAS-eLearning/ILIAS/compare/trunk...nhaagen:11/UI/DataTable/HighlightRows?expand=1#diff-cdf8c6242a5254758584d31f8977a6e02abe764d01b10a619fa9a2925cb3b6d6R85-R86) or [via parameters ](https://github.com/ILIAS-eLearning/ILIAS/compare/trunk...nhaagen:11/UI/DataTable/HighlightRows?expand=1#diff-cdf8c6242a5254758584d31f8977a6e02abe764d01b10a619fa9a2925cb3b6d6R109-R114). In order to use parameters, [the...
Another option might be to implement the EntryCreation on DataRetrieval🤔