Releases: Opencast-Moodle/moodle-block_opencast
Releases · Opencast-Moodle/moodle-block_opencast
Stable release v3.9-r2
New features
- The block is not able to use the chunk upload form element offered by the plugin local_chunkupload. If the local plugin is installed the chunk upload can be offered to the teacher. This provides the advantage that the upload limit can be set without any core hack. Also the upload limit can be raised higher than the php restrictions through the settings post_max_size and upload_max_filesize.
- It is now possible to also add an LTI episode module to the course page. During the adding of the LTI modules for an episode or an series the teacher can now be enabled to directly provide the title, an intro, the course section the LTI module should be added to and the restrictions for accessing it.
Minor changes
- The position of error texts has been adjusted (regression of the UI redesign).
- The setting maxuploadsize has been renamed to uploadfilelimit and moved to additional settings. It is only displayed if the chunkupload plugin is installed.
- Fixed "Invalid signature for signature method HMAC-SHA1"
New requirement
Requires the new version of tool_opencast (2020090700).
Stable release v3.9-r1
New version is Moodle 3.9 ready and supports PHP 7.4. Thanks for all the contributions from the community!
New features
- It is now possible to delete upload jobs, while they are still in the state "ready to upload".
- It is now possible to restrict the changes to visibility in total or only for groups on a system level through new settings.
UI improvements
- The index.php (Overview page) as well as the addvideo.php (Add video page) were polished. The focus is on adding explanation texts for teachers and for unifying the look and feel of the pages.
- Added possibility to hide end date and location from overview table.
- Fixed look of admin settings page.
Bug fixes
- Fixed bug in which a developer warning was displayed for Opencast Studio uploads, since they have no duration property.
Stable release v3.8-r2
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.
Stable release v3.8-r1
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