Feature Wiki
Tabs
JourFixe-2024-03-18
Page Overview
[Hide]- 1 Appointments
- 2 Miscellaneous
- 3 Maintained Versions
- 4 Preparing ILIAS 9
- 4.1 Timeline for ILIAS 9
- 4.2 Software Requirements for ILIAS 9
- 4.3 Important Changes
- 4.4 Development Issues ILIAS 9
- 4.5 Status of Development
- 4.6 Testing ILIAS 9
- 4.6.1 Roadmap
- 4.6.2 Testing Performance
- 4.6.3 Mantis Statistic
- 5 Developing ILIAS 10
- 6 Participants
Date and place
Monday, 18 March from 13:00 – 15:10 at VC meeting in BBB.
If you like to participate at the Jour Fixe, please join our BigBlueButton-based Jour Fixe VC!
We recommend to use BBB in Chrome (or Firefox).
1 Appointments
Workshops / Working GroupS
- 20 MAR 2024, 11:00 - 12.30: OER-freundliche Infrastruktur für ILIAS, Part 2
- 25 MAR 2024, 10:15 - 12:00: Review Accessibility Process
- 25 MAR 2024, 14:30 - 16:00: Working Group of 'Removing of Legacy-UIComponents-Service and Table'
- 03 APR 2024, 11:00 - 12:30: OER-freundliche Infrastruktur für ILIAS, Part 3
If you want to participate at one of the above mentioned workshops, please register for the related session. This helps to organise the workshop. Thanks!
Jour Fixe
- Monday, 15 April 2024, 13:00 - 17:00
- Monday, 29 April 2024, 13:00 - 17:00
- Monday, 13 May 2024, 13:00 - 17:00
- Monday, 27 May 2024, 13:00 - 17:00
No Jour Fixe at 01 April due to Eastern.
2 Miscellaneous
2.1 UI Clinic
Our UI/UX/A11y experts Yvonne Seiler, Kristina Auerswald and Kendra Grotz are offering bi-weekly UI clinic consultation hours for UI/UX and accessibility topics. The consultation hours are open for all users that need or are interested in related help for their ILIAS development activities. The UI Clinic consultation hours take place every Tuesday before Jour Fixe from 14h30 to 15h00.
If you are interested in discussing an issue, please register here!.
2.2 Style Guide for English Language
Our expert for English language, Chris Potter, has created a Style Guide for English Language in ILIAS to help developers when writing English labels and bylines. Major aim is to improve the quality and the consistence of the English language file. We kindly please all developers to have a look at this style guide and follow its recommendations!
In addition, Chris is currently revising the entire ilias_en.lang for ILIAS 9 and corrects and streamline the texts. This already came with a couple of commits in the last weeks (and still will go on).
In case of questions to the style guide or the correct use of English language in ILIAS, please feel free to contact Chris.
2.3 Maintainerships
2.3.1 Maintainerships to be Handed Over
The following maintainerships are offered for takeover by another developer:
- Administration: 1st maintainer Killing, Alexander [alex] and 2nd maintainer Meyer, Stefan [smeyer] would like to hand over maintainership of
components/ILIAS/Administration
to an interested developer. Code is in good state and the service ready to be used with PHP 8. - Learning Module SCORM: 1st maintainer Kohnle, Uwe [ukohnle] would like to hand over maintainership for
components/ILIAS/Scorm2004
andcomponents/ILIAS/ScormAicc
to an interested developer. In view of some upcoming and funded refactorings, Uwe believes the time is right for a new developer to get involved in the maintenance of the component. - LTI: 1st maintainer Kohnle, Uwe [ukohnle] would like to hand over maintainership for
components/ILIAS/LTI
andcomponents/ILIAS/LTIConsumer
to an interested developer. 2nd maintainership is kept by Meyer, Stefan [smeyer].
Developers willing to take over a maintainership are highly appreciated. Please contact the Technical Board if you are interested in taking over the maintainership.
2.3.2 New or Changed Maintainerships
- none
3 Maintained Versions
At the time being, we are maintaining ILIAS version 7 and Version 8.
3.1 Roadmap
LAST RELEASES
- ILIAS 9.0 beta3 has been published at 31 JAN 2024
- ILIAS 8.9 has been published at 14 FEB 2024
- ILIAS 7.28 has been published at 14 FEB 2023
NEXT RELEASES
- ILIAS 9.0 is planned for 17 APR 2024
- ILIAS 8.10 is planned for 19 MAR 2024
- ILIAS 7.29 is planned for 19 MAR 2024
Lifecycles of maintained versions
- ILIAS 7 : end of maintenance of ILIAS 7 is expected for April 2024 when we hopefully have a stable ILIAS 9 release. Otherwise, the maintenance of 7 is extended accordingly. In addition, a ILIAS 7 LTS release will be offered by Databay at least until end of the year. More information soon.
- ILIAS 8 : end of full maintenance at 31 DEC 2024, security bug fixes (only) until 31 DEC 2025.
3.2 Mantis Reports
The following Mantis reports have been tagged with 'Needs Jour Fixe Decision' and were therfore be discussed in detail:
- none
3.3 Mantis Statistic
Current information from Mantis:
* … Issues with status 'open' and 'fix.acc.prio.' are recorded.
Please check the list of issues that have been voted on by association members. This prioritisation should be considered.
3.4 Development Issues of Maintained Versions
The following development issues concern one or more maintained versions. Issues related to upcoming versions have to be added in chapter 4.
- none
3.5 Pull Requests to be Discussed
The following pull requests in the ILIAS repository on GitHub were marked with 'Jour Fixe':
- PR6702 • UI/DataTable: 39206, generate translated ordering options by columntype: We highly appreciate this PR and accept it for Release 9 and trunk.
- PR7068 • Move Add New Item to Modal: Last reminder by @kergomard about the upcoming merge of this PR for trunk.
3.6 Continuous Integration
- Unit Tests:
- As of today, there are (executed with PHP 8.2)
- 10447 (+3)
- 25211 assertions (depends on the order of tests being executed / not stably determinable)
- 4 Ignored Tests:
- \ilSessionTest::testPasswordAssisstanceSession
- Reason: Marked as incomplete
- There is an open PR to solve this issue.
- \TagInputTest::testUserCreatedNotAllowed
- Reason: Marked as skipped
- \ILIAS\Cache\CacheTest::testMemcachedAdapter
- Reason: Memcached is not available (although the PHP extension is installed)
- \ilSkinFactoryTest::testImportSkin
- Reason: This test is skipped, because it is not possible to create a zip file, which can be unzipped at the moment in Test-Context. The test is violating thr policy to access only directories which are known to the LegacyPathHelper.
- \ilSessionTest::testPasswordAssisstanceSession
- As of today, there are (executed with PHP 8.2)
4 Preparing ILIAS 9
4.1 Timeline for ILIAS 9
Due to the changed timeline of ILIAS 8 we had to fundamentally change the schedule for ILIAS 9. The aim was to secure sufficient resources for the completion of ILIAS 8 and to take away the time pressure for the programming of ILIAS 9. In short, the release plan for ILIAS 9 has been postponed by one year.
- Feature freeze at April 30, 2023: deadline to suggest new features for this version ✓
- Coding completed: all features implemented and test cases finished until October 27, 2023 ✓
- Release 9.0 beta1 and release-9 branch planned for October 30, 2023 ✓
- Begin of testing phase scheduled for October 31, 2023 ✓
- All test cases should have been tested at Februar 02, 2024 ✓
- First stable 9.0 release planned for April 17, 2024
- Full maintenance support for version 9: until December 31, 2025
- Security bug fixes only: until December 31, 2026
4.2 Software Requirements for ILIAS 9
The required and supported software for ILIAS 9 is as follows:
- PHP:
- ILIAS 9 will support PHP 8.1 and 8.2.
- Support for PHP 7.4 and 8.0 will be dropped.
- PHPUnit: 10.x
- Composer: Composer 2
- DBMS:
- MariaDB: 10.3, 10.4, 10.5, 10.6 (we recommend to use MariaDB)
- MySQL: 8.0
- HTTP:
- nginx:
- Supported: 1.12.x - 1.18.x
- Recommended: 1.18.x
- Apache >= 2.4.x
- nginx:
- JAVA:
- Java 11 LTS, Java 17 LTS and Java 21 LTS (tested with OpenJDK)
- NodeJS:
- 20 (LTS), 21
- Recommended: 20 (LTS)
- Other Software:
- Ghostscript:
- Supported/Recommended: 9.51
- MathJax (optional): Supported 2.7 and >=3.2, Recommended: 2.7
- ImageMagick
- Support/Recommended: 6.9.x / 6.9.11-60 Q16
- Ghostscript:
4.3 Important Changes
/images directory : the subdirectory structure of /templates/default/images has been changed and more subdirectories have been introduced to to provide a faster and better overview of the existing image files. In addition, it will fix Mantis issue #35768.
In case of lost images (broken pathes), please create a Mantis report and assign it to CSS component.
4.4 Development Issues ILIAS 9
Abandon «Alphabetical Navigation in User Administration»
JourFixe, ILIAS [jourfixe]: We abandon this feature already with ILIAS 9. There is no need to keep this view and its issues for another year until ILIAS 10.
4.5 Status of Development
This is the status of the development of ILIAS Release 9 after Coding Completed at 27 OCT 2023:
Status | Number of features |
---|---|
Implemented and published in trunk | 140 |
Abandoned and removed from code | 28 |
Scheduled but not implemented/abondoned | 24 |
4.6 Testing ILIAS 9
4.6.1 Roadmap
- Testing phase of ILIAS 9 starts at October 31, 2023 on test9.ilias.de
- Pretests from October 31 until November 10, 2023
- Community testing starts at November 13, 2023
- All test cases have to be run at least once until Februar 02, 2024
- Retests have to be finished until March 11.
- First stable release of ILIAS 9 is scheduled for April 17, 2024.
4.6.2 Testing Performance
Status as of 2024-03-18:
- Number of test cases to test for ILIAS 9: 4901
- Components with untested cases:
- None (the single test case shown in the stats is caused by a TestRail bug)
- Feedback required: Also from MAINTAINERS!
- Please check your "Todo" tab in TestRail! https://testrail.ilias.de/index.php?/todos/overview/1
- Reply to issues marked with "Feedback".
- After responding, set status "Retest" and assign back to tester.
Test suites with 100% PASSED test cases:
- Rating
- Precondition Handling
- Poll
- Notification Center
- MathJax
- Learning Module HTML
- Language Handling
- Info Page
- Glossary
- Contacts
- Badges
- ¥ Object
- Virus Scanner
- Item Groups
- Employee Talk
- Bibliography
- Data Collection
- Didactic Templates
- LM ILIAS - Presentation
- Main Menu
- Mediacast
- Notes
- Weblink
- NEW: Comments
- NEW: Dashboard
- NEW: Media Pools and Media Objects
- NEW: Portfolio Template
- NEW: Session
- NEW: Tagging
- NEW: User Service
- NEW: Who is online?
4.6.3 Mantis Statistic
Current information from Mantis:
* … Issues with status 'open' and 'fix.acc.prio.' are recorded.
5 Developing ILIAS 10
5.1 Timeline for ILIAS 10
- Big Projects Jour Fixe at November 27, 2023 ✓
- Feature freeze at April 30, 2024
- Coding completed: all features implemented and test cases finished until October 25, 2024
- Release 10.0 beta1 and release-10 branch planned for October 28, 2024
- Beginn of testing phase scheduled for October 30, 2024
- End of testing phase planned for Februar 05, 2025
- First stable 10.0 release planned for March 13, 2025
- Full maintenance support for version 10: until December 31, 2026
- Security bug fixes only: until December 31, 2027
5.2 Software Requirements for ILIAS 10
The required and supported software for ILIAS 10 is as follows:
- PHP:
- ILIAS 10 will support PHP 8.2 and 8.3.
- Support for PHP 8.1 will be dropped.
- With ILIAS 10 developers can use PHP 8.2 features: https://stitcher.io/blog/new-in-php-82.
- PHP Roadmap: https://www.php.net/supported-versions.php
- Link for Developers:
- PHP 8.2 and PHP 8.3 Backward Incompatible Changes:
- Outlook PHP > 8.3:
- What is deprecated in PHP 8.2 (see: https://www.php.net/manual/en/migration82.deprecated.php), and PHP 8.3 (see: https://www.php.net/manual/en/migration83.deprecated.php), will cause errors in PHP > 8.3!
- Such DEPRECATED issues MUST be fixed in ILIAS 10
- PHPUnit: 10.x
- Composer: Composer 2
- DBMS:
- MariaDB: … (we recommend to use MariaDB)
- MySQL: …
- HTTP:
- nginx:
- Supported: …
- Recommended: …
- Apache >= …
- nginx:
- JAVA:
- …
- NodeJS:
- Supported: 20 (LTS, 21)
- Recommended: 20 (LTS)
- Other Software:
- Ghostscript: …
- MathJax (optional): …
- ImageMagick: …
5.3 Dependencies
Dependencies Discussed at 22 JAN 2024
- PR6887: NPM: Add
jQuery
jQuery
is actively maintained and has an existing security policy. Used in many components (2414 occurences). Michael Jansen will take care of the dependency.- Dependency is accepted for trunk.
- PR6952: NPM: Add
moment
- Dependency is actively maintained. Used in calendar component and in chat, too.
- Dependency is accepted for trunk.
- PR6893: NPM: Add
linkifyjs
- Dependency is actively maintained. Used in COPage, LearningModule and OnScreenChat to make links clickable.
- Dependency is accepted for trunk.
- PR6945: NPM: Add
jest
- Dependency is actively maintained.
- Dependency is accepted for trunk.
- PR6946: NPM: add
@uppy/tus
and PR6947: NPM: add@uppy/core
- Dependencies are actively maintained.
- Dependencies are accepted for trunk.
- PR6949: Composer: Add
firebase/php-jwt
as dependency- Dependency is actively maintained.
- Uwe Kohnle will call a meeting to check if this lib is used by others, too. Or if it could be removed from trunk. Decision postponed after meeting.
- PR6950: Composer: Add
celtic/lti
as dependency- Not too many but requently commits. Could probably be replaced by
lib-lti1p3-core
- Decision about dependency is postponed. First, it should be tested if
lib-lti1p3-core
could replaceceltic/lti
and if LTI 1.1 should be dropped with ILIAS 10.
- Not too many but requently commits. Could probably be replaced by
Dependencies discussed at 11 DEC 2023
- NPM/Chatroom: Add
uuid
:- Library is well maintained.
- Dependency is accepted for trunk.
- NPM/Chatroom: Add
mysql
:- Lot of contributions but last activity from 2022 which could be a potential risk. Library has to be monitored, forked if necessary and maintained by ourselves.
- Dependency is accepted for trunk.
- NPM/Chatroom: Add
node-mysql
:- Library has only one maintainer and last activity from 2015. Could be a risk for new releases of Node.js.
- Dependency is rejected for security reasons.
node-mysql
lib should not be used in ILIAS 10. Necessary functions have to be adapted by Chatroom component.
- NPM/Chatroom: Add
async
:async
is a well maintained package with a lot of contributions and recent activities.- Dependency is accepted for trunk.
- NPM/Chatroom: Add
node-schedule
:node-schedule
is a well maintained package with a lot of contributions. However, there were only few commits in the last months.- Dependency is accepted for trunk.
- NPM/Chatroom: Add
express
:express
is a well maintained package with a lot of contributions. However, there were only few commits in the last months.- Dependency is accepted for trunk.
- NPM/Chatroom: Add
winston
:winston
is a well maintained package with major releases every few years. It is an active project, the latest changes are from November.- Dependency is accepted for trunk with version 3.
- NPM/Chatroom: Add
socket.io
andsocket.io-client
:socket.io
is a well maintained package with major releases every few years and recent activities.- Dependency is accepted for trunk. Please update to version 4.7.
- Composer: Add
jumbojett/openid-connect-php
as dependency:- Not to many commits in the last years, but there are automatic tests for php up to 8.2. There are several people contributing to the software.
- Dependency rejected for security reasons. Library has a certain risk for us. We should try to substitute this dependency by another one with similar functions but better maintenance.
- Composer: Add
apereo/phpcas
as dependency:- Library needed to enable CAS authentication in ILIAS. Not to many commits in the last years, but there are automatic tests for php up to 8.2. Security issues are always fixed in a timely manner followed by new releases.
- NPM: Add
chart.js
as dependency:chart.js
is actively maintained by multiple contributors. New releases are published every few weeks/months.- Dependency is accepted for trunk.
- NPM: Add
rollup
as dependency:- The package is actively maintained.
- Dependency is accepted for trunk. Please update to latest major release.
- NPM: Add
@rollup/plugin-terser
as dependency:- The package is actively maintained.
- Dependency is accepted for trunk. Please update to latest major release.
- NPM: Add
@rollup/plugin-node-resolve
as dependency:- The package is actively maintained.
- Dependency is accepted for trunk.
- NPM: Add
mocha
as dependenc:- The package is no longer maintained actively. Last release was made in 2022.
- Dependency rejected for security reasons. We should try to substitute this dependency by another one with similar functions but better maintenance.
- Composer: Add
league/commonmark
as dependency:- The package is actively maintained.
- Dependency is accepted for trunk.
- NPM: Add
eslint
as dependency:- The package is actively maintained.
- Dependency is accepted for trunk.
- NPM: Add
eslint-plugin-import
as dependency:- The package is actively maintained.
- Dependency is accepted for trunk.
- NPM: Add
eslint-config-airbnb-base
as dependency:- The package is not actively maintained (last release 2021). But as it is only a configuration for the eslint package there is no need for an update as long as the configuration is not changed.
- Dependency is accepted for trunk.
- NPM: Add
dropzone
as dependency:- The package is NOT actively maintained anymore (last release 2021). Lib is helpful as file upload is a complex subject that should not be handled by the file service itself.
- Dependency is accepted for trunk. But we have to look for alternatives in case security problems arise.
- NPM: Add
chai
as dependency:- The package is actively maintained.
- Dependency is accepted for trunk.
- Composer: Add
ramsey/uuid
as dependency:ramsey/uuid
is actively maintained by multiple contributors.- Dependency is accepted for trunk.
- NPM: Lib
tinymce
:- Version 5 used by page editor for text editing. No need of current fork additions. Library well maintained, has commercial background and is still widely used and integrated.
- Dependency is accepted for trunk.
- Composer:
geshi
lib:- Very few parts of the lib needed for syntax highlighting in page editor. Little maintenance in the last years. Risk is considered low.
- Dependency is accepted for trunk. In case of an emergency, we deactivate syntax highlighting in the page editor.
- Composer:
getid3
lib:- Used to determine the length of media files. The lib is on github since > 10 years, always got maintenance.
- Dependency is accepted for trunk.
- NPM: Add
@yaireo/tagify
as dependency- The library has 58 contributors and got its last release in August '23. It seems to be feature complete.
- Dependency is accepted for trunk.
- Composer: Add
friendsofphp/php-cs-fixer
as dependency- The library is under active maintenance. It would be non-critical (although quite sad...) to lose this lib.
- Dependency is accepted for trunk.
- Composer: Add
phpunit/phpunit
as dependency #6733- Won't go away any time soon.
- Dependency is accepted for trunk.
- Composer: Add
mustache/mustache
as dependency- The library is widely used by many PHP projects. It has 41 contributors, but the most contributions have been made by one person.
- Dependency is accepted for trunk.
- Composer: Add
ifsnop/mysqldump-php
as dependency- Needed to create release packages. The package is actively maintained.
- Dependency is accepted for trunk.
- Composer: Add
seld/jsonlint
as dependency dependencies:- The library receiced its last update in May '23. The maintainer Jordi Boggiano works on packagist and composer and is a well known person in the PHP community.
- Dependency is accepted for trunk.
- Composer: Add
symfony/console
as dependency #6733:- Needed for Setup. The library is under active development and part of the Symfony framework.
- Dependency is accepted for trunk.
- Composer: Add
pimple/pimple
as dependency #6733:- The library has been stable for a long time and didn't receive updates since 2021. The actual code is only about 150 LOC and hence could be easily maintained by us, if necessary.
- Dependency is accepted for trunk.
- Composer: Add
filp/whoops
as dependency:- Library is stable for a long time now. Maintenance seems to be stable. There is a corporate sponsor of this library.
- Dependency is accepted for trunk.
- Composer: Add
phpstan/phpstan
as dependency:PHPStan
is a very active project. The risk of relying on this library is relatively small. It is a development dependency and our production code does not rely on this library. But: The project mainly relies on one contributor and there might be funding issues in future.- Dependency is accepted for trunk.
- Composer: Add
mikey179/vfsstream
as dependency:- Not much development activity, so it might occur that there will be issues with upcoming PHP versions. The risk of relying on this library is small. It is a development dependency and only a small number of unit tests rely on a mocked file system. With the increased use of the IRSS, the number of unit tests will decrease and the lib will no longer be needed.
- Dependency is accepted for trunk.
- Composer: Add
captainhook/captainhook
and `captainhook/plugin-composer as dependency:CaptainHook
is well maintained. Risk is small as it is only a development dependency.- Dependency is accepted for trunk.
- Composer: Add
cweagans/composer-patches
as dependency:Composer Patches
is still maintained,- Dependency is accepted for trunk but should be monitored.
- Composer: Add
ezyang/htmlpurifier
as dependencyHTMLPurifier
is actively maintained by multiple contributors. Security issues are always fixed in a timely manner followed by new releases. In case of problems in the future, Symfony is offering a similar library that can be used instead.- Dependency is accepted for trunk.
- Composer: Add
simplesamlphp/simplesamlphp
as dependency:SimpleSAMLphp
is actively maintained by multiple contributors. Security issues are always fixed in a timely manner followed by new releases. A proper security process is implemented.- Dependency is accepted for trunk. An update to version 2.0 might be done with PR6725.
- Composer: Add
phpmailer/phpmailer
as dependency:- Library is needed to create mails from ILIAS.
PHPMailer
is actively maintained by multiple contributors. Security issues are always fixed in a timely manner followed by new releases. - Dependency is accepted for trunk.
- Library is needed to create mails from ILIAS.
- Add
sabre/dav
as dependency:- Actively maintained.
- Dependency is accepted for trunk.
- Composer: add
symfony/yaml
as dependency:- The library receives updates and new releases and is part of the symfony framework.
- Dependency is accepted for trunk.
- Composer: Add
guzzlehttp/psr7
as dependency:- Is actively maintained. Needed by nearly every GUI class in ILIAS.
- Dependency is accepted for trunk.
5.4 Deprecated for ILIAS 10
The following services, methods and UI elements are deprecated for ILIAS 10:
Services/UIComponent
- Checkbox List Overlay
- Glyph
- Grouped List
- Lightbox (Has been removed from trunk while ILIAS 9 has being developed.)
- Modal
- Nested List
- Overlay
- Panel
- Progress Bar
- Split Button
- Tooltip
Services/FileSystem
- ilFile
- ilFileData
- ilFileDataImport
- ilFileSystemAbstractionStorage
- ilFileSystemGUI
- ilFileSystemTableGUI
- ilUploadFiles
Services/Database
- ilDBAnalyzer
- ilDBGenerator
Services/FileDelivery
(replacement will be done with PR)- ilFileDelivery
Services/PermanentLink
(replacement will be done with PR)- ilLink
Services/Utilities
(ongoing)- ilArrayUtil
- ilLegacyFormElementsUtil
- ilShellUtil
- ilStr
- ilUtil
5.5 Important Changes
- none
5.6 Development Issues
- none
5.7 Project 'Removing of Legacy-UIComponents-Service and Table'
- Status ILIAS 10
- UI-Components in progress: e.g.
UI Data Table
,Ordering Table
,Confirmation Modal
,Resource Selector
,DateTime-Picker to KS Filter
- Additions to the UI Data Table required to progress the changeover.
- Last usage of
Legacy Grouped List
has been removed.
- UI-Components in progress: e.g.
- Adjusted project aims in accordance with the JourFixe of 04 March 2024:
- ILIAS 10 (see above)
- ILIAS 11Deprecations:
Services/UIComponent
ilConfirmationGUI
&ilConfirmationTableGUI
ilExplorer
ilSyntaxHighlighter
ilTextHighlighterGUI
ilToolbarGUI
ilTabsGUI
Services/Table
- Estimated funding needed to realise project for 2024: 500.000€ (like 350 Person Days).
- The missing funding is currently a major obstacle.
- Next appointments:
- Bi-Weekly-Meeting : Monday, 25 March 2024, 14:30 - 16:00
- Bi-Weekly-Meeting : Monday, 08 April 2024, 14:30 - 16:00
5.8 Suggested Features for 10
New Default of User Standard Fields in User Management: We highly appreciate this suggestion and schedule the change of the default database template for ILIAS 10. Please remove the cells regarding Country as free text input as this will be removed with 10. And a short notice should be added to the Changed Behaviour section of the 10 release page.
IRSS: Container-Resource User-interface: We highly appreciate this suggestion and schedule the feature for ILIAS 10. We would like …
- … to have implemented the first suggestion with a breadcrumb. Advantages for us: users know where they are and can easily navigate upwards.
- … to have informative headlines to signify that the first UI element is for uploading files and the following table contains all existing files and folders.
- … to have aria landmark roles and aria labels to improve the accessibility of the screen.
Abandon ‘Views‘ in Learning Progress Tables: We highly appreciate this suggestion and abandon the feature with ILIAS 10.
Transfer Learning Objective Course to KS Component: We highly appreciate this suggestion and re-schedule the feature for ILIAS 10.
Learning Object Metadata for Mediacast, Mediapool, and Blog: We highly appreciate this suggestion and schedule the feature for ILIAS 10.
Learning Object Metadata for Data Collection: We highly appreciate this suggestion and schedule the feature for ILIAS 10.
OER-Harvester collects more object types: We highly appreciate this suggestion and schedule the feature for ILIAS 10.
Abandon «Alphabetical Navigation in User Administration»: We highly appreciate this suggestion and abandon the alphabetical navigation already with ILIAS 9. No need to keep it another year.
Permanent Link for »LogIn-Screen«: We highly appreciate this suggestion and schedule the feature for ILIAS 10.
Abandon «Session History» in Repository Chat: We highly appreciate this suggestion and abandon the feature with ILIAS 10.
Abandon Mail Preview «Message» on Dashboard: We highly appreciate this suggestion and abandon the feature with ILIAS 10. Please also add a short notice to Changed Behaviour section of the ILIAS 10 release page. And we recommend to change the behaviour of news in the same way and to streamline the behaviour with Tasks and Mail (requires a distinct feature request).
Permanent Link for tab ‘Agenda‘ of Course and Group Calendar: We highly appreciate this suggestion and schedule the feature for ILIAS 10. The permanent link should be something like "…/crs/123/agenda" where 123 is the ref id.
[[]]:
- Feature request presented by
- Length of slot: '
[[]]:
- Feature request presented by
- Length of slot: '
[[]]:
- Feature request presented by
- Length of slot: '
6 Participants
Participant | Joined VC |
---|---|
x | |
x | |
x | |
x | |
Buch, Christof | |
Dyhr, Sven | |
x | |
x | |
x | |
x | |
x | |
Günther, Andre | |
Halm, Linda | |
x | |
Houssi, Dhouha | |
x | |
x | |
x | |
x | |
x | |
Kröpelin, Philipp | |
Kunkel, Matthias [mkunkel] (Minutes) | x |
x | |
x | |
x | |
x | |
Nishino, Kenji | |
Potter, Chris | |
Rüping, Stefan | x |
x | |
Schenk, Ralf | |
x | |
Schmidt-Sielex, Wolfgang | |
x | |
Seidel, Elyesa | x |
x | |
x | |
x | |
x | |
x | |
x | |
x | |
Vejda, Stefan | |
Weber, Jens | |
Widmaier, Leon | |
Wischniak, Stanislav | |
Yadel, Simon | |
x |
Last edited: 15. May 2024, 16:30, Kunkel, Matthias [mkunkel]