Andrew Nicols
18e58659bb
Merge branch 'MDL-61980-master' of git://github.com/mihailges/moodle
2018-04-17 11:34:25 +08:00
Andrew Nicols
cabbda70b1
Merge branch 'MDL-61916-master' of git://github.com/cescobedo/moodle
2018-04-17 11:17:08 +08:00
Andrew Nicols
9dabc4b966
Merge branch 'MDL-61918-master' of git://github.com/mihailges/moodle
2018-04-17 11:12:24 +08:00
Andrew Nicols
f9f74f7a11
Merge branch 'MDL-61903-master' of git://github.com/mihailges/moodle
2018-04-17 11:09:01 +08:00
Andrew Nicols
f8ad868fad
Merge branch 'm35_MDL-60923_New_BackupDir_Setting-v2' of https://github.com/scara/moodle
2018-04-17 09:44:44 +08:00
Mihail Geshoski
885378ca4e
MDL-61903 webservice: Implement null privacy provider
...
Implement null privacy provider to rest, soap and xmlrpc webservice plugins.
2018-04-17 09:19:59 +08:00
Andrew Nicols
d282ecf683
Merge branch 'MDL-61435-master' of git://github.com/lameze/moodle
2018-04-17 08:37:58 +08:00
Matteo Scaramuccia
40d90f438a
MDL-60923 scheduled tasks: stale temp files in $CFG->backuptempdir too
2018-04-16 23:50:28 +02:00
Matteo Scaramuccia
ef844148a9
MDL-60923 backup: Added $CFG->backuptempdir
...
The new setting will allow to host the temporary backup files
into a specific target directory. Defaults to '$CFG->tempdir/backup'.
Calling make_backup_temp_directory() checks that the required sub-directory
will be properly created under the new target directory.
2018-04-16 23:50:28 +02:00
Jun Pataleta
d51c946700
Merge branch 'MDL-61862-master' of git://github.com/FMCorz/moodle
2018-04-16 23:30:42 +08:00
Eloy Lafuente (stronk7)
06dbe955d0
MDL-61819 editor: add testsuite to phpunit.xml
2018-04-16 16:36:42 +02:00
David Monllao
77d9eca5f2
Merge branch 'MDL-61819-master' of git://github.com/andrewnicols/moodle
2018-04-16 16:12:59 +02:00
Andrew Nicols
5377f8a263
MDL-61819 core_editor: Implement core provider
2018-04-16 21:54:51 +08:00
Andrew Nicols
0d619f41c2
MDL-61819 editor_atto: Implement null provider
2018-04-16 21:54:50 +08:00
Andrew Nicols
8c815348eb
MDL-61819 editor: Implement editor null providers
2018-04-16 21:54:49 +08:00
David Monllao
99719b6e89
Merge branch 'MDL-39035-master' of https://github.com/lucaboesch/moodle
2018-04-16 12:57:34 +02:00
Frédéric Massart
9f6296e5de
MDL-61862 mod_feedback: Implement core_privacy API
2018-04-16 18:45:27 +08:00
David Monllao
82f0ddc7c7
MDL-60953 search: Update groups support method name
2018-04-16 11:45:18 +02:00
David Monllao
9dbb24fa7a
Merge branch 'MDL-60953-master' of https://github.com/timhunt/moodle
2018-04-16 11:43:53 +02:00
David Monllao
d2c80085fd
Merge branch 'MDL-61741-master-paypal' of git://github.com/mudrd8mz/moodle
2018-04-16 10:57:19 +02:00
David Monllao
2ffb0309dd
Merge branch 'wip-MDL-61808-master' of git://github.com/abgreeve/moodle
2018-04-16 09:59:43 +02:00
Jun Pataleta
1e09c9ac8f
Merge branch 'MDL-61708-lti-fullnamedisplay' of https://github.com/wjroes/moodle
2018-04-16 15:29:08 +08:00
Jun Pataleta
cdd11481b4
Merge branch 'MDL-61974-master' of git://github.com/andrewnicols/moodle
2018-04-16 13:17:21 +08:00
Andrew Nicols
ae6072b892
MDL-61974 privacy: Rewrite the content writer storage
2018-04-16 11:12:07 +08:00
Andrew Nicols
3224e06de4
Merge branch 'MDL-61952-master' of git://github.com/sarjona/moodle
2018-04-16 10:50:50 +08:00
Andrew Nicols
77fc10710f
Merge branch 'MDL-61954-master' of git://github.com/sarjona/moodle
2018-04-16 10:39:24 +08:00
Andrew Nicols
34e98391e6
Merge branch 'MDL-61902-master' of git://github.com/mihailges/moodle
2018-04-16 10:19:59 +08:00
Mihail Geshoski
c8cc46f851
MDL-61918 assignment: Implement null privacy provider
...
Implement null privacy provider to offline, online, upload and uploadsingle assignment plugins.
2018-04-16 09:59:46 +08:00
Mihail Geshoski
d00fbde6d9
MDL-61902 media: Implement null privacy provider
2018-04-16 09:46:56 +08:00
Andrew Nicols
53ea0e2ccf
Merge branch 'patch-2' of https://github.com/do-you-even-curl/moodle
2018-04-16 08:04:32 +08:00
Adrian Greeve
25c8fd74ac
MDL-61808 tool_monitor: Implemented privacy classes.
...
This plugin is now compatible with the new privacy system.
2018-04-14 10:42:23 +08:00
Tim Schroeder
1480277cfa
MDL-60681 lib/tablelib.php: Make flexible_table class better extendable
...
Previously the member functions get_initial_first and get_initial_last of flexible_table were public but deprecated due to being no
longer used. Now they are used by print_initials_bar and made protected. That allows classes deriving from flexible_table to access
the first and last name initials without having to use deprecated methods.
2018-04-13 16:52:52 +02:00
Mihail Geshoski
23a52d1a40
MDL-61980 booktool: Implement null privacy provider
...
Implement null privacy provider into booktool_exportimscp, booktool_importhtml, booktool_print plugin.
2018-04-13 16:15:30 +08:00
Andrew Nicols
1c406559b8
Merge branch 'MDL-60848_master' of https://github.com/markn86/moodle
2018-04-13 13:54:24 +08:00
Mark Nelson
e41a56192a
MDL-60848 atto_recordrtc: removed never shown HTML and string
2018-04-13 13:46:53 +08:00
Mark Nelson
44946baf04
MDL-60848 core: added instructions on how to update adapter.js
2018-04-13 12:59:24 +08:00
Mark Nelson
77e4535fd9
MDL-60848 atto_recordrtc: implemented privacy provider
2018-04-13 12:59:24 +08:00
Mark Nelson
c8520ca45f
MDL-60848 atto_recordrtc: changed HTML of attached recordings
...
This was done so the user can then click on the recording and
add subtitles etc - the same behaviour as 'atto_media'.
2018-04-13 12:59:24 +08:00
Mark Nelson
b5a3388bb1
MDL-60848 atto_recordrtc: language string changes
...
1. Ordered alphabetically by index.
2. Uncapitalised words after the first per Moodle standards.
3. Added string used by getUserMedia() on Chrome (possibly others).
2018-04-13 12:59:24 +08:00
Mark Nelson
1ecf5c15ca
MDL-60848 atto_recordrtc: set valid default for 'allowedtypes'
2018-04-13 11:46:51 +08:00
Mark Nelson
6b21108b44
MDL-60848 editor_atto: upgrade to add recordrtc
2018-04-13 11:46:51 +08:00
Mark Nelson
dde2a79a70
MDL-60848 atto_recordrtc: bumped version
2018-04-13 11:46:51 +08:00
Mark Nelson
2ce4291183
MDL-60848 core: added recordrtc to core plugin list
2018-04-13 11:46:51 +08:00
Mark Nelson
8be5742cb1
MDL-60848 core: updated adapter.js and moved to core
2018-04-13 11:46:51 +08:00
Luca Bösch
c3c8cc40be
MDL-39035 admin: show old and new version after upgrade in CLI
2018-04-12 18:02:12 +02:00
David Monllao
20bf0c45ff
weekly release 3.5dev
2018-04-12 14:38:12 +02:00
David Monllao
7cdeb8be2e
NOBUG: Fixed SVG browser compatibility
2018-04-12 14:38:11 +02:00
David Monllao
6bef258db3
Merge branch 'install_master' of https://git.in.moodle.com/amosbot/moodle-install
2018-04-12 14:38:11 +02:00
David Monllao
547357df4b
MDL-61298 pix: Removing ^M dos line ending characters
2018-04-12 13:34:33 +02:00
Kathrin Osswald
45ae297f7a
MDL-61298 theme Boost: Nav drawer icon improvements - fixes.
2018-04-12 13:28:37 +02:00