Eloy Lafuente (stronk7) [Thu, 9 May 2019 18:01:54 +0000 (20:01 +0200)]
Merge branch 'MDL-65197' of https://github.com/paulholden/moodle
Eloy Lafuente (stronk7) [Thu, 9 May 2019 17:49:31 +0000 (19:49 +0200)]
Merge branch 'MDL-29320-master' of git://github.com/junpataleta/moodle
Eloy Lafuente (stronk7) [Thu, 9 May 2019 17:25:55 +0000 (19:25 +0200)]
Merge branch 'MDL-65543-master' of git://github.com/andrewnicols/moodle
Sara Arjona [Thu, 9 May 2019 14:48:05 +0000 (16:48 +0200)]
Merge branch 'master_MDL-65502' of https://github.com/danmarsden/moodle
Sara Arjona [Thu, 9 May 2019 11:56:58 +0000 (13:56 +0200)]
MDL-65518 badges: some language improvements
Helen has suggested some wording changes to make easier to understand
some of the backpack settings.
Thanks a lot Helen!! :-)
Sara Arjona [Thu, 9 May 2019 14:19:05 +0000 (16:19 +0200)]
Merge branch 'MDL-65518-master' of git://github.com/damyon/moodle
Andrew Nicols [Thu, 9 May 2019 11:34:01 +0000 (19:34 +0800)]
MDL-65543 mod_forum: Move require_login before cap check
Jun Pataleta [Thu, 9 May 2019 07:58:45 +0000 (15:58 +0800)]
Merge branch 'MDL-65445-qtype_ddwtos' of https://github.com/jonof/moodle
Andrew Nicols [Thu, 9 May 2019 07:03:54 +0000 (15:03 +0800)]
Merge branch 'MDL-65479' of git://github.com/stronk7/moodle
Damyon Wiese [Thu, 9 May 2019 06:50:15 +0000 (14:50 +0800)]
MDL-65518 badges: Retry auth test
When testing the site backpack login credentials, don't rely on a previous login
because the username and password could have changed.
Damyon Wiese [Wed, 8 May 2019 06:50:51 +0000 (14:50 +0800)]
MDL-65518 badges: Default Issuer name
If the issuer name is not set, use the site name.
Damyon Wiese [Wed, 8 May 2019 05:25:07 +0000 (13:25 +0800)]
MDL-65518 badges: Admin settings warning
If the backpack is changed to Open Badges V2 backpack,
attempt the authenticate with the site settings and return a warning
if it fails.
Andrew Nicols [Thu, 9 May 2019 06:51:05 +0000 (14:51 +0800)]
Merge branch 'MDL-65435' of git://github.com/stronk7/moodle
Sara Arjona [Thu, 9 May 2019 06:46:30 +0000 (08:46 +0200)]
Merge branch 'MDL-65523-master' of git://github.com/marinaglancy/moodle
Jun Pataleta [Thu, 9 May 2019 04:29:25 +0000 (12:29 +0800)]
Merge branch 'MDL-65141-master' of git://github.com/jleyva/moodle
Adrian Greeve [Thu, 9 May 2019 03:32:19 +0000 (11:32 +0800)]
Merge branch 'MDL-58315_master_boost_block_classes' of https://github.com/zpottie/moodle
Adrian Greeve [Thu, 9 May 2019 03:22:38 +0000 (11:22 +0800)]
Merge branch 'MDL-65387-master' of https://github.com/lucaboesch/moodle
Andrew Nicols [Thu, 9 May 2019 02:51:19 +0000 (10:51 +0800)]
Merge branch 'MDL-65373-master' of https://github.com/ryanwyllie/moodle
Adrian Greeve [Thu, 9 May 2019 01:31:47 +0000 (09:31 +0800)]
Merge branch 'MDL-65519-master' of https://github.com/ryanwyllie/moodle
Ryan Wyllie [Mon, 29 Apr 2019 03:50:57 +0000 (11:50 +0800)]
MDL-65373 forum: accessibility changes for discussion
Dan Marsden [Mon, 6 May 2019 02:10:36 +0000 (14:10 +1200)]
MDL-65502 blocks: Correct check for my dashboard page.
Eloy Lafuente (stronk7) [Sun, 28 Apr 2019 18:35:11 +0000 (20:35 +0200)]
MDL-65435 behat: Support any arg type with behat reruns
Right now, when executing a single rerun of a parallel run
using vendor/bin/behat, not all the argument alternatives
are supported (equal or space). This commit allows both to work.
Luca Bösch [Fri, 19 Apr 2019 11:55:17 +0000 (13:55 +0200)]
MDL-65387 dataformats: Table download formats choose pulldown style.
Eloy Lafuente (stronk7) [Sat, 4 May 2019 10:02:58 +0000 (12:02 +0200)]
MDL-65479 repository_url: make regexp PCRE2 compatible
PHP 7.3 comes with the newer PCRE2 engine that is slightly stricter,
more specifically about using unescaped "-" within classes. They
now hat to be at the end of the class or escaped.
This is the only case we have found in core to make it compatible.
Also note that the file changes is, apparently an imported library,
but we have not it registered and already have performed changes to
it, so I've ignored that point. In fact, it has tabs and so on, I've
not modified that either.
Michael Hawkins [Mon, 18 Mar 2019 07:23:59 +0000 (15:23 +0800)]
MDL-61738 messageinbound: Fix quota checks & filesize for email uploads
Private files uploaded by email will now honour the file quota limit,
because the filesize is set correctly and checked against users'
remaining personal quota limit. Previously, attachment size was always
set to zero, and quota was checked against the draft area (this is
not valid for email uploads, because each file is moved out of the
draft area as it is processed, so multiple files totalling greater
than the remaining quota would still pass the check).
Dan Marsden [Wed, 1 May 2019 01:23:15 +0000 (13:23 +1200)]
MDL-64708 cohort: Return url is not used anywhere in core.
Mark Nelson [Tue, 16 Apr 2019 10:40:16 +0000 (18:40 +0800)]
MDL-65365 core_message: prevent users from viewing all conversations
Eloy Lafuente (stronk7) [Wed, 8 May 2019 15:49:03 +0000 (17:49 +0200)]
on-demand release 3.7dev+
Eloy Lafuente (stronk7) [Wed, 8 May 2019 15:49:02 +0000 (17:49 +0200)]
NOBUG: Fixed file access permissions
Eloy Lafuente (stronk7) [Wed, 8 May 2019 15:49:01 +0000 (17:49 +0200)]
NOBUG: Fixed SVG browser compatibility
Jun Pataleta [Wed, 8 May 2019 04:15:38 +0000 (12:15 +0800)]
Merge branch 'MDL-44484-master' of https://github.com/Chocolate-lightning/moodle
Mathew May [Wed, 8 May 2019 03:55:57 +0000 (15:55 +1200)]
MDL-44484 admin: Remove existing user theme check
Jake Dallimore [Wed, 8 May 2019 03:48:51 +0000 (11:48 +0800)]
Merge branch 'MDL-62599-master' of https://github.com/snake/moodle
Adrian Greeve [Wed, 8 May 2019 03:21:59 +0000 (11:21 +0800)]
Merge branch 'MDL-65484-master' of git://github.com/damyon/moodle
Jake Dallimore [Wed, 8 May 2019 03:16:21 +0000 (11:16 +0800)]
MDL-62599 mod_lti: fix coding style issues
Damyon Wiese [Wed, 8 May 2019 03:08:31 +0000 (11:08 +0800)]
MDL-65518 badges: Language change "Site backpack"
Peter [Mon, 6 May 2019 13:35:09 +0000 (21:35 +0800)]
MDL-65508 mod_forum: Add private to the quick forum reply
Jun Pataleta [Wed, 8 May 2019 02:53:37 +0000 (10:53 +0800)]
Merge branch 'MDL-44484-master' of https://github.com/Chocolate-lightning/moodle
Adrian Greeve [Wed, 8 May 2019 02:47:25 +0000 (10:47 +0800)]
Merge branch 'MDL-65188-master' of git://github.com/andrewnicols/moodle
Mathew May [Mon, 8 Apr 2019 07:35:24 +0000 (15:35 +0800)]
MDL-44484 admin: Theme can be null and create user
Adrian Greeve [Wed, 8 May 2019 02:27:18 +0000 (10:27 +0800)]
Merge branch 'MDL-65516-master' of git://github.com/mihailges/moodle
Andrew Nicols [Wed, 8 May 2019 02:14:52 +0000 (10:14 +0800)]
Merge branch 'MDL-65417-master' of git://github.com/bmbrands/moodle
Jun Pataleta [Wed, 8 May 2019 02:13:13 +0000 (10:13 +0800)]
Merge branch 'MDL-65470-master' of git://github.com/bmbrands/moodle
Andrew Nicols [Wed, 8 May 2019 01:50:32 +0000 (09:50 +0800)]
Merge branch 'MDL-65154' of git://github.com/stronk7/moodle
Andrew Nicols [Wed, 8 May 2019 01:47:04 +0000 (09:47 +0800)]
Merge branch 'MDL-35396-master' of git://github.com/mihailges/moodle
Adrian Greeve [Wed, 8 May 2019 01:37:27 +0000 (09:37 +0800)]
Merge branch 'MDL-65511-master' of git://github.com/mihailges/moodle
Ryan Wyllie [Wed, 8 May 2019 01:32:22 +0000 (09:32 +0800)]
MDL-65519 forum: remove profile link from started by column
Jake Dallimore [Wed, 8 May 2019 01:28:23 +0000 (09:28 +0800)]
MDL-62599 lti_gradebookservices: use correct key in get_permitted_scopes
This was missing from the revert commit,
a464331db2594c, causing scopes
to be empty.
Eloy Lafuente (stronk7) [Tue, 7 May 2019 20:54:37 +0000 (22:54 +0200)]
MDL-65154 competencies: FF 47 does not digest null/missing JS params
So we are defaulting to 0 when the page is initially called,
instead of current null. That's exactly the same behavior
than when you pick "No filters applied" from the filter menu.
Note that other browsers seems to accept perfectly the missing param
but FF 47.0.1 does not.
Amaia Anabitarte [Tue, 7 May 2019 09:49:05 +0000 (11:49 +0200)]
MDL-64993 core_message: fix unit test for non-ordered queries
Adrian Greeve [Tue, 7 May 2019 09:09:40 +0000 (17:09 +0800)]
NOBUG: Fix white space issue due to history rewrite.
Marina Glancy [Tue, 7 May 2019 10:01:26 +0000 (12:01 +0200)]
MDL-65523 customfield_checkbox: allow to set as required
Bas Brands [Thu, 2 May 2019 12:29:11 +0000 (14:29 +0200)]
MDL-65470 pix: update Moodle logo
* Older logos removed, 2 logo versions added. One with a gray hat, used
in the footer. One with a black hat used in the privacy policiy page.
Andrew Nicols [Tue, 7 May 2019 07:23:57 +0000 (15:23 +0800)]
Merge branch 'MDL-64993-master-fix' of github.com:sarjona/moodle
Andrew Nicols [Tue, 7 May 2019 03:40:37 +0000 (11:40 +0800)]
Merge branch 'MDL-65498' of https://github.com/stronk7/moodle
Sara Arjona [Mon, 6 May 2019 19:55:20 +0000 (21:55 +0200)]
MDL-64993 core_message: fix behat test failing with Oracle
Andrew Nicols [Tue, 7 May 2019 03:36:58 +0000 (11:36 +0800)]
Merge branch 'MDL-65499' of git://github.com/stronk7/moodle
Jun Pataleta [Tue, 7 May 2019 03:25:27 +0000 (11:25 +0800)]
Merge branch 'MDL-65313-master-fix' of https://github.com/snake/moodle
Adrian Greeve [Tue, 7 May 2019 02:32:13 +0000 (10:32 +0800)]
Merge branch 'MDL-65485-master' of git://github.com/bmbrands/moodle
Jake Dallimore [Tue, 7 May 2019 02:30:32 +0000 (10:30 +0800)]
MDL-65313 core_favourites: component scoped deletion now requires itemid
This now requires itemid, which cannot be null. This is safer. The
context can still be passed in as an optional parameter.
Adrian Greeve [Tue, 7 May 2019 01:53:17 +0000 (09:53 +0800)]
Merge branch 'MDL-65495-master-courseid' of git://github.com/mudrd8mz/moodle
Eloy Lafuente (stronk7) [Mon, 6 May 2019 18:03:32 +0000 (20:03 +0200)]
Merge branch 'MDL-63262-master' of git://github.com/damyon/moodle
Andrew Nicols [Mon, 6 May 2019 13:02:29 +0000 (21:02 +0800)]
Merge branch 'MDL-65132-master' of git://github.com/cescobedo/moodle
Andrew Nicols [Mon, 6 May 2019 12:36:38 +0000 (20:36 +0800)]
Merge branch 'MDL-65505-master' of https://github.com/ryanwyllie/moodle
Andrew Nicols [Mon, 6 May 2019 12:15:31 +0000 (20:15 +0800)]
MDL-65449 course: Add deprecation tag
Andrew Nicols [Mon, 6 May 2019 12:11:18 +0000 (20:11 +0800)]
Merge branch 'MDL-65449-master' of git://github.com/bmbrands/moodle
Sara Arjona [Mon, 6 May 2019 10:09:20 +0000 (12:09 +0200)]
Merge branch 'MDL-65374-master' of https://github.com/lucaboesch/moodle
Jun Pataleta [Mon, 6 May 2019 08:46:06 +0000 (16:46 +0800)]
MDL-65313 core: Fix orphaned favourites cleanup
Jun Pataleta [Mon, 6 May 2019 08:26:42 +0000 (16:26 +0800)]
Merge branch 'MDL-65399-master' of git://github.com/rezaies/moodle
Sara Arjona [Mon, 6 May 2019 08:19:57 +0000 (10:19 +0200)]
Merge branch 'MDL-65396-master' of https://github.com/lucaboesch/moodle
Jun Pataleta [Mon, 6 May 2019 08:14:13 +0000 (16:14 +0800)]
Merge branch 'MDL-65153-master' of git://github.com/damyon/moodle
David Monllaó [Mon, 6 May 2019 08:06:41 +0000 (10:06 +0200)]
Merge branch 'MDL-65474-master' of https://github.com/ryanwyllie/moodle
David Monllaó [Mon, 6 May 2019 08:03:17 +0000 (10:03 +0200)]
Merge branch 'MDL-65464-master' of https://github.com/ryanwyllie/moodle
Jun Pataleta [Mon, 6 May 2019 08:02:20 +0000 (16:02 +0800)]
Merge branch 'MDL-65313-master' of https://github.com/snake/moodle
Adrian Greeve [Mon, 6 May 2019 07:57:48 +0000 (15:57 +0800)]
Merge branch 'MDL-64968-master' of https://github.com/lucaboesch/moodle
Adrian Greeve [Mon, 6 May 2019 03:57:06 +0000 (11:57 +0800)]
Merge branch 'MDL-65104-master' of git://git.cameron1729.xyz/moodle
Adrian Greeve [Mon, 6 May 2019 03:02:15 +0000 (11:02 +0800)]
Merge branch 'MDL-65296' of https://github.com/timhunt/moodle
Jake Dallimore [Mon, 6 May 2019 02:34:10 +0000 (10:34 +0800)]
Merge branch 'MDL-64988-master' of git://github.com/rezaies/moodle
Andrew Nicols [Mon, 6 May 2019 02:15:56 +0000 (10:15 +0800)]
Merge branch 'MDL-64993-master' of git://github.com/aanabit/moodle
Adrian Greeve [Mon, 6 May 2019 01:57:34 +0000 (09:57 +0800)]
Merge branch 'MDL-65154-master' of git://github.com/damyon/moodle
Damyon Wiese [Fri, 3 May 2019 03:18:49 +0000 (11:18 +0800)]
MDL-65484 assign: Scrolling overflow CSS
Use relatively positioned elements, not absolutely positioned to prevent
elements being visible when they are scrolled outside the containing drawing region.
Mihail Geshoski [Tue, 7 May 2019 08:08:48 +0000 (16:08 +0800)]
MDL-65516 forum: Improve the UX when opening inline reply
Mihail Geshoski [Tue, 7 May 2019 05:55:11 +0000 (13:55 +0800)]
MDL-35396 lesson: Fix detailed statistics display for essay questions
Andrew Nicols [Mon, 6 May 2019 00:11:52 +0000 (08:11 +0800)]
MDL-65188 tests: Move var to before resource creation
Mihail Geshoski [Tue, 7 May 2019 02:08:43 +0000 (10:08 +0800)]
MDL-65511 forum: Send forum post notifications setting not visible
Daniel Neis Araujo [Tue, 21 Aug 2018 19:50:17 +0000 (16:50 -0300)]
MDL-44484 admin: Allow theme field in upload users tool
Eloy Lafuente (stronk7) [Mon, 6 May 2019 10:49:41 +0000 (12:49 +0200)]
MDL-65499 phpunit: Bump to current phpunit 7.5.9
Previously we were sticky to 7.5.7 and this issue was
hitting our windows runs:
https://github.com/sebastianbergmann/phpunit/issues/3564
David Mudrák [Mon, 6 May 2019 10:46:43 +0000 (12:46 +0200)]
MDL-65495 hub: Fix undefined variable usage
Bas Brands [Thu, 25 Apr 2019 08:07:32 +0000 (10:07 +0200)]
MDL-65417 themes : small visual fixes
* region main border radius if sass var $enable-rounded is true (in
classic)
* white background for dashboard on classic where blocks are gray
* frontpage sitetopic margin and padding left removed to align with
courses content
Bas Brands [Thu, 2 May 2019 14:47:35 +0000 (16:47 +0200)]
MDL-65485 core_themes: installer html updates for bootstrap4
Ryan Wyllie [Mon, 6 May 2019 08:13:15 +0000 (16:13 +0800)]
MDL-65505 forum: handle deleted users with no context in render
Shamim Rezaie [Mon, 6 May 2019 08:08:42 +0000 (18:08 +1000)]
MDL-65399 mod_quiz: Handling the edge case when section name is ''
Shamim Rezaie [Thu, 25 Apr 2019 16:20:05 +0000 (02:20 +1000)]
MDL-65399 mod_quiz: UI should prevent deleting the last slot of section
cescobedo [Thu, 2 May 2019 14:29:43 +0000 (16:29 +0200)]
MDL-65132 core_message: Update message drawer to delete message for all
Update JS message drawer to allow delete message for all showing a new
checkbox in the confirm dialogue.
Bas Brands [Tue, 30 Apr 2019 13:06:37 +0000 (15:06 +0200)]
MDL-65449 themes: allow overriding course patterns
* moving course pattern generation to core_renderer
cescobedo [Thu, 2 May 2019 14:07:20 +0000 (16:07 +0200)]
MDL-65132 core_message: Added WS to delete message for all users
Also, added WS new return parameter candeletemessagesforallusers in get_conversation
and send_instant_message and added API support. This will be used to check
if the user can delete all messages in the conversation.
cescobedo [Thu, 2 May 2019 13:57:12 +0000 (15:57 +0200)]
MDL-65132 core_message: Added API to delete message for all users
Jake Dallimore [Mon, 6 May 2019 06:57:27 +0000 (14:57 +0800)]
MDL-62599 mod_lti: correct deprecations in service_base
Jake Dallimore [Wed, 10 Apr 2019 03:59:31 +0000 (11:59 +0800)]
MDL-65313 core: upgrade code to remove stale favourites for messaging
These were left behing when deleting a group or a course.
Jake Dallimore [Wed, 10 Apr 2019 00:29:43 +0000 (08:29 +0800)]
MDL-65313 core_message: remove favourites when deleting a conversation
When deleting a conversation for all users (e.g. when deleting a group
which has a conversation), we need to remove any favourites.