Andrew Nicols
f6021ae0af
MDL-62384 mod_lesson: Move WHERE clause to JOIN
2018-05-11 09:15:29 +08:00
Andrew Nicols
037027230a
MDL-62384 mod_quiz: Improve performancy of privacy queries
2018-05-11 09:15:29 +08:00
Adrian Greeve
d04b8d74a7
MDL-62384 mod_data: Update sql to improve performance.
2018-05-11 09:15:28 +08:00
Adrian Greeve
8a5b84cf8b
MDL-62384 mod_assign: Update to sql query for performance.
2018-05-11 09:15:27 +08:00
Marina Glancy
ae3b1c0048
MDL-61937 mod_data: fix commentarea name
2018-05-08 14:39:23 +08:00
Eloy Lafuente (stronk7)
d0ce3439fe
Merge branch 'wip-MDL-61876-fix' of https://github.com/marinaglancy/moodle
2018-05-07 19:15:28 +02:00
Andrew Nicols
b175d43408
Merge branch 'MDL-62169-master' of git://github.com/zig-moodle/moodle
2018-05-07 17:24:26 +08:00
Zig Tan
966dd82d90
MDL-62169 mod_assignment: Improved phpunit test reliability
2018-05-07 16:32:49 +08:00
Andrew Nicols
e9e2ef7da7
Merge branch 'MDL-62169-master' of git://github.com/zig-moodle/moodle
2018-05-07 14:12:06 +08:00
Zig Tan
0fed66ad0f
MDL-62169 mod_assignment: Implemented privacy providers
2018-05-07 13:38:56 +08:00
Marina Glancy
8852faea91
MDL-61876 modules: cm_info::set_content can accept formatted text
...
Allow modules to apply format_text() on user input before calling cm_info::set_content(). This is useful for
modules that add interactive content (for example, JS enhanced folder tree). Otherwise all javascript would
be removed if $CFG->forceclean is enabled.
2018-05-07 11:27:56 +08:00
Marina Glancy
b03c67e978
MDL-61876 mod_data: call format_text on template before replacement
...
Otherwise when $CFG->forceclean is enabled all search input fields are stripped out
2018-05-07 11:21:06 +08:00
Jun Pataleta
97f1c1f424
Merge branch 'MDL-61937-master-fix' of git://github.com/andrewnicols/moodle
2018-05-07 09:38:10 +08:00
Andrew Nicols
ea80f967b8
MDL-61937 mod_data: Correct rating export args in privacy
2018-05-07 09:28:54 +08:00
David Monllao
62c9d0877a
MDL-61937 mod_data: Target the correct area
2018-05-04 11:55:25 +02:00
Jake Dallimore
209f6e1eda
Merge branch 'MDL-61407-master' of git://github.com/andrewnicols/moodle
2018-05-04 11:50:26 +08:00
Marina Glancy
ab803d697c
MDL-61937 mod_data: implement privacy provider
2018-05-04 11:22:15 +08:00
Marina Glancy
a7a6be90c8
MDL-61937 mod_data: generator for all field types
2018-05-04 11:22:14 +08:00
cescobedo
ed54f4e11e
MDL-61937 datafield: Add privacy implementation for all datafield
2018-05-04 11:22:13 +08:00
Jun Pataleta
66156ad245
Merge branch 'MDL-62151-master' of git://github.com/bmbrands/moodle
2018-05-04 10:55:50 +08:00
Jun Pataleta
c166b700d8
Merge branch 'MDL-61194-master' of git://git.cameron1729.xyz/moodle
2018-05-03 17:07:57 +08:00
Cameron Ball
23fe1e2bed
MDL-61194 assignfeedback_editpdf: Check if we can convert online text
...
This patch adds a check to make sure there is a converter available that
will be able to handle html->pdf conversion before adding onlinetext
submissions to the list of files to combine.
2018-05-03 16:44:27 +08:00
Andrew Nicols
09a9b8f1ac
MDL-61407 quizaccess: Add null_writer implementations
2018-05-03 16:14:38 +08:00
Andrew Nicols
2e85118fb3
MDL-61407 quiz: Add reports for quiz
2018-05-03 16:14:37 +08:00
Andrew Nicols
4c729982c7
MDL-61407 mod_quiz: Add initial privacy implementation
2018-05-03 16:14:36 +08:00
David Monllao
205994bafe
Merge branch 'MDL-62059-master' of git://github.com/rezaies/moodle
2018-05-03 10:08:09 +02:00
Bas Brands
5e92cf33c5
MDL-62151 Theme boost: mod_chat styles
2018-05-03 09:34:40 +02:00
Andrew Nicols
475fddc99a
Merge branch 'MDL-61920_master' of git://github.com/markn86/moodle
2018-05-02 12:52:50 +08:00
Andrew Nicols
2a17a616a3
Merge branch 'MDL-62149-master' of git://github.com/ryanwyllie/moodle
2018-05-02 07:39:30 +08:00
Adrian Greeve
bfb57d2c16
MDL-61308 assignsubmission_comments: Unit test ordering fix.
2018-05-01 12:21:47 +02:00
Mark Nelson
3467e8ce3d
MDL-61920 mod_lti: implement privacy provider
2018-04-30 18:43:19 +08:00
Mark Nelson
13fadc8767
MDL-61920 ltiservice_toolsettings: implement privacy provider
2018-04-30 17:08:00 +08:00
Mark Nelson
897a6e824f
MDL-61920 ltiservice_toolproxy: implement privacy provider
2018-04-30 17:08:00 +08:00
Mark Nelson
583f84d7cb
MDL-61920 ltiservice_profile: implement privacy provider
2018-04-30 17:08:00 +08:00
Mark Nelson
03d6e06400
MDL-61920 ltiservice_memberships: implement privacy provider
2018-04-30 17:07:59 +08:00
Mark Nelson
2b3c4538f1
MDL-61920 ltiservice_gradebookservices: implement privacy provider
2018-04-30 17:07:59 +08:00
Ryan Wyllie
8f0f0a5903
MDL-62149 quiz: include tag ids in random question link
2018-04-30 17:03:03 +08:00
Shamim Rezaie
c287f0fdd9
MDL-62059 mod_book: Implement null provider for mod_book
2018-04-30 16:14:33 +10:00
Andrew Nicols
11dc37dacc
Merge branch 'MDL-61959-master' of git://github.com/sarjona/moodle
2018-04-30 10:16:23 +08:00
Andrew Nicols
3d110a5f6f
MDL-61308 mod_assign: Whitespace fix
2018-04-30 09:27:12 +08:00
Andrew Nicols
1c42b1d6ed
Merge branch 'wip-MDL-61308-master' of git://github.com/abgreeve/moodle
2018-04-30 09:15:25 +08:00
Eloy Lafuente (stronk7)
9827740b01
Merge branch 'MDL-60882-master' of git://github.com/jleyva/moodle
2018-04-27 01:36:11 +02:00
Sara Arjona
df7cc2cc7f
MDL-61959 mod_scorm: Implement privacy API
2018-04-26 19:56:33 +02:00
Sara Arjona
b078358fa7
MDL-61959 scormreport_objectives: Implement privacy API
2018-04-26 19:00:18 +02:00
sarjona
3127efef0c
MDL-61959 scormreport_interactions: Implement privacy API
2018-04-26 19:00:18 +02:00
Sara Arjona
353f1bfb37
MDL-61959 scormreport_graphs: Implement privacy API
2018-04-26 19:00:18 +02:00
sarjona
0b01f6f391
MDL-61959 scormreport_basic: Implement privacy API
2018-04-26 19:00:18 +02:00
Eloy Lafuente (stronk7)
75bf06128f
MDL-61986 mod_lesson: oracle order by clob fix
2018-04-26 18:30:40 +02:00
Juan Leyva
10b67ef9f1
MDL-60882 mod_choice: Avoid teacher delete all responses
...
Teachers should be able to delete all responses but when indicating the
response ids.
When the response ids are not passed, only their own responses should
be deleted (as the function documentation said).
2018-04-26 10:25:45 +02:00
Adrian Greeve
f8650bb7a3
MDL-61308 assign_feedback: Privacy code for user rights.
2018-04-26 14:17:55 +08:00