civicrm-core.git
9 years agoCRM-15678 hookable invalid page handling
Eileen McNaughton [Sun, 7 Dec 2014 22:20:33 +0000 (11:20 +1300)]
CRM-15678 hookable invalid page handling

Conflicts:
CRM/Contribute/Form/ContributionBase.php

9 years agoMerge pull request #4815 from rohankatkar/Webtests
Monish Deb [Thu, 1 Jan 2015 17:53:20 +0000 (23:23 +0530)]
Merge pull request #4815 from rohankatkar/Webtests

Webtests Fixes

9 years agoMerge pull request #4812 from colemanw/CRM-15495
colemanw [Thu, 1 Jan 2015 15:44:44 +0000 (10:44 -0500)]
Merge pull request #4812 from colemanw/CRM-15495

CRM-15495 - Improve entityRef contact_type filter

9 years agoWebtests Fixes
Rohan Katkar [Thu, 1 Jan 2015 13:27:30 +0000 (18:57 +0530)]
Webtests Fixes

9 years agoMerge pull request #4813 from rohankatkar/CRM_15764
Monish Deb [Thu, 1 Jan 2015 12:43:51 +0000 (18:13 +0530)]
Merge pull request #4813 from rohankatkar/CRM_15764

CRM- 15764

9 years agoCRM-15764. Remove bogus opendir() call.
Chris Burgess [Mon, 29 Dec 2014 20:44:18 +0000 (09:44 +1300)]
CRM-15764. Remove bogus opendir() call.

opendir($cmsIncludePath) appears to have been used as is_dir(), not required since we check file_exists("$cmsIncludePath/file.xxx") and that indicates that the directory exists.

9 years agoMerge fix - CRM-15764
Chris Burgess [Sun, 28 Dec 2014 18:33:42 +0000 (07:33 +1300)]
Merge fix - CRM-15764

9 years agoImprove api.getoptions to return nested groups/tags
Coleman Watts [Thu, 1 Jan 2015 03:54:43 +0000 (22:54 -0500)]
Improve api.getoptions to return nested groups/tags

9 years agoCRM-15495 - Improve entityRef contact_type filter
Coleman Watts [Wed, 31 Dec 2014 21:45:33 +0000 (16:45 -0500)]
CRM-15495 - Improve entityRef contact_type filter

9 years agoMerge pull request #4809 from totten/master-cs2
Tim Otten [Wed, 31 Dec 2014 17:53:14 +0000 (09:53 -0800)]
Merge pull request #4809 from totten/master-cs2

Cleanup visibility, final newlines, and CONST

9 years agoMerge pull request #4804 from atif-shaikh/CRM-15767
Yashodha Chaku [Wed, 31 Dec 2014 13:19:12 +0000 (18:49 +0530)]
Merge pull request #4804 from atif-shaikh/CRM-15767

CRM-15767 - Back Office "Submit Credit Card Contribution" are not being ...

9 years agoMerge pull request #4780 from williamtheaker/patch-1
Kurund Jalmi [Wed, 31 Dec 2014 04:56:31 +0000 (10:26 +0530)]
Merge pull request #4780 from williamtheaker/patch-1

Themed wizard-bar

9 years agophpcs - Fix error, "Expected 1 newline at end of file; XXX found".
Tim Otten [Wed, 31 Dec 2014 01:23:33 +0000 (17:23 -0800)]
phpcs - Fix error, "Expected 1 newline at end of file; XXX found".

9 years agoStyle - Remove @access
Tim Otten [Wed, 31 Dec 2014 01:00:26 +0000 (17:00 -0800)]
Style - Remove @access

1. These annotations are useful in PHP4-style code.
2. These annotations are useless in PHP5-style code. Either they're redundant with the code, or they contradict the code.
3. In cases where there are contradictions, I don't think there's anyway for us to generally resolve the contradiction except to say, "The code is right."
4. As a developer reading .php files, I look at the code and *never* look at @access.

9 years agoStyle - Remove @public, @private, @protected
Tim Otten [Tue, 30 Dec 2014 22:15:56 +0000 (14:15 -0800)]
Style - Remove @public, @private, @protected

1. These annotations are not valid in phpdoc. The actual annotation is "@access (public|private|protected)".
2. These annotations are useful in PHP4-style code.
3. These annotations are useless in PHP5-style code. Either they're redundant with the code, or they contradict the code.

9 years agophpcs - Fix error, "Visibility must be declared on method"
Tim Otten [Tue, 30 Dec 2014 22:06:54 +0000 (14:06 -0800)]
phpcs - Fix error, "Visibility must be declared on method"

9 years agophpcs - Fix error, "CONST keyword must be lowercase; expected const but found CONST"
Tim Otten [Tue, 30 Dec 2014 21:27:36 +0000 (13:27 -0800)]
phpcs - Fix error, "CONST keyword must be lowercase; expected const but found CONST"

9 years agoMerge pull request #4808 from colemanw/CRM-15759
colemanw [Tue, 30 Dec 2014 20:40:42 +0000 (15:40 -0500)]
Merge pull request #4808 from colemanw/CRM-15759

CRM-15759 - Improve UX of crmEditable

9 years agoCRM-15759 - Improve UX of crmEditable
Coleman Watts [Tue, 30 Dec 2014 20:38:05 +0000 (15:38 -0500)]
CRM-15759 - Improve UX of crmEditable

9 years agoMerge pull request #4802 from jitendrapurohit/webtest4.6
Kurund Jalmi [Tue, 30 Dec 2014 17:12:45 +0000 (22:42 +0530)]
Merge pull request #4802 from jitendrapurohit/webtest4.6

webtest fixes 4.6

9 years agoMerge pull request #4803 from rohankatkar/Webtests
Kurund Jalmi [Tue, 30 Dec 2014 17:12:03 +0000 (22:42 +0530)]
Merge pull request #4803 from rohankatkar/Webtests

Webtests Fix

9 years agoMerge pull request #4806 from civicrm/4.5
colemanw [Tue, 30 Dec 2014 15:52:03 +0000 (10:52 -0500)]
Merge pull request #4806 from civicrm/4.5

Merge branch 4.5 into master

9 years agoMerge pull request #4805 from colemanw/CRM-15766
colemanw [Tue, 30 Dec 2014 15:42:54 +0000 (10:42 -0500)]
Merge pull request #4805 from colemanw/CRM-15766

CRM-15766 - Fix settings form wrongly adding everything to config

9 years agoCRM-15766 - Fix settings form wrongly adding everything to config
Coleman Watts [Tue, 30 Dec 2014 15:12:36 +0000 (10:12 -0500)]
CRM-15766 - Fix settings form wrongly adding everything to config

9 years agoCRM-15767 - Back Office "Submit Credit Card Contribution" are not being saved.
atif-shaikh [Tue, 30 Dec 2014 14:46:59 +0000 (20:16 +0530)]
CRM-15767 - Back Office "Submit Credit Card Contribution" are not being saved.

https://issues.civicrm.org/jira/browse/CRM-15767

9 years agoWebtests Fix
Rohan Katkar [Tue, 30 Dec 2014 13:31:14 +0000 (19:01 +0530)]
Webtests Fix

9 years agowebtest fixes 4.6
jitendrapurohit [Tue, 30 Dec 2014 13:29:13 +0000 (18:59 +0530)]
webtest fixes 4.6

9 years agoMerge pull request #4790 from mattrenner/CRM-15763
Monish Deb [Tue, 30 Dec 2014 12:35:52 +0000 (18:05 +0530)]
Merge pull request #4790 from mattrenner/CRM-15763

CRM-15763 - Payment Express has deprecated SSLv3

9 years agoMerge pull request #4800 from jitendrapurohit/CRM-15765upgradechanges
Yashodha Chaku [Tue, 30 Dec 2014 07:56:23 +0000 (13:26 +0530)]
Merge pull request #4800 from jitendrapurohit/CRM-15765upgradechanges

upgrade changes for CRM-15765

9 years agoMerge pull request #4801 from rohankatkar/Webtests
Monish Deb [Tue, 30 Dec 2014 07:11:53 +0000 (12:41 +0530)]
Merge pull request #4801 from rohankatkar/Webtests

Webtests fix for Reports

9 years agoupgrade changes for CRM-15765
jitendrapurohit [Tue, 30 Dec 2014 06:55:52 +0000 (12:25 +0530)]
upgrade changes for CRM-15765

9 years agoWebtests fix for Reports
Rohan Katkar [Tue, 30 Dec 2014 06:55:42 +0000 (12:25 +0530)]
Webtests fix for Reports

9 years agoMerge pull request #4794 from civicrm/CRM-15740
Yashodha Chaku [Tue, 30 Dec 2014 06:27:28 +0000 (11:57 +0530)]
Merge pull request #4794 from civicrm/CRM-15740

CRM-15740 : increase size for url

9 years agoMerge pull request #4793 from jsnyder83/master
Yashodha Chaku [Tue, 30 Dec 2014 05:33:29 +0000 (11:03 +0530)]
Merge pull request #4793 from jsnyder83/master

Added missing Indonesian provinces and revised outdated names

9 years agoMerge pull request #4796 from jitendrapurohit/webtest4.6
Yashodha Chaku [Tue, 30 Dec 2014 02:24:39 +0000 (07:54 +0530)]
Merge pull request #4796 from jitendrapurohit/webtest4.6

webtest fixes 4.6

9 years agoMerge pull request #4758 from colemanw/CRM-13672
colemanw [Tue, 30 Dec 2014 01:57:01 +0000 (20:57 -0500)]
Merge pull request #4758 from colemanw/CRM-13672

CRM-13672 - Add alerts for security releases

9 years agoCRM-13672 - Add unit test coverage for CRM_Utils_VersionCheck
Coleman Watts [Wed, 24 Dec 2014 01:00:46 +0000 (20:00 -0500)]
CRM-13672 - Add unit test coverage for CRM_Utils_VersionCheck

9 years agoCRM-13672 - Run regen to add new settings to schema
Coleman Watts [Tue, 23 Dec 2014 00:48:34 +0000 (19:48 -0500)]
CRM-13672 - Run regen to add new settings to schema

9 years agoCRM-13672 - Add option to suppress current update alerts
Coleman Watts [Sat, 20 Dec 2014 19:47:04 +0000 (14:47 -0500)]
CRM-13672 - Add option to suppress current update alerts

9 years agoCRM-13672 - Add alerts for security releases
Coleman Watts [Sat, 20 Dec 2014 02:54:28 +0000 (21:54 -0500)]
CRM-13672 - Add alerts for security releases

Support the new json output from latest.civicrm.org and display security alerts.
Also adds finer-grained control over how version alerts are displayed.

9 years agoCode/comment cleanup
Coleman Watts [Fri, 19 Dec 2014 19:17:11 +0000 (14:17 -0500)]
Code/comment cleanup

9 years agoMerge remote-tracking branch 'upstream/4.5' into 4.5-master-2014-12-30-00-43-32
kurund [Mon, 29 Dec 2014 19:13:42 +0000 (00:43 +0530)]
Merge remote-tracking branch 'upstream/4.5' into 4.5-master-2014-12-30-00-43-32

9 years agoMerge pull request #4789 from totten/master-test-tx
Tim Otten [Mon, 29 Dec 2014 16:43:02 +0000 (10:43 -0600)]
Merge pull request #4789 from totten/master-test-tx

tests/phpunit/api/v3 - Call useTransaction() where easy. Remove pointless get_info()/construct().

9 years agoMerge pull request #4797 from totten/master-cs
Tim Otten [Mon, 29 Dec 2014 16:41:22 +0000 (10:41 -0600)]
Merge pull request #4797 from totten/master-cs

Code style

9 years agoCivi/API - Code style
Tim Otten [Mon, 29 Dec 2014 15:24:15 +0000 (07:24 -0800)]
Civi/API - Code style

9 years agoCRM/Extension - Code style
Tim Otten [Mon, 29 Dec 2014 02:49:16 +0000 (18:49 -0800)]
CRM/Extension - Code style

9 years agodeleted duplicate lines from failed sync issue
jsnyder83 [Mon, 29 Dec 2014 13:54:41 +0000 (20:54 +0700)]
deleted duplicate lines from failed sync issue

9 years agoMerge remote-tracking branch 'origin/master'
jsnyder83 [Mon, 29 Dec 2014 13:31:03 +0000 (20:31 +0700)]
Merge remote-tracking branch 'origin/master'

Conflicts:
xml/templates/civicrm_state_province.tpl

9 years agofixed syntax error on line 3918, (missing comma)
jsnyder83 [Mon, 29 Dec 2014 13:28:18 +0000 (20:28 +0700)]
fixed syntax error on line 3918, (missing comma)

9 years agowebtest fixes 4.6
jitendrapurohit [Mon, 29 Dec 2014 13:27:42 +0000 (18:57 +0530)]
webtest fixes 4.6

9 years agoCRM-15740 : increase size for url
yashodha [Mon, 29 Dec 2014 12:52:43 +0000 (18:22 +0530)]
CRM-15740 : increase size for url

----------------------------------------
* CRM-15740: Really long URLs cause SQL issue in a trackable mass mail
  https://issues.civicrm.org/jira/browse/CRM-15740

9 years agoUpdate civicrm_state_province.tpl
jsnyder83 [Mon, 29 Dec 2014 11:36:24 +0000 (18:36 +0700)]
Update civicrm_state_province.tpl

correcting Indonesian province abbreviations, adding Kalimantan Utara

9 years agoUpdating Indonesian Provinces - added Kalimantan Utara, updated abbreviations for...
jsnyder83 [Mon, 29 Dec 2014 11:30:55 +0000 (18:30 +0700)]
Updating Indonesian Provinces - added Kalimantan Utara, updated abbreviations for a few incorrect entries

9 years agoMerge pull request #4785 from jitendrapurohit/CRM-15735
Monish Deb [Mon, 29 Dec 2014 10:42:59 +0000 (16:12 +0530)]
Merge pull request #4785 from jitendrapurohit/CRM-15735

CRM-15735 Update payment status for pay-later membership renewal ignores...

9 years agoMerge pull request #4726 from atif-shaikh/CRM-5039
Monish Deb [Mon, 29 Dec 2014 10:41:47 +0000 (16:11 +0530)]
Merge pull request #4726 from atif-shaikh/CRM-5039

CRM-5039 - Events don't always limit registrations to "max participants"...

9 years agoAdded missing Indonesian provinces and revised outdated names
jsnyder83 [Mon, 29 Dec 2014 06:55:55 +0000 (13:55 +0700)]
Added missing Indonesian provinces and revised outdated names

9 years agoMerge pull request #4779 from pradpnayak/CRM-15758
Yashodha Chaku [Mon, 29 Dec 2014 06:36:21 +0000 (12:06 +0530)]
Merge pull request #4779 from pradpnayak/CRM-15758

--CRM-15758, added code to invoke pre and post hook

9 years agoCRM/Queue - Code style
Tim Otten [Mon, 29 Dec 2014 02:25:09 +0000 (18:25 -0800)]
CRM/Queue - Code style

9 years agoCRM-15763 - Payment Express has deprecated SSLv3
Matt Renner [Sun, 28 Dec 2014 08:09:07 +0000 (21:09 +1300)]
CRM-15763 - Payment Express has deprecated SSLv3

Payment Express (DPS) no longer supports SSLv3 (3), so suggest this is adjusted to default (0) which will allow curl to auto-negotiate to use a compatible version of TLS

9 years agoMerge pull request #4788 from kurund/generated-data
Kurund Jalmi [Sat, 27 Dec 2014 18:04:33 +0000 (23:34 +0530)]
Merge pull request #4788 from kurund/generated-data

fixed generated data

9 years agofixed generated data
kurund [Sat, 27 Dec 2014 13:54:54 +0000 (19:24 +0530)]
fixed generated data

9 years agoMerge pull request #4787 from rohankatkar/Webtests
Kurund Jalmi [Fri, 26 Dec 2014 14:50:02 +0000 (20:20 +0530)]
Merge pull request #4787 from rohankatkar/Webtests

Webtest fix

9 years agoMerge pull request #4786 from rohankatkar/CRM_15757
Yashodha Chaku [Fri, 26 Dec 2014 14:33:16 +0000 (20:03 +0530)]
Merge pull request #4786 from rohankatkar/CRM_15757

CRM-15757 Notices fix

9 years agoWebtest fix
Rohan Katkar [Fri, 26 Dec 2014 13:35:00 +0000 (19:05 +0530)]
Webtest fix

9 years agoCRM-15757 Notices fix
Rohan Katkar [Fri, 26 Dec 2014 13:03:17 +0000 (18:33 +0530)]
CRM-15757 Notices fix

9 years agoCRM-15735 Update payment status for pay-later membership renewal ignores Received...
jitendrapurohit [Fri, 26 Dec 2014 11:37:55 +0000 (17:07 +0530)]
CRM-15735 Update payment status for pay-later membership renewal ignores Received date

9 years agoMerge pull request #4783 from pradpnayak/CRM-15760
Yashodha Chaku [Fri, 26 Dec 2014 10:58:24 +0000 (16:28 +0530)]
Merge pull request #4783 from pradpnayak/CRM-15760

-- changed size to 255 from 64 for civicrm_action_schedule.entity_value,...

9 years agoMerge pull request #4784 from atif-shaikh/CRM-15718
Monish Deb [Fri, 26 Dec 2014 07:13:13 +0000 (12:43 +0530)]
Merge pull request #4784 from atif-shaikh/CRM-15718

CRM-15718 - Bulk sms: Check for do not send sms instead of is opt out

9 years agoCRM-15718 - Bulk sms: Check for do not send sms instead of is opt out
atif-shaikh [Fri, 26 Dec 2014 05:42:32 +0000 (11:12 +0530)]
CRM-15718 - Bulk sms: Check for do not send sms instead of is opt out

https://issues.civicrm.org/jira/browse/CRM-15718

9 years agoMerge pull request #4771 from pratikshad/CRM-15409
Kurund Jalmi [Fri, 26 Dec 2014 05:03:59 +0000 (10:33 +0530)]
Merge pull request #4771 from pratikshad/CRM-15409

CRM-15409 fix issue of printpdf button on popup and spelling mistecks of...

9 years ago-- changed size to 255 from 64 for civicrm_action_schedule.entity_value, CRM-15760
Pradeep Nayak [Thu, 25 Dec 2014 09:06:03 +0000 (14:36 +0530)]
-- changed size to 255 from 64 for civicrm_action_schedule.entity_value, CRM-15760

----------------------------------------
* CRM-15760: Change size of civicrm_action_schedule.entity_value to 255 from 64
  https://issues.civicrm.org/jira/browse/CRM-15760

9 years agoMerge pull request #4781 from civicrm/CRM-15732
Yashodha Chaku [Wed, 24 Dec 2014 13:05:49 +0000 (18:35 +0530)]
Merge pull request #4781 from civicrm/CRM-15732

CRM-15732 : fix looking up deleted 'On behalf' orgs

9 years agoMerge pull request #4782 from atif-shaikh/CRM-15754
Monish Deb [Wed, 24 Dec 2014 12:09:25 +0000 (17:39 +0530)]
Merge pull request #4782 from atif-shaikh/CRM-15754

Crm 15754

9 years agoCRM-15754 - Custom participant statuses print their ID in event confirmation email
atif-shaikh [Wed, 24 Dec 2014 11:55:59 +0000 (17:25 +0530)]
CRM-15754 - Custom participant statuses print their ID in event confirmation email

https://issues.civicrm.org/jira/browse/CRM-15754

9 years agoCRM-15754 Use participant status label
JKingsnorth [Tue, 23 Dec 2014 10:46:16 +0000 (10:46 +0000)]
CRM-15754 Use participant status label

9 years agoCRM-15732 : fix looking up deleted 'On behalf' orgs
yashodha [Wed, 24 Dec 2014 09:12:57 +0000 (14:42 +0530)]
CRM-15732 : fix looking up deleted 'On behalf' orgs

----------------------------------------
* CRM-15732: Donations with an On Behalf Of an organization profile dedupes with contacts in the trash
  https://issues.civicrm.org/jira/browse/CRM-15732

9 years agoCRM-15409 Changes into membership.tpl file and regenerated mysql file
pratikshad [Wed, 24 Dec 2014 06:09:01 +0000 (11:39 +0530)]
CRM-15409 Changes into membership.tpl file and regenerated mysql file

----------------------------------------
* CRM-15409: Add Sales Tax and Invoicing support
  https://issues.civicrm.org/jira/browse/CRM-15409

9 years agoThemed wizard-bar
William Theaker [Wed, 24 Dec 2014 02:20:54 +0000 (21:20 -0500)]
Themed wizard-bar

Added a border radius to the first and last elements, plus made the current step more prominent.

9 years ago--CRM-15758, added code to invoke pre and post hook
Pradeep Nayak [Tue, 23 Dec 2014 22:23:11 +0000 (03:53 +0530)]
--CRM-15758, added code to invoke pre and post hook

9 years agoMerge pull request #4772 from jitendrapurohit/CRM-15750
Kurund Jalmi [Tue, 23 Dec 2014 19:28:57 +0000 (00:58 +0530)]
Merge pull request #4772 from jitendrapurohit/CRM-15750

Fix for CRM-15750 advanced search using relationship and smart group pro...

9 years agoMerge pull request #4773 from civicrm/version-fix
Kurund Jalmi [Tue, 23 Dec 2014 19:27:59 +0000 (00:57 +0530)]
Merge pull request #4773 from civicrm/version-fix

fix version in header

9 years agoMerge pull request #4776 from webaccess/master
Kurund Jalmi [Tue, 23 Dec 2014 19:27:33 +0000 (00:57 +0530)]
Merge pull request #4776 from webaccess/master

Webtests fixes for CRM-15701

9 years agoMerge pull request #4777 from civicrm/revert-4766-CRM-15714
Kurund Jalmi [Tue, 23 Dec 2014 19:20:45 +0000 (00:50 +0530)]
Merge pull request #4777 from civicrm/revert-4766-CRM-15714

Revert "CRM-15714 CiviContribute convert validateCreditCard to validateP...

9 years agoRevert "CRM-15714 CiviContribute convert validateCreditCard to validatePaymentInstrument"
Kurund Jalmi [Tue, 23 Dec 2014 19:20:33 +0000 (00:50 +0530)]
Revert "CRM-15714 CiviContribute convert validateCreditCard to validatePaymentInstrument"

9 years agoMerge pull request #4 from manishmore/CRM-15701-QA-fixes
Kurund Jalmi [Tue, 23 Dec 2014 14:42:09 +0000 (20:12 +0530)]
Merge pull request #4 from manishmore/CRM-15701-QA-fixes

Webtests fixes for CRM-15701 fix

9 years agoWebtests fixes for CRM-15701 fix
moremanish [Tue, 23 Dec 2014 14:37:30 +0000 (20:07 +0530)]
Webtests fixes for CRM-15701 fix

9 years agoMerge pull request #4774 from rohankatkar/Webtests
Monish Deb [Tue, 23 Dec 2014 13:53:15 +0000 (19:23 +0530)]
Merge pull request #4774 from rohankatkar/Webtests

Fix for webtests

9 years agoMerge pull request #4775 from jitendrapurohit/CRM-15743
Monish Deb [Tue, 23 Dec 2014 13:49:59 +0000 (19:19 +0530)]
Merge pull request #4775 from jitendrapurohit/CRM-15743

comment for CRM 15743

9 years agoCRM-15743 comment
jitendrapurohit [Tue, 23 Dec 2014 13:48:47 +0000 (19:18 +0530)]
CRM-15743 comment

9 years agoadded comment for CRM-15743 modification
jitendrapurohit [Tue, 23 Dec 2014 13:30:54 +0000 (19:00 +0530)]
added comment for CRM-15743 modification

9 years agoFix for webtests
Rohan Katkar [Tue, 23 Dec 2014 13:24:28 +0000 (18:54 +0530)]
Fix for webtests

9 years agoFix for CRM-15750 advanced search using relationship and smart group produces backtrace
jitendrapurohit [Tue, 23 Dec 2014 13:15:56 +0000 (18:45 +0530)]
Fix for CRM-15750 advanced search using relationship and smart group produces backtrace

9 years agofix version in header
yashodha [Tue, 23 Dec 2014 13:13:11 +0000 (18:43 +0530)]
fix version in header

9 years agoCRM-15409 fix issue of printpdf button on popup and spelling mistecks of invoice...
pratikshad [Tue, 23 Dec 2014 12:58:36 +0000 (18:28 +0530)]
CRM-15409 fix issue of printpdf button on popup and spelling mistecks of invoice template and  also added new feature into offline membership page to show totaltaxamount with their tax term

----------------------------------------
* CRM-15409: Add Sales Tax and Invoicing support
  https://issues.civicrm.org/jira/browse/CRM-15409

9 years agoMerge pull request #4764 from rohankatkar/CRM-15615
Monish Deb [Tue, 23 Dec 2014 11:38:45 +0000 (17:08 +0530)]
Merge pull request #4764 from rohankatkar/CRM-15615

Fix for CRM-15615

9 years agoMerge pull request #4768 from rohankatkar/CRM-10331Fix
Kurund Jalmi [Tue, 23 Dec 2014 09:50:12 +0000 (15:20 +0530)]
Merge pull request #4768 from rohankatkar/CRM-10331Fix

Fix for CRM-10331 group_id parameter ignored in API for GroupContact

9 years agoMerge pull request #4766 from adixon/CRM-15714
Kurund Jalmi [Tue, 23 Dec 2014 09:42:27 +0000 (15:12 +0530)]
Merge pull request #4766 from adixon/CRM-15714

CRM-15714 CiviContribute convert validateCreditCard to validatePaymentInstrument

9 years agoFix for CRM-10331 group_id parameter ignored in API for GroupContact
Rohan Katkar [Tue, 23 Dec 2014 06:38:39 +0000 (12:08 +0530)]
Fix for CRM-10331 group_id parameter ignored in API for GroupContact

9 years agoMerge pull request #4737 from eileenmcnaughton/master
Monish Deb [Tue, 23 Dec 2014 05:42:26 +0000 (11:12 +0530)]
Merge pull request #4737 from eileenmcnaughton/master

CRM-14246 - event on behalf - alter function that assigns events to cope...

9 years agoMerge pull request #4762 from yashodha/CRM-15744
Yashodha Chaku [Tue, 23 Dec 2014 04:56:40 +0000 (10:26 +0530)]
Merge pull request #4762 from yashodha/CRM-15744

CRM-15744- fix wrong event link for pcp on dashboard