David Monllao [Wed, 17 Oct 2018 13:42:55 +0000 (15:42 +0200)]
Merge branch 'MDL-27520_master' of git://github.com/markn86/moodle
Mark Nelson [Tue, 16 Oct 2018 08:49:42 +0000 (16:49 +0800)]
MDL-27520 assignfeedback_comments: is_feedback_modified considers 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
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.
Mark Nelson [Thu, 27 Sep 2018 01:25:38 +0000 (11:25 +1000)]
MDL-27520 assignfeedback_comments: updated privacy provider
Damyon Wiese [Tue, 11 Sep 2018 10:33:06 +0000 (18:33 +0800)]
MDL-27520 core: Rewrite pluginfile URLs
Jun Pataleta [Wed, 17 Oct 2018 07:06:29 +0000 (15:06 +0800)]
Merge branch 'MDL-63667-master' of git://github.com/damyon/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
Ryan Wyllie [Tue, 16 Oct 2018 03:25:19 +0000 (11:25 +0800)]
MDL-63667 javascript: fix failed to pre-fetch the template error
Damyon Wiese [Mon, 8 Oct 2018 08:11:52 +0000 (16:11 +0800)]
MDL-27520 backup: Backup for feedback 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
Mark Nelson [Wed, 8 Aug 2018 07:08:58 +0000 (15:08 +0800)]
MDL-27520 assignfeedback_comments: added backup/restore of files
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.
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.
Mark Nelson [Mon, 15 Oct 2018 04:20:23 +0000 (12:20 +0800)]
MDL-63547 core_message: web service can delete multiple conversations
Mark Nelson [Mon, 15 Oct 2018 09:43:21 +0000 (17:43 +0800)]
MDL-63547 core_message: added delete_conversation_by_id web service
Mark Nelson [Mon, 15 Oct 2018 09:42:15 +0000 (17:42 +0800)]
MDL-63547 core_message: deprecate delete_conversation web service
Mark Nelson [Sun, 14 Oct 2018 13:00:01 +0000 (21:00 +0800)]
MDL-63547 core_message: can_delete_conversation expects a conversationid
Mark Nelson [Sun, 14 Oct 2018 06:03:03 +0000 (14:03 +0800)]
MDL-63547 core_message: deprecated api::delete_conversation()
Mark Nelson [Sun, 14 Oct 2018 11:48:13 +0000 (19:48 +0800)]
MDL-63547 core_message: updated api::can_delete_message
Mark Nelson [Sun, 14 Oct 2018 11:15:30 +0000 (19:15 +0800)]
MDL-63547 core_message: updated message_deleted event to support groups
Eloy Lafuente (stronk7) [Tue, 16 Oct 2018 14:20:23 +0000 (16:20 +0200)]
on-demand release 3.6dev+
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
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.
Mark Nelson [Thu, 2 Aug 2018 06:42:59 +0000 (14:42 +0800)]
MDL-27520 mod_assign: added API for feedback plugins
Mark Nelson [Fri, 14 Sep 2018 03:37:10 +0000 (11:37 +0800)]
MDL-27520 core_grades: accept feedback files via grade_update()
Damyon Wiese [Tue, 16 Oct 2018 03:43:24 +0000 (11:43 +0800)]
Merge branch 'MDL-62960-master' of git://github.com/rezaies/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
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.
Shamim Rezaie [Mon, 6 Aug 2018 07:36:36 +0000 (17:36 +1000)]
MDL-62960 calendar: Visuall indicator for valid course event drop zones
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.
Shamim Rezaie [Mon, 6 Aug 2018 06:42:10 +0000 (16:42 +1000)]
MDL-62960 calendar: Implementing course events validity check callback
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
Andrew Nicols [Tue, 16 Oct 2018 00:49:34 +0000 (08:49 +0800)]
Merge branch 'MDL-63421' of git://github.com/stronk7/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
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
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
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
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
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
Jun Pataleta [Mon, 15 Oct 2018 14:06:55 +0000 (22:06 +0800)]
MDL-63337 block_myoverview: Fix illegal whitespaces
Jun Pataleta [Mon, 15 Oct 2018 13:03:16 +0000 (21:03 +0800)]
Merge branch 'MDL-63337-master' of git://github.com/bmbrands/moodle
David Monllao [Mon, 15 Oct 2018 08:23:48 +0000 (10:23 +0200)]
MDL-63431 atto_media: Shorten line length
David Monllao [Mon, 15 Oct 2018 07:13:53 +0000 (09:13 +0200)]
Merge branch 'MDL-63431-master' of https://github.com/kabalin/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
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
Bas Brands [Mon, 15 Oct 2018 06:42:08 +0000 (08:42 +0200)]
MDL-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: add improved block myoverview
Damyon Wiese [Mon, 15 Oct 2018 05:29:31 +0000 (13:29 +0800)]
Merge branch 'MDL-63041-master' of git://github.com/bmbrands/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
AMOS bot [Mon, 15 Oct 2018 00:07:11 +0000 (00:07 +0000)]
Automatically generated installer lang files
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.
Ruslan Kabalin [Thu, 11 Oct 2018 13:47:47 +0000 (14:47 +0100)]
MDL-63431 atto_media: Add title global attribute support.
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
Eloy Lafuente (stronk7) [Thu, 11 Oct 2018 11:22:36 +0000 (13:22 +0200)]
weekly release 3.6dev
Eloy Lafuente (stronk7) [Thu, 11 Oct 2018 11:22:34 +0000 (13:22 +0200)]
NOBUG: Fixed SVG browser compatibility
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
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.
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
AMOS bot [Thu, 11 Oct 2018 00:07:10 +0000 (00:07 +0000)]
Automatically generated installer lang files
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
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
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
David Monllao [Wed, 10 Oct 2018 10:56:38 +0000 (12:56 +0200)]
Merge branch 'MDL-63373' of git://github.com/stronk7/moodle
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.
Marina Glancy [Wed, 10 Oct 2018 08:48:14 +0000 (10:48 +0200)]
MDL-51803 core: encourage use drag handle in sortable list
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
David Monllao [Wed, 10 Oct 2018 08:57:43 +0000 (10:57 +0200)]
MDL-60710 course: Fix incorrect reference to role
Juan Leyva [Fri, 19 Jan 2018 11:57:24 +0000 (12:57 +0100)]
MDL-61245 core_blog: New Web Service core_blog_view_entries
Jun Pataleta [Wed, 10 Oct 2018 04:05:44 +0000 (12:05 +0800)]
Merge branch 'MDL-46415-master' of https://github.com/lucaboesch/moodle
AMOS bot [Wed, 10 Oct 2018 00:07:07 +0000 (00:07 +0000)]
Automatically generated installer lang files
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
Eloy Lafuente (stronk7) [Tue, 9 Oct 2018 22:29:16 +0000 (00:29 +0200)]
Merge branch 'MDL-29895' of https://github.com/enovation/moodle
Daniel Neis Araujo [Tue, 9 Oct 2018 21:19:14 +0000 (18:19 -0300)]
MDL-63603 enrol: Add Indian Rupee to paypal enrolment currencies
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
Andreas Grähn [Tue, 9 Oct 2018 10:05:51 +0000 (12:05 +0200)]
MDL-46415 tinymce: SVG emoticons size
Marina Glancy [Tue, 9 Oct 2018 12:26:32 +0000 (14:26 +0200)]
MDL-51803 core: sortable list, fix for touch devices
David Monllao [Tue, 9 Oct 2018 11:58:51 +0000 (13:58 +0200)]
MDL-51803 autoscroll: Fix incorrect reference to function
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
Marina Glancy [Tue, 9 Oct 2018 11:25:33 +0000 (13:25 +0200)]
MDL-51803 core: fix for touchstart
Marina Glancy [Mon, 8 Oct 2018 16:38:32 +0000 (18:38 +0200)]
MDL-51803 core: sortable list singleton
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
Andreas Grähn [Tue, 9 Oct 2018 09:44:29 +0000 (11:44 +0200)]
MDL-46415 atto: SVG emoticons size
Andreas Grähn [Tue, 9 Oct 2018 09:43:42 +0000 (11:43 +0200)]
MDL-46415 pix: SVG emoticons
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
David Monllao [Tue, 9 Oct 2018 07:23:57 +0000 (09:23 +0200)]
Merge branch 'MDL-62738_master' of https://github.com/mfabriczy/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
David Monllao [Tue, 9 Oct 2018 07:00:42 +0000 (09:00 +0200)]
Merge branch 'MDL-60710-master' of git://github.com/abias/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
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
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
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
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.
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.
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.
Jun Pataleta [Tue, 9 Oct 2018 00:56:02 +0000 (08:56 +0800)]
Merge branch 'MDL-63194' of https://github.com/timhunt/moodle
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.
Andrew Nicols [Tue, 9 Oct 2018 00:21:38 +0000 (08:21 +0800)]
MDL-63401 tool_dataprivacy: Simplify where processing
Andrew Nicols [Tue, 9 Oct 2018 00:21:25 +0000 (08:21 +0800)]
MDL-63401 tool_dataprivacy: Move final cap check to endpoint
Mihail Geshoski [Tue, 9 Oct 2018 00:09:11 +0000 (08:09 +0800)]
MDL-63427 block_myprofile: My profile block UI improvements