moodle.git
6 years agoMDL-56129 core: Set a timeout on the session cookie
Andrew Nicols [Sun, 16 Oct 2016 12:13:28 +0000 (20:13 +0800)]
MDL-56129 core: Set a timeout on the session cookie

This is primarily because iOS has changed something under the hood which
means that only session cookies which have an expiry are passed around the
OS.

In order to make media playable outside of the browser (e.g. a video), we
must set a session cookie timeout.

Since the session timeout is configurable, this patch sets the cookie
timeout to the session timeout plus a period of one week.

This ensures that videos continue to work, and that the expired session
message is shown on the login page, but without requiring excessively long
session times.

6 years agoweekly release 3.2dev
Eloy Lafuente (stronk7) [Thu, 20 Oct 2016 15:52:33 +0000 (17:52 +0200)]
weekly release 3.2dev

6 years agoNOBUG: Fixed file access permissions
Eloy Lafuente (stronk7) [Thu, 20 Oct 2016 15:52:32 +0000 (17:52 +0200)]
NOBUG: Fixed file access permissions

6 years agoMerge branch 'install_master' of https://git.in.moodle.com/amosbot/moodle-install
Eloy Lafuente (stronk7) [Thu, 20 Oct 2016 15:52:29 +0000 (17:52 +0200)]
Merge branch 'install_master' of https://git.in.moodle.com/amosbot/moodle-install

6 years agoMerge branch 'MDL-52777-master-bug' of github.com:andrewnicols/moodle
Dan Poltawski [Thu, 20 Oct 2016 07:02:08 +0000 (08:02 +0100)]
Merge branch 'MDL-52777-master-bug' of github.com:andrewnicols/moodle

6 years agoMDL-52777 tool_usertours: Stop testing pending upgrades
Andrew Nicols [Thu, 20 Oct 2016 06:51:26 +0000 (14:51 +0800)]
MDL-52777 tool_usertours: Stop testing pending upgrades

6 years agoMDL-52777 tool_usertours: Fix matching tour test
Andrew Nicols [Thu, 20 Oct 2016 06:50:38 +0000 (14:50 +0800)]
MDL-52777 tool_usertours: Fix matching tour test

6 years agoMerge branch 'MDL-52777-master-bug' of github.com:andrewnicols/moodle
David Monllao [Thu, 20 Oct 2016 06:09:57 +0000 (14:09 +0800)]
Merge branch 'MDL-52777-master-bug' of github.com:andrewnicols/moodle

6 years agoMDL-52777 tool_usertours: Only return tours with steps
Andrew Nicols [Thu, 20 Oct 2016 05:44:18 +0000 (13:44 +0800)]
MDL-52777 tool_usertours: Only return tours with steps

6 years agoMerge branch 'MDL-52777-master-bug' of github.com:andrewnicols/moodle
David Monllao [Thu, 20 Oct 2016 03:50:32 +0000 (11:50 +0800)]
Merge branch 'MDL-52777-master-bug' of github.com:andrewnicols/moodle

6 years agoMerge branch 'wip-mdl-55926' of https://github.com/rajeshtaneja/moodle
David Monllao [Thu, 20 Oct 2016 03:48:53 +0000 (11:48 +0800)]
Merge branch 'wip-mdl-55926' of https://github.com/rajeshtaneja/moodle

6 years agoMDL-55926 behat: Fixed undefined steps
Rajesh Taneja [Thu, 20 Oct 2016 03:26:27 +0000 (11:26 +0800)]
MDL-55926 behat: Fixed undefined steps

6 years agoMDL-52777 tool_usertours: Only check plugin for needs update
Andrew Nicols [Thu, 20 Oct 2016 03:16:52 +0000 (11:16 +0800)]
MDL-52777 tool_usertours: Only check plugin for needs update

The moodle_needs_upgrade() function includes every version.php in Moodle
which poses a performance issue, especially when called on every page.

6 years agoMerge branch 'MDL-52777-master-bug' of github.com:andrewnicols/moodle
David Monllao [Thu, 20 Oct 2016 02:09:28 +0000 (10:09 +0800)]
Merge branch 'MDL-52777-master-bug' of github.com:andrewnicols/moodle

6 years agoMDL-52777 tool_usertours: Correct & to && in test
Andrew Nicols [Thu, 20 Oct 2016 01:54:26 +0000 (09:54 +0800)]
MDL-52777 tool_usertours: Correct & to && in test

6 years agoMerge branch 'MDL-53832-master-review-fixes' of https://github.com/junpataleta/moodle
Eloy Lafuente (stronk7) [Thu, 20 Oct 2016 00:25:59 +0000 (02:25 +0200)]
Merge branch 'MDL-53832-master-review-fixes' of https://github.com/junpataleta/moodle

6 years agoMerge branch 'MDL-55823_master' of git://github.com/markn86/moodle
Dan Poltawski [Wed, 19 Oct 2016 09:47:35 +0000 (10:47 +0100)]
Merge branch 'MDL-55823_master' of git://github.com/markn86/moodle

6 years agoMDL-55823 core_message: added WS unit tests
Mark Nelson [Fri, 9 Sep 2016 09:07:58 +0000 (17:07 +0800)]
MDL-55823 core_message: added WS unit tests

6 years agoMDL-53832 enrol_lti: Update codes to use the new DB field names
Jun Pataleta [Wed, 19 Oct 2016 07:37:01 +0000 (15:37 +0800)]
MDL-53832 enrol_lti: Update codes to use  the new DB field names

6 years agoMDL-53832 enrol_lti: Update data_connector to use the new DB field names
Jun Pataleta [Wed, 19 Oct 2016 07:24:07 +0000 (15:24 +0800)]
MDL-53832 enrol_lti: Update data_connector to use  the new DB field names

6 years agoMDL-53832 enrol_lti: Make DB column names more moodle-ish
Jun Pataleta [Wed, 19 Oct 2016 07:15:33 +0000 (15:15 +0800)]
MDL-53832 enrol_lti: Make DB column names more moodle-ish

6 years agoMDL-52777 tool_usertours: Prepare target data when displaying form
Andrew Nicols [Wed, 19 Oct 2016 07:35:54 +0000 (15:35 +0800)]
MDL-52777 tool_usertours: Prepare target data when displaying form

6 years agoMerge branch 'MDL-52777-master-bug' of github.com:andrewnicols/moodle
David Monllao [Wed, 19 Oct 2016 07:02:44 +0000 (15:02 +0800)]
Merge branch 'MDL-52777-master-bug' of github.com:andrewnicols/moodle

6 years agoMDL-52777 tool_usertours: Less strict comparison for tour ID
Andrew Nicols [Wed, 19 Oct 2016 06:57:07 +0000 (14:57 +0800)]
MDL-52777 tool_usertours: Less strict comparison for tour ID

6 years agoMDL-56337 message: fix behat for phantomjs
Ryan Wyllie [Wed, 19 Oct 2016 06:35:12 +0000 (06:35 +0000)]
MDL-56337 message: fix behat for phantomjs

6 years agoMDL-52777 tool_usertours: Remove unused template
Andrew Nicols [Wed, 19 Oct 2016 05:26:54 +0000 (13:26 +0800)]
MDL-52777 tool_usertours: Remove unused template

6 years agoMDL-53832 enrol_lti: Map consumer to tool and handle instance deletion
Jun Pataleta [Fri, 30 Sep 2016 08:18:56 +0000 (16:18 +0800)]
MDL-53832 enrol_lti: Map consumer to tool and handle instance deletion

6 years agoMDL-53832 enrol_lti: Unit tests for tool_provider
Jun Pataleta [Fri, 9 Sep 2016 10:06:50 +0000 (18:06 +0800)]
MDL-53832 enrol_lti: Unit tests for tool_provider

Original subtask: MDL-55647.

6 years agoMDL-53832 enrol_lti: Improve provider logic
Jun Pataleta [Fri, 16 Sep 2016 09:39:55 +0000 (17:39 +0800)]
MDL-53832 enrol_lti: Improve provider logic

* onRegister
  - Validate returnUrl and consumer object.
  - Use moodle_url for the returnURL.
  - Set success message on successful registration.
  - Reorganise code.
* Constructor
  - Remove required params we don't need (Original sub-task: MDL-56035)
* onLaunch
  - Validate consumer object.
  - Set appropriate values for OK flag and message.
* Import classes.

6 years agoMDL-53832 enrol_lti: Allow multiple LTI1 consumers with the same key
John Okely [Thu, 15 Sep 2016 08:40:09 +0000 (16:40 +0800)]
MDL-53832 enrol_lti: Allow multiple LTI1 consumers with the same key

6 years agoMDL-53832 enrol_lti: Support user images
John Okely [Tue, 13 Sep 2016 08:32:43 +0000 (16:32 +0800)]
MDL-53832 enrol_lti: Support user images

Original subtask MDL-55718.

6 years agoMDL-53832 enrol_lti: Only allow certain consumers for each shared tool
John Okely [Fri, 9 Sep 2016 06:28:33 +0000 (14:28 +0800)]
MDL-53832 enrol_lti: Only allow certain consumers for each shared tool

Original subtask: MDL-55753.

6 years agoMDL-53832 enrol_lti: Unit test more of helper
John Okely [Tue, 30 Aug 2016 04:03:17 +0000 (12:03 +0800)]
MDL-53832 enrol_lti: Unit test more of helper

6 years agoMDL-53832 enrol_lti: Split launch and proxy registration end points
John Okely [Tue, 30 Aug 2016 03:24:14 +0000 (11:24 +0800)]
MDL-53832 enrol_lti: Split launch and proxy registration end points

Original subtask: MDL-55752.

6 years agoMDL-53832 enrol_lti: Separate tool launch and proxy registration logic
John Okely [Fri, 26 Aug 2016 08:05:20 +0000 (08:05 +0000)]
MDL-53832 enrol_lti: Separate tool launch and proxy registration logic

6 years agoMDL-53832 enrol_lti: Add language strings and renderers
John Okely [Tue, 23 Aug 2016 04:48:42 +0000 (12:48 +0800)]
MDL-53832 enrol_lti: Add language strings and renderers

6 years agoMDL-53832 enrol_lti: Make LTI1 launch URLs work with new library
Jun Pataleta [Mon, 15 Aug 2016 09:34:00 +0000 (17:34 +0800)]
MDL-53832 enrol_lti: Make LTI1 launch URLs work with new library

Original subtask: MDL-55562.

6 years agoMDL-53832 enrol_lti: Unit tests for data_connector
Jun Pataleta [Tue, 23 Aug 2016 09:26:54 +0000 (17:26 +0800)]
MDL-53832 enrol_lti: Unit tests for data_connector

Original subtask: MDL-55529.

6 years agoMDL-53832 enrol_lti: Add data_connector
Jun Pataleta [Fri, 23 Sep 2016 06:04:30 +0000 (14:04 +0800)]
MDL-53832 enrol_lti: Add data_connector

Original subtask: MDL-55529.

6 years agoMDL-53832 enrol_lti: Add LTI2 tables to enrol_lti
John Okely [Tue, 9 Aug 2016 07:55:04 +0000 (15:55 +0800)]
MDL-53832 enrol_lti: Add LTI2 tables to enrol_lti

6 years agoMDL-53832 enrol_lti: Add interface for proxies
John Okely [Fri, 23 Sep 2016 05:46:32 +0000 (13:46 +0800)]
MDL-53832 enrol_lti: Add interface for proxies

6 years agoMDL-53832 enrol_lti: Add LTI provider library
John Okely [Fri, 23 Sep 2016 05:43:20 +0000 (13:43 +0800)]
MDL-53832 enrol_lti: Add LTI provider library

6 years agoMDL-52777 usertours: Toothpaste for tabs again
David Monllao [Wed, 19 Oct 2016 02:58:21 +0000 (10:58 +0800)]
MDL-52777 usertours: Toothpaste for tabs again

6 years agoMDL-52777 usertours: Replacing tabs by spaces
David Monllao [Wed, 19 Oct 2016 02:40:40 +0000 (10:40 +0800)]
MDL-52777 usertours: Replacing tabs by spaces

Also dos2unix to svgs just in case.

6 years agoMDL-52777 usertours: Remove empty styles file
David Monllao [Wed, 19 Oct 2016 02:34:12 +0000 (10:34 +0800)]
MDL-52777 usertours: Remove empty styles file

6 years agoMerge branch 'MDL-52777-master' of git://github.com/andrewnicols/moodle
David Monllao [Wed, 19 Oct 2016 01:59:27 +0000 (09:59 +0800)]
Merge branch 'MDL-52777-master' of git://github.com/andrewnicols/moodle

6 years agoMDL-52777 tool_usertours: Add the new User Tours plugin
Andrew Nicols [Sat, 1 Oct 2016 13:24:29 +0000 (21:24 +0800)]
MDL-52777 tool_usertours: Add the new User Tours plugin

6 years agoMerge branch 'MDL-56218-master' of git://github.com/FMCorz/moodle
David Monllao [Wed, 19 Oct 2016 01:33:06 +0000 (09:33 +0800)]
Merge branch 'MDL-56218-master' of git://github.com/FMCorz/moodle

6 years agoMDL-43230 badges: new cap version bump
Eloy Lafuente (stronk7) [Tue, 18 Oct 2016 20:58:27 +0000 (22:58 +0200)]
MDL-43230 badges: new cap version bump

6 years agoMerge branch 'MDL-43230-master' of git://github.com/ryanwyllie/moodle
Eloy Lafuente (stronk7) [Tue, 18 Oct 2016 20:35:53 +0000 (22:35 +0200)]
Merge branch 'MDL-43230-master' of git://github.com/ryanwyllie/moodle

6 years agoMerge branch 'MDL-56295-master' of git://github.com/andrewnicols/moodle
Eloy Lafuente (stronk7) [Tue, 18 Oct 2016 18:02:22 +0000 (20:02 +0200)]
Merge branch 'MDL-56295-master' of git://github.com/andrewnicols/moodle

6 years agoMerge branch 'MDL-56270-master' of git://github.com/andrewnicols/moodle
Eloy Lafuente (stronk7) [Tue, 18 Oct 2016 17:11:51 +0000 (19:11 +0200)]
Merge branch 'MDL-56270-master' of git://github.com/andrewnicols/moodle

6 years agoMerge branch 'MDL-56293-master' of git://github.com/andrewnicols/moodle
Eloy Lafuente (stronk7) [Tue, 18 Oct 2016 17:08:08 +0000 (19:08 +0200)]
Merge branch 'MDL-56293-master' of git://github.com/andrewnicols/moodle

6 years agoMerge branch 'MDL-53752-master' of git://github.com/andrewnicols/moodle
Eloy Lafuente (stronk7) [Tue, 18 Oct 2016 17:06:26 +0000 (19:06 +0200)]
Merge branch 'MDL-53752-master' of git://github.com/andrewnicols/moodle

6 years agoMerge branch 'MDL-29774-master-by-sam-wilson' of git://github.com/junpataleta/moodle
Eloy Lafuente (stronk7) [Tue, 18 Oct 2016 15:34:36 +0000 (17:34 +0200)]
Merge branch 'MDL-29774-master-by-sam-wilson' of git://github.com/junpataleta/moodle

6 years agoMDL-56082 auth: minor tweak to login block idp links
Dan Poltawski [Tue, 18 Oct 2016 16:19:03 +0000 (17:19 +0100)]
MDL-56082 auth: minor tweak to login block idp links

No longer set the return url to $SESSION->wantsurl, it doens't make
sense in this context, as the user is probably on the page they want.

Also add a note about this functionality to auth/ugrade.txt

6 years agoMerge branch 'master' of https://github.com/rimas-kudelis/moodle
Dan Poltawski [Tue, 18 Oct 2016 16:03:21 +0000 (17:03 +0100)]
Merge branch 'master' of https://github.com/rimas-kudelis/moodle

6 years agoMerge branch 'MDL-55926-master-3' of git://github.com/ryanwyllie/moodle
Dan Poltawski [Tue, 18 Oct 2016 15:31:42 +0000 (16:31 +0100)]
Merge branch 'MDL-55926-master-3' of git://github.com/ryanwyllie/moodle

6 years agoMerge branch 'MDL-55858-master' of git://github.com/andrewnicols/moodle
Eloy Lafuente (stronk7) [Tue, 18 Oct 2016 15:00:21 +0000 (17:00 +0200)]
Merge branch 'MDL-55858-master' of git://github.com/andrewnicols/moodle

6 years agoMerge branch 'wip-MDL-55833-master' of git://github.com/marinaglancy/moodle
Dan Poltawski [Tue, 18 Oct 2016 14:26:31 +0000 (15:26 +0100)]
Merge branch 'wip-MDL-55833-master' of git://github.com/marinaglancy/moodle

6 years agoMerge branch 'MDL-55736-master' of git://github.com/FMCorz/moodle
Dan Poltawski [Tue, 18 Oct 2016 12:48:46 +0000 (13:48 +0100)]
Merge branch 'MDL-55736-master' of git://github.com/FMCorz/moodle

6 years agoMerge branch 'MDL-56131-master' of git://github.com/andrewnicols/moodle
Dan Poltawski [Tue, 18 Oct 2016 12:44:33 +0000 (13:44 +0100)]
Merge branch 'MDL-56131-master' of git://github.com/andrewnicols/moodle

6 years agoMDL-55924 behat: fix misleading comment
Dan Poltawski [Tue, 18 Oct 2016 12:24:08 +0000 (13:24 +0100)]
MDL-55924 behat: fix misleading comment

6 years agoMerge branch 'wip-mdl-55924' of https://github.com/rajeshtaneja/moodle
Dan Poltawski [Tue, 18 Oct 2016 12:22:56 +0000 (13:22 +0100)]
Merge branch 'wip-mdl-55924' of https://github.com/rajeshtaneja/moodle

6 years agoMerge branch 'wip-mdl-55746' of https://github.com/rajeshtaneja/moodle
Dan Poltawski [Tue, 18 Oct 2016 11:37:32 +0000 (12:37 +0100)]
Merge branch 'wip-mdl-55746' of https://github.com/rajeshtaneja/moodle

6 years agoMerge branch 'wip-MDL-55087-master' of git://github.com/abgreeve/moodle
Dan Poltawski [Tue, 18 Oct 2016 11:32:08 +0000 (12:32 +0100)]
Merge branch 'wip-MDL-55087-master' of git://github.com/abgreeve/moodle

6 years agoMerge branch 'MDL-56062-master' of https://github.com/lucisgit/moodle
Dan Poltawski [Tue, 18 Oct 2016 11:06:27 +0000 (12:06 +0100)]
Merge branch 'MDL-56062-master' of https://github.com/lucisgit/moodle

6 years agoMerge branch 'MDL-56159_master-phpunit-fix' of git://github.com/dmonllao/moodle
Dan Poltawski [Tue, 18 Oct 2016 10:26:18 +0000 (11:26 +0100)]
Merge branch 'MDL-56159_master-phpunit-fix' of git://github.com/dmonllao/moodle

6 years agoMDL-56159 user: Fix unit test
David Monllao [Tue, 18 Oct 2016 10:24:47 +0000 (18:24 +0800)]
MDL-56159 user: Fix unit test

The exception that is being thrown changed to moodle_exception
with usernotfullysetup error code.

6 years agoMerge branch 'MDL-56081-master' of git://github.com/andrewnicols/moodle
Dan Poltawski [Tue, 18 Oct 2016 10:24:36 +0000 (11:24 +0100)]
Merge branch 'MDL-56081-master' of git://github.com/andrewnicols/moodle

6 years agoMerge branch 'MDL-56275-master' of git://github.com/danpoltawski/moodle
Eloy Lafuente (stronk7) [Tue, 18 Oct 2016 10:11:10 +0000 (12:11 +0200)]
Merge branch 'MDL-56275-master' of git://github.com/danpoltawski/moodle

6 years agoMDL-56275 blog: do not display the 'choose a link' button
Dan Poltawski [Thu, 6 Oct 2016 08:50:27 +0000 (09:50 +0100)]
MDL-56275 blog: do not display the 'choose a link' button

When registereing an external blog the choose a link button is
misleading, we don't have any repos which restrict to RSS feeds, so the
majority of results you get from the repo picker will be wrong.

6 years agoMerge branch 'MDL-56159-master' of git://github.com/jleyva/moodle
David Monllao [Tue, 18 Oct 2016 09:27:48 +0000 (17:27 +0800)]
Merge branch 'MDL-56159-master' of git://github.com/jleyva/moodle

6 years agoMerge branch 'MDL-56436-master' of git://github.com/danpoltawski/moodle
Eloy Lafuente (stronk7) [Tue, 18 Oct 2016 09:21:31 +0000 (11:21 +0200)]
Merge branch 'MDL-56436-master' of git://github.com/danpoltawski/moodle

6 years agoMDL-56277 theme_boost: Converting EOLs to unix style
David Monllao [Tue, 18 Oct 2016 09:14:11 +0000 (17:14 +0800)]
MDL-56277 theme_boost: Converting EOLs to unix style

6 years agoMDL-56159 webservice: Tolerate exceptions in the get_autologin_key ws
Juan Leyva [Wed, 28 Sep 2016 10:20:09 +0000 (11:20 +0100)]
MDL-56159 webservice: Tolerate exceptions in the get_autologin_key ws

6 years agoMDL-56159 webservice: Improve not fully setup and missing pwd checks
Juan Leyva [Wed, 28 Sep 2016 10:06:20 +0000 (11:06 +0100)]
MDL-56159 webservice: Improve not fully setup and missing pwd checks

Removing the check in login/token.php is secure since the
auth_forcepasswordchange is checked in require_login that is called via
validate_context.
The user must be able to get a token even if that setting is on. With
that token we’ll redirect the user to the site or we’ll change the
password when a new WS for that is available.

6 years agoMerge branch 'MDL-56277-master' of git://github.com/FMCorz/moodle
David Monllao [Tue, 18 Oct 2016 08:33:21 +0000 (16:33 +0800)]
Merge branch 'MDL-56277-master' of git://github.com/FMCorz/moodle

6 years agoMDL-55175 course: Fix typo & parenthesis
Eloy Lafuente (stronk7) [Tue, 18 Oct 2016 08:11:33 +0000 (10:11 +0200)]
MDL-55175 course: Fix typo & parenthesis

6 years agoMerge branch 'MDL-55175-master-2' of git://github.com/andrewnicols/moodle
Eloy Lafuente (stronk7) [Tue, 18 Oct 2016 08:01:15 +0000 (10:01 +0200)]
Merge branch 'MDL-55175-master-2' of git://github.com/andrewnicols/moodle

6 years agoMerge branch 'MDL-56328-M32' of git://github.com/lazydaisy/moodle
David Monllao [Tue, 18 Oct 2016 08:05:53 +0000 (16:05 +0800)]
Merge branch 'MDL-56328-M32' of git://github.com/lazydaisy/moodle

6 years agoMerge branch 'MDL-56345-master' of https://github.com/lucisgit/moodle
Eloy Lafuente (stronk7) [Tue, 18 Oct 2016 07:37:47 +0000 (09:37 +0200)]
Merge branch 'MDL-56345-master' of https://github.com/lucisgit/moodle

6 years agoMerge branch 'MDL-56214-master' of git://github.com/FMCorz/moodle
David Monllao [Tue, 18 Oct 2016 07:02:41 +0000 (15:02 +0800)]
Merge branch 'MDL-56214-master' of git://github.com/FMCorz/moodle

6 years agoMerge branch 'MDL-56411-int-fix' of github.com:ryanwyllie/moodle
David Monllao [Tue, 18 Oct 2016 06:00:29 +0000 (14:00 +0800)]
Merge branch 'MDL-56411-int-fix' of github.com:ryanwyllie/moodle

6 years agoMDL-56411 message: dont render message area without other user
Ryan Wyllie [Tue, 18 Oct 2016 02:00:09 +0000 (02:00 +0000)]
MDL-56411 message: dont render message area without other user

Stop the message area header and footer from being rendered if there is
no other user being messaged, otherwise notices are generated and the
messages fail to send.

6 years agoMDL-29774 core_user: Update group-membership summaries on AJAX calls
Sam Wilson [Thu, 16 Jun 2016 12:40:13 +0000 (13:40 +0100)]
MDL-29774 core_user: Update group-membership summaries on AJAX calls

6 years agoMDL-45639 ws: Remove trailing whitespace
David Monllao [Tue, 18 Oct 2016 00:40:25 +0000 (08:40 +0800)]
MDL-45639 ws: Remove trailing whitespace

6 years agoMerge branch 'MDL-45639-master' of git://github.com/jleyva/moodle
David Monllao [Tue, 18 Oct 2016 00:26:25 +0000 (08:26 +0800)]
Merge branch 'MDL-45639-master' of git://github.com/jleyva/moodle

6 years agoMDL-55926 message: add behat tests for message ui
Ryan Wyllie [Fri, 14 Oct 2016 00:30:13 +0000 (00:30 +0000)]
MDL-55926 message: add behat tests for message ui

6 years agoMerge branch 'wip-MDL-48629-master' of https://github.com/Beedell/moodle
Eloy Lafuente (stronk7) [Mon, 17 Oct 2016 23:58:31 +0000 (01:58 +0200)]
Merge branch 'wip-MDL-48629-master' of https://github.com/Beedell/moodle

6 years agoMerge branch 'MDL-55518-master' of git://github.com/andrewnicols/moodle
Eloy Lafuente (stronk7) [Mon, 17 Oct 2016 23:43:52 +0000 (01:43 +0200)]
Merge branch 'MDL-55518-master' of git://github.com/andrewnicols/moodle

6 years agoMerge branch 'wip-mdl-56369' of https://github.com/rajeshtaneja/moodle
Eloy Lafuente (stronk7) [Mon, 17 Oct 2016 23:32:58 +0000 (01:32 +0200)]
Merge branch 'wip-mdl-56369' of https://github.com/rajeshtaneja/moodle

6 years agoMerge branch 'wip-mdl-56348' of https://github.com/rajeshtaneja/moodle
Eloy Lafuente (stronk7) [Mon, 17 Oct 2016 23:10:23 +0000 (01:10 +0200)]
Merge branch 'wip-mdl-56348' of https://github.com/rajeshtaneja/moodle

6 years agoMerge branch 'MDL-56368-M32' of git://github.com/lazydaisy/moodle
Eloy Lafuente (stronk7) [Mon, 17 Oct 2016 22:38:47 +0000 (00:38 +0200)]
Merge branch 'MDL-56368-M32' of git://github.com/lazydaisy/moodle

6 years agoMerge branch 'MDL-56022_m32v3' of https://github.com/sbourget/moodle
Eloy Lafuente (stronk7) [Mon, 17 Oct 2016 22:07:17 +0000 (00:07 +0200)]
Merge branch 'MDL-56022_m32v3' of https://github.com/sbourget/moodle

6 years agoMDL-56100 mod_folder: add missing $OUTPUT for recent activity report.
Eloy Lafuente (stronk7) [Mon, 17 Oct 2016 21:06:54 +0000 (23:06 +0200)]
MDL-56100 mod_folder: add missing $OUTPUT for recent activity report.

6 years agoMerge branch 'MDL-56100-master' of https://github.com/mackensen/moodle
Eloy Lafuente (stronk7) [Mon, 17 Oct 2016 20:58:11 +0000 (22:58 +0200)]
Merge branch 'MDL-56100-master' of https://github.com/mackensen/moodle

6 years agoMDL-56022 Assign: Make folders structure in the downloaded zip optional
Stephen Bourget [Mon, 17 Oct 2016 20:19:28 +0000 (16:19 -0400)]
MDL-56022 Assign: Make folders structure in the downloaded zip optional

Special thanks to Matt McDermott for the contributing the Javascript
code to fix this issue.

6 years agoMerge branch 'MDL-56440-master' of git://github.com/danpoltawski/moodle
Eloy Lafuente (stronk7) [Mon, 17 Oct 2016 18:55:23 +0000 (20:55 +0200)]
Merge branch 'MDL-56440-master' of git://github.com/danpoltawski/moodle

6 years agoMerge branch 'MDL-56300_master' of git://github.com/reskit/moodle
Eloy Lafuente (stronk7) [Mon, 17 Oct 2016 16:50:07 +0000 (18:50 +0200)]
Merge branch 'MDL-56300_master' of git://github.com/reskit/moodle