Andrew Nicols [Tue, 4 Aug 2015 04:09:30 +0000 (12:09 +0800)]
Merge branch 'MDL-50532-master' of git://github.com/FMCorz/moodle
Andrew Nicols [Tue, 4 Aug 2015 03:53:04 +0000 (11:53 +0800)]
MDL-50493 mod_forum: Correct style issues
Andrew Nicols [Tue, 4 Aug 2015 03:46:14 +0000 (11:46 +0800)]
Merge branch 'MDL-50493-master' of git://github.com/jleyva/moodle
Andrew Nicols [Tue, 4 Aug 2015 02:19:04 +0000 (10:19 +0800)]
Merge branch 'MDL-50771' of git://github.com/stronk7/moodle
Andrew Nicols [Tue, 4 Aug 2015 02:15:05 +0000 (10:15 +0800)]
Merge branch 'MDL-50113-master' of git://github.com/jethac/moodle
Andrew Nicols [Tue, 4 Aug 2015 02:07:40 +0000 (10:07 +0800)]
Merge branch 'MDL-42626-master' of git://github.com/jleyva/moodle
Andrew Nicols [Tue, 4 Aug 2015 01:56:47 +0000 (09:56 +0800)]
Merge branch 'MDL-45772-master-4' of git://github.com/xow/moodle
John Okely [Tue, 21 Jul 2015 08:01:49 +0000 (08:01 +0000)]
MDL-45772 admin: Stop browsers from autofilling passwords incorrectly
Eloy Lafuente (stronk7) [Mon, 3 Aug 2015 23:21:16 +0000 (01:21 +0200)]
Merge branch 'MDL-50515' of git://github.com/jmvedrine/moodle
Eloy Lafuente (stronk7) [Mon, 3 Aug 2015 19:20:04 +0000 (21:20 +0200)]
Merge branch 'wip-MDL-19748-master' of https://github.com/marinaglancy/moodle
Eloy Lafuente (stronk7) [Mon, 3 Aug 2015 10:58:35 +0000 (12:58 +0200)]
Merge branch 'MDL-50572-master' of git://github.com/junpataleta/moodle
Eloy Lafuente (stronk7) [Sun, 12 Jul 2015 10:19:28 +0000 (12:19 +0200)]
MDL-50771 oracle: Bind long (>4000byte) text as CLOB
While we already were detecting @ normalise_value()
both BLOBs and CLOBs properly on insert and update
statements (by introspectind the column specs), when
a long TEXT is being passed as part of an arbitrary
SQL, or within the conditions... it was being bound
as VARCHAR, leading to problems if used in combination
with DBMS_LOB functions.
This patch just ensures that any TEXT > 4000 bytes not
detected by normalise_value() will be, always, bound as CLOB,
unconditionally.
Covered with tests both covering its use with DBMS_LOB (the
reported bug) and also in general raw statements.
Andrew Nicols [Mon, 3 Aug 2015 02:22:04 +0000 (10:22 +0800)]
Merge branch 'wip-MDL-22819-master' of https://github.com/marinaglancy/moodle
Andrew Nicols [Mon, 3 Aug 2015 01:39:57 +0000 (09:39 +0800)]
Merge branch 'MDL-49864-master' of git://github.com/junpataleta/moodle
Andrew Nicols [Mon, 3 Aug 2015 01:19:17 +0000 (09:19 +0800)]
Merge branch 'MDL-50624-master' of git://github.com/ryanwyllie/moodle
Jun Pataleta [Tue, 28 Jul 2015 09:16:32 +0000 (17:16 +0800)]
MDL-49864 mod_assign: Fix missing annotations when viewing PDF
Added 'draft = 1' criteria for the delete query in
page_editor::set_annotations in order to prevent the deletion of non-draft
annotations while the PDF is being edited.
Ryan Wyllie [Mon, 20 Jul 2015 04:33:31 +0000 (04:33 +0000)]
MDL-50624 environment: add PHP7 as unsupported version
Added PHP7 as an unsupported version for Moodle 2.8 and 2.9 in
the environment checks
Jean-Michel Vedrine [Sun, 2 Aug 2015 07:32:34 +0000 (09:32 +0200)]
MDL-50515 mod_lesson: Can't remove content buttons from content page
Jun Pataleta [Mon, 27 Jul 2015 01:25:28 +0000 (09:25 +0800)]
MDL-50572 youtube: Disable Youtube
Disabled Youtube repository and Youtube Tag Block on new Moodle installations.
Juan Leyva [Thu, 4 Jun 2015 20:27:38 +0000 (22:27 +0200)]
MDL-42626 messages: Hide deleted users in contact/blocked list
Andrew Nicols [Thu, 30 Jul 2015 06:41:52 +0000 (14:41 +0800)]
weekly release 3.0dev
Andrew Nicols [Thu, 30 Jul 2015 06:41:46 +0000 (14:41 +0800)]
Merge branch 'install_master' of https://git.in.moodle.com/amosbot/moodle-install
Mark Nelson [Wed, 29 Jul 2015 06:06:34 +0000 (23:06 -0700)]
MDL-50535 core_grades: fixed behat failing
Frederic Massart [Wed, 22 Jul 2015 11:53:48 +0000 (19:53 +0800)]
MDL-50532 tasks: Delete obsolete tasks during upgrade
Simey Lameze [Wed, 29 Jul 2015 02:34:19 +0000 (10:34 +0800)]
MDL-49360 core_lib: remove get_referer() call form auth ldap
Jetha Chan [Mon, 25 May 2015 07:42:17 +0000 (15:42 +0800)]
MDL-50113 message: improve display of long names
Andrew Nicols [Wed, 29 Jul 2015 01:32:11 +0000 (09:32 +0800)]
Merge branch 'MDL-49581_m30v4' of https://github.com/sbourget/moodle
Stephen Bourget [Tue, 28 Jul 2015 21:06:02 +0000 (17:06 -0400)]
MDL-49581 Lesson: Remove high score unit tests.
Dan Poltawski [Tue, 28 Jul 2015 12:25:57 +0000 (13:25 +0100)]
Merge branch 'MDL-50834' of https://github.com/danielneis/moodle
Dan Poltawski [Tue, 28 Jul 2015 12:14:24 +0000 (13:14 +0100)]
Merge branch 'MDL-50535_master' of git://github.com/markn86/moodle
Dan Poltawski [Tue, 28 Jul 2015 11:43:10 +0000 (12:43 +0100)]
Merge branch 'MDL-50370' of git://github.com/barbararamiro/moodle
Dan Poltawski [Tue, 28 Jul 2015 11:38:52 +0000 (12:38 +0100)]
Merge branch 'MDL-50833-master' of git://github.com/merrill-oakland/moodle
Dan Poltawski [Tue, 28 Jul 2015 11:10:55 +0000 (12:10 +0100)]
Merge branch 'MDL-50868-master' of git://github.com/jethac/moodle
Dan Poltawski [Tue, 28 Jul 2015 11:00:35 +0000 (12:00 +0100)]
Merge branch 'MDL-49629' of https://github.com/spvickers/moodle
Dan Poltawski [Tue, 28 Jul 2015 09:48:11 +0000 (10:48 +0100)]
Merge branch 'MDL-49581_m30v3' of https://github.com/sbourget/moodle
Simey Lameze [Tue, 28 Jul 2015 04:49:08 +0000 (12:49 +0800)]
MDL-49360 core_lib: fix typo on auth_ldap
Andrew Nicols [Tue, 28 Jul 2015 06:08:54 +0000 (14:08 +0800)]
Merge branch 'wip-MDL-50874-master' of https://github.com/marinaglancy/moodle
Andrew Nicols [Tue, 28 Jul 2015 06:02:07 +0000 (14:02 +0800)]
Merge branch 'MDL-50295-master' of git://github.com/danpoltawski/moodle
Andrew Nicols [Tue, 28 Jul 2015 03:16:09 +0000 (11:16 +0800)]
Merge branch 'MDL-44962_master' of https://github.com/dmonllao/moodle
Andrew Nicols [Tue, 28 Jul 2015 03:06:38 +0000 (11:06 +0800)]
Merge branch 'MDL-35148-master' of git://github.com/FMCorz/moodle
Frederic Massart [Wed, 10 Jun 2015 09:22:47 +0000 (17:22 +0800)]
MDL-35148 themes: Updated checks deciding when mobile themes are used
Now, if a site-theme is set for tablet/phone AND the user is using
a tablet/phone that site-theme will be used, always. In any other
case the normal theme resolution will be used: course, category, ...
Dan Poltawski [Mon, 27 Jul 2015 14:24:31 +0000 (15:24 +0100)]
Merge branch 'MDL-41598-master' of https://github.com/mackensen/moodle
Dan Poltawski [Mon, 27 Jul 2015 13:49:18 +0000 (14:49 +0100)]
Merge branch 'MDL-43785-master' of git://github.com/andrewnicols/moodle
Dan Poltawski [Mon, 27 Jul 2015 11:21:33 +0000 (12:21 +0100)]
Merge branch 'MDL-50125_master' of git://github.com/dmonllao/moodle
Dan Poltawski [Mon, 27 Jul 2015 11:08:46 +0000 (12:08 +0100)]
Merge branch 'MDL-49360-master' of git://github.com/lameze/moodle
Dan Poltawski [Mon, 27 Jul 2015 11:05:45 +0000 (12:05 +0100)]
Merge branch 'MDL-49383-master' of git://github.com/lameze/moodle
Dan Poltawski [Mon, 27 Jul 2015 10:57:52 +0000 (11:57 +0100)]
Merge branch 'wip-MDL-50649-master' of git://github.com/marinaglancy/moodle
Dan Poltawski [Mon, 27 Jul 2015 09:36:55 +0000 (10:36 +0100)]
Merge branch 'MDL-50645_master' of git://github.com/dmonllao/moodle
Dan Poltawski [Mon, 27 Jul 2015 09:26:25 +0000 (10:26 +0100)]
Merge branch 'MDL-46398-master' of git://github.com/junpataleta/moodle
Andrew Nicols [Mon, 27 Jul 2015 07:53:59 +0000 (15:53 +0800)]
Merge branch 'MDL-46232-master' of git://github.com/FMCorz/moodle
Frederic Massart [Thu, 23 Jul 2015 03:54:46 +0000 (11:54 +0800)]
MDL-46232 user: Handle bulk delete of users without email addresses
Andrew Nicols [Wed, 22 Jan 2014 04:54:49 +0000 (12:54 +0800)]
MDL-43785 lib: Improve session timeout warnings
Simey Lameze [Fri, 12 Jun 2015 06:27:55 +0000 (14:27 +0800)]
MDL-49360 core_lib: add new method get_local_referer()
This commit also replace all usages of $_SERVER['HTTP_REFERER'] and get_referer().
Simey Lameze [Mon, 27 Jul 2015 02:33:39 +0000 (10:33 +0800)]
MDL-49383 core: initial deprecation of get_referer function
AMOS bot [Sat, 25 Jul 2015 16:03:56 +0000 (00:03 +0800)]
Automatically generated installer lang files
Mark Nelson [Mon, 29 Jun 2015 07:51:23 +0000 (00:51 -0700)]
MDL-50535 core_course: disabled 'gradepass' field when no ratings set
David Monllao [Fri, 24 Jul 2015 14:33:55 +0000 (16:33 +0200)]
MDL-44962 mod_wiki: No input filter
Thanks to Tim Lock for the partial fix.
Marina Glancy [Fri, 24 Jul 2015 13:25:36 +0000 (21:25 +0800)]
MDL-22819 tags: fix breadcrumb on manage tags page
Daniel Neis Araujo [Tue, 14 Jul 2015 21:28:40 +0000 (18:28 -0300)]
MDL-50834 gradebook: Add help text and link to xml grade import
Marina Glancy [Wed, 24 Jun 2015 06:09:23 +0000 (14:09 +0800)]
MDL-50649 report: query optimisation
Jun Pataleta [Fri, 24 Jul 2015 07:54:45 +0000 (15:54 +0800)]
MDL-46398 medialib : Change media player ranks
Change player ranks for QT and HTML5 players so that the QT player will be
the fallback player for the playback of MP4, M4V and M4A files.
Jetha Chan [Fri, 17 Jul 2015 13:37:01 +0000 (22:37 +0900)]
MDL-50868 weblib: add unit test for ruby support
Jetha Chan [Fri, 17 Jul 2015 13:23:18 +0000 (22:23 +0900)]
MDL-50868 weblib: add ruby support to purify_html
AMOS bot [Thu, 23 Jul 2015 16:04:16 +0000 (00:04 +0800)]
Automatically generated installer lang files
David Monllao [Fri, 19 Jun 2015 08:22:16 +0000 (16:22 +0800)]
MDL-50125 navigation: Allowing all kind of plugins to extend navigation
Dan Poltawski [Wed, 22 Jul 2015 22:58:12 +0000 (23:58 +0100)]
MDL-49434 availability: more bad whitespace
Dan Poltawski [Wed, 22 Jul 2015 22:48:29 +0000 (23:48 +0100)]
MDL-49434 availability: fix trailing whitespace
Dan Poltawski [Wed, 22 Jul 2015 19:42:54 +0000 (20:42 +0100)]
weekly release 3.0dev
Dan Poltawski [Wed, 22 Jul 2015 19:42:52 +0000 (20:42 +0100)]
Merge branch 'install_master' of https://git.in.moodle.com/amosbot/moodle-install
Marina Glancy [Wed, 22 Jul 2015 04:49:22 +0000 (12:49 +0800)]
MDL-49434 availability: unit test adjustments
Andrew Nicols [Wed, 22 Jul 2015 01:16:32 +0000 (09:16 +0800)]
Merge branch 'MDL-50563' of https://github.com/NeillM/moodle
Andrew Nicols [Wed, 22 Jul 2015 01:12:05 +0000 (09:12 +0800)]
Merge branch 'MDL-50762-master' of https://github.com/luryus/moodle
Andrew Nicols [Wed, 22 Jul 2015 01:05:06 +0000 (09:05 +0800)]
Merge branch 'MDL-50699-master' of https://github.com/pauln/moodle
Andrew Nicols [Wed, 22 Jul 2015 00:55:05 +0000 (08:55 +0800)]
Merge branch 'MDL-50525' of https://github.com/andrewhancox/moodle
Andrew Nicols [Wed, 22 Jul 2015 00:16:36 +0000 (08:16 +0800)]
Merge branch 'MDL-50523' of https://github.com/andrewhancox/moodle
Dan Poltawski [Tue, 21 Jul 2015 14:41:39 +0000 (15:41 +0100)]
MDL-50663 blocks: minor style fixes
Dan Poltawski [Tue, 21 Jul 2015 14:40:10 +0000 (15:40 +0100)]
Merge branch 'MDL-50663-master' of https://github.com/sk-unikent/moodle
Dan Poltawski [Tue, 21 Jul 2015 11:51:46 +0000 (12:51 +0100)]
Merge branch 'MDL-50293_master' of https://github.com/Syxton/moodle
Marina Glancy [Sat, 18 Jul 2015 14:43:48 +0000 (22:43 +0800)]
MDL-50874 block: basic tests for tag-related blocks
Dan Poltawski [Tue, 21 Jul 2015 08:41:09 +0000 (09:41 +0100)]
Merge branch 'MDL-50427-master' of git://github.com/jleyva/moodle
Dan Poltawski [Tue, 21 Jul 2015 08:08:15 +0000 (09:08 +0100)]
Merge branch 'MDL-50639_mod_book_fontsize_master' of https://github.com/barrysspace/moodle
Andrew Nicols [Tue, 21 Jul 2015 04:14:53 +0000 (12:14 +0800)]
Merge branch 'MDL-49618-master' of https://github.com/marinaglancy/moodle
Andrew Nicols [Tue, 21 Jul 2015 03:25:42 +0000 (11:25 +0800)]
Merge branch 'MDL-49176_marking_guide' of git://github.com/davosmith/moodle
Andrew Nicols [Tue, 21 Jul 2015 03:11:52 +0000 (11:11 +0800)]
Merge branch 'MDL-47230_master' of https://github.com/barrysspace/moodle
Andrew Nicols [Tue, 21 Jul 2015 01:29:11 +0000 (09:29 +0800)]
Merge branch 'wip-MDL-41650-master' of https://github.com/marinaglancy/moodle
Andrew Nicols [Tue, 21 Jul 2015 00:13:19 +0000 (08:13 +0800)]
Merge branch 'MDL-49434-master' of https://github.com/sammarshallou/moodle
Stephen Bourget [Tue, 21 Jul 2015 00:06:44 +0000 (20:06 -0400)]
MDL-49581 Lesson: Remove broken high score function
Andrew Hancox [Wed, 1 Jul 2015 14:47:42 +0000 (15:47 +0100)]
MDL-50523 mod_assign: Conditionally disable activity setting
On activity settings form if "Students submit in groups" is set to no then
disable "Require group to make submission" setting.
Andrew Hancox [Wed, 1 Jul 2015 12:16:23 +0000 (13:16 +0100)]
MDL-50525 mod_assign: Moved preventsubmissionnotingroup
Moved preventsubmissionnotingroup to between teamsubmission and
requireallteammemberssubmit to keep all settings related to
group submissions together.
David Monllao [Fri, 19 Jun 2015 09:07:59 +0000 (17:07 +0800)]
MDL-50645 cache: get_plugins_with_function for more than one plugintype
David Monllao [Fri, 19 Jun 2015 08:12:41 +0000 (16:12 +0800)]
MDL-50645 cache: New plugin_functions cache
Improves memory usage as we don't need to include all files every time we want
to see if any plugin supports a callback.
Dan Poltawski [Mon, 20 Jul 2015 13:02:55 +0000 (14:02 +0100)]
Merge branch 'MDL-49440_master' of https://github.com/crazyserver/moodle
Dan Poltawski [Mon, 20 Jul 2015 12:53:47 +0000 (13:53 +0100)]
Merge branch 'wip-MDL-50678-master' of git://github.com/marinaglancy/moodle
Barbara Ramiro [Mon, 20 Jul 2015 11:30:25 +0000 (19:30 +0800)]
MDL-50370 Icons: Filetype icon for ePub
Dan Poltawski [Mon, 20 Jul 2015 10:20:12 +0000 (11:20 +0100)]
Merge branch 'MDL-50673-master-workshop-submissions' of git://github.com/mudrd8mz/moodle
Dan Poltawski [Mon, 20 Jul 2015 09:12:16 +0000 (10:12 +0100)]
Merge branch 'wip-MDL-50612-master' of https://github.com/marinaglancy/moodle
Dan Poltawski [Mon, 20 Jul 2015 07:23:22 +0000 (08:23 +0100)]
Merge branch 'MDL-49582-master' of https://github.com/lucisgit/moodle
Juan Leyva [Tue, 14 Jul 2015 09:11:14 +0000 (11:11 +0200)]
MDL-50427 mod_scorm: Rename scorm_view_display to scorm_print_launch
In order to avoid confusion with the new scorm_view fuction
Juan Leyva [Tue, 9 Jun 2015 13:27:42 +0000 (15:27 +0200)]
MDL-50427 mod_scorm: New Web Service mod_scorm_view_scorm
Juan Leyva [Tue, 9 Jun 2015 13:27:30 +0000 (15:27 +0200)]
MDL-50427 mod_scorm: Move logging and completion to new API