moodle.git
7 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

7 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

7 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

7 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

7 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

7 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

7 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, ...

7 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

7 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

7 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

7 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

7 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

7 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

7 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

7 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

7 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

7 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

7 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

7 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().

7 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

7 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.

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

7 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.

7 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

7 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

7 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

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

7 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

7 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

7 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

7 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

7 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

7 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

7 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

7 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

7 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

7 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

7 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

7 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

7 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

7 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

7 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

7 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

7 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

7 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

7 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

7 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.

7 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.

7 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

7 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.

7 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

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

7 years agoMerge branch 'MDL-50673-master-workshop-submissions' of git://github.com/mudrd8mz...
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

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

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

7 years agoMDL-50427 mod_scorm: Rename scorm_view_display to scorm_print_launch
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

7 years agoMDL-50427 mod_scorm: New Web Service mod_scorm_view_scorm
Juan Leyva [Tue, 9 Jun 2015 13:27:42 +0000 (15:27 +0200)]
MDL-50427 mod_scorm: New Web Service mod_scorm_view_scorm

7 years agoMDL-50427 mod_scorm: Move logging and completion to new API
Juan Leyva [Tue, 9 Jun 2015 13:27:30 +0000 (15:27 +0200)]
MDL-50427 mod_scorm: Move logging and completion to new API

7 years agoAutomatically generated installer lang files
AMOS bot [Sun, 19 Jul 2015 16:04:59 +0000 (00:04 +0800)]
Automatically generated installer lang files

7 years agoMDL-41650 Tags: Changed css classes of errors and success notice
apsdehal [Tue, 28 Jan 2014 15:55:45 +0000 (21:25 +0530)]
MDL-41650 Tags: Changed css classes of errors and success notice

7 years agoAutomatically generated installer lang files
AMOS bot [Fri, 17 Jul 2015 16:05:18 +0000 (00:05 +0800)]
Automatically generated installer lang files

7 years agoMDL-50762 tool_capability: Do not hide first capability in list
Lauri Koskela [Sun, 5 Jul 2015 11:52:29 +0000 (14:52 +0300)]
MDL-50762 tool_capability: Do not hide first capability in list

7 years agoMDL-50563 blocks: A hidden block that is dropped should be dimmed
Neill Magill [Wed, 1 Jul 2015 13:11:30 +0000 (14:11 +0100)]
MDL-50563 blocks: A hidden block that is dropped should be dimmed

Before this patch when dragging and dropping a hidden block it would display as though visible when it was dropped.

This is only a display issue, as a page refresh caused it to be dimmed in its new position.

7 years agoMDL-50639 mod_book: Remove 0.8em font sizes
Barry Oosthuizen [Fri, 17 Jul 2015 07:43:20 +0000 (08:43 +0100)]
MDL-50639 mod_book: Remove 0.8em font sizes

7 years agoMDL-50673 workshop: Fix some coding style violations
David Mudrák [Thu, 16 Jul 2015 17:37:01 +0000 (19:37 +0200)]
MDL-50673 workshop: Fix some coding style violations

7 years agoMDL-50673 workshop: Fix the way how submissions are counted
David Mudrák [Thu, 16 Jul 2015 17:38:48 +0000 (19:38 +0200)]
MDL-50673 workshop: Fix the way how submissions are counted

The count_submissions() method does not take the actual enrolment into
account. It is part of the API that looks on all existing data
regardless the actual status of their owner. The author of the
submission may be unenrolled or suspended, in which case they are not
displayed in the report and we would get wrong figures.

7 years agoMDL-50673 workshop: Display all participants during submission phase
M Kassaei [Tue, 23 Jun 2015 10:36:43 +0000 (11:36 +0100)]
MDL-50673 workshop: Display all participants during submission phase

This patch adds a new report to be displayed during the submission
phase. The report displays all participants who are supposed to submit
their work into the workshop and the status of their submission.

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

7 years agoMDL-50293 navigation: File name not wrapping
Syxton [Wed, 15 Jul 2015 12:15:23 +0000 (08:15 -0400)]
MDL-50293 navigation: File name not wrapping

A long File name doesn't always wrap correctly in the Navigation block.

7 years agoMDL-49582 core_lib: Add button to allow user to reset table preferences
Tony Butler [Wed, 18 Mar 2015 16:33:41 +0000 (16:33 +0000)]
MDL-49582 core_lib: Add button to allow user to reset table preferences

7 years agoMDL-49440 lib: Date picker duplicated week day names repaired
pau.ferrer-ocana [Thu, 11 Jun 2015 15:00:07 +0000 (17:00 +0200)]
MDL-49440 lib: Date picker duplicated week day names repaired

Thanks Marc Català for the patch

7 years agoweekly release 3.0dev
Dan Poltawski [Thu, 16 Jul 2015 07:16:15 +0000 (08:16 +0100)]
weekly release 3.0dev

7 years agoMerge branch 'install_master' of https://git.in.moodle.com/amosbot/moodle-install
Dan Poltawski [Thu, 16 Jul 2015 07:16:12 +0000 (08:16 +0100)]
Merge branch 'install_master' of https://git.in.moodle.com/amosbot/moodle-install

7 years agoMDL-49434 availability: Revert MDL-49418 (obsoleted by this change)
sam marshall [Wed, 24 Jun 2015 10:09:27 +0000 (11:09 +0100)]
MDL-49434 availability: Revert MDL-49418 (obsoleted by this change)

This reverts commit 51fef1de359439c79fa98bd9ebec19077e66cb57.

7 years agoMDL-49434 availability: Use renderables for multiple messages
sam marshall [Fri, 20 Mar 2015 17:52:35 +0000 (17:52 +0000)]
MDL-49434 availability: Use renderables for multiple messages

Co-Authored-By: Andrew Nicols <andrew@nicols.co.uk>
7 years agoMDL-47230 mod_book: Sub chapter bullet formatting
Barry Oosthuizen [Thu, 18 Jun 2015 13:25:16 +0000 (14:25 +0100)]
MDL-47230 mod_book: Sub chapter bullet formatting

7 years agoMDL-50678 mod_glossary: removed extra login check
Marina Glancy [Wed, 15 Jul 2015 06:08:48 +0000 (14:08 +0800)]
MDL-50678 mod_glossary: removed extra login check

7 years agoAutomatically generated installer lang files
AMOS bot [Tue, 14 Jul 2015 16:05:00 +0000 (00:05 +0800)]
Automatically generated installer lang files

7 years agoMerge branch 'MDL-49796-master' of git://github.com/jleyva/moodle
Dan Poltawski [Tue, 14 Jul 2015 12:01:18 +0000 (13:01 +0100)]
Merge branch 'MDL-49796-master' of git://github.com/jleyva/moodle

7 years agoMDL-49796 webservices: Fix the functions description
Juan Leyva [Tue, 14 Jul 2015 09:30:55 +0000 (11:30 +0200)]
MDL-49796 webservices: Fix the functions description

7 years agoMerge branch 'MDL-37832-M30' of git://github.com/lazydaisy/moodle
Dan Poltawski [Tue, 14 Jul 2015 09:14:11 +0000 (10:14 +0100)]
Merge branch 'MDL-37832-M30' of git://github.com/lazydaisy/moodle

7 years agoMerge branch 'MDL-50270-master' of git://github.com/ankitagarwal/moodle
Dan Poltawski [Tue, 14 Jul 2015 07:57:30 +0000 (08:57 +0100)]
Merge branch 'MDL-50270-master' of git://github.com/ankitagarwal/moodle

7 years agoMerge branch 'MDL-50814-master' of git://github.com/jleyva/moodle
Dan Poltawski [Tue, 14 Jul 2015 07:55:06 +0000 (08:55 +0100)]
Merge branch 'MDL-50814-master' of git://github.com/jleyva/moodle

7 years agoMerge branch 'MDL-50711_M30' of git://github.com/lazydaisy/moodle
Dan Poltawski [Tue, 14 Jul 2015 07:45:27 +0000 (08:45 +0100)]
Merge branch 'MDL-50711_M30' of git://github.com/lazydaisy/moodle

7 years agoMDL-50612 grades: remove gradepass if there is no grading
Marina Glancy [Fri, 3 Jul 2015 07:05:30 +0000 (15:05 +0800)]
MDL-50612 grades: remove gradepass if there is no grading

7 years agoMDL-50612 grades: do not remove grade box if gradepass field exists
Pierre GUINOISEAU [Thu, 2 Jul 2015 00:50:31 +0000 (02:50 +0200)]
MDL-50612 grades: do not remove grade box if gradepass field exists

7 years agoMDL-37832 theme: Improved "My Moodle" expandable/collapsible caption.
Mary Evans [Mon, 13 Jul 2015 23:39:43 +0000 (00:39 +0100)]
MDL-37832 theme: Improved "My Moodle" expandable/collapsible caption.

7 years agoMerge branch 'MDL-50799-master' of git://github.com/merrill-oakland/moodle
Dan Poltawski [Mon, 13 Jul 2015 15:08:23 +0000 (16:08 +0100)]
Merge branch 'MDL-50799-master' of git://github.com/merrill-oakland/moodle

7 years agoMDL-50784 ajax: Require a sesskey for all ajax requests.
Damyon Wiese [Mon, 13 Jul 2015 02:15:17 +0000 (10:15 +0800)]
MDL-50784 ajax: Require a sesskey for all ajax requests.

This needs to be done before we can expose any webservices that
change state, or return private info to ajax (to prevent CSRF).

Currently there are no webservices exposed to ajax that meet these
criteria - so this issue is to prevent future security issues.

7 years agoMDL-50814 badges: Fix incorrect default ordering
Juan Leyva [Mon, 13 Jul 2015 12:34:46 +0000 (14:34 +0200)]
MDL-50814 badges: Fix incorrect default ordering

7 years agoMerge branch 'MDL-50806-master' of git://github.com/merrill-oakland/moodle
Dan Poltawski [Mon, 13 Jul 2015 12:42:53 +0000 (13:42 +0100)]
Merge branch 'MDL-50806-master' of git://github.com/merrill-oakland/moodle

7 years agoMerge branch 'MDL-50732_composerFix' of https://github.com/moodlerooms/moodle
Dan Poltawski [Mon, 13 Jul 2015 12:41:15 +0000 (13:41 +0100)]
Merge branch 'MDL-50732_composerFix' of https://github.com/moodlerooms/moodle

7 years agoMerge branch 'MDL-50798-master' of git://github.com/merrill-oakland/moodle
Dan Poltawski [Mon, 13 Jul 2015 12:35:14 +0000 (13:35 +0100)]
Merge branch 'MDL-50798-master' of git://github.com/merrill-oakland/moodle

7 years agoMerge branch 'MDL-50800-master' of https://github.com/dkleto/moodle
Dan Poltawski [Mon, 13 Jul 2015 12:27:01 +0000 (13:27 +0100)]
Merge branch 'MDL-50800-master' of https://github.com/dkleto/moodle

7 years agoMDL-50270 groups: Properly deprecate old apis
Ankit Agarwal [Mon, 18 May 2015 05:39:43 +0000 (11:09 +0530)]
MDL-50270 groups: Properly deprecate old apis

7 years agoMerge branch 'master_MDL-49647' of https://github.com/danmarsden/moodle
Dan Poltawski [Mon, 13 Jul 2015 09:05:27 +0000 (10:05 +0100)]
Merge branch 'master_MDL-49647' of https://github.com/danmarsden/moodle

7 years agoMDL-49796 assign: Unit texts for view_grading_table
Juan Leyva [Fri, 5 Jun 2015 10:24:54 +0000 (12:24 +0200)]
MDL-49796 assign: Unit texts for view_grading_table

7 years agoMDL-49796 assign: New external function view_grading_table
Juan Leyva [Fri, 17 Apr 2015 12:57:19 +0000 (14:57 +0200)]
MDL-49796 assign: New external function view_grading_table

7 years agoMDL-50800 question: Add missing make_answer method
Adam Riddell [Wed, 8 Jul 2015 05:28:55 +0000 (15:28 +1000)]
MDL-50800 question: Add missing make_answer method

    question/type/calculatedmulti/questiontype.php:
        - Add public make_answer method so that apply_attempt_state
          method in qtype_multichoice_base does not cause a fatal
          error when attempting to call make_answer.

7 years agoMDL-50711 theme_bootstrapbase: Added inverse horizontal divider colors.
Mary Evans [Fri, 10 Jul 2015 00:11:48 +0000 (01:11 +0100)]
MDL-50711 theme_bootstrapbase: Added inverse horizontal divider colors.