AMOS bot [Fri, 26 Aug 2016 16:04:38 +0000 (00:04 +0800)]
Automatically generated installer lang files
Dan Poltawski [Thu, 25 Aug 2016 15:07:36 +0000 (16:07 +0100)]
weekly release 3.2dev
Dan Poltawski [Thu, 25 Aug 2016 15:04:42 +0000 (16:04 +0100)]
MDL-55072 tests: work around reset bug
Dan Poltawski [Thu, 25 Aug 2016 11:09:35 +0000 (12:09 +0100)]
weekly release 3.2dev
Dan Poltawski [Thu, 25 Aug 2016 11:09:33 +0000 (12:09 +0100)]
Merge branch 'install_master' of https://git.in.moodle.com/amosbot/moodle-install
Dan Poltawski [Thu, 25 Aug 2016 09:26:21 +0000 (10:26 +0100)]
Merge branch 'MDL-55127_master-fix-everything' of git://github.com/dmonllao/moodle
David Monllao [Thu, 25 Aug 2016 08:50:15 +0000 (16:50 +0800)]
MDL-55127 mod_data: Search entries fixes
- If the database contains has than 4 valid fields all fields from the 4th one
to the last one will be merged into the 4th one so we index all entry contents
- get_content_value now receives the whole data_content record as fields may need
other values than just the content to prepare the value
- phpunit database generator changes to separate checkboxes from radio buttons options
and to separate multimenu options from menu options
Dan Poltawski [Thu, 25 Aug 2016 07:07:31 +0000 (08:07 +0100)]
Merge branch 'MDL-55320-master-fix2' of https://github.com/lameze/moodle
Simey Lameze [Thu, 25 Aug 2016 06:28:03 +0000 (14:28 +0800)]
MDL-55320 core: Add generaltable class to chart data table
David Monllao [Thu, 25 Aug 2016 02:58:01 +0000 (10:58 +0800)]
Merge branch 'wip-mdl-55072-fix' of git://github.com/rajeshtaneja/moodle
Rajesh Taneja [Thu, 25 Aug 2016 00:01:18 +0000 (08:01 +0800)]
MDL-46514 behat: Get config value from db, to avoid cache
Rajesh Taneja [Thu, 25 Aug 2016 01:17:38 +0000 (09:17 +0800)]
MDL-55072 behat: Cache themesuite and theme contexts
Rajesh Taneja [Thu, 25 Aug 2016 00:36:08 +0000 (08:36 +0800)]
MDL-55072 behat: Changed option to run-with-theme
AMOS bot [Wed, 24 Aug 2016 16:05:02 +0000 (00:05 +0800)]
Automatically generated installer lang files
Dan Poltawski [Wed, 24 Aug 2016 07:20:57 +0000 (08:20 +0100)]
Merge branch 'MDL-55320-fix' of https://github.com/lameze/moodle
Simey Lameze [Wed, 24 Aug 2016 06:27:39 +0000 (14:27 +0800)]
MDL-55320 theme: remove unnecessary styling
Andrew Nicols [Wed, 24 Aug 2016 06:04:07 +0000 (14:04 +0800)]
Merge branch 'MDL-55127_master-fix-requires' of git://github.com/dmonllao/moodle
David Monllao [Wed, 24 Aug 2016 05:57:44 +0000 (13:57 +0800)]
MDL-55127 mod_data: Adding missing required classes
Rajesh Taneja [Wed, 24 Aug 2016 04:53:47 +0000 (12:53 +0800)]
MDL-55072 behat: Fixed behat_selectors to be removed from contexts
David Monllao [Wed, 24 Aug 2016 01:39:01 +0000 (09:39 +0800)]
MDL-55604 cache: Updating comment according to code changes
David Monllao [Wed, 24 Aug 2016 01:35:39 +0000 (09:35 +0800)]
Merge branch 'MDL-55604' of https://github.com/mr-russ/moodle
David Monllao [Wed, 24 Aug 2016 01:26:29 +0000 (09:26 +0800)]
Merge branch 'wip-mdl-55072' of https://github.com/rajeshtaneja/moodle
Russell Smith [Thu, 18 Aug 2016 11:38:12 +0000 (21:38 +1000)]
MDL-55604 cache: Fix identifier and cacheable_object
When a cachable object is store in the static cache from
the backing store, it was incorrect serialised rather than
using the wake function. This has been resolved and tests added.
During the investigation into cacheable_object, it was discovered
that set_identifiers never removes identifiers when you call it,
so set_identifiers(array('a')) and set_identifiers(array('b')) really
resulted in array('a','b') as the identifiers rather than 'b'.
The fix for this issue depends on the set_identifiers fix and
they have been coupled together as a result.
Rajesh Taneja [Wed, 3 Aug 2016 07:07:52 +0000 (15:07 +0800)]
MDL-55072 behat: Allow behat_selectors to be overridden
if theme/tests/behat/behat_theme_{THEME_NAME}_behat_selectors.php
file exits, and has class with same file name then we will
call behat_theme_{THEME_NAME}_behat_selectors::register_moodle_selectors()
to register theme specific selectors. If they are different
then core then they will override
Rajesh Taneja [Thu, 28 Jul 2016 06:29:54 +0000 (14:29 +0800)]
MDL-55072 behat: Added support for overriding theme tests
David Monllao [Wed, 24 Aug 2016 00:24:21 +0000 (08:24 +0800)]
Merge branch 'MDL-55385_master' of https://github.com/marxjohnson/moodle
Dan Poltawski [Tue, 23 Aug 2016 14:48:11 +0000 (15:48 +0100)]
Merge branch 'MDL-55628-master' of https://github.com/sammarshallou/moodle
Dan Poltawski [Tue, 23 Aug 2016 11:36:28 +0000 (12:36 +0100)]
MDL-55423 tests: remove non-cross-db testcase
This isn't used in moodle core and is problematic on oracle, don't test
it.
Mark Johnson [Fri, 19 Aug 2016 10:24:48 +0000 (11:24 +0100)]
MDL-55385 output: Support non-integer output_buffering values
Dan Poltawski [Tue, 23 Aug 2016 10:12:46 +0000 (11:12 +0100)]
Merge branch 'wip-MDL-55127_master' of https://github.com/dg711/moodle
Andrew Nicols [Tue, 23 Aug 2016 07:40:54 +0000 (15:40 +0800)]
MDL-46654 mod_forum: Reduce complexity of closure
Dan Poltawski [Tue, 23 Aug 2016 07:59:24 +0000 (08:59 +0100)]
Merge branch 'wip-mdl-46514' of https://github.com/rajeshtaneja/moodle
David Monllao [Tue, 23 Aug 2016 07:30:54 +0000 (15:30 +0800)]
Merge branch 'MDL-46654-master' of git://github.com/andrewnicols/moodle
Dan Poltawski [Tue, 23 Aug 2016 07:18:16 +0000 (08:18 +0100)]
Merge branch 'MDL-48773_m32v1' of https://github.com/sbourget/moodle
Rajesh Taneja [Tue, 16 Aug 2016 03:08:09 +0000 (11:08 +0800)]
MDL-46514 behat: section should be set before switch-case
Rajesh Taneja [Tue, 9 Aug 2016 05:32:30 +0000 (13:32 +0800)]
MDL-46514 behat: Catch php errors in shutdown hook
If error is not displayed in web browser then
it will be caught in shutdown hook, so we can
show it to user
David Monllao [Tue, 23 Aug 2016 05:24:29 +0000 (13:24 +0800)]
Merge branch 'MDL-55391-master' of git://github.com/danpoltawski/moodle
David Monllao [Tue, 23 Aug 2016 04:42:52 +0000 (12:42 +0800)]
Merge branch 'MDL-54838-master' of https://github.com/nashtechdev01/moodle
sam marshall [Fri, 19 Aug 2016 11:56:42 +0000 (12:56 +0100)]
MDL-55628 Completion: Use simpledata for completion cache
The completion cache is currently not marked as simpledata. On the
course page it is frequently retrieved hundreds of times which results
in many calls to the slow unserialize function. By making a slight
change to the data format (using arrays instead of objects) we can
mark it as simpledata, which will avoid using unserialize.
Dan Poltawski [Mon, 22 Aug 2016 14:25:15 +0000 (15:25 +0100)]
Merge branch 'MDL-55273-cookie-secure-default' of https://github.com/brendanheywood/moodle
Dan Poltawski [Mon, 22 Aug 2016 14:20:17 +0000 (15:20 +0100)]
Merge branch 'MDL-55320-master' of git://github.com/lameze/moodle
Dan Poltawski [Mon, 22 Aug 2016 13:22:38 +0000 (14:22 +0100)]
Merge branch 'MDL-55565-master' of https://github.com/snake/moodle
Dan Poltawski [Mon, 22 Aug 2016 13:13:26 +0000 (14:13 +0100)]
Merge branch 'MDL-55605-lesson-restore-bug' of https://github.com/kenneth-hendricks/moodle
Dan Poltawski [Mon, 22 Aug 2016 11:53:31 +0000 (12:53 +0100)]
Merge branch 'MDL-55551_m32v1' of https://github.com/sbourget/moodle
Dan Poltawski [Mon, 22 Aug 2016 11:45:18 +0000 (12:45 +0100)]
Merge branch 'MDL-55557_m32v1' of https://github.com/sbourget/moodle
Dan Poltawski [Mon, 22 Aug 2016 11:40:03 +0000 (12:40 +0100)]
MDL-44712 scorm: make upgrade match install.xml defintion
Andrew Nicols [Thu, 11 Aug 2016 06:29:29 +0000 (14:29 +0800)]
MDL-46654 mod_forum: Remove irrelevant digest/subscribe options
If the user cannot subscribe, there is no point showing the digest options.
Andrew Nicols [Thu, 11 Aug 2016 04:47:43 +0000 (12:47 +0800)]
MDL-46654 mod_forum: Hide digestoptions when no subscription
Daily digest options should not be generated if the user cannot subscribe
to anything in the first place.
Dan Poltawski [Mon, 22 Aug 2016 10:19:32 +0000 (11:19 +0100)]
Merge branch 'MDL-54864-master' of https://github.com/snake/moodle
Dan Poltawski [Mon, 22 Aug 2016 09:51:34 +0000 (10:51 +0100)]
MDL-44712 readme: fix trailing whitespace
Dan Poltawski [Mon, 22 Aug 2016 09:33:31 +0000 (10:33 +0100)]
Merge branch 'master_MDL-44712' of git://github.com/danmarsden/moodle
Dan Poltawski [Mon, 22 Aug 2016 08:26:28 +0000 (09:26 +0100)]
Merge branch 'MDL_55423_master' of https://github.com/alexandru-elisei/moodle
Dan Poltawski [Mon, 22 Aug 2016 08:19:59 +0000 (09:19 +0100)]
Merge branch 'wip-MDL-22183-master' of git://github.com/abgreeve/moodle
Jake Dallimore [Mon, 8 Aug 2016 09:52:45 +0000 (17:52 +0800)]
MDL-54864 core_question: Enforce context,stamp uniqueness for category
Added an upgrade step to remove duplicate stamps, added a unique index
on (contextid, stamp) and modified the question_category edit code such
that stamp duplication in the same context is not permitted.
Brendan Heywood [Tue, 16 Aug 2016 01:44:58 +0000 (11:44 +1000)]
MDL-55273 admin: Change $CFG->cookiesecure default to on
Dan Poltawski [Fri, 19 Aug 2016 08:43:32 +0000 (09:43 +0100)]
MDL-55391 block_rss: fix typo preventing feed title display
Devang Gaur [Fri, 19 Aug 2016 08:28:19 +0000 (13:58 +0530)]
MDL-55127 mod_data: added database entries to globalsearch
An Pham Van [Mon, 25 Jul 2016 08:06:23 +0000 (15:06 +0700)]
MDL-54838 workshop: Differentiate labels for each comment field.
In a Workshop activity, comment fields on Assessment forms do not properly link to the corresponding Aspect.
So screen reader users may find it difficult to complete the Assessment forms.
There should be a hidden label text for each comment field.
Rajesh Taneja [Thu, 28 Jul 2016 03:53:38 +0000 (11:53 +0800)]
MDL-55072 behat: refactor behat_config_manager
Rajesh Taneja [Tue, 9 Aug 2016 05:12:27 +0000 (13:12 +0800)]
MDL-46514 behat: Delete tablesupdatedbyscenario before suite
Delete tablesupdatedbyscenario before db reset to ensure
db is fully reset. In case user exits or process terminated
then the file will be left and can lead to wrong results
Rajesh Taneja [Mon, 8 Aug 2016 01:24:41 +0000 (09:24 +0800)]
MDL-46514 behat: Catch errors shown by JS
Kenneth Hendricks [Wed, 17 Aug 2016 07:12:51 +0000 (17:12 +1000)]
MDL-55605 mod_lesson: Fix activitylinks restore bug
Jake Dallimore [Mon, 15 Aug 2016 06:19:35 +0000 (14:19 +0800)]
MDL-55565 core_backup: Fix warning when restoring question categories
Fixed a call to get_records_sql, which was being used incorrectly in
restore_find_best_target_context to determine a unique contextid.
Adrian Greeve [Tue, 9 Aug 2016 07:17:45 +0000 (15:17 +0800)]
MDL-22183 lib: More unit tests for next day start.
Adrian Greeve [Tue, 9 Aug 2016 03:18:40 +0000 (11:18 +0800)]
MDL-22183 lib: Cleanup of get_next functions.
Adrian Greeve [Thu, 4 Aug 2016 07:38:12 +0000 (15:38 +0800)]
MDL-22183 lib: Time settings removed for stats cron.
Old settings that should be ignored have been removed from the
statistics cron code.
Dan Marsden [Tue, 9 Aug 2016 01:53:29 +0000 (13:53 +1200)]
MDL-44712 SCORM: Improve multi-sco activity completion.
Alexandru Elisei [Sun, 14 Aug 2016 12:03:23 +0000 (15:03 +0300)]
MDL-55423 accesslib: Prevent get_role_users() false debugging messages
Dan Poltawski [Wed, 17 Aug 2016 13:47:04 +0000 (14:47 +0100)]
weekly release 3.2dev
Dan Poltawski [Wed, 17 Aug 2016 11:12:00 +0000 (12:12 +0100)]
MDL-55585 bump versions
Dan Poltawski [Wed, 17 Aug 2016 11:10:22 +0000 (12:10 +0100)]
Merge branch 'MDL-55585_master' of git://github.com/dmonllao/moodle
Andrew Nicols [Wed, 17 Aug 2016 05:22:50 +0000 (13:22 +0800)]
Merge branch 'wip-MDL-50586-master-fix' of https://github.com/marinaglancy/moodle
Marina Glancy [Wed, 17 Aug 2016 04:49:10 +0000 (12:49 +0800)]
MDL-50586 gradingform_rubric: 0-level warning during redirection
Andrew Nicols [Wed, 17 Aug 2016 04:57:41 +0000 (12:57 +0800)]
Merge branch 'MDL-54973_master-fix' of git://github.com/dmonllao/moodle
David Monllao [Wed, 17 Aug 2016 04:41:48 +0000 (12:41 +0800)]
MDL-54973 message: Taking care of support and noreply users on search
Andrew Nicols [Wed, 17 Aug 2016 03:25:24 +0000 (11:25 +0800)]
Merge branch 'MDL-55445-master-2nd' of git://github.com/FMCorz/moodle
Frederic Massart [Thu, 11 Aug 2016 06:22:57 +0000 (14:22 +0800)]
MDL-55445 theme: Clean and More automatically use the branding logos
But in order to maintain smooth backwards compatibility, the logos
set in the themes themselves take precedence.
Frederic Massart [Wed, 3 Aug 2016 09:43:23 +0000 (17:43 +0800)]
MDL-55445 core: New setting to host the logos
Frederic Massart [Thu, 11 Aug 2016 03:32:50 +0000 (11:32 +0800)]
MDL-55445 files: Helper functions related to serving and caching
The function send_content_uncached() is meant to be used when serving
content which should not be cached by browsers/proxies. You will
use this in development mode, or when the request is malformed
but you need to return some fallback content which shouldn't be stored
under the URL it was requested from.
The function file_safe_save_content() should only be used for content
not stored in the file API. Good candidates for this are resource
which fit well in the localcache. The function tries to write the
content in the most atomic way as possible to prevent incomplete
writes or concurrent writes.
Dan Poltawski [Tue, 16 Aug 2016 11:48:00 +0000 (12:48 +0100)]
Merge branch 'MDL-55130-master' of git://github.com/crazyserver/moodle
Dan Poltawski [Tue, 16 Aug 2016 11:04:18 +0000 (12:04 +0100)]
Merge branch 'MDL-36713_m32v2' of https://github.com/sbourget/moodle
David Monllao [Tue, 16 Aug 2016 08:53:43 +0000 (16:53 +0800)]
MDL-55585 search: Remove missing report/search file
Andrew Nicols [Tue, 16 Aug 2016 06:55:49 +0000 (14:55 +0800)]
Merge branch 'MDL-55272' of https://github.com/mr-russ/moodle
Andrew Nicols [Tue, 16 Aug 2016 06:48:17 +0000 (14:48 +0800)]
MDL-54680 enrol_lti: Coding Style fixes
Andrew Nicols [Tue, 16 Aug 2016 06:45:33 +0000 (14:45 +0800)]
Merge branch 'MDL-54680-master' of https://github.com/xow/moodle
John Okely [Mon, 23 May 2016 08:12:40 +0000 (16:12 +0800)]
MDL-54680 enrol_lti: Offer cartridges in LTI provider
Damyon Wiese [Tue, 16 Aug 2016 02:59:55 +0000 (10:59 +0800)]
MDL-55520 forms: Properly format the grademax for the database
Andrew Nicols [Tue, 16 Aug 2016 02:47:53 +0000 (10:47 +0800)]
Merge branch 'wip-MDL-18592-fix' of git://github.com/marinaglancy/moodle
Marina Glancy [Tue, 16 Aug 2016 02:43:54 +0000 (10:43 +0800)]
MDL-18592 mod_choice: deprecate incorrect events
Russell Smith [Tue, 19 Jul 2016 00:39:50 +0000 (10:39 +1000)]
MDL-55272 lib: Improve test course create performance
Use core functions that are faster for test file creation.
To support large requests for hashes, the core hash function
must support large hashes without recursion. PHP has a default
recursion depth of 100 and long hashes don't support this.
Remove transactions as they create performance problems for larger
courses and doesn't introduce significant benefit for developers.
Performance changes meant the times were much faster, a reasonable
guess was taken on performance of an average machine.
Stephen Bourget [Tue, 16 Aug 2016 01:46:48 +0000 (21:46 -0400)]
MDL-36713 Blog: Display accurate error when a guest views a user blog
Simey Lameze [Tue, 16 Aug 2016 01:26:48 +0000 (09:26 +0800)]
MDL-55320 theme: Fix chat data table alignment
Andrew Nicols [Tue, 16 Aug 2016 00:52:17 +0000 (08:52 +0800)]
Merge branch 'wip-MDL-50586-master' of git://github.com/marinaglancy/moodle
Andrew Nicols [Tue, 16 Aug 2016 00:21:13 +0000 (08:21 +0800)]
Merge branch 'MDL-54973_master' of https://github.com/dg711/moodle
Andrew Nicols [Tue, 16 Aug 2016 00:11:02 +0000 (08:11 +0800)]
MDL-54647 tests: Clarify unoconv tests
Andrew Nicols [Tue, 16 Aug 2016 00:01:47 +0000 (08:01 +0800)]
Merge branch 'MDL-54647-master' of git://github.com/damyon/moodle
Dan Poltawski [Mon, 15 Aug 2016 13:27:34 +0000 (14:27 +0100)]
Merge branch 'MDL-18592-master' of git://github.com/marinaglancy/moodle
Pau Ferrer Ocaña [Wed, 6 Jul 2016 08:09:48 +0000 (10:09 +0200)]
MDL-55130 wiki: Reduce data usage when only renew lock is needed.
Dan Poltawski [Mon, 15 Aug 2016 12:15:15 +0000 (13:15 +0100)]
Merge branch 'wip-MDL-55494-master' of git://github.com/marinaglancy/moodle
Dan Poltawski [Mon, 15 Aug 2016 11:09:44 +0000 (12:09 +0100)]
MDL-52105 enrol_self: fix upgrade savepoint