Sam Hemelryk [Sun, 22 Jun 2014 22:57:12 +0000 (10:57 +1200)]
MDL-37145 caching: noted recommendation for dedicated memcache servers
Several reports have been made about the unexpected purging of entire
memcached servers when MUC is configured to use Memcache and caches
get purged.
This is expected and occurs because the memcache extenions don't
provide isolated containers. Moodle data is stored along side any other
data in the cache and when caches get purged all data gets removed
whether it belongs to Moodle or not.
The docs cover this point and here I've added notes about this to both
config-dist.php and cache/README.md
Damyon Wiese [Thu, 19 Jun 2014 06:12:07 +0000 (14:12 +0800)]
weekly release 2.8dev
Damyon Wiese [Thu, 19 Jun 2014 06:11:39 +0000 (14:11 +0800)]
Merge branch 'install_master' of https://git.in.moodle.com/amosbot/moodle-install
AMOS bot [Thu, 19 Jun 2014 00:42:45 +0000 (00:42 +0000)]
Automatically generated installer lang files
Marina Glancy [Wed, 18 Jun 2014 08:37:27 +0000 (16:37 +0800)]
MDL-45941 messaging: submit all necessary user fields to message_send
Damyon Wiese [Wed, 18 Jun 2014 03:12:42 +0000 (11:12 +0800)]
MDL-45884: Version bump for new setting.
AMOS bot [Wed, 18 Jun 2014 00:42:21 +0000 (00:42 +0000)]
Automatically generated installer lang files
Eloy Lafuente (stronk7) [Tue, 17 Jun 2014 09:54:33 +0000 (11:54 +0200)]
Merge branch 'MDL-45978_master' of git://github.com/grabs/moodle
Eloy Lafuente (stronk7) [Tue, 17 Jun 2014 09:04:11 +0000 (11:04 +0200)]
Merge branch 'MDL-44929-master' of git://github.com/andrewnicols/moodle
Marina Glancy [Tue, 17 Jun 2014 05:08:14 +0000 (13:08 +0800)]
Merge branch 'wip_MDL-45941_m28_message' of git://github.com/skodak/moodle
Andreas Grabs [Tue, 17 Jun 2014 05:05:05 +0000 (07:05 +0200)]
MDL-45978 logging - added missing parameter id
Petr Skoda [Tue, 10 Jun 2014 05:21:40 +0000 (17:21 +1200)]
MDL-45941 implement support for message sending from DB transactions and fix other problems
This patch includes following fixes:
- messages may be now sent when database transactions active
- consistent return status on failure from message_send(), false is
returned only when message not created in message(_read)? table,
processor failure results in debugging message only and messages
are not marked as read
- message_sent is triggered always with id from message table
- logic for marking messages as viewed was standardised
- message_viewed event is triggered consistently
- improved performance when fetching user preferences
- full unit tests coverage for send_message() function
- fixed multiple other smaller issues discovered by unit tests
Damyon Wiese [Tue, 17 Jun 2014 02:27:19 +0000 (10:27 +0800)]
MDL-45582 EditPDF: whitespace fix
Damyon Wiese [Tue, 17 Jun 2014 02:19:55 +0000 (10:19 +0800)]
MDL-45582 Editpdf: Prevent debugging when there is no pdf
Damyon Wiese [Tue, 17 Jun 2014 02:20:39 +0000 (10:20 +0800)]
Merge branch 'master_MDL-45582' of git://github.com/greg-or/moodle-mod_assign
Eloy Lafuente (stronk7) [Mon, 16 Jun 2014 23:15:21 +0000 (01:15 +0200)]
Merge branch 'MDL-45970' of git://github.com/timhunt/moodle
Eloy Lafuente (stronk7) [Mon, 16 Jun 2014 23:11:25 +0000 (01:11 +0200)]
Merge branch 'MDL-45611-master' of git://github.com/phalacee/moodle
Conflicts:
theme/bootstrapbase/style/moodle.css
Eloy Lafuente (stronk7) [Mon, 16 Jun 2014 22:58:50 +0000 (00:58 +0200)]
Merge branch 'wip-mdl-45719-master' of https://github.com/deraadt/moodle
Eloy Lafuente (stronk7) [Mon, 16 Jun 2014 22:51:26 +0000 (00:51 +0200)]
Merge branch 'MDL-45870-master' of git://github.com/FMCorz/moodle
Eloy Lafuente (stronk7) [Mon, 16 Jun 2014 22:18:15 +0000 (00:18 +0200)]
Merge branch 'MDL-45936_master' of https://github.com/markn86/moodle
Eloy Lafuente (stronk7) [Mon, 16 Jun 2014 22:09:50 +0000 (00:09 +0200)]
Merge branch '45884-28' of https://github.com/samhemelryk/moodle
Marina Glancy [Mon, 16 Jun 2014 09:28:15 +0000 (17:28 +0800)]
Merge branch 'MDL-45940-master' of git://github.com/damyon/moodle
Marina Glancy [Mon, 16 Jun 2014 09:27:20 +0000 (17:27 +0800)]
Merge branch 'MDL-45901_Quiz_master' of git://github.com/nadavkav/moodle
Rajneel Totaram [Thu, 12 Jun 2014 00:02:26 +0000 (12:02 +1200)]
MDL-45967 admin lang: Fix typo
Marina Glancy [Mon, 16 Jun 2014 09:23:53 +0000 (17:23 +0800)]
Merge branch 'MDL-43274-master' of git://github.com/xow/moodle
Gregory Faller [Mon, 16 Jun 2014 08:39:21 +0000 (18:09 +0930)]
MDL-45582: Apply grades and feedback to entire group does not work with Annotate PDF feature
Damyon Wiese [Mon, 16 Jun 2014 08:26:06 +0000 (16:26 +0800)]
Merge branch 'MDL-42531-alt' of https://github.com/jonof/moodle
John Okely [Mon, 16 Jun 2014 08:25:27 +0000 (16:25 +0800)]
MDL-43274 Course: Remove message about course logs from upgrade.txt
Damyon Wiese [Tue, 10 Jun 2014 03:55:54 +0000 (11:55 +0800)]
MDL-45940 Assign: Improved access check
Call can_edit() instead of repeating a (slightly wrong) access check.
Damyon Wiese [Mon, 16 Jun 2014 08:14:43 +0000 (16:14 +0800)]
MDL-31409 Grading form webservice: Whitespace fixes
Damyon Wiese [Mon, 16 Jun 2014 08:13:38 +0000 (16:13 +0800)]
Merge branch 'MDL-31861' of https://github.com/Lightwork-Marking/moodle
Marina Glancy [Mon, 16 Jun 2014 06:02:38 +0000 (14:02 +0800)]
Merge branch 'MDL-35648' of git://github.com/danielneis/moodle
Marina Glancy [Mon, 16 Jun 2014 06:02:17 +0000 (14:02 +0800)]
Merge branch 'MDL-45935-master' of git://github.com/andrewnicols/moodle
Damyon Wiese [Mon, 16 Jun 2014 04:04:02 +0000 (12:04 +0800)]
Merge branch 'MDL-31998_master' of git://github.com/grabs/moodle
Damyon Wiese [Mon, 16 Jun 2014 03:24:29 +0000 (11:24 +0800)]
Merge branch 'wip-mdl-46001' of https://github.com/rajeshtaneja/moodle
Rajesh Taneja [Mon, 16 Jun 2014 02:34:08 +0000 (10:34 +0800)]
MDL-46001 atto_clear: modfied behat test to work on xvfb
Damyon Wiese [Mon, 16 Jun 2014 03:00:26 +0000 (11:00 +0800)]
Merge branch 'MDL-45803_master' of https://github.com/markn86/moodle
Damyon Wiese [Mon, 16 Jun 2014 02:07:00 +0000 (10:07 +0800)]
Merge branch 'wip-MDL-45395-master' of git://github.com/abgreeve/moodle
John Okely [Tue, 10 Jun 2014 05:48:34 +0000 (13:48 +0800)]
MDL-43274 Course: Remove ability to delete logs on a course during reset
AMOS bot [Sun, 15 Jun 2014 00:42:34 +0000 (00:42 +0000)]
Automatically generated installer lang files
Mark Nelson [Thu, 12 Jun 2014 01:39:57 +0000 (18:39 -0700)]
MDL-45936 auth_db: use core functions when creating/updating a user
Nadav Kavalerchik [Fri, 13 Jun 2014 09:20:23 +0000 (12:20 +0300)]
MDL-45901 - Quiz - Display random questions (from category) on RTL mode.
Paul Charsley [Fri, 13 Jun 2014 03:36:25 +0000 (15:36 +1200)]
MDL-31861 add web service function save_definitions
AMOS bot [Fri, 13 Jun 2014 00:41:51 +0000 (00:41 +0000)]
Merge branch 'master' into install_master
Andreas Grabs [Tue, 10 Jun 2014 05:12:26 +0000 (07:12 +0200)]
MDL-31998 mod_feedback - Feedback depend questions bug
Sam Hemelryk [Wed, 11 Jun 2014 22:35:52 +0000 (10:35 +1200)]
MDL-45884 navigation: changed to positive setting phrasing
Sam Hemelryk [Thu, 5 Jun 2014 22:06:04 +0000 (10:06 +1200)]
MDL-45884 navigation: tidied up code and added behat tests
Syxton [Thu, 5 Jun 2014 14:25:40 +0000 (10:25 -0400)]
MDL-45884 navigation: setting that allows sites to collapse My Courses by default
Tim Hunt [Thu, 12 Jun 2014 16:56:17 +0000 (17:56 +0100)]
MDL-45970 quiz editing: fix display of random questions.
The pass by reference meant the function was clobbering the variable in
the calling function. Once that was change, it was not strictly
necessary to rename the variable in the function, but I did anyway for
clarity.
Thanks to Rajesh Taneja for finding the problem, and identifying which
bit of code was broken. I really just made the patch.
Eloy Lafuente (stronk7) [Thu, 12 Jun 2014 16:58:54 +0000 (18:58 +0200)]
weekly release 2.8dev
Eloy Lafuente (stronk7) [Thu, 12 Jun 2014 09:38:10 +0000 (11:38 +0200)]
Merge branch 'MDL-44871-master' of git://github.com/damyon/moodle
Eloy Lafuente (stronk7) [Thu, 12 Jun 2014 07:51:11 +0000 (09:51 +0200)]
Merge branch 'MDL-42835-master' of github.com/damyon/moodle
Rajesh Taneja [Thu, 12 Jun 2014 06:05:59 +0000 (14:05 +0800)]
MDL-45808 enrol_self: Fixed behat to observe the group key policy
Damyon Wiese [Thu, 12 Jun 2014 05:56:36 +0000 (13:56 +0800)]
MDL-42835 Scorm: Fix for JS error because no nodes are selected in the toc.
Damyon Wiese [Thu, 12 Jun 2014 03:14:21 +0000 (11:14 +0800)]
MDL-44871 Atto: Add missing tags to behat tests @editor and @editor_atto
Adrian Greeve [Tue, 10 Jun 2014 06:59:45 +0000 (14:59 +0800)]
MDL-45395 lib: Removal of excel 5 spreadsheet creation files.
The excel 5 writer files were using OLE licensing which is GPL incompatible.
These classes are not used in core.
AMOS bot [Thu, 12 Jun 2014 00:43:28 +0000 (00:43 +0000)]
Automatically generated installer lang files
Mark Nelson [Wed, 11 Jun 2014 03:25:59 +0000 (20:25 -0700)]
MDL-45803 mod_quiz: removed the quiz_fire_attempt_started function
Also commented in mod/quiz/upgrade.txt to inform developers.
Mark Nelson [Mon, 9 Jun 2014 22:58:14 +0000 (15:58 -0700)]
MDL-45803 mod_quiz: removed usage of the function quiz_fire_attempt_started_event
Damyon Wiese [Wed, 11 Jun 2014 08:14:38 +0000 (16:14 +0800)]
MDL-45763 Question types: Allow saving '0' as question text.
Rajesh Taneja [Wed, 11 Jun 2014 08:47:02 +0000 (16:47 +0800)]
MDL-44871 behat: Hack to make equation editor visible
Marina Glancy [Wed, 11 Jun 2014 09:16:15 +0000 (17:16 +0800)]
MDL-39726 backup: fix SQL syntax for Oracle
Damyon Wiese [Wed, 11 Jun 2014 08:29:38 +0000 (16:29 +0800)]
MDL-44871 Atto behat: Use one less page load to get to profile edit page
Damyon Wiese [Wed, 11 Jun 2014 07:24:30 +0000 (15:24 +0800)]
MDL-44871 Atto: Move custom select text step to atto specific step definition.
Damyon Wiese [Wed, 11 Jun 2014 04:39:57 +0000 (12:39 +0800)]
MDL-44871 Atto behat tests: Modified the tests to work around focus bugs with workspaces
The main changes here are that the "select the text in" step was modified to select only the
first text node in the editor field, and to focus on it's parent instead of the entire editable div.
Some tests had to be modified to match the new behaviour, and another "real" bug was found in the table plugin.
Marina Glancy [Wed, 11 Jun 2014 04:14:16 +0000 (12:14 +0800)]
MDL-39726 backup: fix SQL syntax for Oracle
Marina Glancy [Wed, 11 Jun 2014 04:13:19 +0000 (12:13 +0800)]
MDL-45763 question: fix SQL syntax for Oracle
Frederic Massart [Wed, 11 Jun 2014 02:33:57 +0000 (10:33 +0800)]
MDL-45870 mod_assign: Behat test covering some outcome usage
Eloy Lafuente (stronk7) [Tue, 10 Jun 2014 23:32:24 +0000 (01:32 +0200)]
Merge branch 'm28_MDL-29708_Typo_Extra_Slashes' of https://github.com/scara/moodle
Eloy Lafuente (stronk7) [Tue, 10 Jun 2014 20:47:54 +0000 (22:47 +0200)]
Merge branch 'MDL-45808-master' of git://github.com/FMCorz/moodle
Eloy Lafuente (stronk7) [Tue, 10 Jun 2014 18:56:14 +0000 (20:56 +0200)]
Merge branch 'MDL-45579-master' of git://github.com/FMCorz/moodle
Eloy Lafuente (stronk7) [Tue, 10 Jun 2014 18:12:58 +0000 (20:12 +0200)]
Merge branch 'MDL-45418' of git://github.com/stronk7/moodle
Barbara Ramiro [Tue, 10 Jun 2014 14:30:57 +0000 (22:30 +0800)]
MDL-45943: Replacement for publisher icons
Jason Fowler [Wed, 7 May 2014 05:38:46 +0000 (13:38 +0800)]
MDL-45418 Files: Adding upgrade steps for publisher docs
Conflicts:
lib/db/upgrade.php
version.php
James McLean [Tue, 6 May 2014 06:24:28 +0000 (14:24 +0800)]
MDL-45418 Files: Adding publisher docs to Filetypes
Marina Glancy [Tue, 10 Jun 2014 12:08:06 +0000 (20:08 +0800)]
Merge branch 'MDL-45763-master' of git://github.com/merrill-oakland/moodle
Eric Merrill [Tue, 10 Jun 2014 09:57:19 +0000 (05:57 -0400)]
MDL-45763 question: Correct random question text if set to true or false
Marina Glancy [Tue, 10 Jun 2014 07:42:42 +0000 (15:42 +0800)]
Merge branch 'MDL-45813-scheduled_task' of git://github.com/mudrd8mz/moodle
Marina Glancy [Tue, 10 Jun 2014 07:41:53 +0000 (15:41 +0800)]
Merge branch 'MDL-20154-master' of git://github.com/merrill-oakland/moodle
Damyon Wiese [Tue, 10 Jun 2014 07:30:16 +0000 (15:30 +0800)]
Merge branch '45524-28' of git://github.com/samhemelryk/moodle
Damyon Wiese [Mon, 26 May 2014 12:33:28 +0000 (20:33 +0800)]
MDL-44871 Behat: Add tests for Atto functionalities (some of them)
Marina Glancy [Tue, 10 Jun 2014 06:19:45 +0000 (14:19 +0800)]
Merge branch 'wip-MDL45846' of git://github.com/jennymgray/moodle
Daniel Neis Araujo [Wed, 23 Apr 2014 17:47:13 +0000 (14:47 -0300)]
MDL-45245 html_writer::select_time does not respect 5th parameter "attributes"
Damyon Wiese [Tue, 10 Jun 2014 06:06:19 +0000 (14:06 +0800)]
Merge branch 'wip-MDL-44309-master' of https://github.com/deraadt/moodle
Damyon Wiese [Tue, 10 Jun 2014 06:01:23 +0000 (14:01 +0800)]
Merge branch 'MDL-45761-master' of https://github.com/merrill-oakland/moodle
Damyon Wiese [Tue, 10 Jun 2014 05:34:01 +0000 (13:34 +0800)]
Merge branch 'MDL-45767_returnInstanceid' of https://github.com/moodlerooms/moodle
Damyon Wiese [Tue, 10 Jun 2014 05:28:04 +0000 (13:28 +0800)]
Merge branch 'MDL-45729-master' of github.com/damyon/moodle
Damyon Wiese [Tue, 10 Jun 2014 04:42:09 +0000 (12:42 +0800)]
Merge branch 'MDL-45763-master' of https://github.com/merrill-oakland/moodle
Andrew Nicols [Tue, 10 Jun 2014 01:29:28 +0000 (09:29 +0800)]
MDL-45935 tests: Specify step names during backup/restore tests
Jonathon Fowler [Wed, 7 May 2014 06:11:23 +0000 (16:11 +1000)]
MDL-42531 assign: refactor batch operations to use forms properly
Avoids a lot of ugly optional_param() use. Also fixes the
non-functional cancel buttons.
Damyon Wiese [Tue, 10 Jun 2014 03:39:20 +0000 (11:39 +0800)]
MDL-45729 assign: Fix for assign unit tests
Check the user in the params, not the $USER
Michael de Raadt [Thu, 5 Jun 2014 07:49:51 +0000 (15:49 +0800)]
MDL-45719 mod_lti - Pass language strings to inline JS to allow for escaping
Jason Fowler [Mon, 9 Jun 2014 06:59:44 +0000 (14:59 +0800)]
MDL-45611 Questions: Fixing the layout of the 'points box'
Eloy Lafuente (stronk7) [Mon, 9 Jun 2014 23:16:27 +0000 (01:16 +0200)]
Merge branch 'MDL-45789_master' of https://github.com/markn86/moodle
Eloy Lafuente (stronk7) [Mon, 9 Jun 2014 23:14:21 +0000 (01:14 +0200)]
Merge branch 'MDL-45804_master' of https://github.com/markn86/moodle
Eloy Lafuente (stronk7) [Mon, 9 Jun 2014 23:08:45 +0000 (01:08 +0200)]
Merge branch 'MDL-42782-master' of git://github.com/jethac/moodle
Conflicts:
theme/bootstrapbase/style/moodle.css
Mark Nelson [Tue, 3 Jun 2014 21:16:54 +0000 (14:16 -0700)]
MDL-45803 mod_quiz: prevented the attempt_started event from being triggered twice
Mark Nelson [Tue, 3 Jun 2014 21:15:12 +0000 (14:15 -0700)]
MDL-45803 mod_quiz: added attempt snapshot for the attempt and preview started events
Eloy Lafuente (stronk7) [Mon, 9 Jun 2014 22:36:33 +0000 (00:36 +0200)]
Merge branch 'MDL-42835' of git://github.com/nobelium/moodle
Graham Bowman [Thu, 29 May 2014 14:28:03 +0000 (15:28 +0100)]
MDL-45729 assign: conditional submission summary
Only show the submission summary if user has assign:submit capability.
Amended to fix some whitespace and the commit message.