Sam Hemelryk [Mon, 30 Jun 2014 21:06:12 +0000 (09:06 +1200)]
Merge branch 'MDL-40805-master' of git://github.com/lameze/moodle
Sam Hemelryk [Mon, 30 Jun 2014 20:33:13 +0000 (08:33 +1200)]
Merge branch 'MDL-46118_master' of git://github.com/dmonllao/moodle
Dan Poltawski [Mon, 30 Jun 2014 14:12:30 +0000 (15:12 +0100)]
Merge branch 'wip-mdl-45641' of https://github.com/rajeshtaneja/moodle
Dan Poltawski [Mon, 30 Jun 2014 14:08:59 +0000 (15:08 +0100)]
Merge branch 'MDL-42467_database' of https://github.com/andyjdavis/moodle
Dan Poltawski [Mon, 30 Jun 2014 12:27:14 +0000 (13:27 +0100)]
Merge branch 'MDL-45833_master' of git://github.com/dmonllao/moodle
Dan Poltawski [Mon, 30 Jun 2014 10:45:29 +0000 (11:45 +0100)]
Merge branch 'MDL-46044-master' of git://github.com/damyon/moodle
Dan Poltawski [Mon, 30 Jun 2014 08:24:39 +0000 (09:24 +0100)]
Merge branch 'MDL-41663-master' of git://github.com/damyon/moodle
Dan Poltawski [Mon, 30 Jun 2014 07:55:35 +0000 (08:55 +0100)]
Merge branch 'MDL-40228-master' of git://github.com/FMCorz/moodle
Rajesh Taneja [Mon, 23 Jun 2014 06:31:58 +0000 (14:31 +0800)]
MDL-45641 event: Ldap user_signup unit test added
Rajesh Taneja [Tue, 10 Jun 2014 02:38:11 +0000 (10:38 +0800)]
MDL-45641 event: Manually trigger event where needed.
Some places, user_created_user and user_updated_user
events should be triggred after profile data is saved.
Rajesh Taneja [Thu, 5 Jun 2014 05:41:20 +0000 (13:41 +0800)]
MDL-45641 event: Removed multiple user_updated event trigger
user_updated event was being triggred while
setting password, which is not correct. It now
trigger user_password_updated event. Few more
modifications done:
1. Correct event is being triggred.
2. Event is only triggred when password is chnaged.
3. Password is updated via single api.
4. Updated unit test
Rajesh Taneja [Fri, 23 May 2014 03:40:31 +0000 (11:40 +0800)]
MDL-45641 event: Option to trigger user event manually
On some pages full user data is not stored before user_created/
user_updated event is triggred. So giving option to trigger that
manually, so it can be triggred after all data is saved
Damyon Wiese [Fri, 27 Jun 2014 06:58:58 +0000 (14:58 +0800)]
MDL-46044 Assign: Add conditions to the inner query for performance
Damyon Wiese [Fri, 27 Jun 2014 06:14:14 +0000 (14:14 +0800)]
MDL-46044 Assign: Modify myhome query to only use the maxattempt from the submission
Using mismatches from the submissions/grades tables does not make much sense, we
should always only consider only the maxattempt from the submissions table.
Damyon Wiese [Thu, 19 Jun 2014 04:39:08 +0000 (12:39 +0800)]
MDL-46044 Assign: Move common setup to setUp method (share it for all of lib_test.php)
Damyon Wiese [Wed, 18 Jun 2014 08:57:48 +0000 (16:57 +0800)]
MDL-46044 Assign: Fix print_overview function when there are multiple attempts
Damyon Wiese [Thu, 19 Jun 2014 03:01:03 +0000 (11:01 +0800)]
MDL-46044 Assign: Update unit test to test multiple attempts on overview page
David Monllao [Wed, 25 Jun 2014 07:07:29 +0000 (15:07 +0800)]
MDL-46118 report_log: No results limit when downloading
David Monllao [Tue, 24 Jun 2014 04:50:53 +0000 (12:50 +0800)]
MDL-45833 event: Removing courseid as the context is higher than course context
Eloy Lafuente (stronk7) [Thu, 26 Jun 2014 08:35:37 +0000 (10:35 +0200)]
weekly release 2.8dev
Eloy Lafuente (stronk7) [Thu, 26 Jun 2014 08:35:27 +0000 (10:35 +0200)]
Merge branch 'install_master' of https://git.in.moodle.com/amosbot/moodle-install
Eloy Lafuente (stronk7) [Thu, 26 Jun 2014 08:06:20 +0000 (10:06 +0200)]
Revert " MDL-45044 filter_tex: properly escape excutable pathnames for Windows"
This reverts commit
f0da509835e3b8740c1693216a430dc3195cdb92.
Marina Glancy [Thu, 26 Jun 2014 02:26:59 +0000 (10:26 +0800)]
Merge branch 'wip-mdl-46061' of git://github.com/rajeshtaneja/moodle
Rajesh Taneja [Thu, 26 Jun 2014 01:59:49 +0000 (09:59 +0800)]
MDL-46061 behat: Fixed blur event problem for atto_image
atto_image look for blur event after changing width/height
Added a new step to get focus off the element, so this can
work.
Damyon Wiese [Wed, 25 Jun 2014 07:04:20 +0000 (15:04 +0800)]
MDL-45983 Atto equation editor: Exclude phantomjs from this behat test because it's buggy
Damyon Wiese [Wed, 25 Jun 2014 05:55:19 +0000 (13:55 +0800)]
Merge branch 'wip-mdl-43835' of https://github.com/rajeshtaneja/moodle
David Monllao [Wed, 25 Jun 2014 05:15:41 +0000 (13:15 +0800)]
MDL-42716 mod_assign: Lang str for the viewblinddetails capability
Rajesh Taneja [Tue, 24 Jun 2014 07:12:48 +0000 (15:12 +0800)]
MDL-43835 behat: Use proper step for navigation expansion
Rajesh Taneja [Wed, 25 Jun 2014 03:30:44 +0000 (11:30 +0800)]
MDL-43835 behat: Added new step to set field with xpath defined
Rajesh Taneja [Wed, 25 Jun 2014 03:29:40 +0000 (11:29 +0800)]
MDL-43835 behat: Fixed backup behat test
Disabling section, disables all checkboxes in section,
So we don't have to unset them manually
Rajesh Taneja [Tue, 24 Jun 2014 08:53:11 +0000 (16:53 +0800)]
MDL-43835 behat: Fixed matches for select form field
Damyon Wiese [Wed, 25 Jun 2014 03:50:25 +0000 (11:50 +0800)]
MDL-41663 Output: Allow subtype as a namespace level on it's own
Damyon Wiese [Thu, 22 May 2014 04:47:40 +0000 (12:47 +0800)]
MDL-41663 Output: Unit tests for output factories search paths
Damyon Wiese [Mon, 12 May 2014 04:16:26 +0000 (12:16 +0800)]
MDL-41663 Renderers - allow autoloaded renderers
Eloy Lafuente (stronk7) [Wed, 25 Jun 2014 01:05:24 +0000 (03:05 +0200)]
MDL-46031 output: remove leftover line
Andrew Davis [Fri, 20 Jun 2014 04:58:48 +0000 (12:58 +0800)]
MDL-42467 mod_data: added code to delete cached RSS feeds when database or glossary entries are deleted
AMOS bot [Wed, 25 Jun 2014 00:45:19 +0000 (00:45 +0000)]
Automatically generated installer lang files
AMOS bot [Wed, 25 Jun 2014 00:45:19 +0000 (00:45 +0000)]
Automatically generated installer lang files
Eloy Lafuente (stronk7) [Wed, 25 Jun 2014 00:07:34 +0000 (02:07 +0200)]
Merge branch 'MDL-28420_master' of https://github.com/jrchamp/moodle
Eloy Lafuente (stronk7) [Tue, 24 Jun 2014 23:35:17 +0000 (01:35 +0200)]
Merge branch '43365-28' of git://github.com/samhemelryk/moodle
Eloy Lafuente (stronk7) [Tue, 24 Jun 2014 23:32:11 +0000 (01:32 +0200)]
Merge branch 'MDL-46079-master' of https://github.com/sammarshallou/moodle
Eloy Lafuente (stronk7) [Tue, 24 Jun 2014 23:28:35 +0000 (01:28 +0200)]
Merge branch 'MDL-45645_LTIUsernameParam' of https://github.com/moodlerooms/moodle
Sam Hemelryk [Tue, 24 Jun 2014 21:30:35 +0000 (09:30 +1200)]
MDL-43365 lib: converted text and plugin deprecated classes to new scheme
Four core library classes renamed for autoloading with deprecated stubs
have been converted to the new scheme for autoloading.
They are:
* textlib
* collatorlib
* plugin_manager
* plugininfo_base
These will be removed in 2.9 by MDL-46124
Sam Hemelryk [Tue, 24 Jun 2014 21:28:27 +0000 (09:28 +1200)]
MDL-43365 lib: added better means of renaming classes for autoloading
I've added a better means of renaming classes for autoloading and
handling the deprecation of the original class name.
This system records renamed classes in db/renamedclasses.php and
when a renamed class is requested a debugging notice is printed
and a class alias is created so that the calling code both works
and is informed of the deprecation.
Eloy Lafuente (stronk7) [Tue, 24 Jun 2014 19:54:58 +0000 (21:54 +0200)]
Merge branch 'MDL-45445_master' of https://github.com/markn86/moodle
Eloy Lafuente (stronk7) [Tue, 24 Jun 2014 19:50:05 +0000 (21:50 +0200)]
MDL-46045 whitespace fix
Eloy Lafuente (stronk7) [Tue, 24 Jun 2014 19:48:30 +0000 (21:48 +0200)]
Merge branch 'MDL-46045-master' of git://github.com/damyon/moodle
Eloy Lafuente (stronk7) [Tue, 24 Jun 2014 18:25:58 +0000 (20:25 +0200)]
Merge branch 'MDL-41258-master' of git://github.com/andrewnicols/moodle
Conflicts:
mod/forum/tests/maildigest_test.php
Damyon Wiese [Tue, 24 Jun 2014 08:58:04 +0000 (16:58 +0800)]
Merge branch 'MDL-45652_master' of https://github.com/markn86/moodle
Marina Glancy [Tue, 24 Jun 2014 08:14:31 +0000 (16:14 +0800)]
Merge branch 'MDL-1626-master' of git://github.com/andrewnicols/moodle
Damyon Wiese [Tue, 24 Jun 2014 08:03:21 +0000 (16:03 +0800)]
Merge branch 'MDL-10115-master' of git://github.com/xow/moodle
John Okely [Tue, 24 Jun 2014 07:38:15 +0000 (15:38 +0800)]
MDL-10115 User profile: Use title to aid in the ellipsis link being understood by screen readers
Andrew Nicols [Tue, 24 Jun 2014 06:48:23 +0000 (14:48 +0800)]
MDL-1626 mod_forum: Correct SQL syntax when fetching subscriptions
Damyon Wiese [Tue, 24 Jun 2014 06:19:20 +0000 (14:19 +0800)]
Merge branch 'wip_MDL-45985_m28_dbschema' of https://github.com/skodak/moodle
Damyon Wiese [Tue, 24 Jun 2014 06:10:51 +0000 (14:10 +0800)]
Merge branch 'MDL-46022-master' of git://github.com/jethac/moodle
Conflicts:
theme/bootstrapbase/less/moodle/modules.less
theme/bootstrapbase/style/moodle.css
Damyon Wiese [Tue, 24 Jun 2014 06:05:54 +0000 (14:05 +0800)]
Merge branch 'MDL-46031' of git://github.com/timhunt/moodle
Marina Glancy [Tue, 24 Jun 2014 05:52:30 +0000 (13:52 +0800)]
Merge branch 'MDL-45933-master' of git://github.com/damyon/moodle
Marina Glancy [Tue, 24 Jun 2014 05:51:30 +0000 (13:51 +0800)]
Merge branch 'MDL-45983-master' of git://github.com/damyon/moodle
Marina Glancy [Tue, 24 Jun 2014 05:51:20 +0000 (13:51 +0800)]
Merge branch 'MDL-41448-master' of git://github.com/damyon/moodle
Damyon Wiese [Mon, 23 Jun 2014 06:07:21 +0000 (14:07 +0800)]
MDL-41448 Assign: Add note to theme/upgrade.txt about CSS changes in mod_assign
Damyon Wiese [Tue, 17 Jun 2014 08:03:05 +0000 (16:03 +0800)]
MDL-41448 assign: Fix all plugin styles - they should be restricted to mod assign pages.
Marina Glancy [Tue, 24 Jun 2014 05:32:13 +0000 (13:32 +0800)]
Merge branch 'MDL-46061-master' of git://github.com/FMCorz/moodle
Marina Glancy [Tue, 24 Jun 2014 05:28:51 +0000 (13:28 +0800)]
Merge branch 'MDL-45044-master' of git://github.com/dthies/moodle
Damyon Wiese [Tue, 24 Jun 2014 05:10:32 +0000 (13:10 +0800)]
Merge branch 'wip-MDL-46038-master' of git://github.com/marinaglancy/moodle
Damyon Wiese [Tue, 24 Jun 2014 05:07:57 +0000 (13:07 +0800)]
Merge branch 'MDL-46035_survey' of https://github.com/andyjdavis/moodle
Marina Glancy [Tue, 24 Jun 2014 05:04:49 +0000 (13:04 +0800)]
MDL-42716 assign: whitespace fix
Michael Hughes [Wed, 16 Apr 2014 13:18:33 +0000 (14:18 +0100)]
MDL-42716 Assign: Implemented capability based viewing of blind details (squashed)
Andrew Nicols [Fri, 6 Jun 2014 17:05:52 +0000 (01:05 +0800)]
MDL-1626 mod_forum: Update discussion subscriptions when moving discussions
Andrew Nicols [Thu, 5 Jun 2014 14:27:52 +0000 (22:27 +0800)]
MDL-1626 mod_forum: Update user interface to reflect per-discussion subscriptions
AMOS BEGIN
MOV [forcessubscribe,mod_forum],[forcesubscribed,mod_forum]
AMOS END
Barbara Ramiro [Thu, 19 Jun 2014 04:27:49 +0000 (12:27 +0800)]
MDL-1626 mod_forum: Add icons for subscription status
Andrew Nicols [Thu, 5 Jun 2014 05:50:53 +0000 (13:50 +0800)]
MDL-1626 mod_forum: Make cron handle discussion subscriptions
Andrew Nicols [Thu, 5 Jun 2014 13:27:51 +0000 (21:27 +0800)]
MDL-1626 mod_forum: Add functions to change user discussion subscription state
Andrew Nicols [Thu, 12 Jun 2014 06:29:04 +0000 (14:29 +0800)]
MDL-1626 mod_forum: Move subscription management to a separate class
Andrew Nicols [Thu, 5 Jun 2014 04:01:23 +0000 (12:01 +0800)]
MDL-1626 mod_forum: Create new discussion subscription tracking table
Andrew Nicols [Fri, 13 Jun 2014 08:19:16 +0000 (16:19 +0800)]
MDL-1626 mod_forum: Add behat tests for existing functionality
Andrew Nicols [Thu, 5 Jun 2014 12:59:18 +0000 (20:59 +0800)]
MDL-1626 mod_forum: Add unit tests for forum cron mail behaviour
Damyon Wiese [Tue, 24 Jun 2014 03:44:42 +0000 (11:44 +0800)]
Merge branch 'MDL-46046-master' of git://github.com/FMCorz/moodle
Damyon Wiese [Tue, 24 Jun 2014 03:34:23 +0000 (11:34 +0800)]
Merge branch 'MDL-46056-master' of git://github.com/mudrd8mz/moodle
Damyon Wiese [Tue, 24 Jun 2014 03:23:21 +0000 (11:23 +0800)]
Merge branch 'wip-MDL-36003-master' of git://github.com/abgreeve/moodle
Simey Lameze [Fri, 20 Jun 2014 07:46:46 +0000 (15:46 +0800)]
MDL-40805 auth_cas : Method postlogout_hook created to be executed after user_loggedout event trigger.
Damyon Wiese [Tue, 24 Jun 2014 02:38:48 +0000 (10:38 +0800)]
Merge branch 'MDL-44512-master' of git://github.com/jethac/moodle
Damyon Wiese [Tue, 24 Jun 2014 02:08:28 +0000 (10:08 +0800)]
Merge branch 'MDL-44773-master' of git://github.com/FMCorz/moodle
Eloy Lafuente (stronk7) [Mon, 23 Jun 2014 22:56:31 +0000 (00:56 +0200)]
Merge branch 'MDL-45721_master' of https://github.com/markn86/moodle
Eloy Lafuente (stronk7) [Mon, 23 Jun 2014 22:46:36 +0000 (00:46 +0200)]
Merge branch 'MDL-39883-master' of git://github.com/ankitagarwal/moodle
Eloy Lafuente (stronk7) [Mon, 23 Jun 2014 22:17:27 +0000 (00:17 +0200)]
Merge branch 'MDL-45958-master' of git://github.com/ankitagarwal/moodle
Eloy Lafuente (stronk7) [Mon, 23 Jun 2014 22:01:51 +0000 (00:01 +0200)]
Merge branch 'MDL-45764_generalTool' of https://github.com/moodlerooms/moodle
Damyon Wiese [Mon, 23 Jun 2014 07:17:45 +0000 (15:17 +0800)]
Merge branch 'MDL-45580-master' of git://github.com/FMCorz/moodle
Frederic Massart [Mon, 23 Jun 2014 06:46:18 +0000 (14:46 +0800)]
MDL-45580 assignfeedback_editpdf: Save readonly version in backup
Damyon Wiese [Mon, 23 Jun 2014 06:31:46 +0000 (14:31 +0800)]
Merge branch '37145-28' of git://github.com/samhemelryk/moodle
Frederic Massart [Fri, 13 Jun 2014 02:41:45 +0000 (10:41 +0800)]
MDL-45580 assignfeedback_editpdf: Delete draft content on new submission
Frederic Massart [Wed, 11 Jun 2014 10:11:01 +0000 (18:11 +0800)]
MDL-45580 assignfeedback_editpdf: Store a readonly version of the PDF
Damyon Wiese [Mon, 23 Jun 2014 06:11:30 +0000 (14:11 +0800)]
Merge branch 'MDL-38693-master' of git://github.com/jethac/moodle
Damyon Wiese [Fri, 16 May 2014 09:07:14 +0000 (17:07 +0800)]
MDL-41746 External api: Allow multiple calls to validate_context at different levels
(Only from webservices)
Damyon Wiese [Mon, 23 Jun 2014 04:29:36 +0000 (12:29 +0800)]
Merge branch 'MDL-35453' of git://github.com/timhunt/moodle
Damyon Wiese [Mon, 23 Jun 2014 04:26:00 +0000 (12:26 +0800)]
Merge branch 'MDL-46086' of git://github.com/timhunt/moodle
Damyon Wiese [Mon, 23 Jun 2014 04:20:04 +0000 (12:20 +0800)]
Merge branch 'MDL-43835' of https://github.com/mr-russ/moodle
Adrian Greeve [Fri, 13 Jun 2014 08:03:54 +0000 (16:03 +0800)]
MDL-36003 events: Added events for viewing grade reports.
Marina Glancy [Mon, 23 Jun 2014 03:34:27 +0000 (11:34 +0800)]
Merge branch 'MDL-46013_uninstall_theme' of git://github.com/moodlerooms/moodle
Marina Glancy [Mon, 23 Jun 2014 03:33:50 +0000 (11:33 +0800)]
Merge branch 'MDL-44124-master' of git://github.com/ankitagarwal/moodle
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