civicrm-core.git
8 years agoBare minimum patch for 4.6
Mattias Michaux [Thu, 28 Apr 2016 22:31:41 +0000 (00:31 +0200)]
Bare minimum patch for 4.6

8 years agoMerge pull request #8263 from seamuslee001/CRM-17983-46-titlefix
Eileen McNaughton [Fri, 29 Apr 2016 02:08:24 +0000 (14:08 +1200)]
Merge pull request #8263 from seamuslee001/CRM-17983-46-titlefix

CRM-17983 Fix error in data type as found by Dave

8 years agoCRM-17983 Fix error in data type as found by Dave
Seamus Lee [Thu, 28 Apr 2016 22:02:01 +0000 (22:02 +0000)]
CRM-17983 Fix error in data type as found by Dave

8 years agoMerge pull request #8252 from eileenmcnaughton/regression
Eileen McNaughton [Wed, 27 Apr 2016 23:15:33 +0000 (11:15 +1200)]
Merge pull request #8252 from eileenmcnaughton/regression

CRM-18469, CRM-17984 - getTree regression on multiple integers separa…

8 years agoCRM-17984 - CustomGroupTest - Fix style errors
Tim Otten [Wed, 27 Apr 2016 18:52:47 +0000 (11:52 -0700)]
CRM-17984 - CustomGroupTest - Fix style errors

There were problems in this line:
 * The missing comma (required by Drupal style)
 * The use of literal CtrlA causes phpcs to produce invalid output

8 years agoFurther custom tree regression fix, where the label does not match the name the name...
eileenmcnaugton [Wed, 27 Apr 2016 08:13:41 +0000 (20:13 +1200)]
Further custom tree regression fix, where the label does not match the name the name is the key to use

8 years agoCRM-18469, CRM-17984 - getTree regression on multiple integers separated by the cnrtl...
eileenmcnaugton [Wed, 27 Apr 2016 07:37:02 +0000 (19:37 +1200)]
CRM-18469, CRM-17984 - getTree regression on multiple integers separated by the cnrtl char

8 years agoMerge pull request #8248 from eileenmcnaughton/pass_by_ref
Eileen McNaughton [Wed, 27 Apr 2016 05:25:54 +0000 (17:25 +1200)]
Merge pull request #8248 from eileenmcnaughton/pass_by_ref

Pass by ref  - fix for strict warning regression picked up on the RC

8 years agoFurther pass-by-ref fixes following on from customGroup signature change
eileen [Tue, 26 Apr 2016 22:51:31 +0000 (10:51 +1200)]
Further pass-by-ref fixes following on from customGroup signature change

Change-Id: I4398472485f27165b197f00bf36d518509681242

8 years agoCRM-18469, CRM-17984 - getTree - No more pass by reference
Tim Otten [Tue, 26 Apr 2016 19:24:21 +0000 (12:24 -0700)]
CRM-18469, CRM-17984 - getTree - No more pass by reference

Change-Id: Ia2eb6d2bf64055dc546d2b73ec3ce310846a40f5

8 years agoMerge pull request #8221 from eileenmcnaughton/s
Eileen McNaughton [Sun, 24 Apr 2016 20:20:29 +0000 (08:20 +1200)]
Merge pull request #8221 from eileenmcnaughton/s

Ports from master

8 years agoCRM-17983 fix for contactRelationships query
eileenmcnaugton [Wed, 20 Apr 2016 10:10:38 +0000 (22:10 +1200)]
CRM-17983 fix for contactRelationships query

8 years ago CRM-17983, CRM-18401. Input validation
eileenmcnaugton [Sun, 24 Apr 2016 03:17:27 +0000 (15:17 +1200)]
 CRM-17983, CRM-18401. Input validation

8 years agoFix Strict warning discovered in testing
Eileen [Fri, 22 Apr 2016 09:24:48 +0000 (09:24 +0000)]
Fix Strict warning discovered in testing

8 years agoCRM-5507 CRM-17984 fix regression when subType var is not leaking
Eileen [Fri, 22 Apr 2016 09:01:41 +0000 (09:01 +0000)]
CRM-5507 CRM-17984 fix regression when subType var is not leaking

8 years agoFix the RC regrsision
Eileen [Fri, 22 Apr 2016 06:24:31 +0000 (06:24 +0000)]
Fix the RC regrsision

8 years agoCRM-17984 test to demonstrate breakage
Eileen [Fri, 22 Apr 2016 06:10:44 +0000 (06:10 +0000)]
CRM-17984 test to demonstrate breakage

Conflicts:
CRM/Core/BAO/CustomGroup.php

8 years agoCRM-17983, CRM-18401 - Swap loose/strict escaping
Tim Otten [Sat, 23 Apr 2016 03:55:38 +0000 (20:55 -0700)]
CRM-17983, CRM-18401 - Swap loose/strict escaping

The old names suggested that loose checking (`MysqlColumnName`) should be
the norm, and strict checking (`MysqlColumnNameStrict`) the exception.
Rather, strict should be the norm.

This also has a functional affect switching the new
`defaultSortAndPagerParams()` to use strict behavior.

8 years agoCRM-17983, CRM-18401. Input validation.
Chris Burgess [Fri, 22 Apr 2016 05:48:37 +0000 (17:48 +1200)]
CRM-17983, CRM-18401. Input validation.

8 years agoMinimal check to validate relationship params.
Mattias Michaux [Wed, 20 Apr 2016 22:44:27 +0000 (00:44 +0200)]
Minimal check to validate relationship params.

Conflicts:
CRM/Contact/Page/AJAX.php

8 years agoMerge pull request #8212 from KarinG/CRM-18463-4.6
Eileen McNaughton [Sat, 23 Apr 2016 02:46:12 +0000 (14:46 +1200)]
Merge pull request #8212 from KarinG/CRM-18463-4.6

CRM-18463-4.6 - Not in between filter - not working properly.

8 years agoCRM-18463-4.6 - Not in between filter - not working properly.
KarinG [Fri, 22 Apr 2016 16:50:57 +0000 (10:50 -0600)]
CRM-18463-4.6 - Not in between filter - not working properly.

8 years agoMerge pull request #8183 from eileenmcnaughton/sub_type
Eileen McNaughton [Fri, 22 Apr 2016 08:30:54 +0000 (20:30 +1200)]
Merge pull request #8183 from eileenmcnaughton/sub_type

CRM-17984. Ensure input for subtype is valid; if not then do not use …

8 years agoCRM-17984. Ensure input for subtype is valid; if not then do not use it to filter...
Chris Burgess [Mon, 11 Apr 2016 09:07:02 +0000 (21:07 +1200)]
CRM-17984. Ensure input for subtype is valid; if not then do not use it to filter custom fields.

8 years agoEnotice fix for test env (#8156)
Eileen McNaughton [Mon, 18 Apr 2016 23:37:53 +0000 (11:37 +1200)]
Enotice fix for test env (#8156)

8 years agoCRM-17846 - Fixing lock name to be less than 64 characters for MySQL 5.7 compatibilit...
Andrew Perry [Sat, 16 Apr 2016 02:04:05 +0000 (12:04 +1000)]
CRM-17846 - Fixing lock name to be less than 64 characters for MySQL 5.7 compatibility (#7984)

* CRM-17846 - Fixing lock name to be less than 64 characters for MySQL 5.7 compatibility - 4.6LTS

* Removing spaces to make Jenkins happy

* Applying MySQL Lock fix contribution from Eileen

* Fixing spacing to keep Jenkins happy

* Use 4.6 version settings call

8 years agoCRM-18364: Reply-To field depopulates when saving then continuing a draft mailing...
Jitendra Purohit [Thu, 14 Apr 2016 09:00:19 +0000 (14:30 +0530)]
CRM-18364: Reply-To field depopulates when saving then continuing a draft mailing (#8137)

8 years agoCRM-17361 - Fix Address fields when used in Contact get api (#8093)
Laryn - CEDC.org [Wed, 13 Apr 2016 10:46:00 +0000 (05:46 -0500)]
CRM-17361 - Fix Address fields when used in Contact get api (#8093)

* CRM-17361 -- Extend Contact getoptions to include Address fields

* CRM-17361 -- Extend Contact getoptions to include Address fields

* CRM-17361 -- Extend Contact getoptions to include Address fields

* CRM-17361 -- Extend Contact getoptions to include Address fields

* CRM-17361 -- Extend Contact getoptions to include Address fields

8 years agoUpdate version to 4.6.16
CiviCRM [Wed, 6 Apr 2016 13:52:43 +0000 (06:52 -0700)]
Update version to 4.6.16

8 years agoMerge pull request #8090 from pradpnayak/CRM-16617-4-6
Monish Deb [Wed, 6 Apr 2016 12:29:11 +0000 (17:59 +0530)]
Merge pull request #8090 from pradpnayak/CRM-16617-4-6

--CRM-16617, code fixing for install, changed the parameters of function

8 years ago--CRM-16617, code fixing for install, changed the parameters of function
Pradeep Nayak [Tue, 5 Apr 2016 20:57:36 +0000 (02:27 +0530)]
--CRM-16617, code fixing for install, changed the parameters of function

Conflicts:

CRM/Core/DAO.php

8 years agoMerge pull request #6707 from pradpnayak/CRM-16617
colemanw [Wed, 30 Mar 2016 17:46:27 +0000 (13:46 -0400)]
Merge pull request #6707 from pradpnayak/CRM-16617

[pending core team review] CRM-16617

8 years agoMerge pull request #8011 from agh1/multi-paypal-ipn
Monish Deb [Tue, 29 Mar 2016 07:43:05 +0000 (13:13 +0530)]
Merge pull request #8011 from agh1/multi-paypal-ipn

CRM-18107 PayPal Standard IPN fails with multiple processors

8 years agoMerge pull request #8014 from cividesk/CRM-18280-4.6
Yashodha Chaku [Wed, 23 Mar 2016 08:35:29 +0000 (14:05 +0530)]
Merge pull request #8014 from cividesk/CRM-18280-4.6

Fix for CRM-18280

8 years agoMerge pull request #7929 from eileenmcnaughton/CRM-18156
Monish Deb [Wed, 23 Mar 2016 08:20:05 +0000 (13:50 +0530)]
Merge pull request #7929 from eileenmcnaughton/CRM-18156

CRM-18156 don't false positive on security update available

8 years agoMerge pull request #7939 from seamuslee001/CRM-18181-46
Monish Deb [Wed, 23 Mar 2016 05:06:22 +0000 (10:36 +0530)]
Merge pull request #7939 from seamuslee001/CRM-18181-46

CRM-18181 Get all mailings that use mailings that an acled user can see

8 years agoFix for CRM-18280
Nicolas Ganivet [Wed, 23 Mar 2016 03:11:07 +0000 (21:11 -0600)]
Fix for CRM-18280

8 years agoCRM-18107 PayPal Standard IPN fails if payment processor id != payment processor...
Andrew Hunt [Mon, 21 Mar 2016 22:20:19 +0000 (18:20 -0400)]
CRM-18107 PayPal Standard IPN fails if payment processor id != payment processor type id

8 years agoMerge pull request #7994 from laryn/patch-6
Yashodha Chaku [Mon, 21 Mar 2016 05:04:31 +0000 (10:34 +0530)]
Merge pull request #7994 from laryn/patch-6

Reproduce CRM-18092 fix for 4.6

8 years agoMerge pull request #8003 from PalanteJon/CRM-18264-4.6
colemanw [Sat, 19 Mar 2016 00:23:05 +0000 (20:23 -0400)]
Merge pull request #8003 from PalanteJon/CRM-18264-4.6

CRM-18264 - Fix potential upgrade crash when adding Getting Started d…

8 years agoCRM-18264 - Fix potential upgrade crash when adding Getting Started dashlet
Jon goldberg [Fri, 18 Mar 2016 19:45:53 +0000 (15:45 -0400)]
CRM-18264 - Fix potential upgrade crash when adding Getting Started dashlet

8 years agoTrying again on the indentation.
Laryn [Fri, 18 Mar 2016 14:33:34 +0000 (09:33 -0500)]
Trying again on the indentation.

8 years agoFixing indentation
Laryn [Fri, 18 Mar 2016 14:13:25 +0000 (09:13 -0500)]
Fixing indentation

8 years agoMerge pull request #8000 from monishdeb/CRM-16210
colemanw [Fri, 18 Mar 2016 13:06:37 +0000 (09:06 -0400)]
Merge pull request #8000 from monishdeb/CRM-16210

CRM-16210 fix backporting to 4.6

8 years agoCRM-16210 fix backporting to 4.6
deb.monish [Fri, 18 Mar 2016 07:16:23 +0000 (12:46 +0530)]
CRM-16210 fix backporting to 4.6

8 years agoReproduce CRM-18092 fix for 4.6
Laryn [Thu, 17 Mar 2016 16:36:08 +0000 (11:36 -0500)]
Reproduce CRM-18092 fix for 4.6

Reproduce this fix for 4.6
https://github.com/civicrm/civicrm-core/commit/0f578135c6f9d151fd2e4fef230ec0f91418224b

8 years agoMerge pull request #7870 from JKingsnorth/CRM-18109-4.6
Yashodha Chaku [Tue, 15 Mar 2016 10:31:55 +0000 (16:01 +0530)]
Merge pull request #7870 from JKingsnorth/CRM-18109-4.6

CRM-18109 (4.6) towards removal of unindexed queries

8 years agoMerge pull request #7958 from JMAConsulting/CRM-18204-4.6
Yashodha Chaku [Mon, 14 Mar 2016 04:49:35 +0000 (10:19 +0530)]
Merge pull request #7958 from JMAConsulting/CRM-18204-4.6

Crm 18204 4.6

8 years agoMerge pull request #7964 from jitendrapurohit/CRM-18209
Monish Deb [Fri, 11 Mar 2016 14:14:37 +0000 (19:44 +0530)]
Merge pull request #7964 from jitendrapurohit/CRM-18209

CRM-18209 - show payment fields if other-amount already contains a va…

8 years agoCRM-18209 - show payment fields if other-amount already contains a valid amount
jitendrapurohit [Fri, 11 Mar 2016 10:34:45 +0000 (16:04 +0530)]
CRM-18209 - show payment fields if other-amount already contains a valid amount

8 years ago--CRM-18204, modified code to use checkProfileType function
Pradeep Nayak [Fri, 11 Mar 2016 08:40:25 +0000 (14:10 +0530)]
--CRM-18204, modified code to use checkProfileType function

8 years agoCRM-18204, removed extra action for 4.6
Pradeep Nayak [Thu, 10 Mar 2016 13:56:41 +0000 (19:26 +0530)]
CRM-18204, removed extra action for 4.6

----------------------------------------
* CRM-18204: Enables use of Mixed Profile for create mode
  https://issues.civicrm.org/jira/browse/CRM-18204

8 years ago--CRM-18204, remove Create mode, Edit mode, listing mode and HMTL form snippet links...
Pradeep Nayak [Thu, 10 Mar 2016 13:49:53 +0000 (19:19 +0530)]
--CRM-18204, remove Create mode, Edit mode, listing mode and HMTL form snippet links if uf group type is not contact

8 years agoCRM-18204, used contact type and contact sub type for checking uf group type
Pradeep Nayak [Thu, 10 Mar 2016 13:48:52 +0000 (19:18 +0530)]
CRM-18204, used contact type and contact sub type for checking uf group type

----------------------------------------
* CRM-18204: Enables use of Mixed Profile for create mode
  https://issues.civicrm.org/jira/browse/CRM-18204

Conflicts:

CRM/UF/Page/Group.php

8 years agoCRM-18204, used contact type and contact sub type for checking uf group type
Pradeep Nayak [Thu, 10 Mar 2016 13:45:47 +0000 (19:15 +0530)]
CRM-18204, used contact type and contact sub type for checking uf group type

----------------------------------------
* CRM-18204: Enables use of Mixed Profile for create mode
  https://issues.civicrm.org/jira/browse/CRM-18204

8 years agoMerge pull request #7275 from agh1/petition-custom-fields
colemanw [Wed, 9 Mar 2016 20:38:25 +0000 (15:38 -0500)]
Merge pull request #7275 from agh1/petition-custom-fields

[fixed-for-master] Survey custom fields in petition UI

8 years agoEnsure that we are only running the Mailings query when we have found mailings
Seamus Lee [Wed, 9 Mar 2016 02:09:03 +0000 (02:09 +0000)]
Ensure that we are only running the Mailings query when we have found mailings

8 years agoCRM-18181 Get all mailings that use mailings that an acled user can see
Seamus Lee [Tue, 8 Mar 2016 01:03:39 +0000 (01:03 +0000)]
CRM-18181 Get all mailings that use mailings that an acled user can see

8 years agoMerge pull request #7930 from eileenmcnaughton/4.6
Eileen McNaughton [Mon, 7 Mar 2016 01:21:29 +0000 (14:21 +1300)]
Merge pull request #7930 from eileenmcnaughton/4.6

CRM-18091 disambiguate TRUE as not meaning 'backtrace'

8 years agoCRM-18091 disambiguate TRUE as not meaning 'backtrace'
eileen [Tue, 23 Feb 2016 22:57:10 +0000 (11:57 +1300)]
CRM-18091 disambiguate TRUE as not meaning 'backtrace'

8 years agoCRM-18156 don't false positive on security update available
eileenmcnaugton [Mon, 7 Mar 2016 00:43:51 +0000 (13:43 +1300)]
CRM-18156 don't false positive on security update available

8 years agoMerge pull request #7911 from agh1/merge-screen-close-tag-46
colemanw [Fri, 4 Mar 2016 16:44:55 +0000 (11:44 -0500)]
Merge pull request #7911 from agh1/merge-screen-close-tag-46

CRM-15789 - contact merge: restore </div> that was accidentally deleted

8 years agoMerge pull request #7912 from seamuslee001/CRM-18155-46
Monish Deb [Fri, 4 Mar 2016 05:57:37 +0000 (11:27 +0530)]
Merge pull request #7912 from seamuslee001/CRM-18155-46

CRM-18155 Remove membership_type_id from legacyConvertFormValues

8 years agoCRM-18155 Remove membership_type_id from legacyConvertFormValues
Seamus Lee [Fri, 4 Mar 2016 01:33:10 +0000 (01:33 +0000)]
CRM-18155 Remove membership_type_id from legacyConvertFormValues

8 years agoCRM-15789 - contact merge: restore </div> that was accidentally deleted
Andrew Hunt [Thu, 3 Mar 2016 22:37:20 +0000 (17:37 -0500)]
CRM-15789 - contact merge: restore </div> that was accidentally deleted

----------------------------------------
* CRM-15789: Add icons to submit buttons
  https://issues.civicrm.org/jira/browse/CRM-15789

8 years agoMerge pull request #7896 from cividesk/CRM-18130-4.6
Monish Deb [Thu, 3 Mar 2016 09:36:59 +0000 (15:06 +0530)]
Merge pull request #7896 from cividesk/CRM-18130-4.6

CRM-18130: Custom CSS URL not working if aliased or rewritten

8 years agoUpdate version to 4.6.15
CiviCRM [Wed, 2 Mar 2016 09:37:05 +0000 (01:37 -0800)]
Update version to 4.6.15

8 years agoMerge pull request #7897 from totten/4.6-tcpdf
Yashodha Chaku [Wed, 2 Mar 2016 07:23:25 +0000 (12:53 +0530)]
Merge pull request #7897 from totten/4.6-tcpdf

CRM-18098. Move TCPDF from packages to composer.

8 years agoCRM-18098 - composer.json - Add tcpdf to include_path (remove me later)
Tim Otten [Tue, 1 Mar 2016 02:24:22 +0000 (18:24 -0800)]
CRM-18098 - composer.json - Add tcpdf to include_path (remove me later)

This provides backward-compatibility with extensions that call
`require_once 'tcpdf/tcpdf.php'`.

This notation is deprecated, and we should remove tcpdf from the include-path in the future.

8 years agoCRM-18098 - TCPDF - Re-include "Times New Roman"
Tim Otten [Tue, 1 Mar 2016 01:58:18 +0000 (17:58 -0800)]
CRM-18098 - TCPDF - Re-include "Times New Roman"

It was present in `civicrm-packages`, and someone might miss it if we take it away.

8 years agoCRM-18098 - TCPDF - Remove unnecessary require_once
Tim Otten [Tue, 1 Mar 2016 01:54:13 +0000 (17:54 -0800)]
CRM-18098 - TCPDF - Remove unnecessary require_once

With CRM-18098, we can use the autoloader.  And the require_once doesn't
work because the file is no longer in the include_path.

8 years agoCRM-18098. Update composer.lock
Chris Burgess [Mon, 29 Feb 2016 22:22:04 +0000 (11:22 +1300)]
CRM-18098. Update composer.lock

8 years agoCRM-18098. Call tcpdf-cleanup.sh from composer.
Chris Burgess [Mon, 29 Feb 2016 21:02:37 +0000 (10:02 +1300)]
CRM-18098. Call tcpdf-cleanup.sh from composer.

8 years agoCRM-18098. Move TCPDF from packages to composer.
Chris Burgess [Thu, 25 Feb 2016 14:20:41 +0000 (03:20 +1300)]
CRM-18098. Move TCPDF from packages to composer.

8 years agoMerge pull request #7890 from totten/4.6-api-key
Tim Otten [Tue, 1 Mar 2016 23:53:26 +0000 (15:53 -0800)]
Merge pull request #7890 from totten/4.6-api-key

CRM-18112 - Additional permission for editing "api_key"

8 years agoCRM-18130: Custom CSS URL not working if aliased or rewritten
Nicolas Ganivet [Tue, 1 Mar 2016 20:00:37 +0000 (13:00 -0700)]
CRM-18130: Custom CSS URL not working if aliased or rewritten

8 years agoMerge pull request #7840 from monishdeb/CRM-18026
Monish Deb [Tue, 1 Mar 2016 08:34:36 +0000 (14:04 +0530)]
Merge pull request #7840 from monishdeb/CRM-18026

CRM-18026 fix

8 years agoCRM-18112 - Additional permission for editing "api_key"
Tim Otten [Fri, 26 Feb 2016 20:07:08 +0000 (12:07 -0800)]
CRM-18112 - Additional permission for editing "api_key"

8 years agoCRM-18109 fix to earlier commit on this issue
eileen [Sun, 28 Feb 2016 05:06:04 +0000 (18:06 +1300)]
CRM-18109 fix to earlier commit on this issue

Signed-off-by: JKingsnorth <john@johnkingsnorth.co.uk>
8 years agoMerge pull request #7829 from seamuslee001/CRM-18066-46
Yashodha Chaku [Mon, 29 Feb 2016 04:09:27 +0000 (09:39 +0530)]
Merge pull request #7829 from seamuslee001/CRM-18066-46

CRM-18066 Include Display name as an option on CIviCRM relationship reports

8 years agoMerge pull request #7869 from JKingsnorth/CRM-17464-4.6
Eileen McNaughton [Mon, 29 Feb 2016 02:15:40 +0000 (15:15 +1300)]
Merge pull request #7869 from JKingsnorth/CRM-17464-4.6

CRM-17464 remove deadlock inducing query (4.6)

8 years agoCRM-18109 towards removal of unindexed queries
eileenmcnaugton [Fri, 19 Feb 2016 06:13:19 +0000 (19:13 +1300)]
CRM-18109 towards removal of unindexed queries

Signed-off-by: JKingsnorth <john@johnkingsnorth.co.uk>
8 years agoCRM-17464 remove deadlock inducing query
eileenmcnaugton [Thu, 29 Oct 2015 08:26:04 +0000 (21:26 +1300)]
CRM-17464 remove deadlock inducing query

Signed-off-by: JKingsnorth <john@johnkingsnorth.co.uk>
8 years agoMerge pull request #7838 from monishdeb/CRM-18063
colemanw [Mon, 22 Feb 2016 22:44:26 +0000 (17:44 -0500)]
Merge pull request #7838 from monishdeb/CRM-18063

CRM-18063 fix, exclude contact type and tags from legacy format list

8 years agoMerge pull request #7820 from colemanw/CRM-18049
colemanw [Mon, 22 Feb 2016 16:37:34 +0000 (11:37 -0500)]
Merge pull request #7820 from colemanw/CRM-18049

CRM-18049 - Backport api campaign permissions

8 years agoCRM-18026 fix
deb.monish [Mon, 22 Feb 2016 10:46:43 +0000 (16:16 +0530)]
CRM-18026 fix

8 years agoCRM-18063 fix, exclude contact type and tags from legacy format list
deb.monish [Mon, 22 Feb 2016 06:35:11 +0000 (12:05 +0530)]
CRM-18063 fix, exclude contact type and tags from legacy format list

8 years agoInclude Display name as an option on CIviCRM relationship reports
Seamus Lee [Thu, 18 Feb 2016 20:12:03 +0000 (20:12 +0000)]
Include Display name as an option on CIviCRM relationship reports

8 years agoUpdate version to 4.6.14
CiviCRM [Wed, 17 Feb 2016 07:58:44 +0000 (23:58 -0800)]
Update version to 4.6.14

8 years agoMerge pull request #7808 from JKingsnorth/CRM-18019-4.6
colemanw [Wed, 17 Feb 2016 02:15:33 +0000 (21:15 -0500)]
Merge pull request #7808 from JKingsnorth/CRM-18019-4.6

CRM-18019: Fix regression with views display of custom fields

8 years agoCRM-18049 - Backport api campaign permissions
Coleman Watts [Tue, 16 Feb 2016 22:51:07 +0000 (17:51 -0500)]
CRM-18049 - Backport api campaign permissions

8 years agoCRM-18019-4.6: Better solution for fixing array
JKingsnorth [Tue, 16 Feb 2016 15:13:16 +0000 (15:13 +0000)]
CRM-18019-4.6: Better solution for fixing array

8 years agoCRM-18034 Fix pass by reference
Coleman Watts [Mon, 15 Feb 2016 14:48:57 +0000 (09:48 -0500)]
CRM-18034 Fix pass by reference

8 years agoCRM-18019: Fix regression with views display of custom fields
JKingsnorth [Mon, 15 Feb 2016 12:02:55 +0000 (12:02 +0000)]
CRM-18019: Fix regression with views display of custom fields

8 years agoMerge pull request #7805 from eileenmcnaughton/CRM-17718-install
Eileen McNaughton [Mon, 15 Feb 2016 04:25:32 +0000 (17:25 +1300)]
Merge pull request #7805 from eileenmcnaughton/CRM-17718-install

CRM-17718 installments should NOT be mandatory on recur edit page

8 years agoMerge pull request #7804 from eileenmcnaughton/CRM-17718
Eileen McNaughton [Mon, 15 Feb 2016 04:23:33 +0000 (17:23 +1300)]
Merge pull request #7804 from eileenmcnaughton/CRM-17718

CRM-17718 update repeattransaction to accept contribution_recur_id in…

8 years agoCRM-17718 installments should NOT be mandatory on recur edit page - this change is...
eileenmcnaugton [Mon, 15 Feb 2016 00:13:05 +0000 (13:13 +1300)]
CRM-17718 installments should NOT be mandatory on recur edit page - this change is in 4.7 already

8 years agoCRM-17718 update repeattransaction to permit the financial_type_id to be passed in
eileenmcnaughton [Wed, 16 Dec 2015 17:04:19 +0000 (17:04 +0000)]
CRM-17718 update repeattransaction to permit the financial_type_id to be passed in

Conflicts:
CRM/Contribute/BAO/Contribution.php
CRM/Contribute/BAO/ContributionRecur.php

8 years agoCRM-17718 update repeattransaction to accept contribution_recur_id instead of origina...
eileenmcnaughton [Wed, 16 Dec 2015 16:25:37 +0000 (16:25 +0000)]
CRM-17718 update repeattransaction to accept contribution_recur_id instead of original_contribution_id
wq
I feel like passing in the contribution_recur_id actually makes more sense - the internals of which contribution is repeated should be 'core business' & consistent across processors.

Importantly it has been set here to repeat the latest rather than the earliest which is not as good as saving such things as line items against the recurring transaction but
better than using the earliest - ie. pick up changes over time

Conflicts:
tests/phpunit/api/v3/ContributionTest.php

8 years agoCRM-16617, fixed checkstyle jenkin error
Pradeep Nayak [Mon, 8 Feb 2016 15:12:48 +0000 (20:42 +0530)]
CRM-16617, fixed checkstyle jenkin error

----------------------------------------
* CRM-16617:
  https://issues.civicrm.org/jira/browse/CRM-16617