CRM-17700 allow contribution get to bypass permissions
authoreileen <emcnaughton@wikimedia.org>
Mon, 14 Dec 2015 01:49:09 +0000 (14:49 +1300)
committereileen <emcnaughton@wikimedia.org>
Wed, 16 Dec 2015 22:41:39 +0000 (11:41 +1300)
commit5837835b5c93c674d41a7e7ba8ce159877b5cdfd
treeefc3e0b2120c0f20dcbfdf992f0823875a23bdf1
parent772cb09a2f7c382f98cc1b2756ba8f1bc1042da0
CRM-17700 allow contribution get to bypass permissions

Note this just extends the existing 'check_permissions' to apply to custom data as well. Using
check permission defaults to 0 for php api & 1 for json (can not be overriden in json)
CRM/Contact/BAO/Contact.php
CRM/Contact/BAO/Query.php
CRM/Contribute/BAO/Contribution.php
CRM/Contribute/BAO/Query.php
CRM/Core/Component.php
tools/queries [new file with mode: 0644]
tools/queriesafter.txt [new file with mode: 0644]