Mihail Geshoski
8782043946
MDL-63684 core_calendar: Add support for removal of context users
...
This issue is part of the MDL-62560 Epic.
2018-10-31 14:12:08 +08:00
Andrew Nicols
f669a63cca
Merge branch 'MDL-63702-35' of git://github.com/mihailges/moodle into MOODLE_35_STABLE
2018-10-31 14:05:39 +08:00
David Monllao
a25a4d30be
Merge branch 'MDL-62601-35' of git://github.com/andrewnicols/moodle into MOODLE_35_STABLE
2018-10-31 06:47:43 +01:00
Michael Hawkins
aae2aa2d81
MDL-63700 core_analytics: Add support for removal of context users
...
This issue is a part of the MDL-62560 Epic.
2018-10-31 13:47:07 +08:00
Andrew Nicols
1760650216
MDL-62601 core_privacy: Ensure providers can handle deleted users
2018-10-31 13:45:00 +08:00
Andrew Nicols
52a16f409d
MDL-62601 editor_atto: Do not use context_user
2018-10-31 13:45:00 +08:00
David Monllao
19768075ff
Merge branch 'MDL-63582-35' of https://github.com/lucaboesch/moodle into MOODLE_35_STABLE
2018-10-31 06:10:38 +01:00
Jun Pataleta
fdc3a96e54
Merge branch 'MDL-63690-35-integration' of git://github.com/mihailges/moodle into MOODLE_35_STABLE
2018-10-31 12:53:47 +08:00
Michael Hawkins
a25222e9c4
MDL-63816 privacy: Corrected provider get_users_in_context descriptions
2018-10-31 12:14:43 +08:00
Michael Hawkins
eaae1a7ea1
MDL-63816 privacy: Corrected interface get_users_in_context description
2018-10-31 12:14:43 +08:00
Mihail Geshoski
c81cc39a02
MDL-63690 core_blog: Handle when user blog posts are not being returned
2018-10-31 11:50:35 +08:00
Jun Pataleta
a3d372061a
Merge branch 'MDL-60897-35' of git://github.com/junpataleta/moodle into MOODLE_35_STABLE
2018-10-31 11:34:47 +08: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
Jun Pataleta
446de56bfc
MDL-60897 qtype_multianswer: Code style fixes
...
And Behat steps improvement, too!
2018-10-31 11:12:53 +08:00
Jean-Michel Vedrine
5e997d239c
MDL-60897 qtype_multianswer: Invalid cloze-questions saved to db
2018-10-31 11:12:53 +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
Adrian Greeve
0a0e5a03a0
MDL-63702 core_block: Update to use new userlist interface.
...
This allows user data to be deleted on a role basis.
2018-10-31 10:05:21 +08:00
Andrew Nicols
12a3bcee4f
Merge branch 'MDL-63530-35-2' of git://github.com/mihailges/moodle into MOODLE_35_STABLE
2018-10-31 09:22:06 +08:00
Andrew Nicols
ddf649109d
Merge branch 'MDL-63606-35-2' of git://github.com/mihailges/moodle into MOODLE_35_STABLE
2018-10-31 08:56:25 +08:00
Andrew Nicols
18b69cc33d
Merge branch 'MDL-63690-35' of git://github.com/mihailges/moodle into MOODLE_35_STABLE
2018-10-31 08:23:28 +08:00
Luca Bösch
4283575676
MDL-63582 theme_boost: Fix the license field in the file picker width.
2018-10-30 22:42:33 +01:00
Eloy Lafuente (stronk7)
e1e20d0c9b
weekly release 3.5.2+
2018-10-30 18:24:07 +01:00
Eloy Lafuente (stronk7)
009f51644d
Merge branch 'install_35_STABLE' of https://git.in.moodle.com/amosbot/moodle-install into MOODLE_35_STABLE
2018-10-30 18:24:05 +01:00
David Mudrák
5171746d5a
MDL-63689 workshop: Add support for removal of multiple context users
...
The mod_workshop\privacy\provider now implements the new
core_userlist_provider interface. Deleting (erasing) data follows the
same principles as in other existing methods - we do not actually delete
data that might affect other users. Instead, we only erase the sensitive
owned personal information such as provided content.
2018-10-30 14:31:49 +01:00
Mihail Geshoski
a395c8a60e
MDL-63606 core_badges: Add support for removal of context users
...
This issue is part of the MDL-62560 Epic.
2018-10-30 16:42:24 +08:00
Mihail Geshoski
575584cb94
MDL-63530 core_notes: Add support for removal of context users
...
This issue is part of the MDL-62560 Epic.
2018-10-30 16:19:26 +08:00
Andrew Nicols
8fe266c09d
Merge branch 'MDL-63634-35' of git://github.com/rezaies/moodle into MOODLE_35_STABLE
2018-10-30 12:05:15 +08:00
Andrew Nicols
a7b6eaa544
Merge branch 'MDL-63626-35' of git://github.com/rezaies/moodle into MOODLE_35_STABLE
2018-10-30 10:59:28 +08:00
Jun Pataleta
831b2f6729
Merge branch 'MDL-63531-35' of git://github.com/andrewnicols/moodle into MOODLE_35_STABLE
2018-10-30 10:50:46 +08:00
Adrian Greeve
e2f9bdd44b
MDL-63531 privacy: Update to comments provider to simplfy sql.
...
This updates the get_users_in_context_from_sql query to include
the context id to simplify the calls made from other components.
2018-10-30 09:47:14 +08:00
Adrian Greeve
707586883b
MDL-63531 assignfeedback: Update to use the new privacy interface.
...
This now uses the new interface to allow the deletion of users based
on a context.
2018-10-30 09:47:14 +08:00
Adrian Greeve
f5029c213a
MDL-63531 assignsubmission: Update to use the new interface.
...
This updates the plugins to use the new inteface for deleting
data for users in a context.
2018-10-30 09:47:14 +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
Adrian Greeve
5e0b16e369
MDL-63531 mod_assign: Update mod assign to use new interface.
...
This introduces a new interface for assign sub-plugins and
updates the mod_assign provider to implement the new general
interface for deleting data for users in a context.
2018-10-30 08:47:41 +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
David Monllao
eb5263ec3f
Merge branch 'MDL-63528-35' of git://github.com/junpataleta/moodle into MOODLE_35_STABLE
2018-10-29 11:18:21 +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
Michael Hawkins
ea1f81dd64
MDL-63764 core_competency: Add support for removal of context users
...
This issue is a part of the MDL-62560 Epic.
2018-10-29 13:01:40 +08:00
Michael Hawkins
95c2cadcb8
MDL-63764 core_competency: Support bulk user delete course competencies
...
This issue is a part of the MDL-62560 Epic.
Also made user IDs optional, so user course competencies can be deleted by course ID only.
2018-10-29 13:01:40 +08:00
Jun Pataleta
116b0d26eb
Merge branch 'MDL-63622-35' of git://github.com/junpataleta/moodle into MOODLE_35_STABLE
2018-10-29 11:41:18 +08:00
Adrian Greeve
07c7af673b
MDL-63622 core_grading: Add support for removal of context users.
...
Core grading now implements the new core_userlist_provider
interface to allow for deletion of specific users in a context.
2018-10-29 11:22:04 +08:00
Andrew Nicols
a32ea64a88
Merge branch 'MDL-63665-35' of git://github.com/rezaies/moodle into MOODLE_35_STABLE
2018-10-29 08:57:04 +08:00
Andrew Nicols
de6f2519a5
Merge branch 'MDL-63680-35' of git://github.com/mihailges/moodle into MOODLE_35_STABLE
2018-10-29 08:22:58 +08:00
AMOS bot
6539fe917f
Automatically generated installer lang files
2018-10-29 00:07:23 +00:00
Andrew Nicols
23b8d594b5
Merge branch 'MDL-63267-35' of git://github.com/lameze/moodle into MOODLE_35_STABLE
2018-10-27 19:20:39 +08:00
AMOS bot
7b1593ad5c
Automatically generated installer lang files
2018-10-27 00:07:26 +00:00
Tim Lock
b6960fa224
MDL-63267 tool_privacy: Handle modules without privacy support.
2018-10-26 18:31:11 -04:00
Adrian Greeve
5704b265ab
MDL-63267 grading methods: Unit test update for fix.
2018-10-26 18:31:31 -04:00
Adrian Greeve
a5915ed4fc
MDL-63267 grading methods: Fix for multiple intances.
...
We were only exporting the one instance per item id.
Instead we should have been exporting all instances for each
item id.
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