-
Notifications
You must be signed in to change notification settings - Fork 27
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
some basic codestyling things (#383)
* some basic codestyling things * adjusted the lang string to specify the feature not available * behat fixes * behat fixes: part 2 * disable directaccess behat test * fix code checker issues * fix docs checker issues --------- Co-authored-by: ferishili <[email protected]>
- Loading branch information
1 parent
8929e56
commit 248a37d
Showing
31 changed files
with
624 additions
and
634 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -22,14 +22,14 @@ | |
* @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\batchupload_form; | ||
use block_opencast\local\apibridge; | ||
use block_opencast\local\file_deletionmanager; | ||
use block_opencast\local\upload_helper; | ||
use core\output\notification; | ||
use tool_opencast\local\settings_api; | ||
require_once('../../config.php'); | ||
|
||
global $PAGE, $OUTPUT, $CFG, $USER, $SITE, $DB; | ||
|
||
|
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -21,12 +21,12 @@ | |
* @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\attachment_helper; | ||
use block_opencast\local\apibridge; | ||
use core\output\notification; | ||
use tool_opencast\local\settings_api; | ||
require_once('../../config.php'); | ||
|
||
global $PAGE, $OUTPUT, $CFG, $SITE; | ||
|
||
|
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 |
---|---|---|
|
@@ -20,14 +20,14 @@ | |
* @copyright 2022 Farbod Zamani Boroujeni <[email protected]> | ||
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later | ||
*/ | ||
require_once('../../config.php'); | ||
require_once($CFG->dirroot . '/mod/lti/locallib.php'); | ||
require_once($CFG->dirroot . '/lib/oauthlib.php'); | ||
|
||
use block_opencast\local\apibridge; | ||
use block_opencast\local\lti_helper; | ||
use core\output\notification; | ||
use tool_opencast\local\settings_api; | ||
require_once('../../config.php'); | ||
require_once($CFG->dirroot . '/mod/lti/locallib.php'); | ||
require_once($CFG->dirroot . '/lib/oauthlib.php'); | ||
|
||
global $PAGE, $OUTPUT, $CFG; | ||
|
||
|
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 |
---|---|---|
|
@@ -20,14 +20,14 @@ | |
* @copyright 2022 Farbod Zamani Boroujeni <[email protected]> | ||
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later | ||
*/ | ||
require_once('../../config.php'); | ||
require_once($CFG->dirroot . '/mod/lti/locallib.php'); | ||
require_once($CFG->dirroot . '/lib/oauthlib.php'); | ||
|
||
use block_opencast\local\apibridge; | ||
use block_opencast\local\lti_helper; | ||
use core\output\notification; | ||
use tool_opencast\local\settings_api; | ||
require_once('../../config.php'); | ||
require_once($CFG->dirroot . '/mod/lti/locallib.php'); | ||
require_once($CFG->dirroot . '/lib/oauthlib.php'); | ||
|
||
global $PAGE, $OUTPUT, $CFG; | ||
|
||
|
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.