Eloy Lafuente (stronk7)
489b82b22a
Merge branch 'MDL-69005' of https://github.com/paulholden/moodle
2020-06-10 17:52:53 +02:00
Víctor Déniz Falcón
69184789b5
Merge branch 'MDL-68986-master' of git://github.com/merrill-oakland/moodle
2020-06-10 13:12:58 +01:00
Paul Holden
2d70187ade
MDL-69005 cache: fix private $store access in loader.
2020-06-10 10:31:47 +01:00
Jake Dallimore
337e2e2b23
Merge branch 'MDL-68973' of https://github.com/stronk7/moodle
2020-06-10 16:13:57 +08:00
Jake Dallimore
2b983d29a0
Merge branch 'MDL-68977-master' of git://github.com/andrewnicols/moodle
2020-06-10 15:36:44 +08:00
Sara Arjona
e5a2b74d8b
Merge branch 'MDL-68955' of https://github.com/Chocolate-lightning/moodle
2020-06-10 08:06:05 +02:00
Jun Pataleta
2157207971
Merge branch 'MDL-68864-master' of git://github.com/junpataleta/moodle
2020-06-10 11:26:13 +08:00
Jun Pataleta
4baa3d1280
MDL-68864 qtype_multichoice: Rebuild clearchoice source map
2020-06-10 11:20:22 +08:00
Bas Brands
5d5153906c
MDL-68864 qtype_multichoice: clearchoice button styles
...
- display the clearchoice link as a button to improve the way
it looks when using keyboard focus
2020-06-10 11:10:46 +08:00
Bas Brands
233eafd8eb
MDL-68864 qtype_multichoice: shift focus to first option on keyboard tab
...
- This prevents losing focus when using keyboard navigation.
2020-06-10 11:10:46 +08:00
Bas Brands
b59de78bd1
MDL-68864 qtype_multichoice: clearchoice
...
- Reverted changes from MDL-67901
2020-06-10 11:10:46 +08:00
Mathew May
e0c41c0449
MDL-68955 mod_h5pactivity: Enable dndupload to H5P activity
2020-06-10 10:10:51 +08:00
Adrian Greeve
fc9be99323
Merge branch 'MDL-68985-master' of git://github.com/sarjona/moodle
2020-06-10 09:39:45 +08:00
Jake Dallimore
233a526c95
Merge branch 'MDL-68972-master-enfix' of git://github.com/mudrd8mz/moodle
2020-06-10 09:14:46 +08:00
Jake Dallimore
3df783acf2
Merge branch 'MDL-68995' of https://github.com/paulholden/moodle
2020-06-10 08:53:21 +08:00
Jake Dallimore
11b76652a0
Merge branch 'MDL-68999-master-homemoodlenet' of git://github.com/mudrd8mz/moodle
2020-06-10 08:37:46 +08:00
Jake Dallimore
be80ef1cd2
Merge branch 'MDL-68998-master' of git://github.com/marinaglancy/moodle
2020-06-10 08:33:38 +08:00
Andrew Nicols
a9075379d8
MDL-68977 enrol_manual: Add pending promises to enrol modal
2020-06-10 08:16:03 +08:00
Andrew Nicols
7b3026fabe
MDL-68977 core_user: Refresh table after removing all filters
...
Previously the update function was called for each row as it was
removed. This patch changes the behaviouro to only remove one row at at
ime.
2020-06-10 08:03:16 +08:00
David Mudrák
2223261586
MDL-68999 moodlenet: Make the default instance name translatable
...
Admins can change the value as they want / need. Still, it will be nice
if the default value (the name of the default MoodleNet instance) is
controlled by the language pack.
Beside that, it will allow us to more easily change the value should we
need it in the future (via the en_fix process).
2020-06-09 22:16:00 +02:00
Helen Foster
1ab405f4a2
MDL-68972 lang: Import fixed English strings (en_fix)
2020-06-09 20:56:34 +02:00
Eloy Lafuente (stronk7)
e69ab798dd
MDL-68973 versions: Fix other small details
...
Thanks to Luca Bösch and Matteo Scaramuccia that detected
these 2 minor, but ugly details in core version files:
1) Adding comments pointed to versions (3.x, 20190801...) is not
recommended, they easily come outdated.
2) Using plugin->release in core is no sense. Core plugins belong
to the core release.
This commit just gets rid of them. That's all.
2020-06-09 20:27:30 +02:00
Marina Glancy
8eaad10b5f
MDL-68998 core_course: do not expect that assign is the first module
2020-06-09 18:59:34 +02:00
Jun Pataleta
1495cf837e
Merge branch 'MDL-68931-master' of git://github.com/rezaies/moodle
2020-06-09 22:53:04 +08:00
Eloy Lafuente (stronk7)
97800d7e70
MDL-68973 versions: main version bump
2020-06-09 16:24:58 +02:00
Eloy Lafuente (stronk7)
115cc0214f
MDL-68973 versions: bump all versions and requires near release
...
version = 2020061500 release version
requires= 2020060900 current rc1 (week7roll1) version
2020-06-09 16:23:09 +02:00
Eric Merrill
178a914acd
MDL-68986 quiz: Add back default/adv for questionsperpage setting
2020-06-09 09:24:19 -04:00
Víctor Déniz Falcón
b28f530a84
Merge branch 'MDL-68984-master' of git://github.com/mickhawkins/moodle
2020-06-09 13:45:40 +01:00
Sara Arjona
982a9a5919
MDL-68985 core_h5p: fix issue with composed code languages
...
Composed code languages, such as 'Spanish, Mexican' are different
in H5P and Moodle:
- In H5P, they use '-' to separate the language from the country.
For instance: es-mx.
- However, in Moodle, they have '_' instead of '-'. For example: es_mx.
2020-06-09 14:38:27 +02:00
Víctor Déniz Falcón
6ea3c69c37
Merge branch 'MDL-68953-master' of git://github.com/lameze/moodle
2020-06-09 13:18:46 +01:00
Paul Holden
0759da9ecf
MDL-68995 atto_image: remove initial dialogue image src attribute.
...
It caused a spurious request to be sent to the server on display.
2020-06-09 12:48:50 +01:00
Sara Arjona
71a34a039f
Moodle release 3.9rc1
v3.9.0-rc1
2020-06-09 12:42:39 +02:00
Shamim Rezaie
e505618f08
MDL-68931 core: No feedback link on footer if the feature is disabled
2020-06-09 19:05:16 +10:00
Andrew Nicols
cb2f672525
MDL-68977 user: Add pendingPromise to interactions
2020-06-09 14:36:08 +08:00
Andrew Nicols
8503e0ee53
MDL-68977 user: Do not refresh participants table on load
2020-06-09 14:35:39 +08:00
Andrew Nicols
dd9dea6148
MDL-68977 user: Normalise participant table filterdata
2020-06-09 14:35:21 +08:00
Michael Hawkins
8ddfc963b9
MDL-68984 user: Ensure first/last name filtering is always applied
...
This ensures the firstname and surname filtering is applied in addition
to any other filtering, rather than using the filterset join type.
2020-06-09 12:36:11 +08:00
Andrew Nicols
c8c1bccf08
Merge branch 'MDL-68946' of https://github.com/Chocolate-lightning/moodle
2020-06-09 11:48:00 +08:00
Jun Pataleta
ea9a854bb6
Merge branch 'MDL-68962-master' of git://github.com/sarjona/moodle
2020-06-09 11:30:37 +08:00
Andrew Nicols
efc3dfff47
MDL-68977 core_table: Do not update dynamic tables on nullop
...
When a setting is added/removed (i.e. an empty filter is removed) and
there is no change, then we should treat this is a null-op and not
refresh the table unnecessarily.
2020-06-09 11:21:04 +08:00
Andrew Nicols
f2d6a96494
Merge branch 'MDL-68956' of https://github.com/Chocolate-lightning/moodle
2020-06-09 08:51:38 +08:00
Jake Dallimore
b0ae939af9
Merge branch 'MDL-68919-master' of git://github.com/bmbrands/moodle
2020-06-09 08:36:06 +08:00
Víctor Déniz Falcón
19ec0b7bd4
Merge branch 'MDL-68963-master' of git://github.com/bmbrands/moodle
2020-06-08 22:03:39 +01:00
Sara Arjona
0e57729d5b
Merge branch 'MDL-68936-master' of git://github.com/aanabit/moodle
2020-06-08 20:31:53 +02:00
Amaia Anabitarte
7be38070d4
MDL-68936 core_contentbank: Behat test for editing capabilities
2020-06-08 16:40:10 +02:00
Amaia Anabitarte
0633e60a91
MDL-68936 core_contentbank: Checking manage permissions to allow editing
2020-06-08 16:40:10 +02:00
Simey Lameze
b294e0fe5c
MDL-68953 core: remove close button from campaign block
2020-06-08 21:10:32 +08:00
Bas Brands
024a0cc7c2
MDL-68963 qtype_calculatedmulti: show question content inline
...
- Applies the CSS changes added in MDL-68761 for the multichoice qtype
so questions don't start on a new line
2020-06-08 15:03:37 +02:00
Bas Brands
1ce86e3ada
MDL-68963 qtype_multichoice: better styles for safari
...
- Input type radio needs a width attribute when it is in a flexbox
container
2020-06-08 15:02:59 +02:00
Bas Brands
510ab5e32c
MDL-68963 theme_boost: fix safari focus outline for radio and checkbox
...
- safari does not support the custom styles for radios and
checkboxes added in MDL-67874
2020-06-08 14:30:49 +02:00