Amaia Anabitarte
acae15c710
MDL-66398 filter_displayh5p: Enabled by default. Fixing Unit tests
2019-10-30 12:14:27 +01:00
Amaia Anabitarte
6d2c5025b2
MDL-66398 filter_h5p: Improve H5P filter to allow internal file URLs
2019-10-30 12:14:27 +01:00
Eloy Lafuente (stronk7)
9554d68ddf
Merge branch 'MDL-66593-master' of git://github.com/cescobedo/moodle
2019-10-30 11:19:40 +01:00
Sara Arjona
743462111f
MDL-67076 core_h5p: Add preventredirect parameter to embed
2019-10-30 10:04:26 +01:00
Mihail Geshoski
ab02687e30
MDL-67067 core_h5p: Fix coding style issues and undocumented functions
2019-10-30 15:22:40 +08:00
Mihail Geshoski
b54ab19093
MDL-67067 core_h5p: Remove unused method in framework implementation
2019-10-30 15:22:25 +08:00
Mihail Geshoski
abf6d1c395
MDL-67067 core_h5p: Load cached assets by default
2019-10-30 15:21:57 +08:00
Jake Dallimore
f3b08d9994
Merge branch 'MDL-64254-master' of git://github.com/jleyva/moodle
2019-10-30 14:35:42 +08:00
cescobedo
e24f4a2ecd
MDL-66593 core_backup: Replace h5p/embed.php url for H5PEMBED@$
2019-10-30 06:46:35 +01:00
Adrian Greeve
51cc5e1789
Merge branch 'MDL-66074-OCT28' of git://github.com/Chocolate-lightning/moodle_forum-project
2019-10-30 13:44:59 +08:00
Mathew May
c38eb13585
MDL-66074 mod_forum: Forum grading GDPR provider
2019-10-30 13:03:59 +08:00
Mathew May
a62c68fb5f
MDL-66074 mod_forum: Mustache and PHP documentation for grading
2019-10-30 13:03:59 +08:00
Mathew May
61d508be0a
MDL-66074 mod_forum: Add sorting in WS for discussion fetching
2019-10-30 13:03:59 +08:00
Mathew May
a3a3a4f80c
MDL-66074 mod_forum: Grader module documentation
2019-10-30 13:03:59 +08:00
Mathew May
cc1a7689cd
MDL-66074 mod_forum: Grader interface documentation
2019-10-30 13:03:59 +08:00
Mathew May
046ebd3ac3
MDL-66074 mod_forum: Grader documentation
2019-10-30 13:03:59 +08:00
Mathew May
4ab14bbb00
MDL-66074 mod_forum: Documentation and hiding conversation elements
2019-10-30 13:03:59 +08:00
Mathew May
e0bc21946a
MDL-66074 core_toast: Documentation
2019-10-30 13:03:59 +08:00
Mathew May
072ee7f750
MDL-66074 core_form: Foce point value to always be 100
2019-10-30 13:03:59 +08:00
Mathew May
9f1195fa66
MDL-66074 core_grade: Documentation
2019-10-30 13:03:59 +08:00
Mathew May
47919bbe78
MDL-66074 gradingform_rubric: Documentation and selectors
2019-10-30 13:03:59 +08:00
David Monllaó
ef05f29267
MDL-67038 analytics: Remove null strings from the DB
2019-10-30 12:40:32 +08:00
Jun Pataleta
0a0dfc4475
Merge branch 'MDL-67054' of https://github.com/stronk7/moodle
2019-10-30 10:38:20 +08:00
Mathew May
9c2c79f5fb
MDL-66074 gradingform_guide: Documentation and selectors
2019-10-30 10:23:41 +08:00
Mathew May
dc0145b19e
MDL-66074 core_course: Correct documentation
2019-10-30 10:23:41 +08:00
Mathew May
eb9df053eb
MDL-66697 gradingform_rubric: Support new grading panel
...
Part of MDL-66074
2019-10-30 10:23:41 +08:00
Andrew Nicols
ce1c470167
MDL-66841 forum: Display grade update errors to user
...
Part of MDL-66074
This change modifies the return val for all of the grading functions to
allow them to add additional information.
This means that a grading service can suppress a Grade saved message if
there were no changes, for example.
This also adds a distinction between:
- Errored (Exception thrown in the WS call)
- Failed (Warning in the output of the WS call)
- Success (Grade actually saved)
- None of the above (No save, no fail, no change)
2019-10-30 10:23:41 +08:00
Mathew May
18dd283a0e
MDL-66074 mod_forum: Implement spinner for user change
2019-10-30 10:23:41 +08:00
Mathew May
1d709d7678
MDL-66074 mod_forum: Relocate the grader button
...
Also adding capability checks to the button.
2019-10-30 10:23:41 +08:00
Andrew Nicols
aa04b722f3
MDL-66074 mod_forum: Make initial user id optional
2019-10-30 10:23:41 +08:00
Andrew Nicols
eaee64778b
MDL-66845 mod_forum: Hook up save button
...
Part of MDL-66074
2019-10-30 10:23:41 +08:00
Andrew Nicols
45c0584c55
MDL-66845 mod_forum: Convert user picker to class
...
Part of MDL-66074
2019-10-30 10:23:41 +08:00
Andrew Nicols
c72f5e33c5
MDL-66845 core: YUI Dialogues should have the same zIndex as bootstrap
...
Part of MDL-66074
This change allows YUI Modals to sit in the same space above the
fullscreen modal and other such elements.
2019-10-30 10:23:41 +08:00
Mathew May
3d58c1be3d
MDL-66365 mod_forum: Add a modal to show a selected post in context
...
Part of MDL-66074
2019-10-30 10:23:41 +08:00
Andrew Nicols
77ee8778a8
MDL-66828 mod_forum: Display notification on grade save
...
Part of MDL-66074
2019-10-30 10:23:41 +08:00
Andrew Nicols
224ea04e68
MDL-66828 core: Add toast-style notifications
...
Part of MDL-66074
2019-10-30 10:23:41 +08:00
Andrew Nicols
b253a4f21d
MDL-66809 core_grades: Implement scale-based marking
...
Part of MDL-66074
2019-10-30 10:23:41 +08:00
Andrew Nicols
38f3bd93af
MDL-66700 gradingform_guide: Support new grading panel
...
Part of MDL-66074
2019-10-30 10:23:41 +08:00
Andrew Nicols
57732a1c8e
MDL-66700 theme: Add form inset capabiity
...
Part of MDL-66074
This allows a button to be insert into the left or right of a form
element.
2019-10-30 10:23:40 +08:00
Simey Lameze
d3b890f85e
MDL-66362 mod_forum: Add forum name to the grading panel breadcrumb
...
Part of MDL-66074
2019-10-30 10:23:40 +08:00
Andrew Nicols
f281c61642
MDL-66722 mod_forum: Pull grader into UI
...
Part of MDL-66074
2019-10-30 10:23:40 +08:00
Andrew Nicols
09f92d6644
MDL-66722 forum: Add the grading component information
...
Part of MDL-66074
2019-10-30 10:23:40 +08:00
Andrew Nicols
9adedccd2b
MDL-66722 core_grades: Add simple direct grading to gradingpanel
...
Part of MDL-66074
2019-10-30 10:23:40 +08:00
Andrew Nicols
f8da1b9353
MDL-66722 forum: Add gradeitem storage handler
...
Part of MDL-66074
2019-10-30 10:23:40 +08:00
Andrew Nicols
65903bd414
MDL-66722 grade: Add coverage files
...
Part of MDL-66074
2019-10-30 10:23:40 +08:00
Andrew Nicols
94d5227916
MDL-66696 forum: Add forum_grades table
...
Part of MDL-66074
2019-10-30 10:23:40 +08:00
Andrew Nicols
92b229c5f4
MDL-66079 mod_forum: Add forum grade support
...
Part of MDL-66074
2019-10-30 10:23:40 +08:00
Andrew Nicols
dc86a0f1c6
MDL-66079 mod_forum: Add field to support whole forum grading
...
Part of MDL-66074
2019-10-30 10:23:40 +08:00
Andrew Nicols
629726dd3f
MDL-66079 assign: Switch to new gradeitem API
...
Part of MDL-66074
2019-10-30 10:23:40 +08:00
Andrew Nicols
1adda7ada6
MDL-66079 workshop: Switch to new gradeitem API
...
Part of MDL-66074
2019-10-30 10:23:40 +08:00