Mihail Geshoski
f3fc0266ca
MDL-67813 core_filepicker: Handle ElementNotFoundException in behat step
...
Catches and handles ElementNotFoundException if thrown in the
i_should_see_elements_in_filepicker_repository() behat step in order to
enable the assertion that no elements exist in the repository content
area
2020-05-28 12:06:31 +08:00
Mihail Geshoski
1bb6231b32
MDL-67813 core_contentbank: Add content name parameter in the generator
2020-05-28 12:06:31 +08:00
Mihail Geshoski
4f442eeaba
MDL-67813 repository_contentbank: Add unit tests
2020-05-28 12:06:31 +08:00
Mihail Geshoski
966442c44e
MDL-67813 repository_contentbank: Add search functionality
2020-05-28 12:05:39 +08:00
Jake Dallimore
b08e4b5cd6
Merge branch 'MDL-68746-master' of git://github.com/sarjona/moodle
2020-05-28 11:56:23 +08:00
Adrian Greeve
9e1ace3fb5
Merge branch 'MDL-68822-master' of git://github.com/ferranrecio/moodle
2020-05-28 11:49:37 +08:00
deraadt
5143106813
MDL-68425 user: Add capability check for messaging
2020-05-28 11:23:42 +08:00
Bas Brands
457e61cd7b
MDL-67874 core_filepicker: fix focus styles for filepicker folders
2020-05-28 10:34:02 +08:00
Adrian Greeve
4231b83668
Merge branch 'MDL-66911-38_core_file_add_license_help_to_fileselect' of https://github.com/tomdickman/moodle
2020-05-28 09:09:27 +08:00
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