Andrew Nicols
13ed41e499
Merge branch 'MDL-63666-35' of git://github.com/mihailges/moodle into MOODLE_35_STABLE
2018-11-02 10:52:40 +08:00
Mihail Geshoski
9825658af9
MDL-63666 logging: Rename delete_data_for_all_users() function
2018-11-02 09:42:16 +08:00
Adrian Greeve
2a939b9f7f
MDL-63666 logging: Add support for removal of context users.
...
This creates a new interface for the logging subplugins to
implement for the users to be deleted separately.
2018-11-02 09:42:16 +08:00
Andrew Nicols
30d8fed964
Merge branch 'MDL-63703-35-1' of git://github.com/mihailges/moodle into MOODLE_35_STABLE
2018-11-02 09:00:12 +08:00
Mihail Geshoski
7f4d3aac07
MDL-63703 core_role: Add support for removal of context users
...
This issue is a part of the MDL-62560 Epic.
2018-11-01 12:13:52 +08:00
Andrew Nicols
0ee1075ec4
Merge branch 'MDL-63566-35' of git://github.com/mickhawkins/moodle into MOODLE_35_STABLE
2018-11-01 10:11:57 +08:00
Adrian Greeve
f7d57a3d96
MDL-63566 tool_dataprivacy: New interface check for userlist.
...
This adds another check to see if the plugins are implementing the
new core_userlist_provider.
2018-11-01 10:08:13 +08:00
David Monllao
bf1b7ef8c9
Merge branch 'MDL-63726-35' of https://github.com/lucaboesch/moodle into MOODLE_35_STABLE
2018-10-31 10:21:52 +01:00
Luca Bösch
662878b6b5
MDL-63726 tool_dataprivacy: En-/disable 'Data retention summary' link
2018-10-31 09:10:48 +01:00
Andrew Nicols
5de480c21b
Merge branch 'MDL-63624-35' of git://github.com/mihailges/moodle into MOODLE_35_STABLE
2018-10-31 11:16:47 +08:00
Mihail Geshoski
cb69e0ca88
MDL-63624 tool_cohortroles: Add support for removal of context users
...
This issue is part of the MDL-62560 Epic.
2018-10-31 11:09:44 +08:00
Andrew Nicols
b96835a505
Merge branch 'MDL-63656-35' of git://github.com/mickhawkins/moodle into MOODLE_35_STABLE
2018-10-30 09:37:07 +08:00
Eloy Lafuente (stronk7)
7b9e3e0336
Merge branch 'MDL-63730-35-enfix' of git://github.com/mudrd8mz/moodle into MOODLE_35_STABLE
2018-10-29 13:20:24 +01:00
Michael Hawkins
ac2524447e
MDL-63656 tool_messageinbound: Add support for removal of context users
...
This issue is a part of the MDL-62560 Epic.
2018-10-29 14:15:11 +08:00
Tim Lock
b6960fa224
MDL-63267 tool_privacy: Handle modules without privacy support.
2018-10-26 18:31:11 -04:00
Adrian Greeve
73a8c336c9
MDL-63267 tool_dataprivacy: Registry shows deprecated interfaces.
2018-10-26 18:26:32 -04:00
David Mudrák
d3e89fec58
MDL-63730 lang: Update Behat scenarios to use the new strings
2018-10-26 13:43:17 +02:00
Helen Foster
8757d7cb6b
MDL-63730 lang: Merge English strings from the en_fix language pack
...
Significant string changes:
* withselectedusers_help, core - removing mention of 'Add a common note'
as the option no longer exists
* considereddigitalminor and digitalminor_desc, core - more
child-friendly wording
* auth_dbtype, auth_db - fixed broken link
2018-10-26 13:40:07 +02:00
Eloy Lafuente (stronk7)
5b8e3123a9
Merge branch 'MDL-63765-35' of git://github.com/damyon/moodle into MOODLE_35_STABLE
2018-10-26 10:22:36 +02:00
Damyon Wiese
eaf9da10ad
MDL-63765 behat: Fix behat tests opening a menu
...
If javascript is disabled, we don't need to open the menus at all. If it is enabled
we should use the custom step where possible.
In some tests (user profile) we have to use link_or_button because
the element that opens the menu will be a link or a button in different themes.
2018-10-26 16:12:00 +08:00
Eloy Lafuente (stronk7)
8b4a53ca75
Merge branch 'MDL-62904-35' of git://github.com/junpataleta/moodle into MOODLE_35_STABLE
2018-10-26 00:03:53 +02:00
Andrew Nicols
8f30163736
MDL-63619 tool_dataprivacy: Cache purposes in form
2018-10-24 08:49:24 +08:00
Andrew Nicols
62b97d84ee
MDL-63619 tool_dataprivacy: Performance improvement
2018-10-24 08:49:24 +08:00
Andrew Nicols
899e07d9a8
MDL-63619 tool_dataprivacy: Fix inheritance from parent contexts
...
Inheritance should behave such that all contexts inherit from their
parent context.
Prior to this fix, if the value was not set on a context, then it was
getting a default of 'Inherit', but instead of inheritting from the
parent context, it was inheritting from its parent context _level_ which
is just wrong.
2018-10-24 08:49:24 +08:00
Damyon Wiese
4b31593964
MDL-62139 behat: Invalid test
...
If javascript is disabled, we can't open the menu.
2018-10-23 16:44:16 +08:00
Andrew Nicols
efc90f828b
MDL-63657 tool_mobile: Coding style fix
2018-10-23 11:22:05 +08:00
Andrew Nicols
da5827b559
Merge branch 'MDL-63657-35' of git://github.com/mickhawkins/moodle into MOODLE_35_STABLE
2018-10-23 11:21:59 +08:00
Michael Hawkins
7d08cc710b
MDL-63657 tool_mobile: Add support for removal of context users
...
This issue is a part of the MDL-62560 Epic.
2018-10-23 10:59:38 +08:00
Andrew Nicols
79a266ee48
MDL-63664 tool_policy: Whitespace fix
2018-10-23 10:54:13 +08:00
Andrew Nicols
68f64fe990
Merge branch 'MDL-63664-35' of git://github.com/mickhawkins/moodle into MOODLE_35_STABLE
2018-10-23 10:44:35 +08:00
Michael Hawkins
a7ebe98214
MDL-63664 tool_policy: Add support for removal of context users
...
This issue is a part of the MDL-62560 Epic.
2018-10-23 10:40:12 +08:00
Andrew Nicols
aff8604240
MDL-62560 tool_dataprivacy: Behat fix for protected check
2018-10-23 09:22:05 +08:00
David Monllao
a9354dbbd6
Merge branch 'MDL-62560-35' into MOODLE_35_STABLE
2018-10-22 12:58:00 +02:00
Andrew Nicols
05b441c5ef
MDL-62560 tool_dataprivacy: Add a purpose override cache
2018-10-22 12:57:08 +02:00
Andrew Nicols
9fc1390e35
MDL-62560 tool_dataprivacy: Fetch user purpose once
2018-10-22 12:57:07 +02:00
Andrew Nicols
360b7f43b8
MDL-62560 tool_dataprivacy: Add status logging
2018-10-22 12:57:07 +02:00
Andrew Nicols
20342fca7e
MDL-62560 tool_dataprivacy: Add unit test for filtered userlist
2018-10-22 12:57:06 +02:00
Michael Hawkins
25b6c54c68
MDL-63659 tool_monitor: Add support for removal of context users
...
This issue is a part of the MDL-62560 Epic.
2018-10-22 12:57:01 +02:00
Eloy Lafuente (stronk7)
722f0c03c0
Merge branch 'MDL-62920_35' of https://github.com/aanabit/moodle into MOODLE_35_STABLE
2018-10-18 23:51:47 +02:00
Jun Pataleta
b7d2f7e1d4
MDL-62904 tool_dataprivacy: Add data request links in profile page
2018-10-17 16:43:31 +08:00
Andrew Nicols
e3ddf1e324
MDL-63496 tool_dataprivacy: Add configuration for per-role retention
...
This issue is a part of the MDL-62560 Epic.
2018-10-17 13:13:49 +08:00
Andrew Nicols
f30b061f48
MDL-63496 tool_dataprivacy: Respect expiry with protected flag
...
This issue is a part of the MDL-62560 Epic.
2018-10-17 13:13:49 +08:00
Andrew Nicols
7f7e78269f
MDL-63496 tool_dataprivacy: Support for per-role retention
...
This issue is a part of the MDL-62560 Epic.
2018-10-17 13:13:49 +08:00
Michael Hawkins
744ee9322c
MDL-63497 tool_dataprivacy: Add support for removal of context users
...
This issue is a part of the MDL-62560 Epic.
2018-10-17 13:13:49 +08:00
Andrew Nicols
5c74c84c9d
Merge branch 'MDL-63421_35' of git://github.com/stronk7/moodle into MOODLE_35_STABLE
2018-10-16 08:50:22 +08:00
Amaia Anabitarte
8b32d682a5
MDL-62920 user: Uploading deleted user and adding to a cohort
2018-10-11 16:28:18 +02:00
Eloy Lafuente (stronk7)
9ab9aa573b
Merge branch 'MDL-62395-35' of git://github.com/junpataleta/moodle into MOODLE_35_STABLE
2018-10-09 23:06:36 +02:00
Eloy Lafuente (stronk7)
1ca1b28e52
Merge branch 'MDL-63401-35' of git://github.com/andrewnicols/moodle into MOODLE_35_STABLE
2018-10-09 11:36:26 +02:00
Andrew Nicols
c62c4c9c40
MDL-63401 tool_dataprivacy: Change default for require end date
...
We should preserve the existing behaviour.
2018-10-09 08:32:18 +08:00
Andrew Nicols
ac4f0d0e51
MDL-63401 tool_dataprivacy: Simplify where processing
2018-10-09 08:22:42 +08:00