Sara Arjona
728f0fb587
MDL-68116 filter_h5p: remove h5p.org from allowed sources
...
h5p.org has to be removed as default value for the allowedsources in
the "Display H5P" filter because H5P is going to close it down completely
so that only the author can see the test content.
2020-03-20 10:07:34 +01:00
Adrian Greeve
f2fc4a9fa1
weekly release 3.9dev
2020-03-20 13:35:42 +08:00
Peter Dias
dacdc4a467
MDL-60817 file: Populate header only if exists
2020-03-19 15:29:36 +00:00
Adrian Greeve
aab8d9a1c0
Merge branch 'MDL-68081-master' of https://github.com/kritisingh1/moodle
2020-03-19 11:26:25 +08:00
Adrian Greeve
8783d101df
Merge branch 'MDL-68014-master' of git://github.com/peterRd/moodle
2020-03-19 11:03:07 +08:00
Adrian Greeve
9b57e08e8b
Merge branch 'MDL-67924' of https://github.com/Chocolate-lightning/moodle
2020-03-19 09:41:30 +08:00
Jun Pataleta
b703435b2e
Merge branch 'MDL-68108-master' of git://github.com/crazyserver/moodle
2020-03-18 23:01:08 +08:00
Víctor Déniz Falcón
fa3ee722b5
Merge branch 'MDL-60817-master-4' of git://github.com/mihailges/moodle
2020-03-18 14:26:30 +00:00
Pau Ferrer Ocaña
e6faed9bf0
MDL-68108 formslib: Add element password inline template
2020-03-18 08:45:04 +01:00
Adrian Greeve
5d00c85412
Merge branch 'MDL-67901-master' of git://github.com/bmbrands/moodle
2020-03-18 09:57:41 +08:00
Jun Pataleta
3af57b7321
Merge branch 'MDL-68056-master' of https://github.com/snake/moodle
2020-03-18 07:21:22 +08:00
Sara Arjona
9d95fdf23f
Merge branch 'MDL-67707-master' of git://github.com/ferranrecio/moodle
2020-03-17 09:03:12 +01:00
Adrian Greeve
1f0639ed04
Merge branch 'MDL-67907-master' of git://github.com/dpalou/moodle
2020-03-17 16:01:26 +08:00
Adrian Greeve
cc00258669
Merge branch 'MDL-67970-master' of git://github.com/rezaies/moodle
2020-03-17 15:23:49 +08:00
Shamim Rezaie
f064e11579
MDL-67970 course: More informative aria-label for 'more help'
2020-03-17 18:19:20 +11:00
Shamim Rezaie
99cac46162
MDL-67970 output: use div for content wraping instead of span
...
span is not a valid content wrapper tag.
Moreover, according to W3C validation service report, it is not valid to
have div elements as children of a span element.
We can safely replace span with div here because the element's css class
is .action and display of .action is set to flex in both boost and
classic themes.
2020-03-17 18:16:25 +11:00
Shamim Rezaie
604df144d2
MDL-67970 output: use fieldset in core/chooser instead of label
2020-03-17 18:16:25 +11:00
Shamim Rezaie
0499a8c24f
MDL-67970 core: remove unnecessary roles
...
- The navigation role is unnecessary for element nav
- The textbox role is unnecessary for element textarea
2020-03-17 18:16:25 +11:00
Shamim Rezaie
4d0e97c781
MDL-67970 output: replace new-sections attribute with data-new-sections
...
new-sections is not a valid attribute name for the a element.
Replaced that with data-new-sections
2020-03-17 18:16:25 +11:00
Shamim Rezaie
b48b4d2244
MDL-67970 output: fixed duplicate id attribute
...
action_menu::export_for_template generates the id attributes and send it
to core/action_menu_trigger template as part of the attributes variable.
2020-03-17 18:16:25 +11:00
Shamim Rezaie
668df7663f
MDL-67970 search: fixed stray end tag (input)
2020-03-17 18:16:25 +11:00
Adrian Greeve
082153573c
Merge branch 'MDL-67981' of https://github.com/timhunt/moodle
2020-03-17 11:30:33 +08:00
Ferran Recio
252e112376
MDL-67707 mod_h5pactivity: add plugin to standard list
2020-03-16 17:52:08 +01:00
Ferran Recio
b7a416817f
MDL-67707 mod_h5pactivity: plugin skeleton
...
AMOS BEGIN
CPY [h5poptions,atto_h5p],[h5pdisplay,mod_h5pactivity]
CPY [downloadbutton,atto_h5p],[displayexport,mod_h5pactivity]
CPY [embedbutton,atto_h5p],[displayembed,mod_h5pactivity]
CPY [copyrightbutton,atto_h5p],[displaycopyright,mod_h5pactivity]
AMOS END
2020-03-16 17:52:08 +01:00
Ferran Recio
40cef8afe7
MDL-67707 core_h5p: move shared h5p files to core fixtures
2020-03-16 17:52:08 +01:00
Ferran Recio
f3c7e00f13
MDL-67707 core_h5p: add public H5P player methods
2020-03-16 17:52:08 +01:00
Ferran Recio
1e7e255d72
MDL-67707 course: add support for PARAM_ALPHANUM module names
2020-03-16 17:52:08 +01:00
Sara Arjona
0059b1f19c
Merge branch 'MDL-67913-master' of git://github.com/lameze/moodle
2020-03-16 09:12:18 +01:00
Simey Lameze
8146335ff4
MDL-67913 core_user: refactor participants page to use new filter API
2020-03-16 11:44:31 +08:00
Simey Lameze
88ba207d2e
MDL-67913 core_table: introduce dynamic table interface
2020-03-16 11:44:31 +08:00
Andrew Nicols
c43bdf5e13
MDL-67913 user: Add participants table filterset
2020-03-16 11:44:31 +08:00
Andrew Nicols
44effcb419
MDL-67913 core_table: Add filter classes
2020-03-16 11:44:31 +08:00
Andrew Nicols
1142e1bc83
MDL-67913 core: Add new core_table component path
2020-03-16 11:44:31 +08:00
Jake Dallimore
af0d644bea
MDL-68056 core_course: remove feature test for non-js activity creation
...
We rely on JS now, so we don't need to keep this feature.
2020-03-16 08:36:38 +08:00
Jake Dallimore
aa4d7e1391
MDL-68056 core_course: improve render performance when editing
...
Only generate the non-ajax controls in cases where we know we need
them. Otherwise, only generate the new link style control. This patch
includes a behat check as many of our tests use the 'I add "Page" to
section "1"' syntax, which runs without JS.
2020-03-16 08:36:38 +08:00
Mihail Geshoski
0525ee5825
MDL-60817 mod_workshop: Fix behat tests
2020-03-13 13:17:44 +08:00
Mihail Geshoski
17ddce9676
MDL-60817 core_repository: Show a warning if file extension is modified
2020-03-13 13:17:44 +08:00
Mathew May
6354ead666
MDL-67924 core: Changes to features for Goutte & editing button
2020-03-13 08:50:29 +08:00
Mathew May
ddd387ef68
MDL-67924 core: Now show the editing button everywhere
2020-03-13 08:50:14 +08:00
Victor Deniz Falcon
73f8c56dfc
weekly release 3.9dev
2020-03-12 14:22:06 +00:00
Victor Deniz Falcon
97f4721885
Merge branch 'install_master' of https://git.in.moodle.com/amosbot/moodle-install
2020-03-12 14:22:00 +00:00
Eloy Lafuente (stronk7)
d1feae1cb9
Merge branch 'MDL-66607-master' of git://github.com/andrewnicols/moodle
2020-03-12 10:08:22 +01:00
Andrew Nicols
8fd1dfc795
Merge branch 'MDL-68030-master' of https://github.com/Chocolate-lightning/moodle
2020-03-12 12:42:17 +08:00
Mathew May
d2695ab2f3
MDL-68030 core_course: Relocate chooser templates
2020-03-12 12:05:20 +08:00
Mathew May
c515848ce0
MDL-68030 core_course: Update behat
2020-03-12 11:51:45 +08:00
Mathew May
4883aabf0d
MDL-68030 core_course: Tuncate long module names
2020-03-12 11:51:45 +08:00
Mathew May
486abbcb74
MDL-68030 core_course: Set focus onto the help area header
2020-03-12 11:51:45 +08:00
Mathew May
c368657153
MDL-68030 core_course: Properly size elements in the chooser
2020-03-12 11:51:45 +08:00
Eloy Lafuente (stronk7)
41f191b341
Merge branch 'MDL-68125-regression' of https://github.com/brendanheywood/moodle
2020-03-12 01:19:23 +01:00
Eloy Lafuente (stronk7)
0b698cb00b
Merge branch 'MDL-67752-master-userstats' of git://github.com/mudrd8mz/moodle
2020-03-12 00:23:30 +01:00