Andrew Nicols
2ffc3bd5a2
Merge branch 'MDL-68846' of https://github.com/stronk7/moodle
2020-05-28 07:35:10 +08:00
Michael Hawkins
a4bd55725b
MDL-68829 user: Update participants SQL for Oracle/MSSQL compatibility
...
This refactors the SQL to join on a distinct list of users, removing
the need for GROUP BY statements, and fixing the related errors in
Oracle/MSSQL
2020-05-28 00:28:34 +02:00
Eloy Lafuente (stronk7)
a0e38e4371
MDL-68846 behat: Avoid asserting AM/PM strings. They are not cross-os
...
The exists/contains steps of behat are case-sensitive, in the other
side, depending of the OS and locales, time functions are not 100%
consistent. See https://bugs.php.net/bug.php?id=76378 for example.
So only solutions are:
1) Create a specific new step performing the checks case insensitively.
2) Avoid making AM / PM part of the checks.
Here we have opted by the 2nd approach, it's not critical part to check.
2020-05-27 17:55:32 +02:00
Bas Brands
c393d8185a
MDL-68796 core_contentbank: Store view preferences
...
includes privacy export, privacy unit test
2020-05-27 17:27:23 +02:00
Bas Brands
5fe7bcdb30
MDL-68209 core_course: improve activity chooser styling
2020-05-27 16:49:23 +02:00
Thomas.Ludwig
9bdd83c9fd
MDL-67903 core_grades: remove outdated CSS for grade import form
2020-05-27 15:58:53 +02:00
Sara Arjona
8e1b43f0d5
Merge branch 'MDL-68343-master' of git://github.com/rezaies/moodle
2020-05-27 15:09:39 +02:00
Mikel Martín
22a80863d5
MDL-68844 formslib: Fix inline layout for static elements
2020-05-27 13:18:35 +02:00
Sara Arjona
20bbb473cf
Merge branch 'MDL-68667-master' of git://github.com/aanabit/moodle
2020-05-27 12:26:46 +02:00
Víctor Déniz Falcón
c49d8663ad
MDL-67810 core_contentbank: contenttype_h5p editor integrated
2020-05-27 10:27:55 +01:00
Victor Deniz Falcon
613281cd25
MDL-67810 core_contentbank: placed the edit action in the view page
2020-05-27 10:27:13 +01:00
Victor Deniz Falcon
a99dab944f
MDL-67810 core_contentbank: contentype_h5p modified to support add menu
2020-05-27 10:27:13 +01:00
Víctor Déniz Falcón
75f58cbfa2
MDL-67810 core_contentbank: added dropdown menu to create content
2020-05-27 10:27:13 +01:00
Jun Pataleta
7fb2f4d1a5
Merge branch 'MDL-67828-master' of git://github.com/rezaies/moodle
2020-05-27 16:48:03 +08:00
David Mudrák
2615e429f4
MDL-68753 lang: Remove a redundant okay string and use "OK" everywhere
...
The "Ok" (with lower-case "k") string was added in MDL-68409 to keep
backwards compatibility with YUI alerts that had it hard-coded. But we
should not need to explain to translators why we have two OK strings
like this and why they use different wording.
Additionally, there would be inconsistency in Behat tests and everywhere
depending on which "OK" or "Ok" string is used for buttons.
So instead, this patch changes the hard-coded 'Ok' string in the YUI and
we should stick to "OK" from now on everywhere.
2020-05-27 09:59:44 +02:00
David Mudrák
c47b174d44
MDL-68753 lang: Use the updated strings in the tests
2020-05-27 09:59:35 +02:00
Sara Arjona
3d0541c03a
Merge branch 'MDL-68758-master' of git://github.com/peterRd/moodle
2020-05-27 09:46:47 +02:00
Jun Pataleta
d5eec2a2fd
Merge branch 'MDL-67743-master-final' of git://github.com/andrewnicols/moodle
2020-05-27 14:51:25 +08:00
Jake Dallimore
5a0d8a7eaf
Merge branch 'MDL-52138-master-take4' of git://github.com/lucaboesch/moodle
2020-05-27 14:24:51 +08:00
Peter Dias
31788c8cf2
MDL-68758 core_repository: Allow ability to download files on all views.
2020-05-27 14:20:15 +08:00
Jake Dallimore
0fbc2c11f5
Merge branch 'MDL-67874-master' of git://github.com/bmbrands/moodle
2020-05-27 13:54:51 +08:00
Andrew Nicols
04ce665a98
Merge branch 'MDL-68765-master' of https://github.com/ised-isde-canada/moodle
2020-05-27 12:49:39 +08:00
Andrew Nicols
28bff4cff4
Merge branch 'master_MDL-68054' of https://github.com/danmarsden/moodle
2020-05-27 12:12:27 +08:00
Andrew Nicols
6cb3444f22
MDL-67743 user: Remove incorrect ARIA role on autocomplete
...
The autocomplete is not a listbox so cannot be multiselectable.
2020-05-27 11:52:01 +08:00
Andrew Nicols
c4bd1858db
MDL-67743 table: Sort direction is an integer
2020-05-27 11:16:24 +08:00
Jun Pataleta
039fc86902
Merge branch 'MDL-68750-master' of git://github.com/andrewnicols/moodle
2020-05-27 11:03:54 +08:00
Adrian Greeve
6f17ec9181
Merge branch 'MDL-68788' of https://github.com/Chocolate-lightning/moodle
2020-05-27 10:55:20 +08:00
Michael Hawkins
f637640f01
MDL-68678 user: Made filterset match text clearer
...
Part of MDL-67743
2020-05-27 10:49:44 +08:00
Bas Brands
6881ca38d7
MDL-68259 user: add styling to participant filters
...
Part of MDL-67743
2020-05-27 10:49:44 +08:00
Andrew Nicols
110f3ebf54
MDL-68169 user: Limit the number of filter conditions
...
Part of MDL-67743
2020-05-27 10:49:44 +08:00
Andrew Nicols
028ec17c94
MDL-68169 user: Add keyword filter
...
Part of MDL-67743
2020-05-27 10:49:44 +08:00
Andrew Nicols
fbcc657713
MDL-68169 user: Add accesssince filter
...
Part of MDL-67743
2020-05-27 10:49:43 +08:00
Andrew Nicols
fa3d57fe7e
MDL-68169 user: Add enrolment instance filter
...
Part of MDL-67743
2020-05-27 10:49:43 +08:00
Andrew Nicols
de83d4357f
MDL-68169 user: Add groups filter
...
Part of MDL-67743
2020-05-27 10:49:43 +08:00
Andrew Nicols
ffc933ad46
MDL-68169 user: Add roles filter
...
Part of MDL-67743
2020-05-27 10:49:43 +08:00
Andrew Nicols
f14df62d1a
MDL-67917 user: Use custom templates for participant value selection
...
Part of MDL-67743
2020-05-27 10:49:43 +08:00
Andrew Nicols
1be0f90c6f
MDL-67917 core: Add custom template support to autocomplete
...
Part of MDL-67743
2020-05-27 10:49:43 +08:00
Andrew Nicols
77ba77f10a
MDL-67917 user: Add skeleton for new participants filter
...
Part of MDL-67743
AMOS BEGIN
CPY [select,core],[selectfiltertype,core_user]
AMOS END
2020-05-27 10:49:43 +08:00
Andrew Nicols
f456195599
MDL-67917 core: Return newly added nodes from template helpers
...
Part of MDL-67743
2020-05-27 10:49:43 +08:00
Andrew Nicols
ddf6e48156
MDL-68750 tool_dataprivacy: Correct behat test modal checks
2020-05-27 10:40:30 +08:00
Mihail Geshoski
5e62e4b25f
MDL-68723 filepicker: Display parent content in filemanger tree view
2020-05-27 08:51:17 +08:00
Ilya Tregubov
d83bf6e0ff
MDL-68203 restore: Decode quiz links when restore into existing course
...
or duplicating.
2020-05-27 10:38:40 +10:00
Tom Dickman
2228ca31a2
MDL-66911 core files: Add license help to file selector
...
This improvement adds a help icon to the 'Choose license' option
providing links to further information on each license.
Utilise templates for license links to avoid code reuse.
2020-05-27 08:36:48 +10:00
Eloy Lafuente (stronk7)
08c6eca7e9
Merge branch 'MDL-68789-master' of git://github.com/crazyserver/moodle
2020-05-26 23:43:05 +02:00
Luca Bösch
543f36a5aa
MDL-52138 core_grades: gradebook striped styling
2020-05-26 23:33:03 +02:00
Eloy Lafuente (stronk7)
68fd8d8bdf
on-demand release 3.9dev+
2020-05-26 22:52:49 +02:00
Claude Vervoort
4801550180
MDL-68800 mod_lti: fix domain matching launches for 1.3
2020-05-26 16:35:16 -04:00
Sara Arjona
54b97575d1
Merge branch 'MDL-68388' of https://github.com/stronk7/moodle
2020-05-26 20:03:22 +02:00
Helen Foster
026a12ec51
MDL-68753 lang: Import fixed English strings (en_fix)
2020-05-26 19:18:23 +02:00
Eloy Lafuente (stronk7)
60fe1f8c9d
MDL-68388 core_grades: Tweak unit test assertion to make Oracle happy
...
Also modify some comments and get rid of some void return types.
2020-05-26 19:00:24 +02:00