Eloy Lafuente (stronk7) [Tue, 19 Mar 2019 23:39:28 +0000 (00:39 +0100)]
Merge branch 'MDL-65085_master' of git://github.com/dmonllao/moodle
Eloy Lafuente (stronk7) [Tue, 19 Mar 2019 23:36:51 +0000 (00:36 +0100)]
Merge branch 'MDL-60340_master' of git://github.com/dmonllao/moodle
Eloy Lafuente (stronk7) [Tue, 19 Mar 2019 22:03:56 +0000 (23:03 +0100)]
Merge branch 'MDL-64990_master' of git://github.com/markn86/moodle
Eloy Lafuente (stronk7) [Tue, 19 Mar 2019 21:01:27 +0000 (22:01 +0100)]
Merge branch 'MDL-64979-master' of https://github.com/sammarshallou/moodle
sam marshall [Thu, 28 Feb 2019 17:36:30 +0000 (17:36 +0000)]
MDL-64979 Behat: Add option to increase timeouts
Eloy Lafuente (stronk7) [Tue, 19 Mar 2019 16:57:30 +0000 (17:57 +0100)]
Merge branch 'MDL-65005-master' of git://github.com/junpataleta/moodle
Eloy Lafuente (stronk7) [Tue, 19 Mar 2019 16:43:24 +0000 (17:43 +0100)]
Merge branch 'MDL-63244-master' of git://github.com/lameze/moodle
Simey Lameze [Wed, 27 Feb 2019 06:11:38 +0000 (14:11 +0800)]
MDL-63244 core: make mustache retrieve language
Adrian Greeve [Tue, 19 Mar 2019 06:22:22 +0000 (14:22 +0800)]
Merge branch 'MDL-64898-progress-teachers' of https://github.com/dmitriim/moodle
Adrian Greeve [Tue, 19 Mar 2019 05:41:09 +0000 (13:41 +0800)]
Merge branch 'MDL-64958-master' of git://github.com/junpataleta/moodle
Adrian Greeve [Tue, 19 Mar 2019 03:24:32 +0000 (11:24 +0800)]
Merge branch 'MDL-63144-master' of git://github.com/rezaies/moodle
Adrian Greeve [Tue, 19 Mar 2019 03:02:28 +0000 (11:02 +0800)]
Merge branch 'MDL-54592-master' of git://github.com/vmdef/moodle
Eloy Lafuente (stronk7) [Mon, 18 Mar 2019 23:23:24 +0000 (00:23 +0100)]
Merge branch 'MDL-64974-master' of git://github.com/sarjona/moodle
Eloy Lafuente (stronk7) [Mon, 18 Mar 2019 23:21:07 +0000 (00:21 +0100)]
Merge branch 'MDL-64987-master' of git://github.com/abgreeve/moodle
Eloy Lafuente (stronk7) [Mon, 18 Mar 2019 22:35:17 +0000 (23:35 +0100)]
Merge branch 'MDL-65006-master' of git://github.com/sarjona/moodle
Eloy Lafuente (stronk7) [Mon, 18 Mar 2019 19:15:48 +0000 (20:15 +0100)]
Merge branch 'MDL-63074-master' of git://github.com/bmbrands/moodle
Eloy Lafuente (stronk7) [Mon, 18 Mar 2019 19:00:46 +0000 (20:00 +0100)]
Merge branch 'MDL-64905-master' of git://github.com/abias/moodle
Eloy Lafuente (stronk7) [Mon, 18 Mar 2019 11:40:11 +0000 (12:40 +0100)]
Merge branch 'MDL-64655-master' of git://github.com/jleyva/moodle
Victor Deniz Falcon [Mon, 18 Mar 2019 11:11:01 +0000 (11:11 +0000)]
MDL-54592 cachestore_mongodb: check MongoDB server connection
The connection to the MongoDB server is checked on the creation and
deletion of a cache store instance. If the connection fails during
creation, the instance is set as not ready. Before deleting a instance,
a new cachestore_mongodb object is created, and connection checked.
There is no reason to check again the connection in the instance_deleted() method.
Víctor Déniz Falcón [Thu, 14 Mar 2019 11:14:31 +0000 (11:14 +0000)]
MDL-54592 cachestore_mongodb: MongoDB cache store use new driver.
The scope of this change is limited to modifying the MongoDB cache
plugin to use the new version of the driver that accepts PHP 7.x
versions. Following the instructions in the official MongoDB
documentation, https://docs.mongodb.com/php-library/current/, the
MongoDB PHP Library was included and used.
Víctor Déniz Falcón [Thu, 14 Mar 2019 10:54:47 +0000 (10:54 +0000)]
MDL-54592 cachestore_mongodb: add MongoDB PHP Library
The new mongodb extension provides a limited API. The MongoDB PHP adds a
high level abstraction layer that provides methods for CRUD operations
and common commands. This version of MongoDB PHP Library requires
the PHP mongodb extension >= 1.5.
David Monllaó [Fri, 15 Mar 2019 12:04:13 +0000 (13:04 +0100)]
MDL-65085 analytics: noreply user sends insights
David Monllaó [Mon, 25 Feb 2019 10:00:29 +0000 (11:00 +0100)]
MDL-60340 calendar: New param to specify a user
Dmitrii Metelkin [Wed, 27 Feb 2019 22:42:34 +0000 (09:42 +1100)]
MDL-64898 core_completion: no progress for untracked users
Jake Dallimore [Fri, 15 Mar 2019 03:01:23 +0000 (11:01 +0800)]
weekly release 3.7dev
Jake Dallimore [Fri, 15 Mar 2019 03:01:23 +0000 (11:01 +0800)]
NOBUG: Fixed file access permissions
Jake Dallimore [Fri, 15 Mar 2019 03:01:22 +0000 (11:01 +0800)]
NOBUG: Fixed SVG browser compatibility
Jake Dallimore [Fri, 15 Mar 2019 03:01:22 +0000 (11:01 +0800)]
Merge branch 'install_master' of https://git.in.moodle.com/amosbot/moodle-install
Juan Leyva [Tue, 5 Feb 2019 14:55:01 +0000 (15:55 +0100)]
MDL-64655 forum: New WS mod_forum_get_forum_access_information
This WS returning the current user capabilities info.
Jake Dallimore [Thu, 14 Mar 2019 03:42:14 +0000 (11:42 +0800)]
Merge branch 'MDL-60059-master' of git://github.com/rezaies/moodle
Shamim Rezaie [Tue, 12 Feb 2019 05:27:20 +0000 (16:27 +1100)]
MDL-60059 mod_workshop: Add drag and drop support to workshop events
Eloy Lafuente (stronk7) [Thu, 14 Mar 2019 00:26:39 +0000 (01:26 +0100)]
Merge branch 'MDL-46931' of https://github.com/paulholden/moodle
Eloy Lafuente (stronk7) [Thu, 14 Mar 2019 00:20:52 +0000 (01:20 +0100)]
Merge branch 'MDL-63146-master' of git://github.com/rezaies/moodle
Eloy Lafuente (stronk7) [Thu, 14 Mar 2019 00:13:47 +0000 (01:13 +0100)]
Merge branch 'MDL-61585_master' of git://github.com/dmonllao/moodle
Eloy Lafuente (stronk7) [Wed, 13 Mar 2019 23:31:39 +0000 (00:31 +0100)]
Merge branch 'MDL-63366-master' of git://github.com/andrewnicols/moodle
Eloy Lafuente (stronk7) [Wed, 13 Mar 2019 22:37:48 +0000 (23:37 +0100)]
Merge branch 'MDL-63524-master' of git://github.com/andrewnicols/moodle
Eloy Lafuente (stronk7) [Wed, 13 Mar 2019 16:47:59 +0000 (17:47 +0100)]
Merge branch 'MDL-64670-master' of git://github.com/aanabit/moodle
Amaia Anabitarte [Wed, 13 Mar 2019 14:06:42 +0000 (15:06 +0100)]
MDL-64670 core_message: fixing selector xpath
Jake Dallimore [Wed, 13 Mar 2019 08:36:04 +0000 (16:36 +0800)]
Merge branch 'MDL-64495-master' of https://github.com/aanabit/moodle
Adrian Greeve [Wed, 13 Mar 2019 07:42:40 +0000 (15:42 +0800)]
Merge branch 'MDL-64568-master'
Mark Nelson [Thu, 28 Feb 2019 06:41:43 +0000 (14:41 +0800)]
MDL-64568 core_group: delete conversation and members on group deletion
Mark Nelson [Thu, 28 Feb 2019 06:40:57 +0000 (14:40 +0800)]
MDL-64568 core_message: added new method to nuke conversations entirely
This method removes all data in the database related to a
given conversation.
Mark Nelson [Mon, 25 Feb 2019 00:53:59 +0000 (08:53 +0800)]
MDL-64568 core: upgrade step to remove orphaned group conversations
Jake Dallimore [Wed, 13 Mar 2019 06:28:04 +0000 (14:28 +0800)]
Merge branch 'MDL-64747-master' of https://github.com/lucaboesch/moodle
Adrian Greeve [Wed, 13 Mar 2019 06:05:14 +0000 (14:05 +0800)]
Merge branch 'MDL-64787_master-bump-python-package' of git://github.com/dmonllao/moodle
Jake Dallimore [Wed, 13 Mar 2019 03:03:52 +0000 (11:03 +0800)]
Merge branch 'MDL-64773_master' of git://github.com/markn86/moodle
Jake Dallimore [Wed, 13 Mar 2019 02:39:03 +0000 (10:39 +0800)]
Merge branch 'MDL-64230-master' of git://github.com/junpataleta/moodle
Mark Nelson [Fri, 15 Feb 2019 07:42:12 +0000 (15:42 +0800)]
MDL-64773 core_message: do not process muted conversations
Mark Nelson [Fri, 15 Feb 2019 04:18:40 +0000 (12:18 +0800)]
MDL-64773 core_message: add ability to mute/unmute conversations
Barbara Ramiro [Fri, 15 Feb 2019 04:19:20 +0000 (12:19 +0800)]
MDL-64773 core: added muted icon
Mark Nelson [Tue, 12 Feb 2019 02:58:24 +0000 (10:58 +0800)]
MDL-64773 core_message: ensure existing APIs return muted status
Mark Nelson [Wed, 6 Feb 2019 11:24:17 +0000 (19:24 +0800)]
MDL-64773 core_message: updated privacy provider
Mark Nelson [Wed, 6 Feb 2019 10:49:18 +0000 (18:49 +0800)]
MDL-64773 core_message: added web services to mute/unmute conversations
Mark Nelson [Wed, 6 Feb 2019 09:09:16 +0000 (17:09 +0800)]
MDL-64773 core_message: added API to mute/unmute conversations
Eloy Lafuente (stronk7) [Tue, 12 Mar 2019 17:05:17 +0000 (18:05 +0100)]
Merge branch 'MDL-64670-master' of git://github.com/aanabit/moodle
David Monllaó [Tue, 12 Mar 2019 12:11:02 +0000 (13:11 +0100)]
MDL-64787 mlbackend_python: Bump python package minimum version
Amaia Anabitarte [Fri, 15 Feb 2019 09:57:08 +0000 (10:57 +0100)]
MDL-64495 admin: Removed setting page and deprecation
Amaia Anabitarte [Thu, 14 Feb 2019 15:40:40 +0000 (16:40 +0100)]
MDL-64495 admin: New Messaging settings category in Site administration
Adrian Greeve [Tue, 12 Mar 2019 09:05:31 +0000 (17:05 +0800)]
Merge branch 'MDL-13745-master-nosetting' of git://github.com/vmdef/moodle
Víctor Déniz Falcón [Tue, 12 Mar 2019 08:58:30 +0000 (08:58 +0000)]
MDL-13745 admin: add Output mail configuration test
Add a tool for admins to test that the outgoing mail configuration is valid.
Adrian Greeve [Tue, 12 Mar 2019 05:36:43 +0000 (13:36 +0800)]
Merge branch 'MDL-64477-master-lastats' of git://github.com/mudrd8mz/moodle
Adrian Greeve [Tue, 12 Mar 2019 03:16:20 +0000 (11:16 +0800)]
Merge branch 'MDL-64787_master' of git://github.com/dmonllao/moodle
Eloy Lafuente (stronk7) [Mon, 11 Mar 2019 23:29:58 +0000 (00:29 +0100)]
Merge branch 'MDL-64084-master' of git://github.com/jleyva/moodle
Eloy Lafuente (stronk7) [Mon, 11 Mar 2019 22:03:02 +0000 (23:03 +0100)]
Merge branch 'MDL-64653-master' of git://github.com/jleyva/moodle
Sara Arjona [Thu, 28 Feb 2019 12:46:03 +0000 (13:46 +0100)]
MDL-64974 badges: add missing configurecriteria capability check
David Mudrák [Fri, 22 Feb 2019 11:43:40 +0000 (12:43 +0100)]
MDL-64477 analytics: Include new stats in site registration info
These four new figures will be submitted to the Moodle sites directory
as a part of the site registration.
David Mudrák [Fri, 22 Feb 2019 11:12:34 +0000 (12:12 +0100)]
MDL-64477 analytics: Introduce a new \core_analytics\stats class
The purpose of the class is to provide stats and meta data about how the
analytics is used on the site.
David Monllaó [Fri, 15 Feb 2019 10:02:16 +0000 (11:02 +0100)]
MDL-61585 analytics: Include missing indicators
Andrew Nicols [Wed, 6 Mar 2019 02:28:16 +0000 (10:28 +0800)]
MDL-63524 behat: Do not skip tests on Step 0 error
Jun Pataleta [Wed, 27 Feb 2019 06:28:28 +0000 (14:28 +0800)]
MDL-64958 gradeimport_csv: Better unit tests for check_user_exists()
Jun Pataleta [Wed, 27 Feb 2019 06:28:18 +0000 (14:28 +0800)]
MDL-64958 grade_import: Ensure correct user is being fetched
* We need to ensure that we are checking the correct user account.
Since email and idnumber are not unique fields, there's a chance that
multiple user records will match when querying for user data using
these fields. This might lead to a different user's grades being
inadvertently modified during grade import. In such a case, this
function needs to return a null userid.
Mark Nelson [Wed, 6 Mar 2019 06:57:05 +0000 (14:57 +0800)]
MDL-64990 tool_usertours: do not show messaging tour when disabled
Luca Bösch [Sat, 2 Feb 2019 10:59:51 +0000 (11:59 +0100)]
MDL-64747 block_myoverview: Omit "Sort by" text and add icon instead.
Paul Holden [Fri, 8 Mar 2019 14:40:41 +0000 (14:40 +0000)]
MDL-46931 roles: retrieve distinct users in sub-query.
Prevents duplicate key column warning when a user is enrolled in
a course via multiple enrolment methods.
Sara Arjona [Thu, 7 Mar 2019 14:51:54 +0000 (15:51 +0100)]
MDL-65006 policy: avoid loop when no policies need to be agreeded
Avoid an infinite loop when the user has no policies to agreed but
the policyagreed = 0.
Damyon Wiese [Thu, 28 Feb 2019 03:14:05 +0000 (11:14 +0800)]
MDL-64230 files: focus and hover css
Show the full filename when an element has focus or hover on the parent element.
Jun Pataleta [Thu, 21 Feb 2019 03:43:55 +0000 (11:43 +0800)]
MDL-64230 files: Display long file/folder names with ellipsis
* Instead of clipping long file/folder names by default, truncate them
with ellipsis to indicate to the user that the file/folder has a long
name.
Adrian Greeve [Fri, 8 Mar 2019 06:32:24 +0000 (14:32 +0800)]
MDL-64987 repository_nextcloud: Remove duplicate string.
Jun Pataleta [Fri, 8 Mar 2019 01:46:02 +0000 (09:46 +0800)]
MDL-65005 block_timeline: Behat fixes
Jun Pataleta [Fri, 8 Mar 2019 02:56:31 +0000 (10:56 +0800)]
MDL-65005 block_timeline: Fix accessibility of Day filter menu
Jun Pataleta [Thu, 7 Mar 2019 03:54:47 +0000 (11:54 +0800)]
MDL-65005 block_timeline: Fix accessibility of Sort-by menu
Mark Nelson [Wed, 6 Feb 2019 06:53:52 +0000 (14:53 +0800)]
MDL-64773 core: added new table to keep track of muted conversations
AMOS bot [Fri, 8 Mar 2019 00:15:09 +0000 (00:15 +0000)]
Automatically generated installer lang files
David Monllaó [Thu, 7 Mar 2019 20:00:51 +0000 (21:00 +0100)]
MDL-64787 tool_analytics: New template to select the evaluation mode
David Monllaó [Thu, 7 Feb 2019 13:07:03 +0000 (14:07 +0100)]
MDL-64787 tool_analytics: Include training data source in the log table
David Monllaó [Wed, 6 Feb 2019 15:26:22 +0000 (16:26 +0100)]
MDL-64787 mlbackend: Evaluate trained models
David Monllaó [Wed, 6 Feb 2019 11:50:11 +0000 (12:50 +0100)]
MDL-64787 tool_analytics: UI for trained models evaluation
Eloy Lafuente (stronk7) [Thu, 7 Mar 2019 15:41:47 +0000 (16:41 +0100)]
weekly release 3.7dev
Eloy Lafuente (stronk7) [Thu, 7 Mar 2019 15:41:45 +0000 (16:41 +0100)]
NOBUG: Fixed SVG browser compatibility
Eloy Lafuente (stronk7) [Thu, 7 Mar 2019 15:41:43 +0000 (16:41 +0100)]
Merge branch 'install_master' of https://git.in.moodle.com/amosbot/moodle-install
Andrew Nicols [Thu, 7 Mar 2019 09:30:31 +0000 (17:30 +0800)]
MDL-64883 mod_chat: Fix SQL in cron
Shamim Rezaie [Thu, 7 Mar 2019 06:48:17 +0000 (17:48 +1100)]
MDL-63144 mod_lti: Add userid param to mod_lti calendar callbacks
Shamim Rezaie [Thu, 7 Mar 2019 06:38:01 +0000 (17:38 +1100)]
MDL-63144 mod_lti: Check if the module is visible to the user
Andrew Nicols [Thu, 7 Mar 2019 03:45:09 +0000 (11:45 +0800)]
Merge branch 'MDL-64881-master' of git://github.com/lameze/moodle
Simey Lameze [Thu, 7 Mar 2019 03:40:34 +0000 (11:40 +0800)]
MDL-64881 mod_workshop: fix version bump
Simey Lameze [Thu, 7 Mar 2019 03:06:30 +0000 (11:06 +0800)]
MDL-64881 mod_workshop: add task to run allocation plugin cron
Jun Pataleta [Thu, 7 Mar 2019 03:04:42 +0000 (11:04 +0800)]
Merge branch 'MDL-64746-master' of https://github.com/lucaboesch/moodle
Andrew Nicols [Thu, 7 Mar 2019 02:49:59 +0000 (10:49 +0800)]
MDL-64882 repository: Whitespace fix and version bump
Andrew Nicols [Thu, 7 Mar 2019 02:40:16 +0000 (10:40 +0800)]
Merge branch 'MDL-64882-master' of git://github.com/lameze/moodle
Andrew Nicols [Thu, 7 Mar 2019 02:32:18 +0000 (10:32 +0800)]
MDL-64884 auth_mnet: Version bump