Skip to content

Commit c27dacc

Browse files
committed
#234 #222 Refactoring
1 parent 2b45097 commit c27dacc

File tree

153 files changed

+5237
-10883
lines changed

Some content is hidden

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

153 files changed

+5237
-10883
lines changed

.github/workflows/moodle-ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,14 +31,14 @@ jobs:
3131
fail-fast: false
3232
matrix:
3333
include:
34-
- php: '8.0'
35-
moodle-branch: 'MOODLE_403_STABLE'
36-
database: 'pgsql'
3734
- php: '8.1'
3835
moodle-branch: 'MOODLE_404_STABLE'
3936
database: 'pgsql'
4037
- php: '8.1'
41-
moodle-branch: 'MOODLE_404_STABLE'
38+
moodle-branch: 'MOODLE_405_STABLE'
39+
database: 'pgsql'
40+
- php: '8.1'
41+
moodle-branch: 'MOODLE_405_STABLE'
4242
database: 'mariadb'
4343

4444
steps:

TODO

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

action.php

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

adminlib.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,6 @@ public function search($query): array {
8080
}
8181
}
8282

83-
8483
/**
8584
* Class that handles the display and configuration of the list of capquiz plugins.
8685
*

adminmanageplugins.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@
2525

2626
require_once("../../config.php");
2727

28+
global $CFG, $PAGE;
29+
2830
require_login();
2931

3032
require_once($CFG->dirroot . '/mod/capquiz/adminlib.php');

amd/build/attempt.min.js

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

amd/build/attempt.min.js.map

Lines changed: 0 additions & 1 deletion
This file was deleted.

amd/build/edit_questions.min.js

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

0 commit comments

Comments
 (0)