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
Ferran Recio
4b6e92b8e9
MDL-68902 core_h5p: add essay h5p package
2020-06-09 16:58:17 +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
Michael Hawkins
f2972e1dcb
MDL-68989 user: Apply none filterset join correctly on keyword filter
...
Also improved behat coverage for filterset joins and keyword filtering.
2020-06-09 15:49:31 +08: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
Mihail Geshoski
e8017491d1
MDL-68954 repository_flickr_public: Return only photo media
2020-06-09 12:36:59 +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
Mihail Geshoski
e58db3a8fd
MDL-68954 repository_flickr_public: Handle when photo cannot be found
2020-06-09 12:34:25 +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
Sara Arjona
ffd6465029
MDL-68962 contentbank: get sortbyX strings from the correct place
2020-06-08 12:00:22 +02:00
Jun Pataleta
5a862ca1a2
Merge branch 'MDL-68951-master' of git://github.com/andrewnicols/moodle
2020-06-08 17:49:02 +08:00
Mathew May
329d3a8de5
MDL-68946 tool_task: Make clionly string handling more consistent
2020-06-08 17:11:57 +08:00
Bas Brands
f9a99e0eaa
MDL-68919 theme_boost: prevent nav-tabs collapsing on safari
...
- Flexbox seems to have an issue on safari which shows when using
the activity chooser on mobile. this might be Flexbug moodle#14 listed
on https://github.com/philipwalton/flexbugs
2020-06-08 10:14:01 +02:00
Jun Pataleta
eee5661146
Merge branch 'MDL-68916-master' of git://github.com/mihailges/moodle
2020-06-08 14:25:54 +08:00
Mihail Geshoski
36c3eb0438
MDL-68916 mod_h5pactivity: Fix duplicated user error in attempts report
2020-06-08 14:17:10 +08:00
Jake Dallimore
d7ffa840cc
Merge branch 'MDL-68952-master' of git://github.com/mihailges/moodle
2020-06-08 14:09:14 +08:00
Mathew May
39bc6c4c2e
MDL-68956 mod_h5pactivity: Move templates to L2 namespaces
2020-06-08 12:50:03 +08:00
Adrian Greeve
5244420b1b
Merge branch 'MDL-68930-master' of git://github.com/cescobedo/moodle
2020-06-08 11:47:44 +08:00
Jake Dallimore
831e1d86c6
Merge branch 'MDL-68929-master' of git://github.com/mihailges/moodle
2020-06-08 11:11:16 +08:00
Andrew Nicols
99de0bb062
Merge branch 'MDL-68918-master' of git://github.com/ferranrecio/moodle
2020-06-08 10:47:24 +08:00
Ferran Recio
346c51690c
MDL-68873 core_h5p: fix editor H5P file update
2020-06-08 10:44:23 +08:00