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
Adrian Greeve
710c4de820
MDL-63267 privacy: Create deprecated provider interface.
...
Any interfaces that have become deprecated should extend
this interface.
2018-10-26 18:26:19 -04:00
Adrian Greeve
e6d622106c
MDL-63267 core_grading: Unit test for new methods.
2018-10-26 18:26:07 -04:00
Adrian Greeve
9383ee853c
MDL-63267 mod_assign: Update to providers to include adv grading.
2018-10-26 18:25:46 -04:00
Adrian Greeve
fa92fcbe15
MDL-63267 core_grading: Update to providers and interface.
...
The previous interface was inadequate for retrieving user
information stored in the sub-plugins.
A new interface and methods have been added to successfully
deal with user data.
2018-10-26 18:24:49 -04:00
Eloy Lafuente (stronk7)
f2eb4c0b8f
weekly release 3.5.2+
2018-10-26 18:05:09 +02:00
Eloy Lafuente (stronk7)
cc9c1ed9a0
Merge branch 'install_35_STABLE' of https://git.in.moodle.com/amosbot/moodle-install into MOODLE_35_STABLE
2018-10-26 18:05:07 +02:00
Damyon Wiese
76793973e5
MDL-62139 output: Menus fixes
...
Change the boost custom behat step to click on a button.
Revert the clean templates to unchanged versions.
(it seems that we missed this commit originally in
MOODLE_35_STABLE and it was the cause of hundreds of
failures, so cherry picked from master. More info @ MDL-63765)
2018-10-26 17:40:49 +02: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
Shamim Rezaie
f61b827260
MDL-63634 enrol_paypal: Improve query performance
...
This issue is a part of the MDL-62560 Epic.
2018-10-26 19:36:39 +11:00
Shamim Rezaie
2f6a91dbdb
MDL-63634 enrol_paypal: support removal of multiple users in a context
...
This issue is a part of the MDL-62560 Epic.
2018-10-26 19:36:39 +11:00
Shamim Rezaie
f9ba909869
MDL-63634 enrol_paypal: Fix a typo in unit tests
...
This issue is a part of the MDL-62560 Epic.
2018-10-26 19:36:39 +11: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
Shamim Rezaie
0f9997a4ec
MDL-63665 mod_choice: no exception when course_modules doesn't exist
...
This issue is a part of the MDL-62560 Epic.
2018-10-26 18:49:35 +11:00
Shamim Rezaie
591b16786c
MDL-63665 mod_choice: support removal of multiple users in a context
...
This issue is a part of the MDL-62560 Epic.
2018-10-26 18:49:35 +11:00
Mihail Geshoski
b1208d8bf8
MDL-63680 report_stats: Add support for removal of context users
...
This issue is part of the MDL-62560 Epic.
2018-10-26 13:09:10 +08:00
Andrew Nicols
f4fcee9a9d
Merge branch 'MDL-63673-35' of git://github.com/mihailges/moodle into MOODLE_35_STABLE
2018-10-26 11:42:10 +08:00
Andrew Nicols
d320454567
Merge branch 'MDL-63682-35' of git://github.com/mihailges/moodle into MOODLE_35_STABLE
2018-10-26 11:03:09 +08:00
Mihail Geshoski
24eeb8ba01
MDL-63682 mnetservice_enrol: Add support for removal of context users
...
This issue is part of the MDL-62560 Epic.
2018-10-26 10:24:08 +08:00
Andrew Nicols
0feb84a5dd
Merge branch 'MDL-63688-35-1' of git://github.com/mihailges/moodle into MOODLE_35_STABLE
2018-10-26 10:17:36 +08:00
Mihail Geshoski
90be3a42f3
MDL-63690 core_privacy: Handle when add_users() receives an empty array
2018-10-26 09:26:55 +08:00
Adrian Greeve
2b227258e0
MDL-63690 core_blog: Update providers for userlist deletion.
2018-10-26 09:26:31 +08:00
AMOS bot
b6cfa1975a
Automatically generated installer lang files
2018-10-26 00:07:27 +00: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
7de43df7ad
Merge branch 'MDL-63552-35' of git://github.com/mickhawkins/moodle into MOODLE_35_STABLE
2018-10-25 15:44:10 +08:00
Andrew Nicols
497d75ae71
Merge branch 'MDL-63679-35' of git://github.com/mihailges/moodle into MOODLE_35_STABLE
2018-10-25 15:13:15 +08:00