Feature Wiki
Tabs
ILIAS 10
Page Overview
[Hide]1 Timeline for ILIAS 10
- Feature freeze on 30 April 2024
- Coding completed on 25 October 2024
- New features implemented and related test cases completed
- Existing test cases updated/revised
- Release 10.0_beta1 published and release-10 branch created on 28 October 2024
- Beginn of testing phase on 30 October 2024
- Pretest: 30 October – 12 November 2024
- Community testing: 13 November 2024 – 05 February 2025
- End of testing phase planned for 05 Februar 2025
- First stable 10.0 release planned for 13 March 2025
- Full maintenance support for version 10: until 31 December 2026
- Security bug fixes only: until 31 December 2027
2 Important Information
3 List of New and Extended Features
The following features were implemented for ILIAS version 10:
- Add Unique Certificate ID for Certificate Editor
- Additional fields for OpenID Connect (OIDC) SSO
- Always Export Content Style
- Bulk Edit in Test Question Pool
- Centralizing online/offline status - step 4
- Changed language entries for ILIAS 10
- Changing operator of taxonomies from OR to AND
- Component Framework/Setup: Make Setup handle Legacy Plugins
- Configurable LogOut Behaviour
- Configurable saving interval for WOPI revisions
- Confirmation of change of e-Mail-address
- Content Style: Migrate to IRSS
- Customise Dashboard Content with ILIAS Page Editor
- Customizable Link-Groups in Footer
- Customize Logout Screen
- Display of Date Type ‘PlugIn‘ in Fields of Data Collection
- Extend Booking Tool Permission
- Further revamping of Repository Chat
- Fuse tables «Consultation Hours Appointments» and «Bookings»
- Improve Communication in Consultation Hours Service
- Improve Managing Consultation Hours in Agenda-Tab
- Improvement of Mail Signature
- Infrastructure for Adding Metadata from Controlled Vocabularies
- Introducing KS-Charts for Poll
- IRSS: Container-Resource User-interface
- IRSS: Migrate Booking Tool to IRSS
- IRSS: Migrate Exercise to IRSS (Part 2)
- IRSS: Migrate HTML-Learning-Modules to ContainerResources
- IRSS: Migrate Media Objects to IRSS
- Launcher for Survey
- Learning Modules: Migrate Page/Chapter Overview to Data Table
- Learning Object Metadata for Data Collection
- Learning Object Metadata for Mediacast, Mediapool, and Blog
- Manage Attachments
- Managing the Exportfiles via IRSS
- Matching Copyright on Import
- Metadata interface for querying by referatories
- Migrating Custom Metadata to IRSS
- Move Add New Item to Toolbar and into Modal
- Move Search Header to Kitchensink Filters
- New Default of User Standard Fields in User Management
- New taxonomy filters to use taxonomies in the question selection for fixed tests
- OER-Harvester automatically creates Exports
- OER-Harvester collects more object types
- Permanent Link for »LogIn-Screen«
- Persisting Help IDs
- Presentation Table for Bibliografic List Item
- Public Access Export Files for All Objects
- Refactor Trash/Deletion Process
- Removing Legacy-UI » Toolbar » ‘Label‘ + ‘Legacy Dropdown‘ + ‘Submit‘ (in ILIAS 10)
- Replace TinyMCE by Markdown Editor in Data Collection
- Revamp of glossary presentation
- Revamping Footer with Link-Groups
- Revise Content-Tab »Folder« in User Mail System
- Revision of Logging in Test: Interface Overhaul
- Revision of Logging in Test: Refactoring and Migration
- Select Content Style for Single Views of Data Collection
- Send Mail directly to bookers of consultation hours
- Session Reminder and Configuration as a User Default Settings
- SOAP: Improve HTTP Communication and Performance in Reverse Proxy Scenarios
- Study Programme: Automatically Add Users from Organizational Unit Subtree
- Test: Add IP Ranges as Access Constraint to Test Settings
- Test: Revise Test Tabs
- Test: Revision of the Participant Tab using the new data table
- Tutorial Support as Secondary Panel
- View-Actions in WOPI for File-Objects
4 Changed Behaviour
This section lists changes of existing objects and components due to bug fixes made for ILIAS 10:
- Object: Titles and Desciptions will always be interpreted as strings. Contained html-tags are encoded and shown in their literal form.
- Test: Cloze questions do not offer the option to edit gaps in modals anymore. All gaps are availalbe, as previously, underneath the cloze-text input field.
- We moved to native video tags which do not officially support srt files for subtitles. The supported standard is WebVTT. ILIAS tries to convert srt to vtt on the fly. You will be not able to upoad srt files anymore, please use vtt files instead, see https://mantis.ilias.de/view.php?id=43935
5 Abandoned and Removed
The following features were abandoned with ILIAS 10 and have been removed from the ILIAS source code:
- Abandon Adding Tags on «Info-Page»
- Abandon Blog Pages in Portfolios
- Abandon Compulsory Questions Setting in Test
- Abandon Excel Exports in Question Pools
- Abandon Hits/Page as a User Setting
- Abandon ILIAS-specific TinyMCE Plugins for Forum and Test & Assessment
- Abandon LaTeX in Certificates
- Abandon Learning Progress Tab in Administration
- Abandon Mail Preview «Message» on Dashboard
- Abandon Manage System Styles
- Abandon Question Pool Setting in Survey
- Abandon Rich Text Editor for Login Page
- Abandon Session Mode «Load-Dependent Session Settings»
- Abandon Settings for Manual Scoring and Adjustment per Question in Administration
- Abandon TinyMCE formattings in Exercise
- Abandon User-Tab in Learning Progress in Main Bar
- Abandon «Monitor and Set Status Themselves» Status in Learning Module
- Abandon «Save Current View» for Tables in Content in Data Collection
- Abandon «Session History» in Repository Chat
- Abandon «View given answers» in Survey
- Abandon ‘Views‘ in Learning Progress Tables
- Abandon Consultation Hour Groups
- Blog: Abandon Banner Image
- Learning Module: Abandon Change History and Comments
- Learning Module: Abandon Public Area Settings
- Media Pool: Abandon Upload Directory
- Portfolio: Abandon Banner Image
- Portfolio: Abandon Portfolio as User Profile
- Study Programme: Abandon Dynamic Tree in Manage View
- Survey: Abandon TinyMCE Configuration
- Survey: Abandon Width/Height Setting in Essay Question
- Test: Remove Option to Disable Taxonomies from QPL
6 Migrations
Migration of Exercise Submission Files to IRSS:
> php cli/setup.php migrate --run exercise.ilExerciseSubmissionMigration
Migration of Exercise Peer Feedback Files to IRSS:
> php cli/setup.php migrate --run exercise.ilExercisePeerFeedbackMigration
Migration of Standard Export Files to IRSS:
> php cli/setup.php migrate --run 'ILIAS\Export\Setup\Agent.FilesToIRSSMigration'
Migration of Images in Poll to IRSS:
> php cli/setup.php migrate --run poll.ilPollImagesMigration
Migration of Options of (Multi-)Select Custom Metadata Fields to Have Persistent IDs:
> php cli/setup.php migrate --run 'ILIAS\AdvancedMetaData\Setup\Agent.SelectOptionsMigration'
Migration of Media Object to IRSS:
> php cli/setup.php migrate --run mediaobject.ilMobMigration
Migration of Custom Metadata Set Export Files to IRSS:
> php cli/setup.php migrate --run 'ILIAS\AdvancedMetaData\Setup\Agent.RecordFilesMigration'
Migration of Booking Object Info Files to IRSS:
> php cli/setup.php migrate --run 'ILIAS\BookingManager\Setup\Agent.ilBookingManagerBookingInfoMigration'
Migration of Booking Reservation Info Files to IRSS:
> php cli/setup.php migrate --run 'ILIAS\BookingManager\Setup\Agent.ilBookingManagerObjectInfoMigration'
Migrations to create LOM sets for pre-existing objects of those types that support LOM since ILIAS 10:
> php cli/setup.php migrate --run 'ILIAS\Blog\Setup\Agent.InitLOMForBlogMigration'
> php cli/setup.php migrate --run 'ILIAS\MediaCast\Setup\Agent.InitLOMForMediaCastMigration'
> php cli/setup.php migrate --run 'ILIAS\MediaPool\Setup\Agent.InitLOMForMediaPoolMigration'
> php cli/setup.php migrate --run datacollection.ilDataCollectionInitLOMMigration
Last edited: Yesterday, 10:48, Killing, Alexander [alex]