Skip to content

Commit bda9669

Browse files
committed
Merge branch 'upgrade-500'
2 parents 702588d + 723ee59 commit bda9669

File tree

173 files changed

+504
-30123
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

173 files changed

+504
-30123
lines changed

.github/workflows/config.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
2-
"main-moodle": "MOODLE_405_STABLE",
2+
"main-moodle": "MOODLE_500_STABLE",
33
"main-php": "8.3",
4-
"main-oc": "17.1",
4+
"main-oc": "16.7",
55
"ocs": ["17.1", "16.7", "15.11"],
66
"main-db": "mariadb",
77
"moodle-php": {
8-
"MOODLE_405_STABLE": ["8.1", "8.2"]
8+
"MOODLE_500_STABLE": ["8.2", "8.3"]
99
},
10-
"moodle-plugin-ci": "4.4.5"
10+
"moodle-plugin-ci": "4.5.6"
1111
}

.github/workflows/moodle-ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@ name: Moodle Plugin CI
44

55
on: [ push, pull_request ]
66

7-
########################################################################################################################
7+
#######################################################################################################################
88

99
jobs:
1010
call-moodle-ci-workflow:
1111
uses: Opencast-Moodle/moodle-workflows-opencast/.github/workflows/moodle-ci.yml@main
1212
with:
1313
requires-tool-plugin: true
1414
requires-mod-plugin: true
15-
branch-tool-plugin: main
16-
branch-mod-plugin: main
17-
branch-opencast-docker-default: 17.1
15+
branch-tool-plugin: issue-418-500
16+
branch-mod-plugin: upgrade-500
17+
branch-opencast-docker-default: 16.7

CHANGELOG.md

Lines changed: 17 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,22 @@
11
CHANGELOG
22
=========
33

4-
4.5.4 (2025-08-01)
4+
5.0.0 (2025-08-01)
55
------------------
6-
* [FIX] #421 Behat fixes: adding new parameters in api calls
7-
* [CHANGE] Update behat for 4.5.5+ for reading required title field
8-
* [CHANGE] Test against opencast 17
9-
* [FEATURE] #430 Refactor and upgrade transcription feature
10-
* [FEATURE] #429 Introducing workflows config panel json compatibility
6+
* [FEATURE] The Opencast Course Overview is now accessible via the course navigation bar
7+
* [CHANGE] Most features from the Opencast Block plugin have been moved to
8+
the Opencast Tool plugin. The Opencast Block plugin is now optional.
9+
* [CHANGE] The course backup functionality has changed. The option to select
10+
individual events has been removed.\
11+
Two site-wide admin settings (`importvideosonbackup`) and (`importreducedduplication`) have been added.\
12+
If (`importvideosonbackup`) is enabled, videos will be backed up during course backups.\
13+
If (`importreducedduplication`) is enabled, only the events and series embedded via LTI or the Opencast
14+
activity module will be backed up.\
15+
If disabled (default), all events from
16+
the course will be included in the backup.
17+
* [CHANGE] Introducing workflows config panel json compatibility
18+
* [CHANGE] Refactor and upgrade transcription feature
19+
* Moodle 5.0 compatible version
1120

1221

1322
4.5.3 (2025-01-16)
@@ -30,11 +39,10 @@ CHANGELOG
3039
* [FEATURE] #390 Workflow configuration panel during upload
3140
* [FEATURE] #373 Support for new transcription management (subtitles) in Opencast 15
3241

33-
42+
3443
4.5.0 (2024-11-12)
3544
------------------
3645
* [FEATURE] #387 Language file ordering
3746
* [FEATURE] #383 Some basic codestyling things
3847
* [FIX] #372 Hidden duplicated videos end up having empty ACLs
39-
Moodle 4.5 compatible version
40-
48+
* Moodle 4.5 compatible version

addactivity.php

Lines changed: 0 additions & 168 deletions
This file was deleted.

0 commit comments

Comments
 (0)