moodle.git
5 years agoMerge branch 'MDL-62229-master' of git://github.com/jleyva/moodle
Jun Pataleta [Mon, 21 May 2018 09:04:08 +0000 (17:04 +0800)]
Merge branch 'MDL-62229-master' of git://github.com/jleyva/moodle

5 years agoMerge branch 'wip-MDL-62481-master' of git://github.com/marinaglancy/moodle
Andrew Nicols [Mon, 21 May 2018 07:49:41 +0000 (15:49 +0800)]
Merge branch 'wip-MDL-62481-master' of git://github.com/marinaglancy/moodle

5 years agoMerge branch 'MDL-62440' of git://github.com/timhunt/moodle
Jake Dallimore [Mon, 21 May 2018 06:55:16 +0000 (14:55 +0800)]
Merge branch 'MDL-62440' of git://github.com/timhunt/moodle

5 years agoMerge branch 'MDL-62386-master' of git://github.com/bmbrands/moodle
Andrew Nicols [Mon, 21 May 2018 01:10:50 +0000 (09:10 +0800)]
Merge branch 'MDL-62386-master' of git://github.com/bmbrands/moodle

5 years agoMDL-62440 participants: out-of-memory is many site-wide role assigns
Tim Hunt [Mon, 14 May 2018 14:26:04 +0000 (15:26 +0100)]
MDL-62440 participants: out-of-memory is many site-wide role assigns

5 years agoMDL-62481 atto_recordrtc: add svg icons
Marina Glancy [Thu, 17 May 2018 06:43:43 +0000 (14:43 +0800)]
MDL-62481 atto_recordrtc: add svg icons

5 years agoweekly back-to-dev release 3.6dev
Eloy Lafuente (stronk7) [Wed, 16 May 2018 17:03:03 +0000 (19:03 +0200)]
weekly back-to-dev release 3.6dev

5 years agoNOBUG: Change travis.yml back to master
Eloy Lafuente (stronk7) [Wed, 16 May 2018 16:44:30 +0000 (18:44 +0200)]
NOBUG: Change travis.yml back to master

5 years agoMoodle release 3.5 v3.5.0
Eloy Lafuente (stronk7) [Wed, 16 May 2018 16:44:29 +0000 (18:44 +0200)]
Moodle release 3.5

5 years agoNOBUG: Change travis.yml to MOODLE_35_STABLE
Eloy Lafuente (stronk7) [Wed, 16 May 2018 16:44:30 +0000 (18:44 +0200)]
NOBUG: Change travis.yml to MOODLE_35_STABLE

5 years agoMerge branch 'MDL-62472-master' of git://github.com/bmbrands/moodle
Eloy Lafuente (stronk7) [Wed, 16 May 2018 16:29:46 +0000 (18:29 +0200)]
Merge branch 'MDL-62472-master' of git://github.com/bmbrands/moodle

5 years agoMDL-62469 qtype_calculated: check remaining placeholders, see MDL-62275
Marina Glancy [Wed, 16 May 2018 07:25:11 +0000 (15:25 +0800)]
MDL-62469 qtype_calculated: check remaining placeholders, see MDL-62275

5 years agoMDL-62472 Theme boost: update upgrade.txt for boost changes
Bas Brands [Wed, 16 May 2018 10:57:38 +0000 (12:57 +0200)]
MDL-62472 Theme boost: update upgrade.txt for boost changes

5 years agoMerge branch 'MDL-62456_master' of git://github.com/markn86/moodle
David Monllao [Wed, 16 May 2018 06:56:33 +0000 (08:56 +0200)]
Merge branch 'MDL-62456_master' of git://github.com/markn86/moodle

5 years agoMerge branch 'wip-MDL-62147-master-4' of git://github.com/marinaglancy/moodle
Andrew Nicols [Wed, 16 May 2018 06:27:19 +0000 (14:27 +0800)]
Merge branch 'wip-MDL-62147-master-4' of git://github.com/marinaglancy/moodle

5 years agoMerge branch 'MDL-62463-master' of git://github.com/andrewnicols/moodle
Jun Pataleta [Wed, 16 May 2018 06:22:05 +0000 (14:22 +0800)]
Merge branch 'MDL-62463-master' of git://github.com/andrewnicols/moodle

5 years agoMDL-62147 core_grades: Report contexts and data related to scales
Frédéric Massart [Wed, 16 May 2018 04:34:25 +0000 (12:34 +0800)]
MDL-62147 core_grades: Report contexts and data related to scales

5 years agoMDL-62147 core_grades: Declare metadata of scales and import tables
Marina Glancy [Wed, 16 May 2018 02:44:47 +0000 (10:44 +0800)]
MDL-62147 core_grades: Declare metadata of scales and import tables

5 years agoMDL-62147 portfolio: add missing tables to privacy provider
Marina Glancy [Wed, 16 May 2018 02:35:48 +0000 (10:35 +0800)]
MDL-62147 portfolio: add missing tables to privacy provider

5 years agoMDL-62147 privacy: unittest ensures that all tables covered
Marina Glancy [Wed, 9 May 2018 08:27:07 +0000 (16:27 +0800)]
MDL-62147 privacy: unittest ensures that all tables covered

5 years agoMDL-62463 mod_glossary: Fix SQL query
Andrew Nicols [Wed, 16 May 2018 05:47:33 +0000 (13:47 +0800)]
MDL-62463 mod_glossary: Fix SQL query

The query was doing:
WHERE c.id ... AND ... OR ... OR ...

Which equates to:
WHERE (c.id ... AND ...) OR ... OR ...

Adding parens to:
WHERE (c.id ... AND (... OR ... OR ...))

5 years agoMDL-62147 privacy: corrections to tables, temporary tables
Marina Glancy [Wed, 16 May 2018 03:03:38 +0000 (11:03 +0800)]
MDL-62147 privacy: corrections to tables, temporary tables

5 years agoMerge branch 'MDL-62134-master' of git://github.com/andrewnicols/moodle
Jake Dallimore [Wed, 16 May 2018 04:39:27 +0000 (12:39 +0800)]
Merge branch 'MDL-62134-master' of git://github.com/andrewnicols/moodle

5 years agoMDL-62134 tool_dataprivacy: Remove reference to old manager
Andrew Nicols [Wed, 16 May 2018 04:26:50 +0000 (12:26 +0800)]
MDL-62134 tool_dataprivacy: Remove reference to old manager

5 years agoMDL-62456 mod_lti: add missing add_external_location_link call
Mark Nelson [Wed, 16 May 2018 03:41:19 +0000 (11:41 +0800)]
MDL-62456 mod_lti: add missing add_external_location_link call

5 years agoMerge branch 'MDL-62134-master' of git://github.com/andrewnicols/moodle
Jake Dallimore [Wed, 16 May 2018 04:01:49 +0000 (12:01 +0800)]
Merge branch 'MDL-62134-master' of git://github.com/andrewnicols/moodle

5 years agoMDL-62134 tool_dataprivacy: Add a manager_observer
Andrew Nicols [Tue, 15 May 2018 06:17:18 +0000 (14:17 +0800)]
MDL-62134 tool_dataprivacy: Add a manager_observer

5 years agoMDL-62134 core_privacy: Allow for a failure handler
Andrew Nicols [Tue, 15 May 2018 06:16:54 +0000 (14:16 +0800)]
MDL-62134 core_privacy: Allow for a failure handler

5 years agoMerge branch 'MDL-62426-master' of https://github.com/snake/moodle
Andrew Nicols [Wed, 16 May 2018 02:44:06 +0000 (10:44 +0800)]
Merge branch 'MDL-62426-master' of https://github.com/snake/moodle

5 years agoMDL-62426 core_enrol: control enrolment subcontexts at the provider
Jake Dallimore [Wed, 16 May 2018 02:17:26 +0000 (10:17 +0800)]
MDL-62426 core_enrol: control enrolment subcontexts at the provider

Added a function to the core_enrol provider allowing enrol plugins
to set their subcontext relative to a fixed 'enrolments' parent dir.

5 years agoMDL-62426 enrol_flatfile: make provider a plugin provider
Jake Dallimore [Tue, 15 May 2018 02:22:23 +0000 (10:22 +0800)]
MDL-62426 enrol_flatfile: make provider a plugin provider

The enrol_flatfile table can contain userdata relating to pending
enrolments, so this should be exported and deleted as necessary.

5 years agoMDL-62134 tool_dataprivacy: privacy manager wrapper
Marina Glancy [Tue, 15 May 2018 04:33:47 +0000 (12:33 +0800)]
MDL-62134 tool_dataprivacy: privacy manager wrapper

If exception occurs in one plugin implementation do not fail the whole job but
instead send a message to DPOs with the exception details

5 years agoMDL-62134 privacy: consistantly call components methods
Marina Glancy [Tue, 15 May 2018 04:25:04 +0000 (12:25 +0800)]
MDL-62134 privacy: consistantly call components methods

5 years agoMerge branch 'MDL-62447_master' of git://github.com/dmonllao/moodle
Eloy Lafuente (stronk7) [Tue, 15 May 2018 23:26:39 +0000 (01:26 +0200)]
Merge branch 'MDL-62447_master' of git://github.com/dmonllao/moodle

5 years agoMerge branch 'MDL-62433-master' of git://github.com/sarjona/moodle
Eloy Lafuente (stronk7) [Tue, 15 May 2018 21:30:46 +0000 (23:30 +0200)]
Merge branch 'MDL-62433-master' of git://github.com/sarjona/moodle

5 years agoMerge branch 'MDL-62448-master' of git://github.com/sarjona/moodle
Eloy Lafuente (stronk7) [Tue, 15 May 2018 15:29:06 +0000 (17:29 +0200)]
Merge branch 'MDL-62448-master' of git://github.com/sarjona/moodle

5 years agoMerge branch 'MDL-62419-master' of git://github.com/bmbrands/moodle
Eloy Lafuente (stronk7) [Tue, 15 May 2018 14:56:37 +0000 (16:56 +0200)]
Merge branch 'MDL-62419-master' of git://github.com/bmbrands/moodle

5 years agoMDL-62448 block_rss_client: Export all feeds from Privacy API
Sara Arjona [Tue, 15 May 2018 10:01:45 +0000 (12:01 +0200)]
MDL-62448 block_rss_client: Export all feeds from Privacy API

5 years agoMDL-62433 tool_policy: Review language strings for consistency
Sara Arjona [Tue, 15 May 2018 12:03:00 +0000 (14:03 +0200)]
MDL-62433 tool_policy: Review language strings for consistency

All credit goes to Helen Foster. Thanks! :-*

5 years agoMDL-62433 tool_policy: Some minor fixes to Privacy API implementation
Sara Arjona [Tue, 15 May 2018 08:35:09 +0000 (10:35 +0200)]
MDL-62433 tool_policy: Some minor fixes to Privacy API implementation

- Export files for agreements too.
- Add versionid to the export path to avoid collision if version revision
is not defined.

5 years agoMDL-62433 tool_policy: Adjustments to the data export
Andrew Nicols [Tue, 15 May 2018 02:57:28 +0000 (10:57 +0800)]
MDL-62433 tool_policy: Adjustments to the data export

5 years agoMDL-62433 tool_policy: Review privacy provider for adding versions
Sara Arjona [Mon, 14 May 2018 11:23:01 +0000 (13:23 +0200)]
MDL-62433 tool_policy: Review privacy provider for adding versions

5 years agoMerge branch 'wip-MDL-62445-master' of git://github.com/marinaglancy/moodle
David Monllao [Tue, 15 May 2018 11:33:25 +0000 (13:33 +0200)]
Merge branch 'wip-MDL-62445-master' of git://github.com/marinaglancy/moodle

5 years agoMerge branch 'MDL-62228_master' of git://github.com/markn86/moodle
David Monllao [Tue, 15 May 2018 11:31:07 +0000 (13:31 +0200)]
Merge branch 'MDL-62228_master' of git://github.com/markn86/moodle

5 years agoMDL-62447 user: Fix component name typo
David Monllao [Tue, 15 May 2018 08:41:57 +0000 (10:41 +0200)]
MDL-62447 user: Fix component name typo

5 years agoMDL-62419 Theme boost: use sr-only() mixin for .accesshide
Bas Brands [Tue, 15 May 2018 08:39:09 +0000 (10:39 +0200)]
MDL-62419 Theme boost: use sr-only() mixin for .accesshide

5 years agoMoodle release 3.5rc1 v3.5.0-rc1
David Monllao [Tue, 15 May 2018 07:42:49 +0000 (09:42 +0200)]
Moodle release 3.5rc1

5 years agoMerge branch 'install_master' of https://git.in.moodle.com/amosbot/moodle-install
David Monllao [Tue, 15 May 2018 07:42:47 +0000 (09:42 +0200)]
Merge branch 'install_master' of https://git.in.moodle.com/amosbot/moodle-install

5 years agoMerge branch 'MDL-62444-master' of git://github.com/zig-moodle/moodle
Andrew Nicols [Tue, 15 May 2018 03:38:32 +0000 (11:38 +0800)]
Merge branch 'MDL-62444-master' of git://github.com/zig-moodle/moodle

5 years agoMerge branch 'MDL-62428_master' of git://github.com/markn86/moodle
Andrew Nicols [Tue, 15 May 2018 02:58:45 +0000 (10:58 +0800)]
Merge branch 'MDL-62428_master' of git://github.com/markn86/moodle

5 years agoMDL-62445 tool_privacy: pass correct user to message_send
Marina Glancy [Tue, 15 May 2018 02:27:52 +0000 (10:27 +0800)]
MDL-62445 tool_privacy: pass correct user to message_send

5 years agoMerge branch 'MDL-62434-master' of git://github.com/bmbrands/moodle
Jun Pataleta [Tue, 15 May 2018 02:06:57 +0000 (10:06 +0800)]
Merge branch 'MDL-62434-master' of git://github.com/bmbrands/moodle

5 years agoMDL-62444 mod_assignment: Fix missing lang string.
Zig Tan [Tue, 15 May 2018 01:50:11 +0000 (09:50 +0800)]
MDL-62444 mod_assignment: Fix missing lang string.

5 years agoMerge branch 'MDL-62432-master' of git://github.com/andrewnicols/moodle
Jun Pataleta [Tue, 15 May 2018 01:34:18 +0000 (09:34 +0800)]
Merge branch 'MDL-62432-master' of git://github.com/andrewnicols/moodle

5 years agoMDL-62432 quiz: Check contexts more carefully
Andrew Nicols [Mon, 14 May 2018 07:12:43 +0000 (15:12 +0800)]
MDL-62432 quiz: Check contexts more carefully

5 years agoMerge branch 'MDL-62430_master' of git://github.com/dmonllao/moodle
Eloy Lafuente (stronk7) [Tue, 15 May 2018 00:56:00 +0000 (02:56 +0200)]
Merge branch 'MDL-62430_master' of git://github.com/dmonllao/moodle

5 years agoAutomatically generated installer lang files
AMOS bot [Tue, 15 May 2018 00:06:16 +0000 (00:06 +0000)]
Automatically generated installer lang files

5 years agoMDL-62430 block_html: Check that block instances are block_html
David Monllao [Mon, 14 May 2018 13:52:31 +0000 (15:52 +0200)]
MDL-62430 block_html: Check that block instances are block_html

5 years agoMerge branch 'MDL-62370-master' of git://github.com/andrewnicols/moodle
David Monllao [Mon, 14 May 2018 14:00:32 +0000 (16:00 +0200)]
Merge branch 'MDL-62370-master' of git://github.com/andrewnicols/moodle

5 years agoMerge branch 'MDL-62356-master' of git://github.com/cescobedo/moodle
Andrew Nicols [Mon, 14 May 2018 12:50:23 +0000 (20:50 +0800)]
Merge branch 'MDL-62356-master' of git://github.com/cescobedo/moodle

5 years agoMerge branch 'MDL-62357-master' of git://github.com/cescobedo/moodle
Andrew Nicols [Mon, 14 May 2018 12:43:02 +0000 (20:43 +0800)]
Merge branch 'MDL-62357-master' of git://github.com/cescobedo/moodle

5 years agoMDL-62370 core_privacy: Directory-less subsystems are compliant
Andrew Nicols [Sun, 13 May 2018 08:02:16 +0000 (16:02 +0800)]
MDL-62370 core_privacy: Directory-less subsystems are compliant

5 years agoMDL-62228 core: remove unnecessary context check in privacy providers
Mark Nelson [Mon, 14 May 2018 10:29:52 +0000 (18:29 +0800)]
MDL-62228 core: remove unnecessary context check in privacy providers

5 years agoMDL-62430 privacy: validate context when deleting all user data
Marina Glancy [Mon, 14 May 2018 09:53:18 +0000 (17:53 +0800)]
MDL-62430 privacy: validate context when deleting all user data

5 years agoMerge branch 'MDL-62414-master' of git://github.com/junpataleta/moodle
David Monllao [Mon, 14 May 2018 09:44:13 +0000 (11:44 +0200)]
Merge branch 'MDL-62414-master' of git://github.com/junpataleta/moodle

5 years agoMerge branch 'MDL-62425-master' of git://github.com/andrewnicols/moodle
David Monllao [Mon, 14 May 2018 08:57:14 +0000 (10:57 +0200)]
Merge branch 'MDL-62425-master' of git://github.com/andrewnicols/moodle

5 years agoMDL-62356 enrol_meta: Add privacy implementation for enrol_meta
cescobedo [Mon, 14 May 2018 08:55:52 +0000 (10:55 +0200)]
MDL-62356 enrol_meta: Add privacy implementation for enrol_meta

5 years agoMDL-62357 enrol_cohort: Add privacy implementation for enrol_cohort
cescobedo [Mon, 14 May 2018 08:49:16 +0000 (10:49 +0200)]
MDL-62357 enrol_cohort: Add privacy implementation for enrol_cohort

5 years agoMerge branch 'MDL-62365-master' of git://github.com/bmbrands/moodle
David Monllao [Mon, 14 May 2018 08:39:41 +0000 (10:39 +0200)]
Merge branch 'MDL-62365-master' of git://github.com/bmbrands/moodle

5 years agoMDL-62434 Theme boost: fix popover arrows above/under popups
Bas Brands [Mon, 14 May 2018 08:00:41 +0000 (10:00 +0200)]
MDL-62434 Theme boost: fix popover arrows above/under popups

5 years agoMerge branch 'MDL-62418-master' of git://github.com/mihailges/moodle
David Monllao [Mon, 14 May 2018 08:17:58 +0000 (10:17 +0200)]
Merge branch 'MDL-62418-master' of git://github.com/mihailges/moodle

5 years agoMDL-62425 core: Add privacy implementation
Andrew Nicols [Mon, 14 May 2018 03:54:48 +0000 (11:54 +0800)]
MDL-62425 core: Add privacy implementation

5 years agoMDL-62425 tool_dataprivacy: Add core to the list of components
Andrew Nicols [Mon, 14 May 2018 07:41:12 +0000 (15:41 +0800)]
MDL-62425 tool_dataprivacy: Add core to the list of components

5 years agoMDL-62425 core_privacy: Add core to the list of components
Andrew Nicols [Mon, 14 May 2018 07:40:23 +0000 (15:40 +0800)]
MDL-62425 core_privacy: Add core to the list of components

5 years agoMDL-62365 Theme Boost: default navigation item to empty
Bas Brands [Mon, 14 May 2018 07:08:42 +0000 (09:08 +0200)]
MDL-62365 Theme Boost: default navigation item to empty

    - use fa-fw as default navigation item (empty)
    - change indentation for 2nd level dropdown items

5 years agoMDL-62418 tool_policy: Display blocks in user policies and agreements
Mihail Geshoski [Mon, 14 May 2018 06:18:10 +0000 (14:18 +0800)]
MDL-62418 tool_policy: Display blocks in user policies and agreements

5 years agoMDL-62428 core: fix incorrect early return in privacy providers
Mark Nelson [Mon, 14 May 2018 04:46:55 +0000 (12:46 +0800)]
MDL-62428 core: fix incorrect early return in privacy providers

5 years agoMerge branch 'MDL-62420-master' of git://github.com/andrewnicols/moodle
Jake Dallimore [Mon, 14 May 2018 03:57:52 +0000 (11:57 +0800)]
Merge branch 'MDL-62420-master' of git://github.com/andrewnicols/moodle

5 years agoMerge branch 'MDL-62153-master' of git://github.com/bmbrands/moodle
Jun Pataleta [Mon, 14 May 2018 03:57:01 +0000 (11:57 +0800)]
Merge branch 'MDL-62153-master' of git://github.com/bmbrands/moodle

5 years agoMerge branch 'MDL-62016_master' of git://github.com/dmonllao/moodle
Jake Dallimore [Mon, 14 May 2018 03:05:45 +0000 (11:05 +0800)]
Merge branch 'MDL-62016_master' of git://github.com/dmonllao/moodle

5 years agoMerge branch 'MDL-62359-master' of git://github.com/bmbrands/moodle
Andrew Nicols [Mon, 14 May 2018 02:37:57 +0000 (10:37 +0800)]
Merge branch 'MDL-62359-master' of git://github.com/bmbrands/moodle

5 years agoMerge branch 'MDL-62413-master' of git://github.com/junpataleta/moodle
Andrew Nicols [Mon, 14 May 2018 02:16:27 +0000 (10:16 +0800)]
Merge branch 'MDL-62413-master' of git://github.com/junpataleta/moodle

5 years agoMerge branch 'MDL-62393-master' of git://github.com/andrewnicols/moodle
Jake Dallimore [Mon, 14 May 2018 01:37:34 +0000 (09:37 +0800)]
Merge branch 'MDL-62393-master' of git://github.com/andrewnicols/moodle

5 years agoMerge branch 'MDL-62418-master' of git://github.com/sarjona/moodle
Eloy Lafuente (stronk7) [Mon, 14 May 2018 01:01:29 +0000 (03:01 +0200)]
Merge branch 'MDL-62418-master' of git://github.com/sarjona/moodle

5 years agoMDL-62420 enrol_lti: Fix random unit test fail in privacy
Andrew Nicols [Mon, 14 May 2018 00:43:15 +0000 (08:43 +0800)]
MDL-62420 enrol_lti: Fix random unit test fail in privacy

5 years agoMerge branch 'MDL-62371-master' of git://github.com/andrewnicols/moodle
Eloy Lafuente (stronk7) [Mon, 14 May 2018 00:37:38 +0000 (02:37 +0200)]
Merge branch 'MDL-62371-master' of git://github.com/andrewnicols/moodle

5 years agoMDL-62418 tool_policy: Redirect always to home when agreed all policies
Sara Arjona [Sun, 13 May 2018 19:26:47 +0000 (21:26 +0200)]
MDL-62418 tool_policy: Redirect always to home when agreed all policies

5 years agoMDL-62418 tool_policy: Display blocks in Consent page when using clean
Sara Arjona [Sun, 13 May 2018 18:42:04 +0000 (20:42 +0200)]
MDL-62418 tool_policy: Display blocks in Consent page when using clean

5 years agoMerge branch 'MDL-62251-master' of git://github.com/rezaies/moodle
Eloy Lafuente (stronk7) [Sun, 13 May 2018 18:10:44 +0000 (20:10 +0200)]
Merge branch 'MDL-62251-master' of git://github.com/rezaies/moodle

5 years agoMDL-62409 tool_dataprivacy: Properly validate data request creation
Jun Pataleta [Sat, 12 May 2018 02:18:04 +0000 (10:18 +0800)]
MDL-62409 tool_dataprivacy: Properly validate data request creation

Creating data requests
 * Add capability check when creating data requests for another user.
Ad-hoc task that processes pending data requests
 * Check if the requesting user has the capability to create the data
   request for another user. Reject otherwise.
Ad-hoc task that processes approved data requests
 * Validate that the requester can receive the notification about the
   data request processing results.
 * Do not send the confirmation link to DPOs/admins

5 years agoMDL-62016 tool_dataprivacy: More data registry information
David Monllao [Thu, 10 May 2018 11:55:46 +0000 (13:55 +0200)]
MDL-62016 tool_dataprivacy: More data registry information

5 years agoMDL-62299 tool_dataprivacy: Show requests correctly in mydatarequests
Jun Pataleta [Sat, 12 May 2018 08:58:51 +0000 (16:58 +0800)]
MDL-62299 tool_dataprivacy: Show requests correctly in mydatarequests

For DPOs viewing their personal data requests page (mydatarequests.php),
show only the requests they made for themselves and for their children.

5 years agoMDL-62371 core_privacy: Add support for progress trace
Andrew Nicols [Sun, 13 May 2018 07:45:24 +0000 (15:45 +0800)]
MDL-62371 core_privacy: Add support for progress trace

5 years agoAutomatically generated installer lang files
AMOS bot [Sun, 13 May 2018 00:06:28 +0000 (00:06 +0000)]
Automatically generated installer lang files

5 years agoMDL-62393 message: Fix random unit test fails
Andrew Nicols [Sat, 12 May 2018 14:53:58 +0000 (22:53 +0800)]
MDL-62393 message: Fix random unit test fails

5 years agoon-demand release 3.5beta+
Eloy Lafuente (stronk7) [Sat, 12 May 2018 10:57:26 +0000 (12:57 +0200)]
on-demand release 3.5beta+

5 years agoNOBUG: Fixed SVG browser compatibility
Eloy Lafuente (stronk7) [Sat, 12 May 2018 10:57:24 +0000 (12:57 +0200)]
NOBUG: Fixed SVG browser compatibility

5 years agoMDL-62414 tool_dataprivacy: Only show user's children in mydatarequests
Jun Pataleta [Sat, 12 May 2018 01:57:22 +0000 (09:57 +0800)]
MDL-62414 tool_dataprivacy: Only show user's children in mydatarequests

* When coming from the DPO's "My data requests" page, don't show the
  picker for other users (unless the DPO is a parent of another user).
* When creating a data request as a DPO, show a more appropriate
  notification after redirecting back to the data requests page.

5 years agoMDL-62413 tool_dataprivacy: Let users cancel data request made for them
Jun Pataleta [Sat, 12 May 2018 01:38:26 +0000 (09:38 +0800)]
MDL-62413 tool_dataprivacy: Let users cancel data request made for them

5 years agoMDL-61973 editor_atto: apply string changes to behat tests
Eloy Lafuente (stronk7) [Fri, 11 May 2018 23:24:26 +0000 (01:24 +0200)]
MDL-61973 editor_atto: apply string changes to behat tests