Andrew Nicols
23c60c18ef
MDL-68833 theme_boost: Stop overriding popover triggers
...
The trigger specified in JS overrides any `data-trigger` in the DOM,
which changed the behaviour of Popovers.
2020-06-03 09:21:07 +08:00
Andrew Nicols
721c29ff2d
MDL-68833 theme_boost: Add ./pending event checks back
2020-06-03 09:17:37 +08:00
Adrian Greeve
6a7a264e01
Merge branch 'MDL-68891-master' of git://github.com/mihailges/moodle
2020-06-03 09:10:32 +08:00
Adrian Greeve
311d28c71b
Merge branch 'MDL-68883-master' of git://github.com/andrewnicols/moodle
2020-06-03 08:38:33 +08:00
Andrew Nicols
9777b0fa19
Merge branch 'MDL-68312-master-2' of git://github.com/rezaies/moodle
2020-06-03 08:00:57 +08:00
Victor Deniz Falcon
7e7b329afc
Merge branch 'MDL-68578-master' of git://github.com/aanabit/moodle
2020-06-03 00:35:10 +01:00
Ferran Recio
3af22ad962
MDL-68871 mod_h5pactivity: fix webservice get_results return types
2020-06-02 17:23:56 +02:00
Martin Hanusch
398f0ae110
MDL-68772 mod_quiz: Navigation overlay fix
2020-06-02 16:50:02 +02:00
Bas Brands
f31d33c2de
MDL-68898 core_contentbank: add link attribute to contentbank items
...
- this will reveil the fullname of the item which is useful when
the name is truncated
2020-06-02 16:20:48 +02:00
Amaia Anabitarte
45bff7f9d6
MDL-68578 contenttype_h5p: Behat test for H5P editor changes
2020-06-02 16:17:22 +02:00
Amaia Anabitarte
6219740b8e
MDL-68578 contenttype_h5p: Add name attribute to editor iframe
...
The switch_to_class_iframe step needs a name attribute for the iframe.
H5P third party library does not add that name attribute, so we add it.
2020-06-02 16:17:22 +02:00
Amaia Anabitarte
3149defec1
MDL-68578 contenttype_h5p: Save content title from uploaded H5P file
2020-06-02 16:17:22 +02:00
Eloy Lafuente (stronk7)
de245163e3
MDL-68875 privacy: Keep moodle_content_writer->get_path() the same
...
In MDL-62853 a new clean_param(PARAM_PATH) was added to the
moodle_content_writer->get_path() method. And this caused some
Windows tests to start failing.
The problem is that clean_param(PARAM_PATH) does normalise directory
separators to be always forward backslashes and that's normally ok
but the get_path() method has some DIRECTORY_SEPARATOR dependent code
that stopped working under windows.
After analysing various solutions, and trying to keep the behavior
EXACTLY like it was before MDL-62853, but with the cleaning included
we have applied 2 changes:
b) Move the clean_param() to later within the array_map() function,
that way the code there, that uses DIRECTORY_SEPARATOR will continue
working the same.
b) As far as there are more DIRECTORY_SEPARATOR dependent code later
in the function, also perform a str_replace() to convert back to the
OS directory separator.
Those 2 points together (a and b) make the behavior to be 100% the
original one, with separators being kept and the paths being cleaned.
This solution corresponds 100% with the proposed fixes named 3) and
4) in the issue.
Final note... all that DIRECTORY_SEPARATOR maybe needs a review because
it really shouldn't be used unless strictly needed. But that falls out
from this issue which goal was to keep things safely working like they
were before the regression (but with the cleaning applied).
2020-06-02 15:53:40 +02:00
Matt Davidson
887679e510
MDL-68163 gradebook: add grade item duplication
2020-06-02 09:28:29 -04:00
Sara Arjona
111b293f61
weekly release 3.9dev+
2020-06-02 13:03:08 +02:00
Sara Arjona
a7f6a60ae4
Merge branch 'install_master' of https://git.in.moodle.com/amosbot/moodle-install
2020-06-02 13:03:05 +02:00
Ferran Recio
3db7a65e15
MDL-68825 theme_boost: fixing recently accessed items block icons
2020-06-02 12:22:15 +02:00
Ferran Recio
90d8fe1532
MDL-68825 mod_h5pactivity: fixing svg icon size
2020-06-02 12:22:15 +02:00
Bas Brands
94fd778dbf
MDL-68840 mod_quiz: random question in question list css fix
2020-06-02 10:54:54 +02:00
Mihail Geshoski
5c9c1534a1
MDL-68891 theme_boost: Fix go to top link position on horizontal scroll
2020-06-02 16:45:46 +08:00
Andrew Nicols
2ba031f0d6
MDL-68793 core_table: Version bump for renamed WS
2020-06-02 11:57:40 +08:00
Andrew Nicols
b2caa508b0
Merge branch 'MDL-68793-master' of git://github.com/lameze/moodle
2020-06-02 11:56:31 +08:00
Simey Lameze
1179f07d3c
MDL-68793 core_table: fix WS name to comply with guidelines
2020-06-02 11:49:04 +08:00
Andrew Nicols
cd61a8ad3b
Merge branch 'MDL-68821' of https://github.com/Chocolate-lightning/moodle
2020-06-02 11:14:00 +08:00
Mathew May
e74bcf19f3
MDL-68821 course: Add a attr check for the chooser
2020-06-02 11:11:15 +08:00
Adrian Greeve
823a01ad13
Merge branch 'MDL-68828-master' of git://github.com/bmbrands/moodle
2020-06-02 09:36:37 +08:00
Andrew Nicols
4d1ec7c2a7
Merge branch 'MDL-67518' of https://github.com/stronk7/moodle
2020-06-02 09:14:00 +08:00
Adrian Greeve
ce67b300a4
Merge branch 'MDL-68723-master' of git://github.com/mihailges/moodle
2020-06-02 08:38:35 +08:00
Andrew Nicols
b81bbc126a
MDL-68883 filter_displayh5p: Ensure wwwroot is preg_quoted properly
...
The character used as a preg_* delimter is the tilde (~) char, but this
was not passed into the `preg_quote()` when taking the user input
($CFG->wwwroot).
As a result, any site which uses a userdir fails to parse the regexp.
2020-06-02 08:23:15 +08:00
Eloy Lafuente (stronk7)
054c76691b
Merge branch 'MDL-63284-master' of https://github.com/Clyxz/moodle
2020-06-02 00:25:04 +02:00
Eloy Lafuente (stronk7)
703d8e2066
Merge branch 'MDL-68866-master' of https://github.com/mchurchward/moodle
2020-06-02 00:13:56 +02:00
Eloy Lafuente (stronk7)
b2cc7d93f3
Merge branch 'MDL-68844-master' of https://github.com/roland04/moodle
2020-06-02 00:08:35 +02:00
Víctor Déniz Falcón
386a1c5595
Merge branch 'MDL-68353-master' of git://github.com/rezaies/moodle
2020-06-01 16:45:27 +01:00
Victor Deniz Falcon
877a925c6e
Merge branch 'MDL-68861-master' of git://github.com/vmdef/moodle
2020-06-01 08:11:48 +01:00
cescobedo
7e5a395854
MDL-68861 core_contentbank: Fix translation in add button
2020-06-01 08:05:42 +01:00
Shamim Rezaie
f806ee8e42
MDL-68353 theme_classic: Update filepicker xpath selector
2020-06-01 00:14:10 +10:00
AMOS bot
b2489825a0
Automatically generated installer lang files
2020-05-30 00:07:14 +00:00
Claude Vervoort
c93c711ab0
MDL-68800 mod_lti: create gbs only for restored activity
2020-05-29 17:46:07 -04:00
Martin Hanusch
08fe534986
MDL-63284 question: Moving questions with tags disabled bug fix
2020-05-29 16:42:04 +02:00
Sara Arjona
0641366181
Merge branch 'MDL-68858-master' of git://github.com/vmdef/moodle
2020-05-29 16:30:32 +02:00
Jun Pataleta
96dc92f099
Merge branch 'MDL-68353-master' of git://github.com/rezaies/moodle
2020-05-29 22:26:03 +08:00
Eloy Lafuente (stronk7)
e4ca875954
MDL-67518 phpunit: avoid DB sorting randomness in test
...
While reading from mdl_config, sometimes this test was failing
because an order was being presumed. Now we convert the records
array to an associative one to perform tests against it.
2020-05-29 16:26:01 +02:00
Ferran Recio
709cab79ed
MDL-68826 behat: new step I close all opened windows
2020-05-29 13:34:13 +02:00
Víctor Déniz Falcón
f30d1fd6c6
MDL-68858 core_contentbank: added scrollable dropdown and missing icons
2020-05-29 11:57:01 +01:00
Sara Arjona
2e324c14bf
weekly release 3.9dev+
2020-05-29 12:52:25 +02:00
Sara Arjona
78cc20d266
Merge branch 'install_master' of https://git.in.moodle.com/amosbot/moodle-install
2020-05-29 12:52:22 +02:00
Shamim Rezaie
dce43c7677
MDL-68353 test: Update existing tests to work with file elements
2020-05-29 14:50:35 +10:00
Shamim Rezaie
58994fe8bb
MDL-68353 test: Update filemanager/filepicker xpath selector
2020-05-29 14:50:35 +10:00
Shamim Rezaie
9b6efe3aea
MDL-68353 test: get_field_locator to support custom field labels
2020-05-29 14:50:35 +10:00
Shamim Rezaie
9c60fd18a7
MDL-68353 form: filepicker label fix
2020-05-29 14:50:32 +10:00