Adrian Greeve [Tue, 5 Mar 2019 07:00:23 +0000 (15:00 +0800)]
Merge branch 'MDL-64342-master' of git://github.com/cescobedo/moodle
Adrian Greeve [Tue, 5 Mar 2019 06:25:16 +0000 (14:25 +0800)]
Merge branch 'MDL-64864-master' of git://github.com/damyon/moodle
Adrian Greeve [Tue, 5 Mar 2019 05:51:33 +0000 (13:51 +0800)]
Merge branch 'MDL-64678-master' of git://github.com/damyon/moodle
Andrew Nicols [Tue, 5 Mar 2019 05:24:17 +0000 (13:24 +0800)]
Merge branch 'MDL-64961-master' of https://github.com/sammarshallou/moodle
Andrew Nicols [Tue, 5 Mar 2019 05:20:34 +0000 (13:20 +0800)]
Merge branch 'MDL-64981' of https://github.com/timhunt/moodle
Shamim Rezaie [Wed, 20 Feb 2019 03:54:53 +0000 (14:54 +1100)]
MDL-64830 core_calendar: Do cap check on event edit form
Damyon Wiese [Tue, 29 Jan 2019 01:23:36 +0000 (09:23 +0800)]
MDL-64651 comments: Do not send referrer
Use blanktarget option on all comments to prevent malicious links.
Viktor [Mon, 4 Feb 2019 08:10:25 +0000 (16:10 +0800)]
MDL-62702 core_lib: fix broken verification signature
Mark Nelson [Wed, 27 Jun 2018 07:28:42 +0000 (15:28 +0800)]
MDL-62702 core_lib: updated the 'ltiprovider' readme_moodle.txt
Brendan Cox [Thu, 28 Jun 2018 11:58:25 +0000 (19:58 +0800)]
MDL-62702 core_lib: parameters in POST override other LTI values
This fixes an exploit where you could alter the 'Content-Type' of the
request and bypass the case-sensitive check 'strstr'. For example,
setting it to 'application/x-www-FORM-urlencoded'. However, changing
this to use 'stristr' was also not an acceptable approach as you
could also bypass it by setting the value to 'multipart/form-data'.
Ryan Wyllie [Wed, 6 Feb 2019 00:59:19 +0000 (08:59 +0800)]
MDL-63786 core: set $CFG->forceclean for logged in as sessions
Turn on the forceclean config setting when a user is logged in as a
different user. This is a precautionary measure, which forces all
user submitted content to be cleaned of JavaScript before rendering
it to the logged in as user.
Luca Bösch [Fri, 25 Jan 2019 15:03:22 +0000 (16:03 +0100)]
MDL-64706 theme_boost: Remove logo link in secure template
Jun Pataleta [Tue, 5 Mar 2019 03:14:04 +0000 (11:14 +0800)]
Merge branch 'MDL-64652-master' of git://github.com/andrewnicols/moodle
Adrian Greeve [Tue, 5 Mar 2019 03:08:27 +0000 (11:08 +0800)]
Merge branch 'MDL-64941-master' of https://github.com/MartinGauk/moodle
Andrew Nicols [Mon, 28 Jan 2019 03:03:57 +0000 (11:03 +0800)]
MDL-64652 mod_data: Break LEFT JOINs to multiple INNER
Andrew Nicols [Mon, 28 Jan 2019 02:31:37 +0000 (10:31 +0800)]
MDL-64652 glossary: Break LEFT JOINs to multiple INNER
Andrew Nicols [Mon, 28 Jan 2019 02:27:33 +0000 (10:27 +0800)]
MDL-64652 forum: Use an inner join when fetching ratings
Andrew Nicols [Mon, 28 Jan 2019 02:27:07 +0000 (10:27 +0800)]
MDL-64652 rating: Add optional inner join option to sql
Andrew Nicols [Wed, 23 Jan 2019 06:52:16 +0000 (14:52 +0800)]
MDL-64652 mod_forum: Performance improvement for provider
There are possibly some further improvements that can be made to:
- export_discussion_data
- export_all_posts
Andrew Nicols [Tue, 5 Mar 2019 02:09:31 +0000 (10:09 +0800)]
Merge branch 'MDL-64967-master' of https://github.com/sammarshallou/moodle
Andrew Nicols [Tue, 5 Mar 2019 02:04:15 +0000 (10:04 +0800)]
Merge branch 'MDL-64886_master' of https://github.com/marxjohnson/moodle
Adrian Greeve [Tue, 5 Mar 2019 01:55:25 +0000 (09:55 +0800)]
Merge branch 'MDL-64863-master' of git://github.com/damyon/moodle
Jun Pataleta [Tue, 5 Mar 2019 01:44:59 +0000 (09:44 +0800)]
Merge branch 'MDL-62143-master' of git://github.com/damyon/moodle
Damyon Wiese [Fri, 15 Feb 2019 01:30:50 +0000 (09:30 +0800)]
MDL-64864 core_competency: Include course category
These courses are passed through to the course_summary_exporter which
requires a category id in each course record.
Damyon Wiese [Thu, 24 Jan 2019 01:44:22 +0000 (09:44 +0800)]
MDL-64678 assign: More ios touch
Only disable touch scrolling when the touch event is within the drawing region of the canvas.
cescobedo [Sun, 3 Mar 2019 22:23:04 +0000 (23:23 +0100)]
MDL-64342 core_message: make ajax call when privacy setting is changed
Only fire ajax request when the privacy setting value is changed.
sam marshall [Wed, 27 Feb 2019 10:58:02 +0000 (10:58 +0000)]
MDL-64961 REST web service: Fatal error in error handler
Tim Hunt [Fri, 1 Mar 2019 11:12:40 +0000 (11:12 +0000)]
MDL-64981 dml tests: pgsql_native_recordset_testcase port number
Martin Gauk [Mon, 25 Feb 2019 11:13:32 +0000 (11:13 +0000)]
MDL-64941 qtype_multianswer: keep order of existing wrapped questions
Eloy Lafuente (stronk7) [Thu, 28 Feb 2019 17:51:34 +0000 (18:51 +0100)]
weekly release 3.7dev
Eloy Lafuente (stronk7) [Thu, 28 Feb 2019 17:51:31 +0000 (18:51 +0100)]
Merge branch 'install_master' of https://git.in.moodle.com/amosbot/moodle-install
Eloy Lafuente (stronk7) [Thu, 28 Feb 2019 10:51:57 +0000 (11:51 +0100)]
Merge branch 'MDL-60944_master-bump-mlbackend' of git://github.com/dmonllao/moodle
David Monllaó [Thu, 28 Feb 2019 10:45:24 +0000 (11:45 +0100)]
MDL-60944 mlbackend_python: Bump python package version
Eloy Lafuente (stronk7) [Thu, 28 Feb 2019 09:33:57 +0000 (10:33 +0100)]
Merge branch 'MDL-62631-master' of git://github.com/sarjona/moodle
Andrew Nicols [Thu, 28 Feb 2019 03:45:27 +0000 (11:45 +0800)]
Merge branch 'MDL-64376-master-2' of git://github.com/ryanwyllie/moodle
Ryan Wyllie [Thu, 28 Feb 2019 03:28:19 +0000 (11:28 +0800)]
MDL-64376 block_recentlyaccessedcourses: only centre courses on overflow
Only centre the courses in the div if they are overflowing the container
otherwise they should be left aligned.
Eloy Lafuente (stronk7) [Thu, 28 Feb 2019 00:19:13 +0000 (01:19 +0100)]
Merge branch 'MDL-64444-master' of git://github.com/jleyva/moodle
Eloy Lafuente (stronk7) [Wed, 27 Feb 2019 17:58:26 +0000 (18:58 +0100)]
Merge branch 'MDL-64878-master' of git://github.com/damyon/moodle
Eloy Lafuente (stronk7) [Wed, 27 Feb 2019 17:46:44 +0000 (18:46 +0100)]
Merge branch 'MDL-60944_master' of git://github.com/dmonllao/moodle
sam marshall [Wed, 27 Feb 2019 14:56:03 +0000 (14:56 +0000)]
MDL-64967 Behat: Mobile app testing does not load CSS files
Some files cannot be loaded due to CORS restrictions.
Sara Arjona [Wed, 27 Feb 2019 14:36:18 +0000 (15:36 +0100)]
Merge branch 'MDL-64761-master' of git://github.com/dpalou/moodle
Mark Johnson [Wed, 27 Feb 2019 10:08:41 +0000 (10:08 +0000)]
MDL-64886 enrol: Make enrolledusercount optional in enrol_get_users_courses
Alexander Bias [Wed, 20 Feb 2019 07:09:50 +0000 (08:09 +0100)]
MDL-64903 block_myoverview: Cluster course filters
Sara Arjona [Wed, 27 Feb 2019 10:51:30 +0000 (11:51 +0100)]
Merge branch 'MDL-55135-master-competencies-manage-in-coursecontext' of https://github.com/wjroes/moodle
Sara Arjona [Wed, 27 Feb 2019 07:57:51 +0000 (08:57 +0100)]
Merge branch 'MDL-62454-master' of git://github.com/bmbrands/moodle
Andrew Nicols [Wed, 27 Feb 2019 06:38:34 +0000 (14:38 +0800)]
Merge branch 'MDL-64889_master' of https://github.com/marxjohnson/moodle
Andrew Nicols [Wed, 27 Feb 2019 05:51:08 +0000 (13:51 +0800)]
Merge branch 'wip-master-MDL-62345' of https://github.com/adpe/moodle
Andrew Nicols [Wed, 27 Feb 2019 05:01:08 +0000 (13:01 +0800)]
Merge branch 'MDL-63674-master' of git://github.com/rezaies/moodle
Andrew Nicols [Wed, 27 Feb 2019 04:08:09 +0000 (12:08 +0800)]
Merge branch 'MDL-63915_master' of git://github.com/markn86/moodle
Andrew Nicols [Wed, 27 Feb 2019 03:51:14 +0000 (11:51 +0800)]
Merge branch 'MDL-64376-master-2' of git://github.com/ryanwyllie/moodle
Ryan Wyllie [Tue, 19 Feb 2019 08:00:51 +0000 (16:00 +0800)]
MDL-63915 core_message: prevent drawer overriding index page widget
The module message_drawer_view_conversation.js is written in a way
where it keeps the conversation data as a static module variable.
It also does the same thing for the render function and generates it
when the conversation is shown, and only holds one instance as a static
module variable. This means which ever version of the messaging UI opens
second will override the first render function.
Ryan Wyllie [Tue, 22 Jan 2019 06:37:13 +0000 (14:37 +0800)]
MDL-63915 core_message: fix view contacts loading only on one app
Mark Nelson [Wed, 13 Feb 2019 11:02:16 +0000 (19:02 +0800)]
MDL-63915 core_message: 'message' link on profile opens drawer
Mark Nelson [Fri, 18 Jan 2019 04:10:05 +0000 (12:10 +0800)]
MDL-63915 core_message: add the UI to the message/index.php page
Mark Nelson [Fri, 18 Jan 2019 04:09:55 +0000 (12:09 +0800)]
MDL-63915 core_message: add namespacing to messaging widget
Mark Nelson [Wed, 5 Dec 2018 03:17:19 +0000 (11:17 +0800)]
MDL-63915 core_message: mark items that can be removed in MDL-63261
Mark Nelson [Wed, 5 Dec 2018 07:10:18 +0000 (15:10 +0800)]
MDL-63915 core_message: remove use of renderable so we can nuke it
The other renderables in the same namespace are still used by
deprecated web services. Once we do the final deprecation of
those web services they will be removed - see MDL-63261.
Mark Nelson [Mon, 3 Dec 2018 07:50:51 +0000 (15:50 +0800)]
MDL-63915 theme_bootstrapbase: removed unused CSS
Mark Nelson [Mon, 3 Dec 2018 07:50:35 +0000 (15:50 +0800)]
MDL-63915 theme_boost: removed unused CSS
Mark Nelson [Mon, 3 Dec 2018 05:35:13 +0000 (13:35 +0800)]
MDL-63915 core_message: removed unused AMD modules
Mark Nelson [Mon, 3 Dec 2018 05:32:32 +0000 (13:32 +0800)]
MDL-63915 core_message: removed unused templates
Also removed no longer used renderer.
Ryan Wyllie [Wed, 12 Dec 2018 05:06:04 +0000 (13:06 +0800)]
MDL-64376 recentlyaccessedcourses: improve displaying of courses
Ryan Wyllie [Wed, 12 Dec 2018 05:05:20 +0000 (13:05 +0800)]
MDL-64376 theme_boost: fire event on nav drawer toggle
Ryan Wyllie [Wed, 12 Dec 2018 02:06:58 +0000 (10:06 +0800)]
MDL-64376 recentlyaccessedcourses: make cards fixed width
Ryan Wyllie [Wed, 12 Dec 2018 02:06:00 +0000 (10:06 +0800)]
MDL-64376 recentlyaccessedcourses: stop reloading on favourite
Stop reloading the whole content when a single course is favourited
or unfavourited.
Damyon Wiese [Wed, 27 Feb 2019 02:35:42 +0000 (10:35 +0800)]
MDL-64878 grades: Update delete_instance
When grades are deleted, it needs to know the context so any files
in the gradebook can be deleted. This means module delete_instance
functions must delete the grade_item before they delete the module record.
Damyon Wiese [Thu, 21 Feb 2019 08:21:58 +0000 (16:21 +0800)]
MDL-64878 grades: Rebuild cache on import
When the course module cache is out of date during a gradebook re-calculcation it throws
throws exceptions because the module cannot be found. This prevents access to gradebook or
any type of grading functions until the cache is rebuilt.
When the cache still has no module record we log an error and return the course context.
Andrew Nicols [Wed, 27 Feb 2019 01:54:35 +0000 (09:54 +0800)]
Merge branch 'MDL-64591' of https://github.com/timhunt/moodle
AMOS bot [Wed, 27 Feb 2019 00:09:34 +0000 (00:09 +0000)]
Automatically generated installer lang files
Eloy Lafuente (stronk7) [Tue, 26 Feb 2019 22:18:56 +0000 (23:18 +0100)]
Merge branch 'MDL-63417-master' of git://github.com/mihailges/moodle
Sara Arjona [Tue, 26 Feb 2019 14:44:34 +0000 (15:44 +0100)]
MDL-52167 admin: format dependencies in search results
Davo Smith [Tue, 19 Feb 2019 12:44:18 +0000 (12:44 +0000)]
MDL-52167 admin: display dependencies in search results
Davo Smith [Wed, 13 Feb 2019 08:51:38 +0000 (08:51 +0000)]
MDL-52167 admin: switch hide_if() to use hide() + update upgrade.txt
Davo Smith [Thu, 7 Dec 2017 14:31:32 +0000 (14:31 +0000)]
MDL-52167 admin: now able to show/hide settings based on conditions
Sara Arjona [Tue, 26 Feb 2019 13:08:55 +0000 (14:08 +0100)]
Merge branch 'MDL-43428-master' of git://github.com/rezaies/moodle
Tim Hunt [Fri, 18 Jan 2019 15:58:11 +0000 (15:58 +0000)]
MDL-64591 User tours: don't show during redirects & other bad times
Sara Arjona [Tue, 26 Feb 2019 12:25:54 +0000 (13:25 +0100)]
Merge branch 'MDL-58428-master' of git://github.com/sarjona/moodle
Mathew May [Tue, 26 Feb 2019 05:41:56 +0000 (13:41 +0800)]
MDL-58428 theme: Update upgrade txt & versions.
Mathew May [Tue, 26 Feb 2019 04:19:18 +0000 (12:19 +0800)]
MDL-58428 theme: Add templates to Course
Mathew May [Fri, 22 Feb 2019 07:26:10 +0000 (15:26 +0800)]
MDL-58428 theme: Move templates from admin/tool/usertours
Mathew May [Fri, 22 Feb 2019 07:26:09 +0000 (15:26 +0800)]
MDL-58428 theme: Move templates from admin/tool/lp
Mathew May [Fri, 22 Feb 2019 07:26:01 +0000 (15:26 +0800)]
MDL-58428 theme: Move templates from mod/forum
Mathew May [Fri, 22 Feb 2019 07:25:59 +0000 (15:25 +0800)]
MDL-58428 theme: Move templates from mod/assign
Mathew May [Fri, 22 Feb 2019 07:25:21 +0000 (15:25 +0800)]
MDL-58428 theme: Move templates from grade/grading/form/guide
Mathew May [Fri, 22 Feb 2019 07:25:20 +0000 (15:25 +0800)]
MDL-58428 theme: Move templates from grade/report/singleview
Mathew May [Fri, 22 Feb 2019 07:25:19 +0000 (15:25 +0800)]
MDL-58428 theme: Move templates from grade/report/history
Mathew May [Fri, 22 Feb 2019 07:25:19 +0000 (15:25 +0800)]
MDL-58428 theme: Move templates from grades
Mathew May [Fri, 22 Feb 2019 07:25:18 +0000 (15:25 +0800)]
MDL-58428 theme: Move templates from calendar
Mathew May [Fri, 22 Feb 2019 07:25:12 +0000 (15:25 +0800)]
MDL-58428 theme: Move templates from admin
Mathew May [Fri, 22 Feb 2019 07:25:04 +0000 (15:25 +0800)]
MDL-58428 theme: Move templates from lib
Mathew May [Fri, 22 Feb 2019 07:22:24 +0000 (15:22 +0800)]
MDL-58428 theme: Move templates from blocks/settings
Mathew May [Mon, 18 Feb 2019 03:51:39 +0000 (11:51 +0800)]
MDL-58428 theme: Move templates from blocks/search_forums
Mathew May [Thu, 14 Feb 2019 05:58:04 +0000 (13:58 +0800)]
MDL-58428 renderer: Correct paths & xpaths
Mathew May [Wed, 13 Feb 2019 08:29:22 +0000 (16:29 +0800)]
MDL-58428 renderer: Move renderer override from core
Also update all html_writer user to escape the namespace.
Also update the xpaths in behat
David Monllaó [Fri, 1 Feb 2019 05:52:42 +0000 (06:52 +0100)]
MDL-60944 analytics: Include trained ML models
Mathew May [Wed, 13 Feb 2019 06:20:23 +0000 (14:20 +0800)]
MDL-58428 renderer: Move renderer override from blocks
Mathew May [Wed, 13 Feb 2019 06:16:26 +0000 (14:16 +0800)]
MDL-58428 renderer: Move renderer override from maintenance
Mathew May [Wed, 13 Feb 2019 06:09:38 +0000 (14:09 +0800)]
MDL-58428 renderer: Move renderer override from grade report
Mathew May [Wed, 13 Feb 2019 06:06:30 +0000 (14:06 +0800)]
MDL-58428 renderer: Move renderer override from Question bank
Mathew May [Wed, 13 Feb 2019 04:52:06 +0000 (12:52 +0800)]
MDL-58428 renderer: Move renderer override from course management