Skip to content

Commit 1acf0c5

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

File tree

153 files changed

+5207
-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

+5207
-10883
lines changed

.github/workflows/moodle-ci.yml

+4-4
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

-26
This file was deleted.

action.php

-46
This file was deleted.

adminlib.php

-1
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

+2
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

-9
This file was deleted.

amd/build/attempt.min.js.map

-1
This file was deleted.

amd/build/edit_questions.min.js

-9
This file was deleted.

0 commit comments

Comments
 (0)