moodle.git
10 years agoMerge branch 'MDL-49791-master' of git://github.com/jleyva/moodle
Andrew Nicols [Tue, 4 Aug 2015 08:07:11 +0000 (16:07 +0800)]
Merge branch 'MDL-49791-master' of git://github.com/jleyva/moodle

10 years agoMerge branch 'MDL-50893' of git://github.com/timhunt/moodle
Andrew Nicols [Tue, 4 Aug 2015 07:59:05 +0000 (15:59 +0800)]
Merge branch 'MDL-50893' of git://github.com/timhunt/moodle

10 years agoMerge branch 'wip-MDL-45113-master' of https://github.com/mackensen/moodle
Andrew Nicols [Tue, 4 Aug 2015 07:21:22 +0000 (15:21 +0800)]
Merge branch 'wip-MDL-45113-master' of https://github.com/mackensen/moodle

10 years agoMerge branch 'MDL-43709-master' of https://github.com/pauln/moodle
Andrew Nicols [Tue, 4 Aug 2015 04:26:12 +0000 (12:26 +0800)]
Merge branch 'MDL-43709-master' of https://github.com/pauln/moodle

10 years agoMerge branch 'MDL-50532-master' of git://github.com/FMCorz/moodle
Andrew Nicols [Tue, 4 Aug 2015 04:09:30 +0000 (12:09 +0800)]
Merge branch 'MDL-50532-master' of git://github.com/FMCorz/moodle

10 years agoMDL-50493 mod_forum: Correct style issues
Andrew Nicols [Tue, 4 Aug 2015 03:53:04 +0000 (11:53 +0800)]
MDL-50493 mod_forum: Correct style issues

10 years agoMerge branch 'MDL-50493-master' of git://github.com/jleyva/moodle
Andrew Nicols [Tue, 4 Aug 2015 03:46:14 +0000 (11:46 +0800)]
Merge branch 'MDL-50493-master' of git://github.com/jleyva/moodle

10 years agoMerge branch 'MDL-50771' of git://github.com/stronk7/moodle
Andrew Nicols [Tue, 4 Aug 2015 02:19:04 +0000 (10:19 +0800)]
Merge branch 'MDL-50771' of git://github.com/stronk7/moodle

10 years agoMerge branch 'MDL-50113-master' of git://github.com/jethac/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

10 years agoMerge branch 'MDL-42626-master' of git://github.com/jleyva/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

10 years agoMerge branch 'MDL-45772-master-4' of git://github.com/xow/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

10 years agoMDL-45772 admin: Stop browsers from autofilling passwords incorrectly
John Okely [Tue, 21 Jul 2015 08:01:49 +0000 (08:01 +0000)]
MDL-45772 admin: Stop browsers from autofilling passwords incorrectly

10 years agoMerge branch 'MDL-50515' of git://github.com/jmvedrine/moodle
Eloy Lafuente (stronk7) [Mon, 3 Aug 2015 23:21:16 +0000 (01:21 +0200)]
Merge branch 'MDL-50515' of git://github.com/jmvedrine/moodle

10 years agoMerge branch 'wip-MDL-19748-master' of https://github.com/marinaglancy/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

10 years agoMerge branch 'MDL-50572-master' of git://github.com/junpataleta/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

10 years agoMDL-50771 oracle: Bind long (>4000byte) text as CLOB
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.

10 years agoMerge branch 'wip-MDL-22819-master' of https://github.com/marinaglancy/moodle
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

10 years agoMerge branch 'MDL-49864-master' of git://github.com/junpataleta/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

10 years agoMerge branch 'MDL-50624-master' of git://github.com/ryanwyllie/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

10 years agoMDL-49864 mod_assign: Fix missing annotations when viewing PDF
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.

10 years agoMDL-50624 environment: add PHP7 as unsupported version
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

10 years agoMDL-50515 mod_lesson: Can't remove content buttons from content page
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

10 years agoMDL-45113 auth: add is_configured method and convert auth_db to use it
Charles Fulton [Sat, 4 Jul 2015 19:02:32 +0000 (19:02 +0000)]
MDL-45113 auth: add is_configured method and convert auth_db to use it

10 years agoMDL-50572 youtube: Disable Youtube
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.

10 years agoMDL-42626 messages: Hide deleted users in contact/blocked list
Juan Leyva [Thu, 4 Jun 2015 20:27:38 +0000 (22:27 +0200)]
MDL-42626 messages: Hide deleted users in contact/blocked list

10 years agoMDL-49791 page: New Web Service mod_page_view_page
Juan Leyva [Fri, 17 Apr 2015 12:22:09 +0000 (14:22 +0200)]
MDL-49791 page: New Web Service mod_page_view_page

10 years agoMDL-49791 page: Move logging and completion to new API
Juan Leyva [Fri, 17 Apr 2015 12:10:09 +0000 (14:10 +0200)]
MDL-49791 page: Move logging and completion to new API

10 years agoweekly release 3.0dev
Andrew Nicols [Thu, 30 Jul 2015 06:41:52 +0000 (14:41 +0800)]
weekly release 3.0dev

10 years agoMerge branch 'install_master' of https://git.in.moodle.com/amosbot/moodle-install
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

10 years agoMDL-50535 core_grades: fixed behat failing
Mark Nelson [Wed, 29 Jul 2015 06:06:34 +0000 (23:06 -0700)]
MDL-50535 core_grades: fixed behat failing

10 years agoMDL-50532 tasks: Delete obsolete tasks during upgrade
Frederic Massart [Wed, 22 Jul 2015 11:53:48 +0000 (19:53 +0800)]
MDL-50532 tasks: Delete obsolete tasks during upgrade

10 years agoMDL-49360 core_lib: remove get_referer() call form auth ldap
Simey Lameze [Wed, 29 Jul 2015 02:34:19 +0000 (10:34 +0800)]
MDL-49360 core_lib: remove get_referer() call form auth ldap

10 years agoMDL-50113 message: improve display of long names
Jetha Chan [Mon, 25 May 2015 07:42:17 +0000 (15:42 +0800)]
MDL-50113 message: improve display of long names

10 years agoMerge branch 'MDL-49581_m30v4' of https://github.com/sbourget/moodle
Andrew Nicols [Wed, 29 Jul 2015 01:32:11 +0000 (09:32 +0800)]
Merge branch 'MDL-49581_m30v4' of https://github.com/sbourget/moodle

10 years agoMDL-49581 Lesson: Remove high score unit tests.
Stephen Bourget [Tue, 28 Jul 2015 21:06:02 +0000 (17:06 -0400)]
MDL-49581 Lesson: Remove high score unit tests.

10 years agoMDL-50893 questions: cannot create a question with name 0
Tim Hunt [Tue, 28 Jul 2015 17:17:45 +0000 (18:17 +0100)]
MDL-50893 questions: cannot create a question with name 0

10 years agoMerge branch 'MDL-50834' of https://github.com/danielneis/moodle
Dan Poltawski [Tue, 28 Jul 2015 12:25:57 +0000 (13:25 +0100)]
Merge branch 'MDL-50834' of https://github.com/danielneis/moodle

10 years agoMerge branch 'MDL-50535_master' of git://github.com/markn86/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

10 years agoMerge branch 'MDL-50370' of git://github.com/barbararamiro/moodle
Dan Poltawski [Tue, 28 Jul 2015 11:43:10 +0000 (12:43 +0100)]
Merge branch 'MDL-50370' of git://github.com/barbararamiro/moodle

10 years agoMerge branch 'MDL-50833-master' of git://github.com/merrill-oakland/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

10 years agoMerge branch 'MDL-50868-master' of git://github.com/jethac/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

10 years agoMerge branch 'MDL-49629' of https://github.com/spvickers/moodle
Dan Poltawski [Tue, 28 Jul 2015 11:00:35 +0000 (12:00 +0100)]
Merge branch 'MDL-49629' of https://github.com/spvickers/moodle

10 years agoMerge branch 'MDL-49581_m30v3' of https://github.com/sbourget/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

10 years agoMDL-49360 core_lib: fix typo on auth_ldap
Simey Lameze [Tue, 28 Jul 2015 04:49:08 +0000 (12:49 +0800)]
MDL-49360 core_lib: fix typo on auth_ldap

10 years agoMerge branch 'wip-MDL-50874-master' of https://github.com/marinaglancy/moodle
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

10 years agoMerge branch 'MDL-50295-master' of git://github.com/danpoltawski/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

10 years agoMerge branch 'MDL-44962_master' of https://github.com/dmonllao/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

10 years agoMerge branch 'MDL-35148-master' of git://github.com/FMCorz/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

10 years agoMDL-35148 themes: Updated checks deciding when mobile themes are used
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, ...

10 years agoMerge branch 'MDL-41598-master' of https://github.com/mackensen/moodle
Dan Poltawski [Mon, 27 Jul 2015 14:24:31 +0000 (15:24 +0100)]
Merge branch 'MDL-41598-master' of https://github.com/mackensen/moodle

10 years agoMerge branch 'MDL-43785-master' of git://github.com/andrewnicols/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

10 years agoMerge branch 'MDL-50125_master' of git://github.com/dmonllao/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

10 years agoMerge branch 'MDL-49360-master' of git://github.com/lameze/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

10 years agoMerge branch 'MDL-49383-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

10 years agoMerge branch 'wip-MDL-50649-master' of git://github.com/marinaglancy/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

10 years agoMerge branch 'MDL-50645_master' of git://github.com/dmonllao/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

10 years agoMerge branch 'MDL-46398-master' of git://github.com/junpataleta/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

10 years agoMerge branch 'MDL-46232-master' of git://github.com/FMCorz/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

10 years agoMDL-46232 user: Handle bulk delete of users without email addresses
Frederic Massart [Thu, 23 Jul 2015 03:54:46 +0000 (11:54 +0800)]
MDL-46232 user: Handle bulk delete of users without email addresses

10 years agoMDL-43785 lib: Improve session timeout warnings
Andrew Nicols [Wed, 22 Jan 2014 04:54:49 +0000 (12:54 +0800)]
MDL-43785 lib: Improve session timeout warnings

10 years agoMDL-49360 core_lib: add new method get_local_referer()
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().

10 years agoMDL-49383 core: initial deprecation of get_referer function
Simey Lameze [Mon, 27 Jul 2015 02:33:39 +0000 (10:33 +0800)]
MDL-49383 core: initial deprecation of get_referer function

10 years agoAutomatically generated installer lang files
AMOS bot [Sat, 25 Jul 2015 16:03:56 +0000 (00:03 +0800)]
Automatically generated installer lang files

10 years agoMDL-50535 core_course: disabled 'gradepass' field when no ratings set
Mark Nelson [Mon, 29 Jun 2015 07:51:23 +0000 (00:51 -0700)]
MDL-50535 core_course: disabled 'gradepass' field when no ratings set

10 years agoMDL-44962 mod_wiki: No input filter
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.

10 years agoMDL-22819 tags: fix breadcrumb on manage tags page
Marina Glancy [Fri, 24 Jul 2015 13:25:36 +0000 (21:25 +0800)]
MDL-22819 tags: fix breadcrumb on manage tags page

10 years agoMDL-50834 gradebook: Add help text and link to xml grade import
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

10 years agoMDL-50649 report: query optimisation
Marina Glancy [Wed, 24 Jun 2015 06:09:23 +0000 (14:09 +0800)]
MDL-50649 report: query optimisation

10 years agoMDL-46398 medialib : Change media player ranks
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.

10 years agoMDL-50868 weblib: add unit test for ruby support
Jetha Chan [Fri, 17 Jul 2015 13:37:01 +0000 (22:37 +0900)]
MDL-50868 weblib: add unit test for ruby support

10 years agoMDL-50868 weblib: add ruby support to purify_html
Jetha Chan [Fri, 17 Jul 2015 13:23:18 +0000 (22:23 +0900)]
MDL-50868 weblib: add ruby support to purify_html

10 years agoAutomatically generated installer lang files
AMOS bot [Thu, 23 Jul 2015 16:04:16 +0000 (00:04 +0800)]
Automatically generated installer lang files

10 years agoMDL-50125 navigation: Allowing all kind of plugins to extend navigation
David Monllao [Fri, 19 Jun 2015 08:22:16 +0000 (16:22 +0800)]
MDL-50125 navigation: Allowing all kind of plugins to extend navigation

10 years agoMDL-49434 availability: more bad whitespace
Dan Poltawski [Wed, 22 Jul 2015 22:58:12 +0000 (23:58 +0100)]
MDL-49434 availability: more bad whitespace

10 years agoMDL-49434 availability: fix trailing whitespace
Dan Poltawski [Wed, 22 Jul 2015 22:48:29 +0000 (23:48 +0100)]
MDL-49434 availability: fix trailing whitespace

10 years agoweekly release 3.0dev
Dan Poltawski [Wed, 22 Jul 2015 19:42:54 +0000 (20:42 +0100)]
weekly release 3.0dev

10 years agoMerge branch 'install_master' of https://git.in.moodle.com/amosbot/moodle-install
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

10 years agoMDL-49434 availability: unit test adjustments
Marina Glancy [Wed, 22 Jul 2015 04:49:22 +0000 (12:49 +0800)]
MDL-49434 availability: unit test adjustments

10 years agoMerge branch 'MDL-50563' of https://github.com/NeillM/moodle
Andrew Nicols [Wed, 22 Jul 2015 01:16:32 +0000 (09:16 +0800)]
Merge branch 'MDL-50563' of https://github.com/NeillM/moodle

10 years agoMerge branch 'MDL-50762-master' of https://github.com/luryus/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

10 years agoMerge branch 'MDL-50699-master' of https://github.com/pauln/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

10 years agoMerge branch 'MDL-50525' of https://github.com/andrewhancox/moodle
Andrew Nicols [Wed, 22 Jul 2015 00:55:05 +0000 (08:55 +0800)]
Merge branch 'MDL-50525' of https://github.com/andrewhancox/moodle

10 years agoMerge branch 'MDL-50523' 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

10 years agoMDL-50663 blocks: minor style fixes
Dan Poltawski [Tue, 21 Jul 2015 14:41:39 +0000 (15:41 +0100)]
MDL-50663 blocks: minor style fixes

10 years agoMerge branch 'MDL-50663-master' of https://github.com/sk-unikent/moodle
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

10 years agoMerge branch 'MDL-50293_master' of https://github.com/Syxton/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

10 years agoMDL-50874 block: basic tests for tag-related blocks
Marina Glancy [Sat, 18 Jul 2015 14:43:48 +0000 (22:43 +0800)]
MDL-50874 block: basic tests for tag-related blocks

10 years agoMerge branch 'MDL-50427-master' of git://github.com/jleyva/moodle
Dan Poltawski [Tue, 21 Jul 2015 08:41:09 +0000 (09:41 +0100)]
Merge branch 'MDL-50427-master' of git://github.com/jleyva/moodle

10 years agoMerge branch 'MDL-50639_mod_book_fontsize_master' of https://github.com/barrysspace...
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

10 years agoMerge branch 'MDL-49618-master' of https://github.com/marinaglancy/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

10 years agoMerge branch 'MDL-49176_marking_guide' of git://github.com/davosmith/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

10 years agoMerge branch 'MDL-47230_master' of https://github.com/barrysspace/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

10 years agoMerge branch 'wip-MDL-41650-master' of https://github.com/marinaglancy/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

10 years agoMerge branch 'MDL-49434-master' of https://github.com/sammarshallou/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

10 years agoMDL-49581 Lesson: Remove broken high score function
Stephen Bourget [Tue, 21 Jul 2015 00:06:44 +0000 (20:06 -0400)]
MDL-49581 Lesson: Remove broken high score function

10 years agoMDL-50523 mod_assign: Conditionally disable activity setting
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.

10 years agoMDL-50525 mod_assign: Moved preventsubmissionnotingroup
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.

10 years agoMDL-50645 cache: get_plugins_with_function for more than one plugintype
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

10 years agoMDL-50645 cache: New plugin_functions cache
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.

10 years agoMerge branch 'MDL-49440_master' of https://github.com/crazyserver/moodle
Dan Poltawski [Mon, 20 Jul 2015 13:02:55 +0000 (14:02 +0100)]
Merge branch 'MDL-49440_master' of https://github.com/crazyserver/moodle