- May 16, 2013
-
-
totten authored
This file had been held back from normal merge-forward due to merge-conflicts. Investigating upstream/master, it seems that there were two changes that may have been source of conflict: * 2ede60ec - This is formatting change and a bad-commit of a debug code * c5f77b41 - This is a real functional change but was backported (and further fixed) in 4.3, so 4.3's version is better. ---------------------------------------- * CRM-12613: Resolve merge of REST.php (4.3=>master) http://issues.civicrm.org/jira/browse/CRM-12613
-
- May 15, 2013
-
-
Kurund Jalmi authored
CRM-12628 rename non-standard MailingGroup DAO instead of hack. Also add...
-
Kurund Jalmi authored
Test fixes (contribution soft credit, tweaks on previous fixes)
-
eileen authored
-
eileen authored
-
eileen authored
-
eileen authored
-
eileen authored
-
Kurund Jalmi authored
Register and use the autoloader during API calls
-
Adam Roses Wight authored
-
Kurund Jalmi authored
Test fixes including activity contact api, mailing contact api, soft contribution api
-
eileen authored
-
eileen authored
-
eileen authored
-
eileen authored
-
eileen authored
-
eileen authored
-
eileen authored
-
eileen authored
fix includes - - using spec function to provide documentation, enforce required fields, provide default, enforce options - using standard api function to process 'limit', 'sort' etc - skipping checks for getByID because in this area the api cannot be made standard NOTE that the default limit has been set to the api default (25). Making this non standard for a particular use-case doesn't make sense. Preferred calling method is $params['options' => array('sort' => 'contact_id DESC', 'limit' => 50, 'offset' => 200) re-fix mailing contact api
-
eileen authored
-
eileen authored
-
eileen authored
-
Tim Otten authored
CRM-12626 Fix test by no validating arrays passed into string fields
-
eileen authored
-
Adam Roses Wight authored
-
- May 14, 2013
-
-
Tim Otten authored
fixed regression in CRM_Core_DAO_AllCoreTables
-
Kurund Jalmi authored
-
lobo authored
CRM-12600
-
Kurund Jalmi authored
expose contributionID to the form object for use by downstream extension...
-
lobo authored
---------------------------------------- * CRM-12600: Fix behavior of CiviCRM on specific screen(s)when the session has timed out / deleted http://issues.civicrm.org/jira/browse/CRM-12600
-
- May 13, 2013
-
-
Tim Otten authored
CRM-7964 add BAO classes so that eval removals can call BAO not DAO
-
eileen authored
-
Tim Otten authored
CRM-12601 - Restore getClasses() and mitigate damage from missing functi...
-
totten authored
---------------------------------------- * CRM-12601: Test suite crashes - CRM_Core_DAO_AllCoreTables::getClasses http://issues.civicrm.org/jira/browse/CRM-12601
-
Tim Otten authored
CRM_Member_BAO_MembershipBlock - Fix test crash
-
Tim Otten authored
Replace "CRM_Core_AllCoreTables" with newer "CRM_Core_DAO_AllCoreTables"
-
totten authored
-
lobo authored
-