Skip to content

Commit

Permalink
CTP-4183 : fixing JS for Moodle 4.5 (#43)
Browse files Browse the repository at this point in the history
- refactored coursework.js and coursework_edit.js as AMD using jQuery
- replaced M.core.alert with modal
- cleanup, dealing with space issues in JS
- using postgres 14 for GHA

cleanup, dealing with space issues in JS

Co-authored-by: Matthias Opitz <[email protected]>
  • Loading branch information
opitz and Matthias Opitz authored Dec 19, 2024
1 parent 0698138 commit 92fd479
Show file tree
Hide file tree
Showing 13 changed files with 1,332 additions and 1,222 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/moodle-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:

services:
postgres:
image: postgres:13
image: postgres:14
env:
POSTGRES_USER: 'postgres'
POSTGRES_HOST_AUTH_METHOD: 'trust'
Expand Down
3 changes: 3 additions & 0 deletions amd/build/coursework.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions amd/build/coursework.min.js.map

Large diffs are not rendered by default.

3 changes: 3 additions & 0 deletions amd/build/coursework_edit.min.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions amd/build/coursework_edit.min.js.map

Large diffs are not rendered by default.

Loading

0 comments on commit 92fd479

Please sign in to comment.