civicrm-core.git
10 years agoCRM-13198
yashodha [Mon, 26 Aug 2013 07:25:11 +0000 (12:55 +0530)]
CRM-13198

10 years agoCRM_Utils_API_ReloadOptionTest - Fix typo
Tim Otten [Mon, 26 Aug 2013 06:29:44 +0000 (23:29 -0700)]
CRM_Utils_API_ReloadOptionTest - Fix typo

10 years agoCRM-13261 - Fix spelling inconsistency ("apiWrapper" vs "apiWrappers")
Tim Otten [Mon, 26 Aug 2013 06:28:47 +0000 (23:28 -0700)]
CRM-13261 - Fix spelling inconsistency ("apiWrapper" vs "apiWrappers")

----------------------------------------
* CRM-13261: add hooks to extend the API from extension
  http://issues.civicrm.org/jira/browse/CRM-13261

10 years agoCRM-13261 - Add unit test for hook_civicrm_apiWrappers
Tim Otten [Mon, 26 Aug 2013 06:27:21 +0000 (23:27 -0700)]
CRM-13261 - Add unit test for hook_civicrm_apiWrappers

----------------------------------------
* CRM-13261: add hooks to extend the API from extension
  http://issues.civicrm.org/jira/browse/CRM-13261

10 years agoMerge branch 'crm-13261-api-hook' of git://github.com/tttp/civicrm-core into pull...
Tim Otten [Mon, 26 Aug 2013 05:55:20 +0000 (22:55 -0700)]
Merge branch 'crm-13261-api-hook' of git://github.com/tttp/civicrm-core into pull-request-1491

10 years agoMerge pull request #1461 from vivekarora/CRM-13169
Tim Otten [Sat, 24 Aug 2013 00:59:34 +0000 (17:59 -0700)]
Merge pull request #1461 from vivekarora/CRM-13169

CRM-13169 - Corrected file upload issue

10 years agoMerge pull request #1494 from eileenmcnaughton/CRM-13275
Dave Greenberg [Fri, 23 Aug 2013 22:31:15 +0000 (15:31 -0700)]
Merge pull request #1494 from eileenmcnaughton/CRM-13275

CRM-13179 fix country autofill
Autofill via cid=N and via autocomplete working properly for event registration and online contribution pages.
There are a few edge case bugs which I will post separate Jira issues for.

10 years agoMerge pull request #1501 from monishdeb/CRM-13224
Dave Greenberg [Fri, 23 Aug 2013 21:17:57 +0000 (14:17 -0700)]
Merge pull request #1501 from monishdeb/CRM-13224

CRM-13224 fix
Tested patch, behavior is correct now.

10 years agoCRM-13224 fix
monishdeb [Fri, 23 Aug 2013 13:54:44 +0000 (19:24 +0530)]
CRM-13224 fix

----------------------------------------
* CRM-13224: Contribution entries are not being created while recording 'adjusted payment' for installments of a pledge
  http://issues.civicrm.org/jira/browse/CRM-13224

10 years agoMerge pull request #1497 from kurund/CRM-13233
Yashodha Chaku [Fri, 23 Aug 2013 13:25:16 +0000 (06:25 -0700)]
Merge pull request #1497 from kurund/CRM-13233

CRM-13233, js and form rule fixes if zero amount is selected for events

10 years agoMerge pull request #1498 from yashodha/4.4.CRM-13205
Kurund Jalmi [Fri, 23 Aug 2013 13:04:57 +0000 (06:04 -0700)]
Merge pull request #1498 from yashodha/4.4.CRM-13205

clean up (CRM-13205)

10 years agoclean up (CRM-13205)
yashodha [Fri, 23 Aug 2013 10:17:47 +0000 (15:47 +0530)]
clean up (CRM-13205)

10 years agoMerge pull request #1496 from ravishnair/CRM-13012fix
Kurund Jalmi [Fri, 23 Aug 2013 10:08:16 +0000 (03:08 -0700)]
Merge pull request #1496 from ravishnair/CRM-13012fix

-- CRM-13125 handled "in" and "notin" operator within stringParam function

10 years agoMerge pull request #1492 from kurund/CRM-13209
Kurund Jalmi [Fri, 23 Aug 2013 10:02:09 +0000 (03:02 -0700)]
Merge pull request #1492 from kurund/CRM-13209

CRM-13209, remove required error if file is already uploaded

10 years agomore cleanup CRM-13233
kurund [Fri, 23 Aug 2013 09:56:20 +0000 (15:26 +0530)]
more cleanup CRM-13233

----------------------------------------
* CRM-13233: Payment Method field (payment_processor) should not be required if total fee is $0
  http://issues.civicrm.org/jira/browse/CRM-13233

10 years ago-- CRM-13125 handled "in" and "notin" operator within stringParam function
Ravish Nair [Fri, 23 Aug 2013 08:34:27 +0000 (14:04 +0530)]
-- CRM-13125 handled "in" and "notin" operator within stringParam function

----------------------------------------
* CRM-13125: Write phpunit tests for reports shipped by hrreport extension
  http://issues.civicrm.org/jira/browse/CRM-13125
* CRM-13012fix:
  http://issues.civicrm.org/jira/browse/CRM-13012fix

10 years agoMerge pull request #1495 from totten/master-alter-search-builder
deepak-srivastava [Fri, 23 Aug 2013 06:23:58 +0000 (23:23 -0700)]
Merge pull request #1495 from totten/master-alter-search-builder

CRM-12925 - Search Builder - Allow CRM_Contact_BAO_Query_Hook to influence options

10 years agoremove debug
eileen [Fri, 23 Aug 2013 02:01:14 +0000 (14:01 +1200)]
remove debug

10 years agoCRM_Contact_BAO_Query_Interface - More docs
Tim Otten [Fri, 23 Aug 2013 01:27:00 +0000 (18:27 -0700)]
CRM_Contact_BAO_Query_Interface - More docs

10 years agoCRM-13179 use api function so get billing defaults in order to use 'sensible fallback...
eileen [Fri, 23 Aug 2013 01:26:16 +0000 (13:26 +1200)]
CRM-13179 use api function so get billing defaults in order to use 'sensible fallback' if billing address doesn't exist

10 years agoCRM-12925 - Search Builder - Allow query-classes to influence the options displayed...
Tim Otten [Fri, 23 Aug 2013 01:17:05 +0000 (18:17 -0700)]
CRM-12925 - Search Builder - Allow query-classes to influence the options displayed for each field

----------------------------------------
* CRM-12925: Implement "Job" search (for "Search Builder")
  http://issues.civicrm.org/jira/browse/CRM-12925

10 years agoCRM-13179 use api function to get billing defaults in a sharable way
eileen [Fri, 23 Aug 2013 00:32:20 +0000 (12:32 +1200)]
CRM-13179 use api function to get billing defaults in a sharable way

10 years agoCRM-13179 fix country autofill
eileen [Thu, 22 Aug 2013 23:50:42 +0000 (11:50 +1200)]
CRM-13179 fix country autofill

10 years agoCRM-13233, js and formRule fixes
kurund [Thu, 22 Aug 2013 21:20:43 +0000 (02:50 +0530)]
CRM-13233, js and formRule fixes

----------------------------------------
* CRM-13233: Payment Method field (payment_processor) should not be required if total fee is $0
  http://issues.civicrm.org/jira/browse/CRM-13233

10 years agotemplate cleanup
kurund [Thu, 22 Aug 2013 20:23:42 +0000 (01:53 +0530)]
template cleanup

10 years agoCRM-13209, fixes to remove required if file exists
kurund [Thu, 22 Aug 2013 20:18:30 +0000 (01:48 +0530)]
CRM-13209, fixes to remove required if file exists

----------------------------------------
* CRM-13209: Mandatory custom fields, on edit, always require a new upload (regression)
  http://issues.civicrm.org/jira/browse/CRM-13209

10 years agoCRM-13209, fixes to remove required if file exists
kurund [Thu, 22 Aug 2013 20:15:42 +0000 (01:45 +0530)]
CRM-13209, fixes to remove required if file exists

----------------------------------------
* CRM-13209: Mandatory custom fields, on edit, always require a new upload (regression)
  http://issues.civicrm.org/jira/browse/CRM-13209

10 years agocleanup function and remove unused param
kurund [Thu, 22 Aug 2013 20:09:06 +0000 (01:39 +0530)]
cleanup function and remove unused param

10 years agoMerge pull request #1488 from kurund/CRM-13256
Kurund Jalmi [Thu, 22 Aug 2013 19:08:28 +0000 (12:08 -0700)]
Merge pull request #1488 from kurund/CRM-13256

CRM-13256, fixed Go button issue for fulltext search

10 years agoCRM-13261 new apiwrapper hook
Xavier Dutoit [Thu, 22 Aug 2013 17:16:16 +0000 (19:16 +0200)]
CRM-13261 new apiwrapper hook

10 years agoMerge pull request #1490 from deepak-srivastava/softcredits
deepak-srivastava [Thu, 22 Aug 2013 16:18:17 +0000 (09:18 -0700)]
Merge pull request #1490 from deepak-srivastava/softcredits

CRM-13061, chart fixes

10 years agoCRM-13061, chart fixes
Deepak Srivastava [Thu, 22 Aug 2013 13:08:38 +0000 (18:38 +0530)]
CRM-13061, chart fixes

10 years agoMerge pull request #1487 from eileenmcnaughton/CRM-13275
Kurund Jalmi [Thu, 22 Aug 2013 11:58:44 +0000 (04:58 -0700)]
Merge pull request #1487 from eileenmcnaughton/CRM-13275

CRM-13275 fixes on pledge report ported from 4.2

10 years agoMerge pull request #1485 from eileenmcnaughton/CRM-13273
Kurund Jalmi [Thu, 22 Aug 2013 11:58:01 +0000 (04:58 -0700)]
Merge pull request #1485 from eileenmcnaughton/CRM-13273

CRM-13273 - is_email_receipt setting on recurring contribution should be preferred..

10 years agoMerge pull request #1489 from kurund/whitespace-fixes
Kurund Jalmi [Thu, 22 Aug 2013 11:53:40 +0000 (04:53 -0700)]
Merge pull request #1489 from kurund/whitespace-fixes

indentation fixes

10 years agoindentation fixes
kurund [Thu, 22 Aug 2013 11:52:40 +0000 (17:22 +0530)]
indentation fixes

10 years agoclean up
yashodha [Thu, 22 Aug 2013 11:13:17 +0000 (16:43 +0530)]
clean up

10 years agofixed CRM-13256
kurund [Thu, 22 Aug 2013 11:12:37 +0000 (16:42 +0530)]
fixed CRM-13256

----------------------------------------
* CRM-13256: Full Text search Go to Page navigation is broken
  http://issues.civicrm.org/jira/browse/CRM-13256

10 years agoCRM-13275 fix stats to show total count by currency & grand total
eileen [Thu, 22 Aug 2013 10:49:53 +0000 (22:49 +1200)]
CRM-13275 fix stats to show total count by currency & grand total

Conflicts:

packages

10 years agoCRM-13275 Pledge detail report not showing paid amount for cancelled,
eileen [Thu, 22 Aug 2013 10:17:34 +0000 (22:17 +1200)]
CRM-13275 Pledge detail report not showing paid amount for cancelled,
also fixed up totals
Conflicts:

packages

10 years agoCRM-13051 pledge detail report provides inaccurate totals
eileen [Sun, 14 Jul 2013 02:59:29 +0000 (14:59 +1200)]
CRM-13051 pledge detail report provides inaccurate totals

Conflicts:

packages

10 years agocleanup
kurund [Thu, 22 Aug 2013 10:43:54 +0000 (16:13 +0530)]
cleanup

10 years agowhitespace fixes
kurund [Thu, 22 Aug 2013 09:03:55 +0000 (14:33 +0530)]
whitespace fixes

10 years agoworked on CRM-13233
yashodha [Thu, 22 Aug 2013 05:59:48 +0000 (11:29 +0530)]
worked on CRM-13233

10 years agoCRM-13273 - is_email_receipt setting on recurring contribution should get precedence
eileen [Thu, 22 Aug 2013 05:40:04 +0000 (17:40 +1200)]
CRM-13273 - is_email_receipt setting on recurring contribution should get precedence

10 years agoMerge pull request #1484 from kurund/text-fixes
Kurund Jalmi [Wed, 21 Aug 2013 19:22:57 +0000 (12:22 -0700)]
Merge pull request #1484 from kurund/text-fixes

more test fixes

10 years agomore test fixes
kurund [Wed, 21 Aug 2013 19:18:59 +0000 (00:48 +0530)]
more test fixes

10 years agoMerge pull request #1483 from kurund/text-fixes
Kurund Jalmi [Wed, 21 Aug 2013 19:07:10 +0000 (12:07 -0700)]
Merge pull request #1483 from kurund/text-fixes

CRM test fixes

10 years agotext fixes
kurund [Wed, 21 Aug 2013 19:06:08 +0000 (00:36 +0530)]
text fixes

10 years agoMerge pull request #1482 from kurund/CRM-13259
Kurund Jalmi [Wed, 21 Aug 2013 17:38:05 +0000 (10:38 -0700)]
Merge pull request #1482 from kurund/CRM-13259

fixes for CRM-13259

10 years agofixes for CRM-13259
kurund [Wed, 21 Aug 2013 17:37:18 +0000 (23:07 +0530)]
fixes for CRM-13259

----------------------------------------
* CRM-13259: Include gender fields in Contact get spec
  http://issues.civicrm.org/jira/browse/CRM-13259

10 years agoMerge pull request #1481 from kurund/CRM-13242
Kurund Jalmi [Wed, 21 Aug 2013 16:56:25 +0000 (09:56 -0700)]
Merge pull request #1481 from kurund/CRM-13242

CRM-13242, fixed quill for contact type

10 years agoCRM-13242, fixed quill for contact type
kurund [Wed, 21 Aug 2013 16:55:36 +0000 (22:25 +0530)]
CRM-13242, fixed quill for contact type

----------------------------------------
* CRM-13242: != Operator Doesn't Work for Contact Type in Search Builder
  http://issues.civicrm.org/jira/browse/CRM-13242

10 years agoMerge pull request #1480 from deepak-srivastava/logs
deepak-srivastava [Wed, 21 Aug 2013 16:23:42 +0000 (09:23 -0700)]
Merge pull request #1480 from deepak-srivastava/logs

CRM-13255

10 years agoMerge pull request #1479 from pratik-joshi/CRM-13226-notice-fix
Kurund Jalmi [Wed, 21 Aug 2013 15:33:05 +0000 (08:33 -0700)]
Merge pull request #1479 from pratik-joshi/CRM-13226-notice-fix

CRM-13226-notice-fix

10 years agoCRM-13226-notice-fix
Pratik Joshi [Wed, 21 Aug 2013 15:23:39 +0000 (20:53 +0530)]
CRM-13226-notice-fix

10 years agoMerge pull request #1477 from kurund/CRM-13161
pratik-joshi [Wed, 21 Aug 2013 14:56:07 +0000 (07:56 -0700)]
Merge pull request #1477 from kurund/CRM-13161

CRM-13161

10 years agoMerge remote-tracking branch 'upstream/4.3' into 4.3-master-2013-08-21-20-13-45
kurund [Wed, 21 Aug 2013 14:43:52 +0000 (20:13 +0530)]
Merge remote-tracking branch 'upstream/4.3' into 4.3-master-2013-08-21-20-13-45

10 years agoMerge pull request #1474 from yashodha/CRM-13233
Kurund Jalmi [Wed, 21 Aug 2013 14:41:51 +0000 (07:41 -0700)]
Merge pull request #1474 from yashodha/CRM-13233

CRM-13233

10 years agoMerge pull request #1475 from yashodha/new.4.4
Kurund Jalmi [Wed, 21 Aug 2013 14:41:38 +0000 (07:41 -0700)]
Merge pull request #1475 from yashodha/new.4.4

fix the broken webtest (CRM-13205)

10 years agoMerge pull request #1476 from eileenmcnaughton/CRM-13234
Kurund Jalmi [Wed, 21 Aug 2013 14:41:17 +0000 (07:41 -0700)]
Merge pull request #1476 from eileenmcnaughton/CRM-13234

Crm 13234 -fix for observed failure

10 years agoMerge pull request #1478 from monishdeb/CRM-13216
pratik-joshi [Wed, 21 Aug 2013 14:33:42 +0000 (07:33 -0700)]
Merge pull request #1478 from monishdeb/CRM-13216

CRM-13216 fix

10 years agoCRM-13161, fixed token evaluation
kurund [Wed, 21 Aug 2013 14:11:08 +0000 (19:41 +0530)]
CRM-13161, fixed token evaluation

----------------------------------------
* CRM-13161: Greetings are  not evaluated correctly if it includes prefix / suffix
  http://issues.civicrm.org/jira/browse/CRM-13161

10 years agoCRM-13216 fix
monishdeb [Wed, 21 Aug 2013 14:00:25 +0000 (19:30 +0530)]
CRM-13216 fix

----------------------------------------
* CRM-13216: Advanced Search shows deleted contacts
  http://issues.civicrm.org/jira/browse/CRM-13216

10 years agoCRM-13161, more cleanup/fixes for advanced search - search view
kurund [Wed, 21 Aug 2013 12:47:43 +0000 (18:17 +0530)]
CRM-13161, more cleanup/fixes for advanced search - search view

----------------------------------------
* CRM-13161: Greetings are  not evaluated correctly if it includes prefix / suffix
  http://issues.civicrm.org/jira/browse/CRM-13161

10 years agoMerge pull request #1473 from ravishnair/CRM-13012fix
Tim Otten [Wed, 21 Aug 2013 12:42:05 +0000 (05:42 -0700)]
Merge pull request #1473 from ravishnair/CRM-13012fix

CRM-13012 Run api_v3_SyntaxConformanceAllEntitiesTest with hrjob API's

10 years ago-- CRM-13012 changed "api_v3_SyntaxConformanceTest::" to "static::"
Ravish Nair [Wed, 21 Aug 2013 12:30:12 +0000 (18:00 +0530)]
-- CRM-13012 changed "api_v3_SyntaxConformanceTest::" to "static::"

----------------------------------------
* CRM-13012: Run api_v3_SyntaxConformanceAllEntitiesTest with hrjob API's
  http://issues.civicrm.org/jira/browse/CRM-13012
* CRM-13012fix:
  http://issues.civicrm.org/jira/browse/CRM-13012fix

10 years agoCRM-13255
Deepak Srivastava [Wed, 21 Aug 2013 11:57:18 +0000 (17:27 +0530)]
CRM-13255

10 years agoupdated example & a couple of tidy ups to throw API_Exception rather than legacy
eileen [Wed, 21 Aug 2013 11:44:20 +0000 (23:44 +1200)]
updated example & a couple of tidy ups to throw API_Exception rather than legacy

10 years agoCRM-13234 define type for 'Country' custom fields (integer) as e-Notice was picked...
eileen [Wed, 21 Aug 2013 11:43:32 +0000 (23:43 +1200)]
CRM-13234 define type for 'Country' custom fields (integer) as e-Notice was picked up by tests

10 years agoCRM-13161, added unique names for prefix_id, gender_id and suffix_id, also code clean...
kurund [Wed, 21 Aug 2013 09:52:37 +0000 (15:22 +0530)]
CRM-13161, added unique names for prefix_id, gender_id and suffix_id, also code cleanup and related fixes

----------------------------------------
* CRM-13161: Greetings are  not evaluated correctly if it includes prefix / suffix
  http://issues.civicrm.org/jira/browse/CRM-13161

10 years agofix the broken webtest (CRM-13205)
yashodha [Wed, 21 Aug 2013 09:24:44 +0000 (14:54 +0530)]
fix the broken webtest (CRM-13205)

10 years agoworked on formRule
yashodha [Wed, 21 Aug 2013 08:49:37 +0000 (14:19 +0530)]
worked on formRule

10 years agoCRM-13233
yashodha [Wed, 21 Aug 2013 07:30:24 +0000 (13:00 +0530)]
CRM-13233

10 years agoMerge pull request #1471 from eileenmcnaughton/CRM-13254
Kurund Jalmi [Wed, 21 Aug 2013 07:24:25 +0000 (00:24 -0700)]
Merge pull request #1471 from eileenmcnaughton/CRM-13254

CRM-13254 (Closes) make entity_tag.get api use basic create rather than ...

10 years agoMerge pull request #1472 from eileenmcnaughton/CRM-13234
Kurund Jalmi [Wed, 21 Aug 2013 07:23:49 +0000 (00:23 -0700)]
Merge pull request #1472 from eileenmcnaughton/CRM-13234

CRM 13234 test fix, examples update, tweaks to profile api

10 years ago-- CRM-13012 made improvements
Ravish Nair [Wed, 21 Aug 2013 07:11:31 +0000 (12:41 +0530)]
-- CRM-13012 made improvements

----------------------------------------
* CRM-13012: Run api_v3_SyntaxConformanceAllEntitiesTest with hrjob API's
  http://issues.civicrm.org/jira/browse/CRM-13012
* CRM-13012fix:
  http://issues.civicrm.org/jira/browse/CRM-13012fix

10 years ago-- CRM-13012 Run api_v3_SyntaxConformanceAllEntitiesTest with hrjob API's
Ravish Nair [Mon, 19 Aug 2013 14:04:44 +0000 (19:34 +0530)]
-- CRM-13012 Run api_v3_SyntaxConformanceAllEntitiesTest with hrjob API's

----------------------------------------
* CRM-13012: Run api_v3_SyntaxConformanceAllEntitiesTest with hrjob API's
  http://issues.civicrm.org/jira/browse/CRM-13012

10 years agoCRM-13234 use translated profile id
eileen [Wed, 21 Aug 2013 04:35:18 +0000 (16:35 +1200)]
CRM-13234 use translated profile id

10 years agoCRM-13254 (Closes) make entity_tag.get api use basic create rather than error if...
eileen [Tue, 20 Aug 2013 22:21:40 +0000 (10:21 +1200)]
CRM-13254 (Closes) make entity_tag.get api use basic create rather than error if no entity_id passed in

10 years agoCRM-13234 define data type for custom fields in same way as normal fields
eileen [Tue, 20 Aug 2013 13:27:35 +0000 (01:27 +1200)]
CRM-13234 define data type for custom fields in same way as normal fields

10 years agoCRM-13234 define type for current_employer field
eileen [Tue, 20 Aug 2013 13:26:47 +0000 (01:26 +1200)]
CRM-13234 define type for current_employer field

10 years agoCRM-13234 add support for profile names on submit
eileen [Tue, 20 Aug 2013 12:39:10 +0000 (00:39 +1200)]
CRM-13234 add support for profile names on submit

10 years agoCRM-13234 make profile api getfields complete for all built-in profiles
eileen [Tue, 20 Aug 2013 12:17:14 +0000 (00:17 +1200)]
CRM-13234 make profile api getfields complete for all built-in profiles
Note that this fn has a lot of inconsistency to adjust for & this will require tweaking over time - however this is an new fn  / extension to the api so doesn't affect existing

10 years agoskip for priceset total amount zero
yashodha [Tue, 20 Aug 2013 10:56:52 +0000 (16:26 +0530)]
skip for priceset total amount zero

10 years agoMerge pull request #1470 from kurund/CRM-13206
Kurund Jalmi [Tue, 20 Aug 2013 09:56:35 +0000 (02:56 -0700)]
Merge pull request #1470 from kurund/CRM-13206

CRM-13206, fixed quill

10 years agoCRM-13206, fixed quill
kurund [Tue, 20 Aug 2013 09:55:36 +0000 (15:25 +0530)]
CRM-13206, fixed quill

----------------------------------------
* CRM-13206: Use of 'Preferred Language' filter in advance search doesn't fetch proper result
  http://issues.civicrm.org/jira/browse/CRM-13206

10 years agoMerge pull request #1469 from monishdeb/CRM-13206
Kurund Jalmi [Tue, 20 Aug 2013 09:24:45 +0000 (02:24 -0700)]
Merge pull request #1469 from monishdeb/CRM-13206

CRM-13206 fix

10 years agoCRM-13206 fix
monishdeb [Tue, 20 Aug 2013 08:47:47 +0000 (14:17 +0530)]
CRM-13206 fix

----------------------------------------
* CRM-13206: Use of 'Preferred Language' filter in advance search doesn't fetch proper result
  http://issues.civicrm.org/jira/browse/CRM-13206

10 years agohide payment block for zero amount (CRM-13233)
yashodha [Tue, 20 Aug 2013 08:26:56 +0000 (13:56 +0530)]
hide payment block for zero amount (CRM-13233)

10 years agoCRM-13234 one line fix for test failure caused by change to set-up class
eileen [Tue, 20 Aug 2013 08:16:08 +0000 (20:16 +1200)]
CRM-13234 one line fix for test failure caused by change to set-up class
Well - it would have been one line - except then I wanted to keep testing what happens when the custom field has a default value (the breakage) & without (per before) so then I wound up having to fix up the function signature too

10 years agoMerge pull request #1467 from eileenmcnaughton/CRM-13234-actual-changes
Kurund Jalmi [Tue, 20 Aug 2013 07:14:55 +0000 (00:14 -0700)]
Merge pull request #1467 from eileenmcnaughton/CRM-13234-actual-changes

CRM-13234 make profile getfields action return data about profile

10 years agoCRM-13234 add test to lock in profile set as working
eileen [Tue, 20 Aug 2013 05:15:40 +0000 (17:15 +1200)]
CRM-13234 add test to lock in profile set as working

10 years agoMerge pull request #1466 from eileenmcnaughton/CRM-13234
Kurund Jalmi [Tue, 20 Aug 2013 05:22:26 +0000 (22:22 -0700)]
Merge pull request #1466 from eileenmcnaughton/CRM-13234

CRM-13234 - tests & standalone changes for fixing getfields on profile api

10 years agoMerge pull request #1464 from davecivicrm/CRM-13247
Kurund Jalmi [Tue, 20 Aug 2013 05:16:46 +0000 (22:16 -0700)]
Merge pull request #1464 from davecivicrm/CRM-13247

CRM-13247 add column for Check Number to contribution detail reports.

10 years agoMerge pull request #1463 from davecivicrm/CRM-13241
Kurund Jalmi [Tue, 20 Aug 2013 05:16:09 +0000 (22:16 -0700)]
Merge pull request #1463 from davecivicrm/CRM-13241

CRM-13241 add financial_type to contribution tokens

10 years agoCRM-13234 add test to lock in profile set as working
eileen [Tue, 20 Aug 2013 05:15:40 +0000 (17:15 +1200)]
CRM-13234 add test to lock in profile set as working

10 years agoCRM-13234 make profile getfields action return data about profile
eileen [Tue, 20 Aug 2013 05:09:49 +0000 (17:09 +1200)]
CRM-13234 make profile getfields action return data about profile
NB - there is a lot more code in the api here than I am happy with - but it will take a lot of work to extract this out of the underlying profile BAO & Form classes. As there are now tests in place for this we can work to tidy it up at the next sprint

10 years agoCRM-13234 updated tests & examples for profile api improvements
eileen [Tue, 20 Aug 2013 04:54:31 +0000 (16:54 +1200)]
CRM-13234 updated tests & examples for profile api improvements
Note, always commit these separately so that the PR won't be left to stagnate due to an over-sized commit & the patches can be easily backported

10 years agoCRM-13234 minor enhancements to test parent class to better support ufField, function...
eileen [Tue, 20 Aug 2013 04:51:55 +0000 (16:51 +1200)]
CRM-13234 minor enhancements to test parent class to better support ufField, function documenting