Skip to content

Commit

Permalink
#234 #222 Refactoring
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastsg committed Jan 8, 2025
1 parent 2b45097 commit c27dacc
Show file tree
Hide file tree
Showing 153 changed files with 5,237 additions and 10,883 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/moodle-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,14 +31,14 @@ jobs:
fail-fast: false
matrix:
include:
- php: '8.0'
moodle-branch: 'MOODLE_403_STABLE'
database: 'pgsql'
- php: '8.1'
moodle-branch: 'MOODLE_404_STABLE'
database: 'pgsql'
- php: '8.1'
moodle-branch: 'MOODLE_404_STABLE'
moodle-branch: 'MOODLE_405_STABLE'
database: 'pgsql'
- php: '8.1'
moodle-branch: 'MOODLE_405_STABLE'
database: 'mariadb'

steps:
Expand Down
26 changes: 0 additions & 26 deletions TODO

This file was deleted.

46 changes: 0 additions & 46 deletions action.php

This file was deleted.

1 change: 0 additions & 1 deletion adminlib.php
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,6 @@ public function search($query): array {
}
}


/**
* Class that handles the display and configuration of the list of capquiz plugins.
*
Expand Down
2 changes: 2 additions & 0 deletions adminmanageplugins.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@

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

global $CFG, $PAGE;

require_login();

require_once($CFG->dirroot . '/mod/capquiz/adminlib.php');
Expand Down
9 changes: 0 additions & 9 deletions amd/build/attempt.min.js

This file was deleted.

1 change: 0 additions & 1 deletion amd/build/attempt.min.js.map

This file was deleted.

9 changes: 0 additions & 9 deletions amd/build/edit_questions.min.js

This file was deleted.

Loading

0 comments on commit c27dacc

Please sign in to comment.