Skip to content

Change log

Tobias Reischmann edited this page Apr 17, 2020 · 13 revisions

v3.8-r2 (2020041700)

New features

  • Integrate Opencast Studio in the Block: A new admin setting can activate a 'Record Video' button, which allows to connect to an Opencast studio installation on the opencast admin node.
  • Button for adding an LTI module: Teachers can be allowed to automatically add an LTI tool for displaying the course series within the course. A new admin setting allows to choose an external tool configuration, which is used as a default for the created LTI module.
  • New admin setting for allowed video file types: A new setting lets the admin configure, which file types are allowed for the uploaded videos.

Technical features

  • Updated list of default ACL roles within the admin setting, when first installing the plugin.
  • Change schedule of upload video scheduled task to run every minute instead of once per day at midnight.

v3.8-r1 (2019112100)

Metadata and upload form

  • Reworked the whole upload form.
  • Added possibility to add metadata to an event both during upload and for already existing events.
  • The metadata that can be set by the teacher can be specified in the admin interface.
  • Metadata fields can be set as required or read-only.
  • Added second stream in the upload form.

Minor changes

  • Series settings have been moved to the upper right corner to match moodle coding conventions.

New requirements

Requires new version of tool_opencast: v3.8-r1

v3.7-r1 (2019052900)

Backup and Restore

Thanks to Synergy Learning and the ETH Zürich, it is now possible to store the event ids of Opencast videos within a course backup. During restore, Opencast is triggered to create a series for the new course and copy the respective opencast events to the new course. With this feature, reusing events throughout several semesters gets much easier.

Other new features

  • The event overview shows to new status:
    • Needs cutting: Each event which is in opencast status PROCESSED, has previews and is only published to 'internal'.
    • Capturing: Each event which is currently in opencast status RECORDING.
  • Learner and Instructor roles are now created on first installation.
  • Setting for creating a opencast group creation is now set to false by default.

New settings

  • duplicateworkflow: Workflow which will duplicate the events of a backup during restore. If not set, the backup and restore functionality is deactivated.

Small changes

  • Fixed naming of section in admin settings containing the settings for group and series creation.

Technical features

  • Prettified code structure of admin settings page.
  • Added behat tests for the UI.

v3.6-r1 (2018112900)

Privacy API

  • Removed privacy polyfill
  • Added additional privacy interfaces

Continuous Integration

  • Introduced CI using travis
  • Fixed and automated phpunit testcases

Bug fixes

  • Fixed order of upgrade steps

v3.5-r1 (2018102900)

New features

  • Videos can be completely deleted.
  • Temporary files of uploaded videos can be deleted directly after the upload to the opencast system finished.
  • Visibility of videos can be set for moodle groups.
  • Added location and end date to video overview.

Technical features

  • New opencast API version v1.1.0 is used. (Old one can still be used. However then the API user needs to have admin privileges.)

v3.4-r1 (2018070400)

  • Initial Release
Clone this wiki locally