Andrew Nicols [Tue, 14 Aug 2018 01:04:17 +0000 (09:04 +0800)]
Merge branch 'MDL-62643-master' of git://github.com/damyon/moodle
Andrew Nicols [Mon, 13 Aug 2018 23:44:04 +0000 (07:44 +0800)]
Merge branch 'MDL-62896-master' of git://github.com/k-holland/moodle
David Monllao [Mon, 13 Aug 2018 13:29:34 +0000 (15:29 +0200)]
Merge branch 'MDL-62761-master' of https://github.com/jmvedrine/moodle
David Monllao [Mon, 13 Aug 2018 12:25:26 +0000 (14:25 +0200)]
Merge branch 'MDL-62886-master' of https://github.com/lucaboesch/moodle
David Monllao [Mon, 13 Aug 2018 10:19:13 +0000 (12:19 +0200)]
Merge branch 'MDL-59015-master' of git://github.com/mihailges/moodle
David Monllao [Mon, 13 Aug 2018 10:12:09 +0000 (12:12 +0200)]
Merge branch 'MDL-62994-master' of git://github.com/mihailges/moodle
Karen Holland [Mon, 30 Jul 2018 16:06:00 +0000 (16:06 +0000)]
MDL-62896 Privacy: External plugin Additional label update.
Jake Dallimore [Mon, 13 Aug 2018 08:02:54 +0000 (16:02 +0800)]
Merge branch 'MDL-60114_master_radio-option-choose' of https://github.com/awagner/moodle
Mihail Geshoski [Thu, 9 Aug 2018 03:39:57 +0000 (11:39 +0800)]
MDL-59015 blocks: Confusing View more button in course overview block
Jean-Michel Vedrine [Thu, 21 Jun 2018 14:17:33 +0000 (16:17 +0200)]
MDL-62761 lesson: wrong deadlines on index with overrides
Andreas Wagner [Wed, 13 Sep 2017 09:43:25 +0000 (11:43 +0200)]
MDL-60114 mod_data: adding db activity lost radio field choose option
Luca Bösch [Fri, 3 Aug 2018 10:51:36 +0000 (12:51 +0200)]
MDL-62886 boost: radio form element required icon
Eloy Lafuente (stronk7) [Fri, 10 Aug 2018 11:21:51 +0000 (13:21 +0200)]
weekly release 3.6dev
Eloy Lafuente (stronk7) [Fri, 10 Aug 2018 11:21:49 +0000 (13:21 +0200)]
NOBUG: Fixed SVG browser compatibility
Andrew Nicols [Fri, 10 Aug 2018 00:43:43 +0000 (08:43 +0800)]
Merge branch 'MDL-62619' of git://github.com/stronk7/moodle
Eloy Lafuente (stronk7) [Thu, 9 Aug 2018 14:05:55 +0000 (16:05 +0200)]
MDL-62619 privacy: Prevent action when boolean queries are involved
Before the patch, queries like:
SELECT 1 FROM dual UNION SELECT 2 FROM dual
were failing badly, with everything but the first numeric element
being ignored by the optimization.
So, being conservative, now we reduce the query being analysed,
ignoring any subquery, inline view (anything within parenthesis
in general) and, in the remaining query, if a boolean query (UNION,
MINUS, INTERSECT...) is found, we don't apply any optimization.
Eloy Lafuente (stronk7) [Wed, 8 Aug 2018 22:09:12 +0000 (00:09 +0200)]
Merge branch 'MDL-62581-master' of git://github.com/damyon/moodle
Jun Pataleta [Wed, 8 Aug 2018 08:27:55 +0000 (16:27 +0800)]
Merge branch 'MDL-45170-master' of git://github.com/junpataleta/moodle
Jun Pataleta [Wed, 8 Aug 2018 08:15:09 +0000 (16:15 +0800)]
MDL-45170 core: Integration review fixes
* Pass $forcehttps parameter to call extract_draft_file_urls_from_text()
call in \core_weblib_testcase::test_extract_draft_file_urls_from_text()
* Style fixes
Charles Fulton [Wed, 27 Jun 2018 20:32:50 +0000 (16:32 -0400)]
MDL-45170 files: check other draftfile areas when processing
Andrew Nicols [Wed, 8 Aug 2018 05:17:34 +0000 (13:17 +0800)]
Merge branch 'MDL-62899-search-icons-master' of https://github.com/dmitriim/moodle
Andrew Nicols [Wed, 8 Aug 2018 05:14:00 +0000 (13:14 +0800)]
Merge branch 'MDL-56335-master' of git://github.com/mihailges/moodle
Andrew Nicols [Wed, 8 Aug 2018 05:10:41 +0000 (13:10 +0800)]
Merge branch 'MDL-62993_master' of git://github.com/markn86/moodle
Andrew Nicols [Wed, 8 Aug 2018 00:14:55 +0000 (08:14 +0800)]
Merge branch 'MDL-50225_master' of git://github.com/markn86/moodle
Eloy Lafuente (stronk7) [Tue, 7 Aug 2018 23:02:16 +0000 (01:02 +0200)]
Merge branch 'MDL-62619-master-privacycontexts' of git://github.com/mudrd8mz/moodle
Eloy Lafuente (stronk7) [Tue, 7 Aug 2018 22:11:16 +0000 (00:11 +0200)]
Merge branch 'MDL-43334-master' of git://github.com/damyon/moodle
Eloy Lafuente (stronk7) [Tue, 7 Aug 2018 22:06:09 +0000 (00:06 +0200)]
Merge branch 'MDL-50325_inconsistent_check_missing_module' of github.com/enovation/moodle
Eloy Lafuente (stronk7) [Tue, 7 Aug 2018 21:52:08 +0000 (23:52 +0200)]
Merge branch 'MDL-61839-master' of git://github.com/mihailges/moodle
Eloy Lafuente (stronk7) [Tue, 7 Aug 2018 21:48:31 +0000 (23:48 +0200)]
Merge branch 'MDL-61870-master' of git://github.com/damyon/moodle
Eloy Lafuente (stronk7) [Tue, 7 Aug 2018 15:10:14 +0000 (17:10 +0200)]
Merge branch 'MDL-62750_master' of https://github.com/aanabit/moodle
Eloy Lafuente (stronk7) [Tue, 7 Aug 2018 13:59:51 +0000 (15:59 +0200)]
Merge branch 'MDL-63026_master' of git://github.com/dmonllao/moodle
Eloy Lafuente (stronk7) [Tue, 7 Aug 2018 13:57:00 +0000 (15:57 +0200)]
Merge branch 'MDL-53297-master' of git://github.com/cescobedo/moodle
Eloy Lafuente (stronk7) [Tue, 7 Aug 2018 13:51:34 +0000 (15:51 +0200)]
Merge branch 'MDL-62065-master' of git://github.com/cescobedo/moodle
Dmitrii Metelkin [Tue, 7 Aug 2018 05:40:40 +0000 (15:40 +1000)]
MDL-62899 search: add document icons
Andrew Nicols [Tue, 7 Aug 2018 06:38:00 +0000 (14:38 +0800)]
Merge branch 'MDL-62975_master' of git://github.com/markn86/moodle
Andrew Nicols [Tue, 7 Aug 2018 05:07:31 +0000 (13:07 +0800)]
Merge branch 'MDL-62798-master' of git://github.com/mihailges/moodle
Andrew Nicols [Tue, 7 Aug 2018 04:19:44 +0000 (12:19 +0800)]
Merge branch 'MDL-54741-master' of git://github.com/mihailges/moodle
Andrew Nicols [Tue, 7 Aug 2018 03:44:38 +0000 (11:44 +0800)]
Merge branch 'MDL-55449-master' of git://github.com/abgreeve/moodle
Adrian Greeve [Tue, 24 Jul 2018 01:49:53 +0000 (09:49 +0800)]
MDL-55449 messages: Remove support for stdClass messages.
This also makes message_sent::create_from_ids() $courseid
parameter required.
Andrew Nicols [Tue, 7 Aug 2018 01:32:55 +0000 (09:32 +0800)]
Merge branch 'MDL-63012-master' of https://github.com/jobyh/moodle
Andrew Nicols [Tue, 7 Aug 2018 00:18:58 +0000 (08:18 +0800)]
Merge branch 'wip-MDL-61424-master' of git://github.com/marinaglancy/moodle
Andrew Nicols [Tue, 7 Aug 2018 00:08:18 +0000 (08:08 +0800)]
Merge branch 'MDL-62945-master' of https://github.com/HuongNV13/moodle
Eloy Lafuente (stronk7) [Mon, 6 Aug 2018 12:22:21 +0000 (14:22 +0200)]
Merge branch 'MDL-62237-master' of https://github.com/lucaboesch/moodle
Amaia Anabitarte [Thu, 26 Jul 2018 16:01:16 +0000 (17:01 +0100)]
MDL-62750 lang: Trim langlist setting values
Andrew Nicols [Mon, 6 Aug 2018 07:21:11 +0000 (15:21 +0800)]
MDL-61515 theme: Pre-compile boost
Andrew Nicols [Mon, 6 Aug 2018 05:55:04 +0000 (13:55 +0800)]
Merge branch 'MDL-61515-master' of git://github.com/bmbrands/moodle
Andrew Nicols [Mon, 6 Aug 2018 04:10:51 +0000 (12:10 +0800)]
Merge branch 'MDL-62996-master' of git://github.com/junpataleta/moodle
Mihail Geshoski [Mon, 2 Jul 2018 06:54:25 +0000 (14:54 +0800)]
MDL-62798 repositories: Report sections by name in server repository
Mihail Geshoski [Fri, 1 Jun 2018 00:43:56 +0000 (08:43 +0800)]
MDL-61839 glossary: One letter search in glossary returns all entries
Mihail Geshoski [Mon, 6 Aug 2018 01:29:54 +0000 (09:29 +0800)]
MDL-54741 general: 3.2 final deprecation in lib/deprecatedlib.php
Mihail Geshoski [Wed, 18 Jul 2018 06:32:56 +0000 (14:32 +0800)]
MDL-56335 behat: prefixed_tablenode_transformations final deprecation
Andrew Nicols [Mon, 6 Aug 2018 01:21:14 +0000 (09:21 +0800)]
Merge branch 'MDL-62969_master' of git://github.com/markn86/moodle
Luca Bösch [Thu, 26 Apr 2018 20:49:57 +0000 (22:49 +0200)]
MDL-62237 repositories: Add SVG icons for built-in repositories
Huong Nguyen [Tue, 31 Jul 2018 08:28:07 +0000 (15:28 +0700)]
MDL-62945 Quiz: Increase max group of Question type Gap Select
Andrew Nicols [Fri, 3 Aug 2018 03:30:11 +0000 (11:30 +0800)]
weekly release 3.6dev
Andrew Nicols [Fri, 3 Aug 2018 03:30:09 +0000 (11:30 +0800)]
Merge branch 'install_master' of https://git.in.moodle.com/amosbot/moodle-install
Eloy Lafuente (stronk7) [Thu, 2 Aug 2018 17:16:58 +0000 (19:16 +0200)]
Merge branch 'MDL-57244-master-text' of git://github.com/abgreeve/moodle
Damyon Wiese [Mon, 2 Jul 2018 02:31:47 +0000 (10:31 +0800)]
MDL-61870 mod_assign: Conditionally backup groups
When group info is not backed up, do not backup assignment submissions or overrides that related to a specific group.
We are already correctly not restoring them, but it is more robust not to include them in the backup file at all.
Zig Tan [Fri, 29 Jun 2018 09:07:35 +0000 (17:07 +0800)]
MDL-61870 mod_assign: Fix/clean up imported group override duedates
Applying patch supplied from Damyon Wiese to address the root-cause
of this issue in the backup/restore logic.
Zig Tan [Fri, 29 Jun 2018 03:21:45 +0000 (11:21 +0800)]
MDL-61870 mod_assign: Fix/clean up imported group override duedates
- Prevent group override duedate events from being imported when groups are excluded
- Clean up any existing group override duedate events when editing assignment in upgradelib.php
- Updated lib.php unit tests
Andrew Nicols [Thu, 2 Aug 2018 03:39:50 +0000 (11:39 +0800)]
Merge branch 'MDL-59847-master' of https://github.com/snake/moodle
Andrew Nicols [Thu, 2 Aug 2018 03:17:13 +0000 (11:17 +0800)]
Merge branch 'MDL-62983-master' of git://github.com/sarjona/moodle
Adrian Greeve [Thu, 2 Aug 2018 02:25:25 +0000 (10:25 +0800)]
MDL-57244 lib: Update to upgrade.txt files about renamed classes.
David Mudrák [Tue, 17 Jul 2018 17:07:22 +0000 (19:07 +0200)]
MDL-59847 core: Stop supporting custom identity fields in user selectors
The user_selector classes supported custom list of extra identity
fields. But they should obey the configured user policy and respect the
privacy setting made by site administrators. So the list of user
identifiers should never be hard-coded, but the setting
$CFG->showuseridentity should be always respected.
David Mudrák [Fri, 13 Jul 2018 10:58:12 +0000 (12:58 +0200)]
MDL-59847 core: Fix display of hidden identity fields in user selectors
User selectors now respect the user's permission to view other users'
hidden profile fields.
Eloy Lafuente (stronk7) [Wed, 1 Aug 2018 23:27:41 +0000 (01:27 +0200)]
Merge branch 'MDL-57666-master' of git://github.com/mihailges/moodle
Eloy Lafuente (stronk7) [Wed, 1 Aug 2018 22:37:40 +0000 (00:37 +0200)]
Merge branch 'MDL-62965-master-userprofilesignup' of git://github.com/mudrd8mz/moodle
Eloy Lafuente (stronk7) [Wed, 1 Aug 2018 22:24:14 +0000 (00:24 +0200)]
Merge branch 'MDL-57244-master' of git://github.com/abgreeve/moodle
Eloy Lafuente (stronk7) [Wed, 1 Aug 2018 22:21:23 +0000 (00:21 +0200)]
Merge branch 'MDL-59595-master-2' of git://github.com/snake/moodle
Eloy Lafuente (stronk7) [Wed, 1 Aug 2018 14:38:45 +0000 (16:38 +0200)]
Merge branch 'MDL-51883-master' of git://github.com/mihailges/moodle
Eloy Lafuente (stronk7) [Tue, 31 Jul 2018 23:59:36 +0000 (01:59 +0200)]
Merge branch 'MDL-62977_master' of git://github.com/markn86/moodle
Eloy Lafuente (stronk7) [Wed, 1 Aug 2018 14:36:12 +0000 (16:36 +0200)]
Merge branch 'MDL-61041-master' of git://github.com/damyon/moodle
Jonathon Fowler [Wed, 25 Jul 2018 10:53:06 +0000 (12:53 +0200)]
MDL-62983 core_user: Hold multiple filters when clicking any link
Mihail Geshoski [Wed, 1 Aug 2018 02:32:37 +0000 (10:32 +0800)]
MDL-51883 libraries: 3.1 final deprecation in lib/deprecatedlib.php
Eloy Lafuente (stronk7) [Tue, 31 Jul 2018 21:53:52 +0000 (23:53 +0200)]
Merge branch 'MDL-62344-master-final' of https://github.com/Tsheke/moodle
Eloy Lafuente (stronk7) [Tue, 31 Jul 2018 21:50:43 +0000 (23:50 +0200)]
Merge branch 'MDL-41847-master' of git://github.com/sarjona/moodle
David Monllao [Tue, 31 Jul 2018 15:18:17 +0000 (17:18 +0200)]
Merge branch 'MDL-61290_master' of https://github.com/aanabit/moodle
Amaia Anabitarte [Wed, 25 Jul 2018 16:39:45 +0000 (17:39 +0100)]
MDL-61290 mod_feedback: adding groups to csv download
Thanks Christine LEGEMBLE for your proposal
David Monllao [Tue, 31 Jul 2018 11:52:49 +0000 (13:52 +0200)]
Merge branch 'MDL-63001_master' of git://github.com/markn86/moodle
David Monllao [Tue, 31 Jul 2018 11:36:21 +0000 (13:36 +0200)]
Merge branch 'master_MDL-58015' of https://github.com/danmarsden/moodle
David Monllao [Tue, 31 Jul 2018 11:30:41 +0000 (13:30 +0200)]
Merge branch 'MDL-59611-master' of git://github.com/damyon/moodle
David Monllao [Tue, 31 Jul 2018 09:18:39 +0000 (11:18 +0200)]
Merge branch 'MDL-44538-master' of https://github.com/lucaboesch/moodle
Jun Pataleta [Tue, 31 Jul 2018 08:18:44 +0000 (16:18 +0800)]
Merge branch 'MDL-58768-master-2' of git://github.com/rezaies/moodle
David Monllao [Tue, 31 Jul 2018 06:30:55 +0000 (08:30 +0200)]
MDL-63026 course: Fix reference to unexisting capability
Andrew Nicols [Mon, 30 Jul 2018 23:23:50 +0000 (07:23 +0800)]
Merge branch 'MDL-61960-master' of git://github.com/farhan6318/moodle
Eloy Lafuente (stronk7) [Mon, 30 Jul 2018 19:09:55 +0000 (21:09 +0200)]
Merge branch 'MDL-57977-master' of git://github.com/vmdef/moodle
David Monllao [Mon, 30 Jul 2018 15:47:51 +0000 (17:47 +0200)]
Merge branch 'MDL-56712-master' of git://github.com/mihailges/moodle
David Monllao [Mon, 30 Jul 2018 15:41:06 +0000 (17:41 +0200)]
Merge branch 'MDL-54858-master' of git://github.com/mihailges/moodle
David Monllao [Mon, 30 Jul 2018 15:33:21 +0000 (17:33 +0200)]
Merge branch 'MDL-55188-master' of git://github.com/abgreeve/moodle
Eloy Lafuente (stronk7) [Mon, 30 Jul 2018 14:15:16 +0000 (16:15 +0200)]
Merge branch 'MDL-63002_master' of git://github.com/markn86/moodle
Marina Glancy [Wed, 6 Jun 2018 04:54:50 +0000 (12:54 +0800)]
MDL-61424 admin: reset registration if token is rejected
Mark Nelson [Mon, 30 Jul 2018 12:47:57 +0000 (20:47 +0800)]
MDL-63002 core: fixed incorrect calls to non-existent delete_record()
Adrian Perez [Fri, 20 Jul 2018 12:25:25 +0000 (14:25 +0200)]
MDL-63002 core_grade: fixed deletion of overriden letters
David Monllao [Mon, 30 Jul 2018 11:37:12 +0000 (13:37 +0200)]
Merge branch 'MDL-60435_master' of git://github.com/markn86/moodle
Jun Pataleta [Mon, 30 Jul 2018 08:34:57 +0000 (16:34 +0800)]
Merge branch 'MDL-62931-master' of git://github.com/rezaies/moodle
Jun Pataleta [Mon, 30 Jul 2018 08:05:03 +0000 (16:05 +0800)]
Merge branch 'MDL-62943-master' of git://github.com/mihailges/moodle
Claude Vervoort [Thu, 26 Jul 2018 15:20:04 +0000 (11:20 -0400)]
MDL-62993 ltiservice_memberships: make message an array per spec
Also added resultSourcedId to member for BC.
Mark Nelson [Wed, 25 Jul 2018 10:09:06 +0000 (18:09 +0800)]
MDL-62975 core_form: deprecate the htmleditor element
Mark Nelson [Tue, 24 Jul 2018 08:28:01 +0000 (16:28 +0800)]
MDL-50225 core: replace usages of print_textarea()
Mark Nelson [Tue, 24 Jul 2018 06:02:13 +0000 (14:02 +0800)]
MDL-50225 core: removed unused message bulk action files
In core we now use a modal to perform these actions. I
initially thought these were kept because they were a fall
back if JS was disabled. However, the functionality is
broken and doesn't work. Since we do not have to support
non-JS anymore these files have simply been removed as well
as relevant strings deprecated.