moodle.git
4 years agoMerge branch 'MDL-27520_master' of git://github.com/markn86/moodle
David Monllao [Wed, 17 Oct 2018 13:42:55 +0000 (15:42 +0200)]
Merge branch 'MDL-27520_master' of git://github.com/markn86/moodle

4 years agoMDL-27520 assignfeedback_comments: is_feedback_modified considers files
Mark Nelson [Tue, 16 Oct 2018 08:49:42 +0000 (16:49 +0800)]
MDL-27520 assignfeedback_comments: is_feedback_modified considers files

4 years agoMDL-27520 core_grades: add methods to grade_object for feedback files
Mark Nelson [Tue, 16 Oct 2018 06:25:59 +0000 (14:25 +0800)]
MDL-27520 core_grades: add methods to grade_object for feedback files

4 years agoMDL-27520 core_grades: make constant names clearer
Mark Nelson [Tue, 16 Oct 2018 05:25:03 +0000 (13:25 +0800)]
MDL-27520 core_grades: make constant names clearer

Also using them in more locations.

4 years agoMDL-27520 assignfeedback_comments: updated privacy provider
Mark Nelson [Thu, 27 Sep 2018 01:25:38 +0000 (11:25 +1000)]
MDL-27520 assignfeedback_comments: updated privacy provider

4 years agoMDL-27520 core: Rewrite pluginfile URLs
Damyon Wiese [Tue, 11 Sep 2018 10:33:06 +0000 (18:33 +0800)]
MDL-27520 core: Rewrite pluginfile URLs

4 years agoMerge branch 'MDL-63667-master' of git://github.com/damyon/moodle
Jun Pataleta [Wed, 17 Oct 2018 07:06:29 +0000 (15:06 +0800)]
Merge branch 'MDL-63667-master' of git://github.com/damyon/moodle

4 years agoMerge branch 'MDL-63547_master' of git://github.com/markn86/moodle
Andrew Nicols [Wed, 17 Oct 2018 06:53:23 +0000 (14:53 +0800)]
Merge branch 'MDL-63547_master' of git://github.com/markn86/moodle

4 years agoMDL-63667 javascript: fix failed to pre-fetch the template error
Ryan Wyllie [Tue, 16 Oct 2018 03:25:19 +0000 (11:25 +0800)]
MDL-63667 javascript: fix failed to pre-fetch the template error

4 years agoMDL-27520 backup: Backup for feedback files
Damyon Wiese [Mon, 8 Oct 2018 08:11:52 +0000 (16:11 +0800)]
MDL-27520 backup: Backup for feedback files

4 years agoMDL-27520 core_grades: create grade history filearea and copy files
Mark Nelson [Wed, 12 Sep 2018 06:49:26 +0000 (14:49 +0800)]
MDL-27520 core_grades: create grade history filearea and copy files

4 years agoMDL-27520 assignfeedback_comments: added backup/restore of files
Mark Nelson [Wed, 8 Aug 2018 07:08:58 +0000 (15:08 +0800)]
MDL-27520 assignfeedback_comments: added backup/restore of files

4 years agoMDL-27520 assignfeedback_comments: copy files to feedback
Mark Nelson [Tue, 7 Aug 2018 08:38:40 +0000 (16:38 +0800)]
MDL-27520 assignfeedback_comments: copy files to feedback

This respects the setting 'Comment inline' where the content
of a submission is copied into the feedback form.

4 years agoMDL-27520 core: allow retrieval of files from grade files areas
Mark Nelson [Mon, 6 Aug 2018 09:11:53 +0000 (17:11 +0800)]
MDL-27520 core: allow retrieval of files from grade files areas

Also added 'history' filearea for the history report where files
will be copied to if the site has enabled this feature.

We will also be storing files in the module context, not course,
so that check was removed.

4 years agoMDL-63547 core_message: web service can delete multiple conversations
Mark Nelson [Mon, 15 Oct 2018 04:20:23 +0000 (12:20 +0800)]
MDL-63547 core_message: web service can delete multiple conversations

4 years agoMDL-63547 core_message: added delete_conversation_by_id web service
Mark Nelson [Mon, 15 Oct 2018 09:43:21 +0000 (17:43 +0800)]
MDL-63547 core_message: added delete_conversation_by_id web service

4 years agoMDL-63547 core_message: deprecate delete_conversation web service
Mark Nelson [Mon, 15 Oct 2018 09:42:15 +0000 (17:42 +0800)]
MDL-63547 core_message: deprecate delete_conversation web service

4 years agoMDL-63547 core_message: can_delete_conversation expects a conversationid
Mark Nelson [Sun, 14 Oct 2018 13:00:01 +0000 (21:00 +0800)]
MDL-63547 core_message: can_delete_conversation expects a conversationid

4 years agoMDL-63547 core_message: deprecated api::delete_conversation()
Mark Nelson [Sun, 14 Oct 2018 06:03:03 +0000 (14:03 +0800)]
MDL-63547 core_message: deprecated api::delete_conversation()

4 years agoMDL-63547 core_message: updated api::can_delete_message
Mark Nelson [Sun, 14 Oct 2018 11:48:13 +0000 (19:48 +0800)]
MDL-63547 core_message: updated api::can_delete_message

4 years agoMDL-63547 core_message: updated message_deleted event to support groups
Mark Nelson [Sun, 14 Oct 2018 11:15:30 +0000 (19:15 +0800)]
MDL-63547 core_message: updated message_deleted event to support groups

4 years agoon-demand release 3.6dev+
Eloy Lafuente (stronk7) [Tue, 16 Oct 2018 14:20:23 +0000 (16:20 +0200)]
on-demand release 3.6dev+

4 years agoMerge branch 'install_master' of https://git.in.moodle.com/amosbot/moodle-install
Eloy Lafuente (stronk7) [Tue, 16 Oct 2018 14:20:21 +0000 (16:20 +0200)]
Merge branch 'install_master' of https://git.in.moodle.com/amosbot/moodle-install

4 years agoMDL-27520 assignfeedback_comments: allow files in the comments feedback
Mark Nelson [Wed, 1 Aug 2018 06:58:51 +0000 (14:58 +0800)]
MDL-27520 assignfeedback_comments: allow files in the comments feedback

Also use new API to add files to gradebook.

4 years agoMDL-27520 mod_assign: added API for feedback plugins
Mark Nelson [Thu, 2 Aug 2018 06:42:59 +0000 (14:42 +0800)]
MDL-27520 mod_assign: added API for feedback plugins

4 years agoMDL-27520 core_grades: accept feedback files via grade_update()
Mark Nelson [Fri, 14 Sep 2018 03:37:10 +0000 (11:37 +0800)]
MDL-27520 core_grades: accept feedback files via grade_update()

4 years agoMerge branch 'MDL-62960-master' of git://github.com/rezaies/moodle
Damyon Wiese [Tue, 16 Oct 2018 03:43:24 +0000 (11:43 +0800)]
Merge branch 'MDL-62960-master' of git://github.com/rezaies/moodle

4 years agoMerge branch 'MDL-63337-master' of git://github.com/damyon/moodle
Jun Pataleta [Tue, 16 Oct 2018 02:31:26 +0000 (10:31 +0800)]
Merge branch 'MDL-63337-master' of git://github.com/damyon/moodle

4 years agoMDL-63337 enrol: Fix behat test
Damyon Wiese [Tue, 16 Oct 2018 02:08:12 +0000 (10:08 +0800)]
MDL-63337 enrol: Fix behat test

The link to the course homepage now requires javascript, by directly navigating to the course page
we can still avoid the need for javascript in this test.

4 years agoMDL-62960 calendar: Visuall indicator for valid course event drop zones
Shamim Rezaie [Mon, 6 Aug 2018 07:36:36 +0000 (17:36 +1000)]
MDL-62960 calendar: Visuall indicator for valid course event drop zones

4 years agoMDL-62960 calendar: Rename get_module_timestamp_min/max_limit methods
Shamim Rezaie [Mon, 6 Aug 2018 07:35:04 +0000 (17:35 +1000)]
MDL-62960 calendar: Rename get_module_timestamp_min/max_limit methods

The methods get_module_timestamp_min_limit() and get_module_timestamp_max_limit()
are doing generic stuff and can be used for other calendar event types as well.
I have renamed them to get_timestamp_min_limit() and get_timestamp_max_limit() respectively.

4 years agoMDL-62960 calendar: Implementing course events validity check callback
Shamim Rezaie [Mon, 6 Aug 2018 06:42:10 +0000 (16:42 +1000)]
MDL-62960 calendar: Implementing course events validity check callback

4 years agoMDL-62960 calendar: Added range check callback for course events
Shamim Rezaie [Mon, 6 Aug 2018 06:35:45 +0000 (16:35 +1000)]
MDL-62960 calendar: Added range check callback for course events

Added core_calendar_get_valid_event_timestart_range callback for course events

4 years agoMerge branch 'MDL-63421' of git://github.com/stronk7/moodle
Andrew Nicols [Tue, 16 Oct 2018 00:49:34 +0000 (08:49 +0800)]
Merge branch 'MDL-63421' of git://github.com/stronk7/moodle

4 years agoMerge branch 'MDL-63603-INR' of https://github.com/danielneis/moodle
Andrew Nicols [Tue, 16 Oct 2018 00:34:58 +0000 (08:34 +0800)]
Merge branch 'MDL-63603-INR' of https://github.com/danielneis/moodle

4 years agoMerge branch 'MDL-63583-master' of git://github.com/jleyva/moodle
Eloy Lafuente (stronk7) [Mon, 15 Oct 2018 22:29:02 +0000 (00:29 +0200)]
Merge branch 'MDL-63583-master' of git://github.com/jleyva/moodle

4 years agoMerge branch 'MDL-63456-master' of git://github.com/merrill-oakland/moodle
Eloy Lafuente (stronk7) [Mon, 15 Oct 2018 22:15:46 +0000 (00:15 +0200)]
Merge branch 'MDL-63456-master' of git://github.com/merrill-oakland/moodle

4 years agoMerge branch 'MDL-62319-master' of git://github.com/damyon/moodle
Eloy Lafuente (stronk7) [Mon, 15 Oct 2018 21:54:51 +0000 (23:54 +0200)]
Merge branch 'MDL-62319-master' of git://github.com/damyon/moodle

4 years agoMerge branch 'MDL-63102-master' of git://github.com/peterRd/moodle
Eloy Lafuente (stronk7) [Mon, 15 Oct 2018 21:34:45 +0000 (23:34 +0200)]
Merge branch 'MDL-63102-master' of git://github.com/peterRd/moodle

4 years agoMerge branch 'MDL-63337-master-fix' of https://github.com/junpataleta/moodle
Eloy Lafuente (stronk7) [Mon, 15 Oct 2018 14:24:49 +0000 (16:24 +0200)]
Merge branch 'MDL-63337-master-fix' of https://github.com/junpataleta/moodle

4 years agoMDL-63337 block_myoverview: Fix illegal whitespaces
Jun Pataleta [Mon, 15 Oct 2018 14:06:55 +0000 (22:06 +0800)]
MDL-63337 block_myoverview: Fix illegal whitespaces

4 years agoMerge branch 'MDL-63337-master' of git://github.com/bmbrands/moodle
Jun Pataleta [Mon, 15 Oct 2018 13:03:16 +0000 (21:03 +0800)]
Merge branch 'MDL-63337-master' of git://github.com/bmbrands/moodle

4 years agoMDL-63431 atto_media: Shorten line length
David Monllao [Mon, 15 Oct 2018 08:23:48 +0000 (10:23 +0200)]
MDL-63431 atto_media: Shorten line length

4 years agoMerge branch 'MDL-63431-master' of https://github.com/kabalin/moodle
David Monllao [Mon, 15 Oct 2018 07:13:53 +0000 (09:13 +0200)]
Merge branch 'MDL-63431-master' of https://github.com/kabalin/moodle

4 years agoMerge branch 'MDL-63352-master' of git://github.com/peterRd/moodle
Damyon Wiese [Mon, 15 Oct 2018 06:50:10 +0000 (14:50 +0800)]
Merge branch 'MDL-63352-master' of git://github.com/peterRd/moodle

4 years agoMDL-63352 block_timeline: Persist user preference on timeline
Peter [Thu, 4 Oct 2018 07:57:04 +0000 (15:57 +0800)]
MDL-63352 block_timeline: Persist user preference on timeline

* Persist sort preference to the user table
* Persist filter preferences to the user table
* Add behat tests to test persistence
* Add the gdpr exports for the user preferences as well as unit tests for the same
* Updated view_nav.min

4 years agoMDL-63337 block_myoverview: enrol_get_my_courses sort ul.timeaccess
Bas Brands [Mon, 15 Oct 2018 06:42:08 +0000 (08:42 +0200)]
MDL-63337 block_myoverview: enrol_get_my_courses sort ul.timeaccess

4 years agoMDL-63337 block_myoverview: add improved block myoverview
Bas Brands [Mon, 15 Oct 2018 06:42:08 +0000 (08:42 +0200)]
MDL-63337 block_myoverview: add improved block myoverview

4 years agoMerge branch 'MDL-63041-master' of git://github.com/bmbrands/moodle
Damyon Wiese [Mon, 15 Oct 2018 05:29:31 +0000 (13:29 +0800)]
Merge branch 'MDL-63041-master' of git://github.com/bmbrands/moodle

4 years agoMerge branch 'MDL-63542-master' of git://github.com/jleyva/moodle
Andrew Nicols [Mon, 15 Oct 2018 02:57:38 +0000 (10:57 +0800)]
Merge branch 'MDL-63542-master' of git://github.com/jleyva/moodle

4 years agoAutomatically generated installer lang files
AMOS bot [Mon, 15 Oct 2018 00:07:11 +0000 (00:07 +0000)]
Automatically generated installer lang files

4 years agoMDL-63431 atto_media: Fix non-unique id issues and extend tests.
Ruslan Kabalin [Fri, 12 Oct 2018 11:16:33 +0000 (12:16 +0100)]
MDL-63431 atto_media: Fix non-unique id issues and extend tests.

4 years agoMDL-63431 atto_media: Add title global attribute support.
Ruslan Kabalin [Thu, 11 Oct 2018 13:47:47 +0000 (14:47 +0100)]
MDL-63431 atto_media: Add title global attribute support.

4 years agoMDL-63102 core_block: Reduced spacing between blocks
Peter [Tue, 9 Oct 2018 05:54:11 +0000 (13:54 +0800)]
MDL-63102 core_block: Reduced spacing between blocks

Reduce the calculated bottom margin between blocks to half

4 years agoweekly release 3.6dev
Eloy Lafuente (stronk7) [Thu, 11 Oct 2018 11:22:36 +0000 (13:22 +0200)]
weekly release 3.6dev

4 years agoNOBUG: Fixed SVG browser compatibility
Eloy Lafuente (stronk7) [Thu, 11 Oct 2018 11:22:34 +0000 (13:22 +0200)]
NOBUG: Fixed SVG browser compatibility

4 years agoMerge branch 'install_master' of https://git.in.moodle.com/amosbot/moodle-install
Eloy Lafuente (stronk7) [Thu, 11 Oct 2018 11:22:33 +0000 (13:22 +0200)]
Merge branch 'install_master' of https://git.in.moodle.com/amosbot/moodle-install

4 years agoMDL-62319 assignfeedback_editpdf: Disable touch scrolling
Damyon Wiese [Thu, 13 Sep 2018 03:29:07 +0000 (11:29 +0800)]
MDL-62319 assignfeedback_editpdf: Disable touch scrolling

Assignment editpdf canvas provides it's own scroll tool and the native browser one breaks
the rest of the tools for the canvas. Turn it off.

4 years agoMDL-62319 Assign: Grading interface is broken when using iOS 11.3 devices
Nathan Nguyen [Mon, 20 Aug 2018 02:56:34 +0000 (12:56 +1000)]
MDL-62319 Assign: Grading interface is broken when using iOS 11.3 devices

4 years agoAutomatically generated installer lang files
AMOS bot [Thu, 11 Oct 2018 00:07:10 +0000 (00:07 +0000)]
Automatically generated installer lang files

4 years agoMerge branch 'MDL-62891-master-callable_name' of git://github.com/mudrd8mz/moodle
Eloy Lafuente (stronk7) [Wed, 10 Oct 2018 21:29:40 +0000 (23:29 +0200)]
Merge branch 'MDL-62891-master-callable_name' of git://github.com/mudrd8mz/moodle

4 years agoMerge branch 'MDL-63225-master' of git://github.com/jleyva/moodle
Eloy Lafuente (stronk7) [Wed, 10 Oct 2018 21:24:27 +0000 (23:24 +0200)]
Merge branch 'MDL-63225-master' of git://github.com/jleyva/moodle

4 years agoMerge branch 'MDL-51803-master-handle' of https://github.com/marinaglancy/moodle
David Monllao [Wed, 10 Oct 2018 12:27:17 +0000 (14:27 +0200)]
Merge branch 'MDL-51803-master-handle' of https://github.com/marinaglancy/moodle

4 years agoMerge branch 'MDL-63373' of git://github.com/stronk7/moodle
David Monllao [Wed, 10 Oct 2018 10:56:38 +0000 (12:56 +0200)]
Merge branch 'MDL-63373' of git://github.com/stronk7/moodle

4 years agoMDL-51803 core: sortable list not passive touch events
Marina Glancy [Wed, 10 Oct 2018 10:34:46 +0000 (12:34 +0200)]
MDL-51803 core: sortable list not passive touch events

Some browsers do not support options passed to the event browsers. Check if browser
supports it before adding options.

4 years agoMDL-51803 core: encourage use drag handle in sortable list
Marina Glancy [Wed, 10 Oct 2018 08:48:14 +0000 (10:48 +0200)]
MDL-51803 core: encourage use drag handle in sortable list

4 years agoMerge branch 'MDL-61245-master' of git://github.com/jleyva/moodle
Eloy Lafuente (stronk7) [Wed, 10 Oct 2018 09:14:57 +0000 (11:14 +0200)]
Merge branch 'MDL-61245-master' of git://github.com/jleyva/moodle

4 years agoMDL-60710 course: Fix incorrect reference to role
David Monllao [Wed, 10 Oct 2018 08:57:43 +0000 (10:57 +0200)]
MDL-60710 course: Fix incorrect reference to role

4 years agoMDL-61245 core_blog: New Web Service core_blog_view_entries
Juan Leyva [Fri, 19 Jan 2018 11:57:24 +0000 (12:57 +0100)]
MDL-61245 core_blog: New Web Service core_blog_view_entries

4 years agoMerge branch 'MDL-46415-master' of https://github.com/lucaboesch/moodle
Jun Pataleta [Wed, 10 Oct 2018 04:05:44 +0000 (12:05 +0800)]
Merge branch 'MDL-46415-master' of https://github.com/lucaboesch/moodle

4 years agoAutomatically generated installer lang files
AMOS bot [Wed, 10 Oct 2018 00:07:07 +0000 (00:07 +0000)]
Automatically generated installer lang files

4 years agoMerge branch 'MDL-63439-master' of git://github.com/damyon/moodle
Eloy Lafuente (stronk7) [Tue, 9 Oct 2018 22:47:40 +0000 (00:47 +0200)]
Merge branch 'MDL-63439-master' of git://github.com/damyon/moodle

4 years agoMerge branch 'MDL-29895' of https://github.com/enovation/moodle
Eloy Lafuente (stronk7) [Tue, 9 Oct 2018 22:29:16 +0000 (00:29 +0200)]
Merge branch 'MDL-29895' of https://github.com/enovation/moodle

4 years agoMDL-63603 enrol: Add Indian Rupee to paypal enrolment currencies
Daniel Neis Araujo [Tue, 9 Oct 2018 21:19:14 +0000 (18:19 -0300)]
MDL-63603 enrol: Add Indian Rupee to paypal enrolment currencies

4 years agoMerge branch 'MDL-62395-master' of git://github.com/junpataleta/moodle
Eloy Lafuente (stronk7) [Tue, 9 Oct 2018 21:06:28 +0000 (23:06 +0200)]
Merge branch 'MDL-62395-master' of git://github.com/junpataleta/moodle

4 years agoMDL-46415 tinymce: SVG emoticons size
Andreas Grähn [Tue, 9 Oct 2018 10:05:51 +0000 (12:05 +0200)]
MDL-46415 tinymce: SVG emoticons size

4 years agoMDL-51803 core: sortable list, fix for touch devices
Marina Glancy [Tue, 9 Oct 2018 12:26:32 +0000 (14:26 +0200)]
MDL-51803 core: sortable list, fix for touch devices

4 years agoMDL-51803 autoscroll: Fix incorrect reference to function
David Monllao [Tue, 9 Oct 2018 11:58:51 +0000 (13:58 +0200)]
MDL-51803 autoscroll: Fix incorrect reference to function

4 years agoMerge branch 'MDL-51803-master-mouse' of git://github.com/marinaglancy/moodle
David Monllao [Tue, 9 Oct 2018 11:53:29 +0000 (13:53 +0200)]
Merge branch 'MDL-51803-master-mouse' of git://github.com/marinaglancy/moodle

4 years agoMDL-51803 core: fix for touchstart
Marina Glancy [Tue, 9 Oct 2018 11:25:33 +0000 (13:25 +0200)]
MDL-51803 core: fix for touchstart

4 years agoMDL-51803 core: sortable list singleton
Marina Glancy [Mon, 8 Oct 2018 16:38:32 +0000 (18:38 +0200)]
MDL-51803 core: sortable list singleton

4 years agoMerge branch 'MDL-63427-master' of git://github.com/mihailges/moodle
Eloy Lafuente (stronk7) [Tue, 9 Oct 2018 11:21:11 +0000 (13:21 +0200)]
Merge branch 'MDL-63427-master' of git://github.com/mihailges/moodle

4 years agoMDL-46415 atto: SVG emoticons size
Andreas Grähn [Tue, 9 Oct 2018 09:44:29 +0000 (11:44 +0200)]
MDL-46415 atto: SVG emoticons size

4 years agoMDL-46415 pix: SVG emoticons
Andreas Grähn [Tue, 9 Oct 2018 09:43:42 +0000 (11:43 +0200)]
MDL-46415 pix: SVG emoticons

4 years agoMerge branch 'MDL-63401-master' of git://github.com/andrewnicols/moodle
Eloy Lafuente (stronk7) [Tue, 9 Oct 2018 09:35:29 +0000 (11:35 +0200)]
Merge branch 'MDL-63401-master' of git://github.com/andrewnicols/moodle

4 years agoMerge branch 'MDL-62738_master' of https://github.com/mfabriczy/moodle
David Monllao [Tue, 9 Oct 2018 07:23:57 +0000 (09:23 +0200)]
Merge branch 'MDL-62738_master' of https://github.com/mfabriczy/moodle

4 years agoMerge branch 'MDL-51969-master' of https://github.com/dmitriim/moodle
David Monllao [Tue, 9 Oct 2018 07:19:53 +0000 (09:19 +0200)]
Merge branch 'MDL-51969-master' of https://github.com/dmitriim/moodle

4 years agoMerge branch 'MDL-60710-master' of git://github.com/abias/moodle
David Monllao [Tue, 9 Oct 2018 07:00:42 +0000 (09:00 +0200)]
Merge branch 'MDL-60710-master' of git://github.com/abias/moodle

4 years agoMerge branch 'MDL-61378-master' of git://github.com/damyon/moodle
David Monllao [Tue, 9 Oct 2018 06:57:49 +0000 (08:57 +0200)]
Merge branch 'MDL-61378-master' of git://github.com/damyon/moodle

4 years agoMerge branch 'MDL-62491-master-fix' of git://github.com/abgreeve/moodle
Jun Pataleta [Tue, 9 Oct 2018 06:09:28 +0000 (14:09 +0800)]
Merge branch 'MDL-62491-master-fix' of git://github.com/abgreeve/moodle

4 years agoMerge branch 'MDL-63241-master-take2' of https://github.com/lucaboesch/moodle
Jun Pataleta [Tue, 9 Oct 2018 04:49:07 +0000 (12:49 +0800)]
Merge branch 'MDL-63241-master-take2' of https://github.com/lucaboesch/moodle

4 years agoMDL-61378 forum: Upgrade notes
Damyon Wiese [Mon, 8 Oct 2018 00:51:57 +0000 (08:51 +0800)]
MDL-61378 forum: Upgrade notes

Tell developers to correctly nest calls to forum_print_post

4 years agoMDL-61378 forum: Standardize HTML output for posts
Damyon Wiese [Mon, 10 Sep 2018 07:52:07 +0000 (15:52 +0800)]
MDL-61378 forum: Standardize HTML output for posts

Improve the format of the HTML representing a forum post.

1. Use <article> tag to mark it correctly.
2. Use <time> tag to include the real datetime information.
3. Use <address> tag to specify who and when the post came from.
4. Use heading level tags to mark the subject of each post.
5. Properly nest reply posts within their parent <article>
6. Use a header tab for each article to split the metadata from the content.
7. Use CSS to separate links, not text content.

Because posts are now nested properly, the heading for each one refers to it's own article
and we don't need to generate arbitrary heading level tags depending on how deep the post
is nested.

4 years agoMDL-62491 privacy: Fix running the download script.
Adrian Greeve [Tue, 9 Oct 2018 01:31:13 +0000 (09:31 +0800)]
MDL-62491 privacy: Fix running the download script.

Previously running the code to generate the download file
was very fagile. Now the code can be run anywhere without
problems occuring copying files.

4 years agoMDL-63439 assign: Unicode charsets for pdf
Damyon Wiese [Fri, 28 Sep 2018 04:10:44 +0000 (12:10 +0800)]
MDL-63439 assign: Unicode charsets for pdf

Prefer to use freesans font for generated pdfs as it has the biggest charset support.

4 years agoMerge branch 'MDL-63194' of https://github.com/timhunt/moodle
Jun Pataleta [Tue, 9 Oct 2018 00:56:02 +0000 (08:56 +0800)]
Merge branch 'MDL-63194' of https://github.com/timhunt/moodle

4 years agoMDL-63401 tool_dataprivacy: Change default for require end date
Andrew Nicols [Tue, 9 Oct 2018 00:31:57 +0000 (08:31 +0800)]
MDL-63401 tool_dataprivacy: Change default for require end date

We should preserve the existing behaviour.

4 years agoMDL-63401 tool_dataprivacy: Simplify where processing
Andrew Nicols [Tue, 9 Oct 2018 00:21:38 +0000 (08:21 +0800)]
MDL-63401 tool_dataprivacy: Simplify where processing

4 years agoMDL-63401 tool_dataprivacy: Move final cap check to endpoint
Andrew Nicols [Tue, 9 Oct 2018 00:21:25 +0000 (08:21 +0800)]
MDL-63401 tool_dataprivacy: Move final cap check to endpoint

4 years agoMDL-63427 block_myprofile: My profile block UI improvements
Mihail Geshoski [Tue, 9 Oct 2018 00:09:11 +0000 (08:09 +0800)]
MDL-63427 block_myprofile: My profile block UI improvements