Feature Wiki

Information about planned and released features

Tabs

Page is read-only.

Release 10

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:

  1. Add Unique Certificate ID for Certificate Editor
  2. Additional fields for OpenID Connect (OIDC) SSO
  3. Always Export Content Style
  4. Bulk Edit in Test Question Pool
  5. Centralizing online/offline status - step 4
  6. Changed language entries for ILIAS 10
  7. Changing operator of taxonomies from OR to AND
  8. Component Framework/Setup: Make Setup handle Legacy Plugins
  9. Configurable LogOut Behaviour
  10. Configurable saving interval for WOPI revisions
  11. Confirmation of change of e-Mail-address
  12. Content Style: Migrate to IRSS
  13. Customise Dashboard Content with ILIAS Page Editor
  14. Customizable Link-Groups in Footer
  15. Customize Logout Screen
  16. Display of Date Type ‘PlugIn‘ in Fields of Data Collection
  17. Extend Booking Tool Permission
  18. Further revamping of Repository Chat
  19. Fuse tables «Consultation Hours Appointments» and «Bookings»
  20. Improve Communication in Consultation Hours Service
  21. Improve Managing Consultation Hours in Agenda-Tab
  22. Improvement of Mail Signature
  23. Infrastructure for Adding Metadata from Controlled Vocabularies
  24. Introducing KS-Charts for Poll
  25. IRSS: Container-Resource User-interface
  26. IRSS: Migrate Booking Tool to IRSS
  27. IRSS: Migrate Exercise to IRSS (Part 2)
  28. IRSS: Migrate Media Objects to IRSS
  29. Launcher for Survey
  30. Learning Modules: Migrate Page/Chapter Overview to Data Table
  31. Learning Object Metadata for Data Collection
  32. Learning Object Metadata for Mediacast, Mediapool, and Blog
  33. Manage Attachments
  34. Managing the Exportfiles via IRSS
  35. Matching Copyright on Import
  36. Metadata interface for querying by referatories
  37. Migrating Custom Metadata to IRSS
  38. Move Add New Item to Toolbar and into Modal
  39. Move Search Header to Kitchensink Filters
  40. New Default of User Standard Fields in User Management
  41. New taxonomy filters to use taxonomies in the question selection for fixed tests
  42. OER-Harvester automatically creates Exports
  43. OER-Harvester collects more object types
  44. Permanent Link for »LogIn-Screen«
  45. Persisting Help IDs
  46. Presentation Table for Bibliografic List Item
  47. Public Access Export Files for All Objects
  48. Refactor Trash/Deletion Process
  49. Removing Legacy-UI » Toolbar » ‘Label‘ + ‘Legacy Dropdown‘ + ‘Submit‘ (in ILIAS 10)
  50. Replace TinyMCE by Markdown Editor in Data Collection
  51. Revamp of glossary presentation
  52. Revamping Footer with Link-Groups
  53. Revise Content-Tab »Folder« in User Mail System
  54. Revision of Logging in Test: Interface Overhaul
  55. Revision of Logging in Test: Refactoring and Migration
  56. Select Content Style for Single Views of Data Collection
  57. Send Mail directly to bookers of consultation hours
  58. Session Reminder and Configuration as a User Default Settings
  59. SOAP: Improve HTTP Communication and Performance in Reverse Proxy Scenarios
  60. Study Programme: Abandon Dynamic Tree in Manage View
  61. Study Programme: Automatically Add Users from Organizational Unit Subtree
  62. Test: Add IP Ranges as Access Constraint to Test Settings
  63. Test: Revise Test Tabs
  64. Test: Revision of the Participant Tab using the new data table
  65. Tutorial Support as Secondary Panel
  66. Use test results as preconditions
  67. 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.

5 Abandoned and Removed

The following features were abandoned with ILIAS 10 and have been removed from the ILIAS source code:

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'

Last edited: 30. Oct 2024, 14:02, Kunkel, Matthias [mkunkel]