David Monllao [Mon, 28 Nov 2016 01:57:32 +0000 (09:57 +0800)]
MDL-57161 search: Set the correct HTTP header
All credit goes to Test Valley School
Eloy Lafuente (stronk7) [Sat, 3 Dec 2016 16:46:27 +0000 (17:46 +0100)]
weekly back-to-dev release 3.3dev
Eloy Lafuente (stronk7) [Sat, 3 Dec 2016 13:26:16 +0000 (14:26 +0100)]
NOBUG: Change travis.yml back to master
Eloy Lafuente (stronk7) [Sat, 3 Dec 2016 13:26:14 +0000 (14:26 +0100)]
Moodle release 3.2
Eloy Lafuente (stronk7) [Sat, 3 Dec 2016 13:26:15 +0000 (14:26 +0100)]
NOBUG: Change travis.yml to MOODLE_32_STABLE
Dan Poltawski [Fri, 2 Dec 2016 15:19:10 +0000 (15:19 +0000)]
Moodle release 3.2rc5
Dan Poltawski [Fri, 2 Dec 2016 15:19:09 +0000 (15:19 +0000)]
Merge branch 'install_master' of https://git.in.moodle.com/amosbot/moodle-install
Dan Poltawski [Fri, 2 Dec 2016 15:00:48 +0000 (15:00 +0000)]
Merge branch 'wip-mdl-57232' of https://github.com/rajeshtaneja/moodle
Rajesh Taneja [Fri, 2 Dec 2016 14:47:57 +0000 (22:47 +0800)]
MDL-57232 behat: Add blocks in boost theme
Currently behat in boost depend on blocks
so make sure we have them.
Eloy Lafuente (stronk7) [Fri, 2 Dec 2016 13:15:27 +0000 (14:15 +0100)]
Merge branch 'wip-mdl-57245' of https://github.com/rajeshtaneja/moodle
Rajesh Taneja [Fri, 2 Dec 2016 02:05:12 +0000 (10:05 +0800)]
MDL-57245 behat: Use correct @_file_upload tag
Eloy Lafuente (stronk7) [Fri, 2 Dec 2016 10:41:02 +0000 (11:41 +0100)]
Merge branch 'MDL-57193-master-notest' of git://github.com/FMCorz/moodle
Dan Poltawski [Fri, 2 Dec 2016 09:22:06 +0000 (09:22 +0000)]
MDL-56553 usertours: fix apostrophe use
Frederic Massart [Fri, 2 Dec 2016 08:02:00 +0000 (16:02 +0800)]
MDL-57193 auth_db: Flip the array outside the loop for better perf
Also as the recent changes where affecting the whitespaces quite
a lot, I took the liberty of aligning a few lines which weren't.
John Okely [Fri, 2 Dec 2016 06:34:18 +0000 (14:34 +0800)]
MDL-57193 auth_db: Use a recordset and array_key_exists
Josh Willcock [Tue, 29 Nov 2016 17:55:04 +0000 (17:55 +0000)]
MDL-57193 auth_db: Fixed bug suspends all users if external DB has > 10k
David Monllao [Fri, 2 Dec 2016 08:23:03 +0000 (16:23 +0800)]
MDL-56553 usertours: Removing trailing ^M
Ryan Wyllie [Fri, 2 Dec 2016 07:53:07 +0000 (07:53 +0000)]
MDL-56553 tool_usertours: change add a block step to position right
David Monllao [Fri, 2 Dec 2016 06:20:17 +0000 (14:20 +0800)]
Merge branch 'MDL-57232-master' of git://github.com/damyon/moodle
David Monllao [Fri, 2 Dec 2016 05:26:56 +0000 (13:26 +0800)]
Merge branch 'MDL-57209-master' of git://github.com/crmpicco/moodle
Damyon Wiese [Fri, 2 Dec 2016 02:00:43 +0000 (10:00 +0800)]
MDL-57232 blocks: Split undeletableblocktypes
There are 2 kinds of blocks that are undeletable. Those required by the
theme and those protected via the admin page ui. We only want the theme
ones to be auto created site wide if they don't exist - so we need to
rename the theme ones and split the logic.
Andrew Nicols [Fri, 2 Dec 2016 02:53:52 +0000 (10:53 +0800)]
MDL-57243 search: Correct todo doc
Andrew Nicols [Fri, 2 Dec 2016 02:49:34 +0000 (10:49 +0800)]
Merge branch 'MDL-57243_master' of git://github.com/dmonllao/moodle
David Monllao [Fri, 2 Dec 2016 01:24:35 +0000 (09:24 +0800)]
MDL-57243 search: Note about search area base classes relocation
Andrew Nicols [Fri, 2 Dec 2016 00:58:19 +0000 (08:58 +0800)]
MDL-57101 media_videojs: Load legacy events before use
Eloy Lafuente (stronk7) [Thu, 1 Dec 2016 16:58:51 +0000 (17:58 +0100)]
Merge branch 'wip-MDL-57234-master' of https://github.com/Beedell/moodle
John Beedell [Thu, 1 Dec 2016 15:47:19 +0000 (15:47 +0000)]
MDL-57234 Quiz report: fix exception in Responses for all users
Dan Poltawski [Thu, 1 Dec 2016 13:20:15 +0000 (13:20 +0000)]
Merge branch 'MDL-57220-master' of git://github.com/damyon/moodle
Dan Poltawski [Thu, 1 Dec 2016 12:20:01 +0000 (12:20 +0000)]
Merge branch 'MDL-57194-master' of git://github.com/lameze/moodle
David Monllao [Thu, 1 Dec 2016 08:12:25 +0000 (16:12 +0800)]
Merge branch 'MDL-57210-master' of git://github.com/ryanwyllie/moodle
Andrew Nicols [Thu, 1 Dec 2016 07:07:42 +0000 (15:07 +0800)]
Merge branch 'MDL-57101-master-fixup' of https://github.com/FMCorz/moodle
Frederic Massart [Thu, 1 Dec 2016 06:33:58 +0000 (14:33 +0800)]
MDL-57101 media_videojs: Dynamic loader works on self-matching nodes
Frederic Massart [Thu, 1 Dec 2016 04:48:42 +0000 (12:48 +0800)]
MDL-57101 filter: Load globally available filters on every page
Previous commits were overlooked, they should have passed the
system context to filter_manager::setup_page_for_fitlers(), the
page context was passed instead. Regardless, the processing of
the latter is too excessive for what we need, but, more importantly,
it does not return "Off, but available" filters which we also need.
Frederic Massart [Thu, 1 Dec 2016 04:45:49 +0000 (12:45 +0800)]
MDL-57101 core_media: Only instantiate enabled plugins
Simey Lameze [Wed, 30 Nov 2016 05:47:47 +0000 (13:47 +0800)]
MDL-57194 core_charts: Allow colors to be overridden by setting
Andrew Nicols [Thu, 1 Dec 2016 06:31:45 +0000 (14:31 +0800)]
Merge branch 'MDL-56553-master-2' of git://github.com/ryanwyllie/moodle
Andrew Nicols [Thu, 1 Dec 2016 05:30:23 +0000 (13:30 +0800)]
Merge branch 'MDL-57219-master' of git://github.com/damyon/moodle
Andrew Nicols [Thu, 1 Dec 2016 04:21:25 +0000 (12:21 +0800)]
Merge branch 'MDL-57206-master' of https://github.com/snake/moodle
David Monllao [Thu, 1 Dec 2016 03:38:59 +0000 (11:38 +0800)]
Merge branch 'wip-mdl-57229' of https://github.com/rajeshtaneja/moodle
Rajesh Taneja [Thu, 1 Dec 2016 03:12:13 +0000 (11:12 +0800)]
MDL-57229 enrol: Enrol dialog should have relative position
On clean theme it is absolute position and on small
screen user can't scroll to enrol user
Ryan Wyllie [Thu, 1 Dec 2016 02:21:25 +0000 (02:21 +0000)]
MDL-57210 theme_boost: fix header buttons on smaller resolutions
Damyon Wiese [Thu, 1 Dec 2016 02:12:29 +0000 (10:12 +0800)]
MDL-57219 blocks: Dont create and empty block for spacing
Change box to an empty container. We are after tiny tiny changes ATM.
Damyon Wiese [Thu, 1 Dec 2016 01:48:59 +0000 (09:48 +0800)]
MDL-57220 boost: Fix for date selector inline template
It was putting the label on a separate line.
Damyon Wiese [Thu, 1 Dec 2016 01:48:06 +0000 (09:48 +0800)]
MDL-57220 boost: minimal fix for radio button template
It still does not match
http://v4-alpha.getbootstrap.com/components/forms/#radios
but I don't want to make radical changes before 3.2 release.
Ryan Wyllie [Tue, 29 Nov 2016 05:03:42 +0000 (05:03 +0000)]
MDL-56553 tool_usertours: add admin and course tours
Ryan Wyllie [Tue, 29 Nov 2016 05:01:46 +0000 (05:01 +0000)]
MDL-56553 tool_usertours: allow tours to be shipped with Moodle
Jake Dallimore [Thu, 1 Dec 2016 00:11:34 +0000 (08:11 +0800)]
MDL-57206 core: describe newly introduced hooks in upgrade.txt
Added a description and example for the
<component>_course_module_background_deletion_recommended hook.
AMOS bot [Wed, 30 Nov 2016 16:05:38 +0000 (00:05 +0800)]
Automatically generated installer lang files
AMOS bot [Wed, 30 Nov 2016 16:05:38 +0000 (00:05 +0800)]
Merge branch 'master' into install_master
Dan Poltawski [Wed, 30 Nov 2016 13:49:38 +0000 (13:49 +0000)]
MDL-57197 js: fix AMD module warnings
In 3.2 we are free of AMD lint warnings, unfortunately we can't expose
them through grunt yet due to
"File ignored because of a matching ignore pattern. Use "--no-ignore" to
override"
ps. this isn't related to MDL-57197 at all, i'm just a Rebel
Dan Poltawski [Wed, 30 Nov 2016 11:04:38 +0000 (11:04 +0000)]
Merge branch 'MDL-57169_master' of git://github.com/markn86/moodle
Dan Poltawski [Wed, 30 Nov 2016 09:52:35 +0000 (09:52 +0000)]
Merge branch 'MDL-52199-incoming-nice-fail' of https://github.com/brendanheywood/moodle
Dan Poltawski [Wed, 30 Nov 2016 09:51:21 +0000 (09:51 +0000)]
Merge branch 'MDL-57207-master' of git://github.com/cameron1729/moodle
Cameron Ball [Wed, 30 Nov 2016 09:45:41 +0000 (17:45 +0800)]
MDL-57207 mod_lti: Remove redundant popover() call
Since MDL-56748 popovers are properly delegated. Making manual calls
to .popover redundant.
Andrew Nicols [Wed, 30 Nov 2016 07:03:43 +0000 (15:03 +0800)]
Merge branch 'MDL-57205-master' of git://github.com/damyon/moodle
Andrew Nicols [Wed, 30 Nov 2016 06:27:23 +0000 (14:27 +0800)]
Merge branch 'MDL-57127-master' of git://github.com/FMCorz/moodle
David Monllao [Wed, 30 Nov 2016 05:56:08 +0000 (13:56 +0800)]
Merge branch 'MDL-56682_master' of git://github.com/markn86/moodle
David Monllao [Wed, 30 Nov 2016 05:36:32 +0000 (13:36 +0800)]
Merge branch 'MDL-57072-master' of git://github.com/junpataleta/moodle
Andrew Nicols [Wed, 30 Nov 2016 05:15:58 +0000 (13:15 +0800)]
Merge branch 'MDL-57177-master' of git://github.com/cameron1729/moodle
Craig R Morton [Wed, 30 Nov 2016 05:08:56 +0000 (13:08 +0800)]
MDL-57209 forms: Notice: Undefined index: options in profile edit page
Skipping a loop iteration if the option group has no options.
Frederic Massart [Wed, 30 Nov 2016 04:19:03 +0000 (12:19 +0800)]
MDL-57127 output: Increase memory limit when parsing CSS
Andrew Nicols [Wed, 30 Nov 2016 04:09:29 +0000 (12:09 +0800)]
Merge branch 'MDL-57101-master-2nd' of git://github.com/FMCorz/moodle
David Monllao [Wed, 30 Nov 2016 03:34:29 +0000 (11:34 +0800)]
Merge branch 'MDL-56955-master' of git://github.com/lameze/moodle
Simey Lameze [Mon, 28 Nov 2016 04:53:55 +0000 (12:53 +0800)]
MDL-56955 theme_boost: fix login failure displaying on user menu
David Monllao [Wed, 30 Nov 2016 02:43:16 +0000 (10:43 +0800)]
Merge branch 'MDL-57090-master' of git://github.com/ankitagarwal/moodle
Damyon Wiese [Wed, 30 Nov 2016 02:38:51 +0000 (10:38 +0800)]
MDL-57205 forms: Prevent debugging in selectgroups
Sometimes the option group has no options I guess. The same check is in
exportValue.
Andrew Nicols [Wed, 30 Nov 2016 02:20:31 +0000 (10:20 +0800)]
Merge branch 'wip-MDL-57186-master' of https://github.com/marinaglancy/moodle
David Monllao [Wed, 30 Nov 2016 02:05:16 +0000 (10:05 +0800)]
Merge branch 'wip-MDL-56829-master-2' of git://github.com/marinaglancy/moodle
David Monllao [Wed, 30 Nov 2016 01:26:07 +0000 (09:26 +0800)]
Merge branch 'MDL-57095-master' of git://github.com/ryanwyllie/moodle
Andrew Nicols [Wed, 30 Nov 2016 01:12:54 +0000 (09:12 +0800)]
Merge branch 'MDL-57174_master' of git://github.com/markn86/moodle
Jun Pataleta [Tue, 29 Nov 2016 02:05:14 +0000 (10:05 +0800)]
MDL-57072 theme_boost: Render action menu for category management
Eloy Lafuente (stronk7) [Tue, 29 Nov 2016 21:58:22 +0000 (22:58 +0100)]
MDL-57197 versions: main version bump
Eloy Lafuente (stronk7) [Tue, 29 Nov 2016 21:57:05 +0000 (22:57 +0100)]
MDL-57197 versions: bump all versions and requires near release
version =
2016120500 release version
requires=
2016112900 current rc4 version
Eloy Lafuente (stronk7) [Tue, 29 Nov 2016 21:36:29 +0000 (22:36 +0100)]
Merge branch 'MDL-57133-master-enfix' of git://github.com/mudrd8mz/moodle
AMOS bot [Tue, 29 Nov 2016 16:04:41 +0000 (00:04 +0800)]
Automatically generated installer lang files
Dan Poltawski [Tue, 29 Nov 2016 13:33:15 +0000 (13:33 +0000)]
Moodle release 3.2rc4
Dan Poltawski [Tue, 29 Nov 2016 13:33:13 +0000 (13:33 +0000)]
Merge branch 'install_master' of https://git.in.moodle.com/amosbot/moodle-install
David Mudrák [Tue, 29 Nov 2016 11:24:49 +0000 (12:24 +0100)]
MDL-56800 theme_boost: Radios should not have name if soft frozen, too
Andrew Nicols [Tue, 29 Nov 2016 05:47:15 +0000 (13:47 +0800)]
MDL-56800 theme_boost: Remove name from hardFrozen radio
Ryan Wyllie [Tue, 29 Nov 2016 07:14:05 +0000 (07:14 +0000)]
MDL-57095 theme: fix content styling for notification page
Marina Glancy [Tue, 29 Nov 2016 05:54:49 +0000 (13:54 +0800)]
MDL-57186 media: fix link in security report
Andrew Nicols [Tue, 29 Nov 2016 05:48:55 +0000 (13:48 +0800)]
MDL-56858 theme_boost: Correct bad merge conflict
David Monllao [Tue, 29 Nov 2016 05:41:55 +0000 (13:41 +0800)]
Merge branch 'wip-mdl-57168-m1' of git://github.com/rajeshtaneja/moodle
David Monllao [Tue, 29 Nov 2016 05:36:52 +0000 (13:36 +0800)]
Merge branch 'MDL-57158-int-fix-1' of github.com:ryanwyllie/moodle
Damyon Wiese [Tue, 29 Nov 2016 05:21:35 +0000 (13:21 +0800)]
MDL-57124 boost: I want really tiny logos.
Said no-one ever.
Use max-height so very small logos will not be scaled up.
Marina Glancy [Tue, 29 Nov 2016 05:02:31 +0000 (13:02 +0800)]
MDL-56829 media_videojs: play inline on iPhone with ios 10
Frederic Massart [Tue, 29 Nov 2016 03:40:10 +0000 (11:40 +0800)]
MDL-57101 filter: Always set-up the page for filters
Frederic Massart [Wed, 23 Nov 2016 08:17:15 +0000 (16:17 +0800)]
MDL-57101 media_videojs: Set-up player on dynamically loaded content
Andrew Nicols [Tue, 29 Nov 2016 04:06:56 +0000 (12:06 +0800)]
Merge branch 'MDL-56919-master' of git://github.com/junpataleta/moodle
Jun Pataleta [Fri, 25 Nov 2016 06:52:46 +0000 (14:52 +0800)]
MDL-56919 mod_forum: Assign check icon for selected subscription mode
Andrew Nicols [Tue, 29 Nov 2016 03:52:32 +0000 (11:52 +0800)]
Merge branch 'MDL-56858_master-alt-2' of git://github.com/markn86/moodle
David Monllao [Tue, 29 Nov 2016 03:46:55 +0000 (11:46 +0800)]
Merge branch 'MDL-57163_master' of git://github.com/dmonllao/moodle
David Monllao [Mon, 28 Nov 2016 05:25:02 +0000 (13:25 +0800)]
MDL-57163 install: Check curl availability before curl_version()
David Herney [Tue, 29 Nov 2016 03:08:45 +0000 (22:08 -0500)]
MDL-57169 backup: ensure images in category descriptions are shown
Rajesh Taneja [Tue, 29 Nov 2016 02:53:02 +0000 (10:53 +0800)]
MDL-57168 behat: Don't press continue as it will go to Annotate PDF
This might cause random failures as the draft files are being accessed by other user
David Monllao [Tue, 29 Nov 2016 02:51:10 +0000 (10:51 +0800)]
Merge branch 'MDL-57097-master' of git://github.com/lameze/moodle
Cameron Ball [Mon, 28 Nov 2016 07:23:02 +0000 (15:23 +0800)]
MDL-57177 theme_boost: Use regular ! for advanced form fields
Previously we used U+2757 on advanced form fields, which was problematic
as it's part of emoji and displays differently on different platforms.
This is a problem since we explicitly style it to be blue, but, for
example on OS X it's red (since it gets replaced with their emoji).
Mark Nelson [Tue, 29 Nov 2016 02:24:55 +0000 (10:24 +0800)]
MDL-57174 mod_lesson: show settings menu on edit.php page
Damyon Wiese [Tue, 29 Nov 2016 02:07:16 +0000 (10:07 +0800)]
MDL-57124 boost: Show pageheaderbutton when no navbar
Even if there is no navbar - if there is a pageheaderbutton we need to
show it (E.g. Customise this page on dashboard).
David Mudrák [Tue, 29 Nov 2016 00:59:31 +0000 (01:59 +0100)]
MDL-57133 lang: Reword the strings in Behat tests too