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.
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
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
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
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.
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.
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
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
Andrew Nicols [Thu, 7 Mar 2019 02:32:02 +0000 (10:32 +0800)]
MDL-64883 mod_chat: Version bump
Andrew Nicols [Thu, 7 Mar 2019 02:30:02 +0000 (10:30 +0800)]
Merge branch 'MDL-64883-master' of git://github.com/lameze/moodle
Simey Lameze [Wed, 20 Feb 2019 04:58:48 +0000 (12:58 +0800)]
MDL-64883 mod_chat: deprecate legacy chat_cron() function
Simey Lameze [Wed, 20 Feb 2019 04:55:55 +0000 (12:55 +0800)]
MDL-64883 mod_chat: convert cron to scheduled task
Adrian Greeve [Thu, 7 Mar 2019 02:01:25 +0000 (10:01 +0800)]
Merge branch 'MDL-64026-master' of git://github.com/jleyva/moodle
Andrew Nicols [Thu, 7 Mar 2019 01:48:11 +0000 (09:48 +0800)]
Merge branch 'MDL-64884-master' of git://github.com/lameze/moodle
Adrian Greeve [Thu, 7 Mar 2019 01:09:23 +0000 (09:09 +0800)]
Merge branch 'MDL-63905' of git://github.com/jmvedrine/moodle
Eloy Lafuente (stronk7) [Wed, 6 Mar 2019 22:19:13 +0000 (23:19 +0100)]
MDL-62869 upgrade: make upgrade step to match current version
Eloy Lafuente (stronk7) [Wed, 6 Mar 2019 22:10:38 +0000 (23:10 +0100)]
Merge branch 'MDL-62869-include-all-courses-mycourse-fix-new' of https://github.com/dmitriim/moodle
Eloy Lafuente (stronk7) [Wed, 6 Mar 2019 12:30:39 +0000 (13:30 +0100)]
Merge branch 'MDL-63937-master' of https://github.com/HuongNV13/moodle
Andrew Nicols [Thu, 28 Feb 2019 00:28:52 +0000 (08:28 +0800)]
MDL-64410 access: Unit tests for context locking SQL
Andrew Nicols [Thu, 28 Feb 2019 00:47:09 +0000 (08:47 +0800)]
MDL-64410 access: Check for context locking in cap functions
Jun Pataleta [Wed, 6 Mar 2019 09:34:10 +0000 (17:34 +0800)]
Merge branch 'MDL-64333_master' of git://github.com/markn86/moodle
Mark Nelson [Tue, 26 Feb 2019 02:48:10 +0000 (10:48 +0800)]
MDL-64333 core_message: add migration message to new UI
Andrew Nicols [Wed, 6 Mar 2019 07:41:11 +0000 (15:41 +0800)]
Merge branch 'MDL-64774-master' of git://github.com/junpataleta/moodle
Jean-Michel Vedrine [Mon, 18 Feb 2019 16:48:32 +0000 (17:48 +0100)]
MDL-63905 qtype_multianswer: validate imported questions
Adrian Greeve [Wed, 6 Mar 2019 07:06:36 +0000 (15:06 +0800)]
Merge branch 'MDL-64891-master' of git://github.com/tobiasreischmann/moodle
Andrew Nicols [Wed, 6 Mar 2019 05:42:24 +0000 (13:42 +0800)]
Merge branch 'MDL-64950-master-2' of git://github.com/junpataleta/moodle
Jun Pataleta [Wed, 6 Mar 2019 04:25:25 +0000 (12:25 +0800)]
MDL-64950 core: Handle username in a case-insensitive fashion
Jun Pataleta [Wed, 6 Mar 2019 04:41:14 +0000 (12:41 +0800)]
MDL-64950 core: Unit tests for get_complete_user_data()
Andrew Nicols [Thu, 28 Feb 2019 00:39:20 +0000 (08:39 +0800)]
MDL-64971 access: Ensure that the capability exists when fetching
AMOS bot [Wed, 6 Mar 2019 00:09:23 +0000 (00:09 +0000)]
Automatically generated installer lang files
Eloy Lafuente (stronk7) [Tue, 5 Mar 2019 21:49:30 +0000 (22:49 +0100)]
Merge branch 'MDL-64943' of git://github.com/stronk7/moodle
Eloy Lafuente (stronk7) [Tue, 5 Mar 2019 16:01:04 +0000 (17:01 +0100)]
MDL-64943 behat: fix some remaining uses of old strings
Eloy Lafuente (stronk7) [Tue, 5 Mar 2019 10:08:32 +0000 (11:08 +0100)]
Merge branch 'MDL-64943-master-enfix' of git://github.com/mudrd8mz/moodle
Tobias Reischmann [Mon, 18 Feb 2019 15:49:34 +0000 (16:49 +0100)]
MDL-64891 gradebook: Improve help text of grade display type.
Jun Pataleta [Tue, 5 Mar 2019 07:30:31 +0000 (15:30 +0800)]
Merge branch 'MDL-62465-master' of git://github.com/damyon/moodle
Adrian Greeve [Tue, 5 Mar 2019 07:00:23 +0000 (15:00 +0800)]
Merge branch 'MDL-64342-master' of git://github.com/cescobedo/moodle
Damyon Wiese [Tue, 5 Mar 2019 06:41:25 +0000 (14:41 +0800)]
MDL-62465 assign: Remove behat step
We don't need to open the menu to choose the "Grade" item, we can just click the button.
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