forked from Opencast-Moodle/moodle-block_opencast
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' into issue-368
- Loading branch information
Showing
51 changed files
with
2,292 additions
and
918 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,19 +16,21 @@ | |
|
||
/** | ||
* Add new transcription to the event | ||
* | ||
* @package block_opencast | ||
* @copyright 2022 Farbod Zamani Boroujeni, ELAN e.V. | ||
* @author Farbod Zamani Boroujeni <[email protected]> | ||
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later | ||
*/ | ||
require_once('../../config.php'); | ||
|
||
use block_opencast\local\addtranscription_form; | ||
use block_opencast\local\apibridge; | ||
use block_opencast\local\attachment_helper; | ||
use core\output\notification; | ||
use tool_opencast\local\settings_api; | ||
|
||
require_once('../../config.php'); | ||
|
||
global $PAGE, $OUTPUT, $CFG, $SITE; | ||
|
||
require_once($CFG->dirroot . '/repository/lib.php'); | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.