Eloy Lafuente (stronk7)
05a434229c
Moodle release 3.4.3
2018-05-16 18:42:18 +02:00
Marina Glancy
e5c3ba2df9
MDL-62469 qtype_calculated: check remaining placeholders, see MDL-62275
2018-05-16 17:30:09 +02:00
David Monllao
2f3bcbc5ce
Merge branch 'MDL-62456_34' of git://github.com/markn86/moodle into MOODLE_34_STABLE
2018-05-16 08:58:47 +02:00
Andrew Nicols
4c2a5ce403
Merge branch 'wip-MDL-62147-34' of git://github.com/marinaglancy/moodle into MOODLE_34_STABLE
2018-05-16 14:28:13 +08:00
Jun Pataleta
97a800149c
Merge branch 'MDL-62463-34' of git://github.com/andrewnicols/moodle into MOODLE_34_STABLE
2018-05-16 14:21:51 +08:00
Frédéric Massart
9510c3c535
MDL-62147 core_grades: Report contexts and data related to scales
2018-05-16 13:56:14 +08:00
Marina Glancy
5c1b473931
MDL-62147 core_grades: Declare metadata of scales and import tables
2018-05-16 13:56:14 +08:00
Marina Glancy
f2f7255f7b
MDL-62147 portfolio: add missing tables to privacy provider
2018-05-16 13:56:11 +08:00
Marina Glancy
3a20fb23a5
MDL-62147 privacy: unittest ensures that all tables covered
2018-05-16 13:56:07 +08:00
Andrew Nicols
6f0e3c70a9
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 ...))
2018-05-16 13:51:17 +08:00
Marina Glancy
212b6daf32
MDL-62147 privacy: corrections to tables, temporary tables
2018-05-16 12:46:24 +08:00
Mark Nelson
d5f69f0c5c
MDL-62456 mod_lti: add missing add_external_location_link call
2018-05-16 12:23:06 +08:00
Jake Dallimore
b066f554c4
Merge branch 'MDL-62134-34' of git://github.com/andrewnicols/moodle into MOODLE_34_STABLE
2018-05-16 12:02:30 +08:00
Andrew Nicols
e6a65ee796
MDL-62134 core_privacy: Allow for a failure handler
2018-05-16 11:52:46 +08:00
Andrew Nicols
d44adb98f6
Merge branch 'MDL-62426-34' of https://github.com/snake/moodle into MOODLE_34_STABLE
2018-05-16 11:00:55 +08:00
Jake Dallimore
321d41a022
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.
2018-05-16 10:23:24 +08:00
Jake Dallimore
2f477b5764
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.
2018-05-16 09:38:11 +08:00
Marina Glancy
8596627666
MDL-62134 privacy: consistantly call components methods
2018-05-16 09:05:45 +08:00
Eloy Lafuente (stronk7)
7f7e03e923
Merge branch 'MDL-62447_34' of git://github.com/dmonllao/moodle into MOODLE_34_STABLE
2018-05-16 01:26:16 +02:00
Eloy Lafuente (stronk7)
f9d6769ecd
Merge branch 'MDL-62448-34' of git://github.com/sarjona/moodle into MOODLE_34_STABLE
2018-05-15 17:29:15 +02:00
Sara Arjona
dc15df1651
MDL-62448 block_rss_client: Export all feeds from Privacy API
2018-05-15 14:26:55 +02:00
David Monllao
17d4aeacb4
Merge branch 'MDL-62228_34' of git://github.com/markn86/moodle into MOODLE_34_STABLE
2018-05-15 13:31:50 +02:00
David Monllao
4d2dc4246d
MDL-62447 user: Fix component name typo
2018-05-15 10:45:24 +02:00
David Monllao
08c3480834
weekly release 3.4.2+
2018-05-15 09:42:13 +02:00
David Monllao
67d10dd9f3
Merge branch 'install_34_STABLE' of https://git.in.moodle.com/amosbot/moodle-install into MOODLE_34_STABLE
2018-05-15 09:42:11 +02:00
Mark Nelson
13a215ee8f
MDL-62228 core: remove unnecessary context check in privacy providers
2018-05-15 11:59:38 +08:00
Andrew Nicols
8b90c6d421
Merge branch 'MDL-62444-34' of git://github.com/zig-moodle/moodle into MOODLE_34_STABLE
2018-05-15 11:39:09 +08:00
Andrew Nicols
1087c7ecf6
Merge branch 'MDL-62428_34' of git://github.com/markn86/moodle into MOODLE_34_STABLE
2018-05-15 11:05:40 +08:00
Zig Tan
a7a2e52230
MDL-62444 mod_assignment: Fix missing lang string.
2018-05-15 09:54:23 +08:00
Jun Pataleta
a061b37c9f
Merge branch 'MDL-62432-34' of git://github.com/andrewnicols/moodle into MOODLE_34_STABLE
2018-05-15 09:34:11 +08:00
Andrew Nicols
a7e25a4743
MDL-62432 quiz: Check contexts more carefully
2018-05-15 09:25:51 +08:00
Eloy Lafuente (stronk7)
6ed7752d77
Merge branch 'MDL-62430_34' of git://github.com/dmonllao/moodle into MOODLE_34_STABLE
2018-05-15 02:56:13 +02:00
AMOS bot
3d519e9028
Automatically generated installer lang files
2018-05-15 00:06:29 +00:00
David Monllao
cca4584795
MDL-62430 block_html: Check that block instances are block_html
2018-05-14 17:07:12 +02:00
David Monllao
285d723271
Merge branch 'MDL-62370-34' of git://github.com/andrewnicols/moodle into MOODLE_34_STABLE
2018-05-14 16:00:58 +02:00
Andrew Nicols
862b48ec3e
Merge branch 'MDL-62356-34' of git://github.com/cescobedo/moodle into MOODLE_34_STABLE
2018-05-14 21:01:44 +08:00
Andrew Nicols
2c00480315
Merge branch 'MDL-62357-34' of git://github.com/cescobedo/moodle into MOODLE_34_STABLE
2018-05-14 20:45:12 +08:00
Andrew Nicols
93476477d6
MDL-62370 core_privacy: Directory-less subsystems are compliant
2018-05-14 20:01:35 +08:00
Marina Glancy
755fe15718
MDL-62430 privacy: validate context when deleting all user data
2018-05-14 18:14:04 +08:00
David Monllao
38899f4068
Merge branch 'MDL-62425-34' of git://github.com/andrewnicols/moodle into MOODLE_34_STABLE
2018-05-14 10:59:06 +02:00
cescobedo
07e77422e6
MDL-62356 enrol_meta: Add privacy implementation for enrol_meta
2018-05-14 10:57:44 +02:00
cescobedo
2e2bfe1c8e
MDL-62357 enrol_cohort: Add privacy implementation for enrol_cohort
2018-05-14 10:50:06 +02:00
Andrew Nicols
b04d01c29e
MDL-62425 core: Add privacy implementation
2018-05-14 15:42:59 +08:00
Andrew Nicols
67b4cde9bd
MDL-62425 core_privacy: Add core to the list of components
2018-05-14 15:42:05 +08:00
Mark Nelson
e1baf5e1d6
MDL-62428 core: fix incorrect early return in privacy providers
2018-05-14 13:07:49 +08:00
Jake Dallimore
0f82392c8b
Merge branch 'MDL-62420-34' of git://github.com/andrewnicols/moodle into MOODLE_34_STABLE
2018-05-14 11:58:13 +08:00
Jake Dallimore
a023256c41
Merge branch 'MDL-62393-34' of git://github.com/andrewnicols/moodle into MOODLE_34_STABLE
2018-05-14 09:37:57 +08:00
Andrew Nicols
108ed14f1d
MDL-62420 enrol_lti: Fix random unit test fail in privacy
2018-05-14 08:44:10 +08:00
Eloy Lafuente (stronk7)
d419fe2ccf
Merge branch 'MDL-62371-34' of git://github.com/andrewnicols/moodle into MOODLE_34_STABLE
2018-05-14 02:42:04 +02:00
Eloy Lafuente (stronk7)
d70da80b82
Merge branch 'MDL-62251-34' of git://github.com/rezaies/moodle into MOODLE_34_STABLE
2018-05-13 23:56:20 +02:00