Sara Arjona [Thu, 11 Jun 2020 08:22:38 +0000 (10:22 +0200)]
Merge branch 'MDL-69004-master' of git://github.com/rezaies/moodle
Jake Dallimore [Thu, 11 Jun 2020 08:18:08 +0000 (16:18 +0800)]
Merge branch 'MDL-69020-master' of git://github.com/mihailges/moodle
Mihail Geshoski [Thu, 11 Jun 2020 07:23:54 +0000 (15:23 +0800)]
MDL-69020 tool_moodlenet: Modify defaultmoodlenet_desc string
Jun Pataleta [Thu, 11 Jun 2020 06:22:48 +0000 (14:22 +0800)]
Merge branch 'MDL-67070-master' of git://github.com/andrewnicols/moodle
Andrew Nicols [Thu, 11 Jun 2020 04:59:26 +0000 (12:59 +0800)]
Merge branch 'MDL-69006-master' of git://github.com/bmbrands/moodle
Jake Dallimore [Thu, 11 Jun 2020 04:27:16 +0000 (12:27 +0800)]
Merge branch 'MDL-68991-master' of git://github.com/rezaies/moodle
Jake Dallimore [Thu, 11 Jun 2020 04:01:22 +0000 (12:01 +0800)]
Merge branch 'MDL-69010' of https://github.com/Chocolate-lightning/moodle
Jun Pataleta [Thu, 11 Jun 2020 03:28:31 +0000 (11:28 +0800)]
Merge branch 'MDL-69013-master' of git://github.com/andrewnicols/moodle
Andrew Nicols [Thu, 11 Jun 2020 03:08:14 +0000 (11:08 +0800)]
Merge branch 'MDL-69002-master' of git://github.com/sarjona/moodle
Andrew Nicols [Thu, 11 Jun 2020 03:05:27 +0000 (11:05 +0800)]
MDL-67070 tool_usertours: Fix assumption that tours exist
Jun Pataleta [Thu, 11 Jun 2020 03:01:05 +0000 (11:01 +0800)]
Merge branch 'MDL-68912' of https://github.com/rlorenzo/moodle
Adrian Greeve [Thu, 11 Jun 2020 02:43:13 +0000 (10:43 +0800)]
MDL-66601 atto_image: Removing bad js build files.
Mathew May [Wed, 10 Jun 2020 12:38:11 +0000 (20:38 +0800)]
MDL-69010 tool_moodlenet: Migrate default MoodleNet instance setting
Andrew Nicols [Thu, 11 Jun 2020 01:43:38 +0000 (09:43 +0800)]
MDL-69013 core: Add quizaccess_safebrowser to deleted plugins
Adrian Greeve [Thu, 11 Jun 2020 01:43:07 +0000 (09:43 +0800)]
Merge branch 'MDL-66601-master' of git://github.com/mihailges/moodle
Andrew Nicols [Thu, 11 Jun 2020 00:05:45 +0000 (08:05 +0800)]
MDL-67070 tool_usertours: Remove old tour JSON files
Andrew Nicols [Wed, 10 Jun 2020 23:50:40 +0000 (07:50 +0800)]
MDL-67070 tool_usertours: Disable old tours
Shamim Rezaie [Wed, 10 Jun 2020 16:37:45 +0000 (02:37 +1000)]
MDL-69004 core: Encourage admins to enable user feedback
As part of this commit, the default for the user feedback feature
has changed to disable.
Rex Lorenzo [Thu, 4 Jun 2020 06:02:02 +0000 (23:02 -0700)]
MDL-68912 user: "Send a message" select all not working
Eloy Lafuente (stronk7) [Wed, 10 Jun 2020 21:53:35 +0000 (23:53 +0200)]
Merge branch 'MDL-68954-master' of git://github.com/mihailges/moodle
Eloy Lafuente (stronk7) [Wed, 10 Jun 2020 21:31:11 +0000 (23:31 +0200)]
Merge branch 'MDL-68994-master' of git://github.com/andrewnicols/moodle
Victor Deniz Falcon [Wed, 10 Jun 2020 20:41:56 +0000 (21:41 +0100)]
Merge branch 'MDL-68980-master' of git://github.com/andrewnicols/moodle
Jun Pataleta [Wed, 10 Jun 2020 16:03:54 +0000 (00:03 +0800)]
Merge branch 'MDL-68989-master' of git://github.com/mickhawkins/moodle
Sara Arjona [Wed, 10 Jun 2020 15:57:40 +0000 (17:57 +0200)]
Merge branch 'MDL-68902-master' of git://github.com/ferranrecio/moodle
Eloy Lafuente (stronk7) [Wed, 10 Jun 2020 15:52:53 +0000 (17:52 +0200)]
Merge branch 'MDL-69005' of https://github.com/paulholden/moodle
Ferran Recio [Tue, 9 Jun 2020 11:21:50 +0000 (13:21 +0200)]
MDL-68902 mod_h5pactivity: fix result report output
Bas Brands [Wed, 10 Jun 2020 13:08:41 +0000 (15:08 +0200)]
MDL-69006 repository_flickr: flickr authentication fails
- Flickr does not like useragents including the word "Bot"
Víctor Déniz Falcón [Wed, 10 Jun 2020 12:12:58 +0000 (13:12 +0100)]
Merge branch 'MDL-68986-master' of git://github.com/merrill-oakland/moodle
Peter Dias [Wed, 10 Jun 2020 04:24:11 +0000 (12:24 +0800)]
MDL-69002 core_badges: performance update to set default sitebackpack
Sara Arjona [Wed, 10 Jun 2020 10:27:40 +0000 (12:27 +0200)]
MDL-69002 core_badges: move backpack validation to a separate page
Instead of running the site backpack validation every time badges/backpacks.php
page is loaded, an action button has been added to the backpacks with OB set
to 2.0 to let admins running manually this verification when needed.
Sara Arjona [Wed, 10 Jun 2020 10:23:26 +0000 (12:23 +0200)]
MDL-69002 core_badges: add methods to support backpack validation
A more generic method has been added to the API to validate the
backpack connection (for now, there was only one method for
validating current backpack).
Besides, a renderer has been added to display this information
depending on the backpackid.
Sara Arjona [Wed, 10 Jun 2020 10:05:40 +0000 (12:05 +0200)]
MDL-69002 core_badges: remove site backpack verification from settings
This site backpack verification is not required so, instead of
running it always here, it will be moved to a separate page to let
admins decide when to check it.
Paul Holden [Wed, 10 Jun 2020 08:34:25 +0000 (09:34 +0100)]
MDL-69005 cache: fix private $store access in loader.
Andrew Nicols [Wed, 10 Jun 2020 08:23:58 +0000 (16:23 +0800)]
MDL-68980 user: Add additional groupmode participants tests
Jake Dallimore [Wed, 10 Jun 2020 08:13:57 +0000 (16:13 +0800)]
Merge branch 'MDL-68973' of https://github.com/stronk7/moodle
Jake Dallimore [Wed, 10 Jun 2020 07:36:44 +0000 (15:36 +0800)]
Merge branch 'MDL-68977-master' of git://github.com/andrewnicols/moodle
Andrew Nicols [Tue, 9 Jun 2020 11:09:03 +0000 (19:09 +0800)]
MDL-68994 user: Reset filterverb value when resetting filter
Marina Glancy [Wed, 10 Jun 2020 06:15:25 +0000 (14:15 +0800)]
MDL-68980 user: Test for groupmode participants behaviour
Andrew Nicols [Tue, 9 Jun 2020 07:52:37 +0000 (15:52 +0800)]
MDL-68980 core_user: Show user participation group when groupmode set
Shamim Rezaie [Tue, 9 Jun 2020 12:42:04 +0000 (22:42 +1000)]
MDL-68991 core: delete core_get_userfeedback_url webservice
Shamim Rezaie [Tue, 9 Jun 2020 11:34:44 +0000 (21:34 +1000)]
MDL-68991 core: Prevent popup blockers blocking feedback window
Some browsers like Firefox are very inflexible with window.open()
and block it if it is not instantly invoked after the user click.
Also according to https://stackoverflow.com/a/
6807615 it is best
practice to replace self:: with static::
Shamim Rezaie [Fri, 5 Jun 2020 09:48:07 +0000 (19:48 +1000)]
MDL-68931 core: No feedback link on footer if the feature is disabled
Sara Arjona [Wed, 10 Jun 2020 06:06:05 +0000 (08:06 +0200)]
Merge branch 'MDL-68955' of https://github.com/Chocolate-lightning/moodle
Mihail Geshoski [Wed, 10 Jun 2020 04:08:13 +0000 (12:08 +0800)]
MDL-66601 atto_image: Set the max-height of the image selection dialogue
Jun Pataleta [Wed, 10 Jun 2020 03:26:13 +0000 (11:26 +0800)]
Merge branch 'MDL-68864-master' of git://github.com/junpataleta/moodle
Jun Pataleta [Wed, 10 Jun 2020 03:20:22 +0000 (11:20 +0800)]
MDL-68864 qtype_multichoice: Rebuild clearchoice source map
Bas Brands [Tue, 9 Jun 2020 13:56:51 +0000 (15:56 +0200)]
MDL-68864 qtype_multichoice: clearchoice button styles
- display the clearchoice link as a button to improve the way
it looks when using keyboard focus
Bas Brands [Tue, 9 Jun 2020 13:39:34 +0000 (15:39 +0200)]
MDL-68864 qtype_multichoice: shift focus to first option on keyboard tab
- This prevents losing focus when using keyboard navigation.
Bas Brands [Wed, 3 Jun 2020 15:40:33 +0000 (17:40 +0200)]
MDL-68864 qtype_multichoice: clearchoice
- Reverted changes from MDL-67901
Mathew May [Mon, 8 Jun 2020 04:13:09 +0000 (12:13 +0800)]
MDL-68955 mod_h5pactivity: Enable dndupload to H5P activity
Adrian Greeve [Wed, 10 Jun 2020 01:39:45 +0000 (09:39 +0800)]
Merge branch 'MDL-68985-master' of git://github.com/sarjona/moodle
Jake Dallimore [Wed, 10 Jun 2020 01:14:46 +0000 (09:14 +0800)]
Merge branch 'MDL-68972-master-enfix' of git://github.com/mudrd8mz/moodle
Jake Dallimore [Wed, 10 Jun 2020 00:53:21 +0000 (08:53 +0800)]
Merge branch 'MDL-68995' of https://github.com/paulholden/moodle
Jake Dallimore [Wed, 10 Jun 2020 00:37:46 +0000 (08:37 +0800)]
Merge branch 'MDL-68999-master-homemoodlenet' of git://github.com/mudrd8mz/moodle
Jake Dallimore [Wed, 10 Jun 2020 00:33:38 +0000 (08:33 +0800)]
Merge branch 'MDL-68998-master' of git://github.com/marinaglancy/moodle
Andrew Nicols [Wed, 10 Jun 2020 00:16:03 +0000 (08:16 +0800)]
MDL-68977 enrol_manual: Add pending promises to enrol modal
Andrew Nicols [Tue, 9 Jun 2020 07:15:24 +0000 (15:15 +0800)]
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.
David Mudrák [Tue, 9 Jun 2020 20:16:00 +0000 (22:16 +0200)]
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).
Helen Foster [Tue, 9 Jun 2020 18:56:34 +0000 (20:56 +0200)]
MDL-68972 lang: Import fixed English strings (en_fix)
Eloy Lafuente (stronk7) [Tue, 9 Jun 2020 18:27:30 +0000 (20:27 +0200)]
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.
Marina Glancy [Tue, 9 Jun 2020 15:52:43 +0000 (17:52 +0200)]
MDL-68998 core_course: do not expect that assign is the first module
Ferran Recio [Tue, 9 Jun 2020 14:57:43 +0000 (16:57 +0200)]
MDL-68902 core_h5p: add essay h5p package
Jun Pataleta [Tue, 9 Jun 2020 14:53:04 +0000 (22:53 +0800)]
Merge branch 'MDL-68931-master' of git://github.com/rezaies/moodle
Eloy Lafuente (stronk7) [Tue, 9 Jun 2020 14:24:58 +0000 (16:24 +0200)]
MDL-68973 versions: main version bump
Eloy Lafuente (stronk7) [Tue, 9 Jun 2020 14:23:09 +0000 (16:23 +0200)]
MDL-68973 versions: bump all versions and requires near release
version =
2020061500 release version
requires=
2020060900 current rc1 (week7roll1) version
Eric Merrill [Tue, 9 Jun 2020 13:24:19 +0000 (09:24 -0400)]
MDL-68986 quiz: Add back default/adv for questionsperpage setting
Víctor Déniz Falcón [Tue, 9 Jun 2020 12:45:40 +0000 (13:45 +0100)]
Merge branch 'MDL-68984-master' of git://github.com/mickhawkins/moodle
Sara Arjona [Tue, 9 Jun 2020 12:16:24 +0000 (14:16 +0200)]
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.
Víctor Déniz Falcón [Tue, 9 Jun 2020 12:18:46 +0000 (13:18 +0100)]
Merge branch 'MDL-68953-master' of git://github.com/lameze/moodle
Paul Holden [Thu, 7 Nov 2019 21:45:46 +0000 (21:45 +0000)]
MDL-68995 atto_image: remove initial dialogue image src attribute.
It caused a spurious request to be sent to the server on display.
Sara Arjona [Tue, 9 Jun 2020 10:42:39 +0000 (12:42 +0200)]
Moodle release 3.9rc1
Shamim Rezaie [Fri, 5 Jun 2020 09:48:07 +0000 (19:48 +1000)]
MDL-68931 core: No feedback link on footer if the feature is disabled
Michael Hawkins [Tue, 9 Jun 2020 06:15:24 +0000 (14:15 +0800)]
MDL-68989 user: Apply none filterset join correctly on keyword filter
Also improved behat coverage for filterset joins and keyword filtering.
Andrew Nicols [Tue, 9 Jun 2020 03:13:00 +0000 (11:13 +0800)]
MDL-68977 user: Add pendingPromise to interactions
Andrew Nicols [Tue, 9 Jun 2020 02:57:06 +0000 (10:57 +0800)]
MDL-68977 user: Do not refresh participants table on load
Andrew Nicols [Tue, 9 Jun 2020 03:01:11 +0000 (11:01 +0800)]
MDL-68977 user: Normalise participant table filterdata
Mihail Geshoski [Tue, 9 Jun 2020 04:36:59 +0000 (12:36 +0800)]
MDL-68954 repository_flickr_public: Return only photo media
Michael Hawkins [Tue, 9 Jun 2020 04:36:11 +0000 (12:36 +0800)]
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.
Mihail Geshoski [Tue, 9 Jun 2020 04:34:25 +0000 (12:34 +0800)]
MDL-68954 repository_flickr_public: Handle when photo cannot be found
Andrew Nicols [Tue, 9 Jun 2020 03:48:00 +0000 (11:48 +0800)]
Merge branch 'MDL-68946' of https://github.com/Chocolate-lightning/moodle
Jun Pataleta [Tue, 9 Jun 2020 03:30:37 +0000 (11:30 +0800)]
Merge branch 'MDL-68962-master' of git://github.com/sarjona/moodle
Andrew Nicols [Tue, 9 Jun 2020 02:59:08 +0000 (10:59 +0800)]
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.
Andrew Nicols [Tue, 9 Jun 2020 00:51:38 +0000 (08:51 +0800)]
Merge branch 'MDL-68956' of https://github.com/Chocolate-lightning/moodle
Jake Dallimore [Tue, 9 Jun 2020 00:36:06 +0000 (08:36 +0800)]
Merge branch 'MDL-68919-master' of git://github.com/bmbrands/moodle
Víctor Déniz Falcón [Mon, 8 Jun 2020 21:03:39 +0000 (22:03 +0100)]
Merge branch 'MDL-68963-master' of git://github.com/bmbrands/moodle
Sara Arjona [Mon, 8 Jun 2020 18:31:53 +0000 (20:31 +0200)]
Merge branch 'MDL-68936-master' of git://github.com/aanabit/moodle
Amaia Anabitarte [Fri, 5 Jun 2020 22:34:22 +0000 (00:34 +0200)]
MDL-68936 core_contentbank: Behat test for editing capabilities
Amaia Anabitarte [Fri, 5 Jun 2020 15:50:14 +0000 (17:50 +0200)]
MDL-68936 core_contentbank: Checking manage permissions to allow editing
Simey Lameze [Mon, 8 Jun 2020 13:10:32 +0000 (21:10 +0800)]
MDL-68953 core: remove close button from campaign block
Bas Brands [Mon, 8 Jun 2020 12:32:43 +0000 (14:32 +0200)]
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
Bas Brands [Mon, 8 Jun 2020 12:31:04 +0000 (14:31 +0200)]
MDL-68963 qtype_multichoice: better styles for safari
- Input type radio needs a width attribute when it is in a flexbox
container
Bas Brands [Mon, 8 Jun 2020 12:27:57 +0000 (14:27 +0200)]
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
Sara Arjona [Mon, 8 Jun 2020 10:00:22 +0000 (12:00 +0200)]
MDL-68962 contentbank: get sortbyX strings from the correct place
Jun Pataleta [Mon, 8 Jun 2020 09:49:02 +0000 (17:49 +0800)]
Merge branch 'MDL-68951-master' of git://github.com/andrewnicols/moodle
Mathew May [Mon, 8 Jun 2020 07:32:48 +0000 (15:32 +0800)]
MDL-68946 tool_task: Make clionly string handling more consistent
Bas Brands [Mon, 8 Jun 2020 08:14:01 +0000 (10:14 +0200)]
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
Jun Pataleta [Mon, 8 Jun 2020 06:25:54 +0000 (14:25 +0800)]
Merge branch 'MDL-68916-master' of git://github.com/mihailges/moodle
Mihail Geshoski [Mon, 8 Jun 2020 06:16:55 +0000 (14:16 +0800)]
MDL-68916 mod_h5pactivity: Fix duplicated user error in attempts report
Jake Dallimore [Mon, 8 Jun 2020 06:09:14 +0000 (14:09 +0800)]
Merge branch 'MDL-68952-master' of git://github.com/mihailges/moodle
Mathew May [Mon, 8 Jun 2020 04:50:03 +0000 (12:50 +0800)]
MDL-68956 mod_h5pactivity: Move templates to L2 namespaces