Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

integrate support for format tiles plugin that relies heavily on js #87

Open
wants to merge 26 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
a13b3a0
fixed resizing issue via scss
Nov 2, 2020
1cf80e9
override amd module from course format
Nov 2, 2020
6973f2b
force wwu theme on non-edit-mode
Nov 2, 2020
1bdb39d
stop content section from being size-limited
Nov 2, 2020
79f7421
added require undef to support $cachejs->false
Nov 7, 2020
ddd0015
added stylelint exemption
Nov 30, 2020
ff5a47e
get Gruntcomponents for travis
Dec 7, 2020
d60f9b2
added grunt amd
Dec 8, 2020
79bf5d7
override mustache templates to allow for editing tiles
Feb 1, 2021
d85cb39
edit javascript to allow for new functionality aswell as recognizing
Feb 1, 2021
89cfa78
add css rules to style tiles correctly while in editing mode
Feb 1, 2021
a5b55e6
fix badges
Feb 1, 2021
9e84ae0
fixed lagging holo, added error message for moving tile failing
Feb 4, 2021
5b344e5
added support for touch, autodetect wether undefine is necessary
Feb 12, 2021
9dac71d
changed headerbar, section design fixed minor bugs
Mar 13, 2021
6ac070d
removed log call
Mar 13, 2021
d0a464d
fixed alignment of actionmenus
Mar 13, 2021
8b09880
some minor refining
Mar 25, 2021
f259ada
undefine course.js instead of edit_course.js
sevenseas-gists Mar 30, 2021
a46dfb1
fixed messenger popup overlay
Apr 9, 2021
90504c3
changed header overlay to not darken header
Apr 9, 2021
187da17
fixed edit menu getting pushed out of the tile
Jun 18, 2021
87a6bb3
fix overflow of menu
Jun 18, 2021
87e43ed
removed expand all, made restricted tiles solid
Jun 20, 2021
f4c040c
added warning when teacher edits course with unnamed tiles
Jun 20, 2021
25b562a
multiple reformats
Aug 6, 2021
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ jobs:
env: DB=mysqli MOODLE_BRANCH=MOODLE_39_STABLE
install:
- moodle-plugin-ci install --no-init
- wget -o ${TRAVIS_HOME}/build/moodle/GruntfileComponents.js https://raw.githubusercontent.com/moodle/moodle/master/GruntfileComponents.js
script:
- moodle-plugin-ci phpdoc
- moodle-plugin-ci phplint
Expand All @@ -46,7 +47,8 @@ jobs:
- moodle-plugin-ci validate
- moodle-plugin-ci savepoints
- moodle-plugin-ci mustache || true
- moodle-plugin-ci grunt
- cd ${TRAVIS_HOME}/build/moodle/theme/wwu2019
- ls -l ${TRAVIS_HOME}/build/moodle/lib | grep components.json
# Smaller build matrix for development builds
- stage: develop
php: 7.3
Expand Down
Loading