civicrm-core.git
7 years agoCRM-19979 - Too big amount saved despite error
fliespl [Sun, 5 Feb 2017 12:16:08 +0000 (13:16 +0100)]
CRM-19979 - Too big amount saved despite error

Steps to reproduce:
setup authorize.net payment
issue donation of huge amount (in my case $1,250,000 - one million)
response is error, yet contribution is saved as successful
Problem lies in how authorize net is handling error. It's simply marked as failed (and problably later marked as completed).
Response from auth.net API is: code=3, message=The transaction amount submitted was greater than the maximum amount allowed.

7 years agoMerge pull request #9711 from KarinG/master
colemanw [Fri, 3 Feb 2017 17:23:57 +0000 (12:23 -0500)]
Merge pull request #9711 from KarinG/master

CRM-19908 - Fundamental Fixes for TaxMath Calculations 4.7

7 years agoMerge pull request #9754 from lcdservices/CRM-19947
Monish Deb [Fri, 3 Feb 2017 07:27:17 +0000 (12:57 +0530)]
Merge pull request #9754 from lcdservices/CRM-19947

CRM-19947 fix file link on custom multi profile edit form

7 years agoMerge pull request #9764 from monishdeb/CRM-19918
Monish Deb [Fri, 3 Feb 2017 05:35:39 +0000 (11:05 +0530)]
Merge pull request #9764 from monishdeb/CRM-19918

CRM-19918: Price field 'Active on' date ignored in Edit Event Registration > 'Change Selections'

7 years agoMerge pull request #9767 from monishdeb/CRM-19957
Eileen McNaughton [Fri, 3 Feb 2017 01:25:10 +0000 (14:25 +1300)]
Merge pull request #9767 from monishdeb/CRM-19957

CRM-19957: DB Syntax Error on all Search Form submission

7 years agoMerge pull request #9730 from jitendrapurohit/CRM-19924
Monish Deb [Thu, 2 Feb 2017 15:04:17 +0000 (20:34 +0530)]
Merge pull request #9730 from jitendrapurohit/CRM-19924

CRM-19924: Unsubscribe from a mailing sent to a parent group silently…

7 years agoCRM-19947 adjust url condition
Brian Shaughnessy [Thu, 2 Feb 2017 14:28:33 +0000 (09:28 -0500)]
CRM-19947 adjust url condition

7 years agoMerge pull request #9690 from jitendrapurohit/CRM-19887
Monish Deb [Thu, 2 Feb 2017 12:49:50 +0000 (18:19 +0530)]
Merge pull request #9690 from jitendrapurohit/CRM-19887

CRM-19887: Activity Summary report gives DB error on sort by email

7 years agoCRM-19957: DB Syntax Error on all Search Form submission
deb.monish [Thu, 2 Feb 2017 12:25:04 +0000 (17:55 +0530)]
CRM-19957: DB Syntax Error on all Search Form submission

7 years agoMerge pull request #9674 from h-c-c/CRM-19873
Monish Deb [Thu, 2 Feb 2017 09:41:57 +0000 (15:11 +0530)]
Merge pull request #9674 from h-c-c/CRM-19873

Fix for CRM-19873

7 years agoCRM-19918: Price field 'Active on' date ignored in Edit Event Registration > 'Change...
deb.monish [Thu, 2 Feb 2017 08:01:43 +0000 (13:31 +0530)]
CRM-19918: Price field 'Active on' date ignored in Edit Event Registration > 'Change Selections'

7 years agoadds test for CRM-19873 patch
Peter Hartmann [Thu, 2 Feb 2017 05:47:59 +0000 (00:47 -0500)]
adds test for CRM-19873 patch

7 years agoMerge pull request #9718 from eileenmcnaughton/cont2
Eileen McNaughton [Thu, 2 Feb 2017 00:27:34 +0000 (13:27 +1300)]
Merge pull request #9718 from eileenmcnaughton/cont2

CRM-19830 CRM-19815 clean up on contribution search

7 years agoMerge pull request #9763 from eileenmcnaughton/price_forms
Eileen McNaughton [Thu, 2 Feb 2017 00:15:59 +0000 (13:15 +1300)]
Merge pull request #9763 from eileenmcnaughton/price_forms

Price forms fixes: part of CRM-19517 + cleanup & symptom fix for CRM-19953

7 years agoMerge pull request #9762 from fuzionnz/CRM-19793-payment_processor_exception_redirect
Eileen McNaughton [Wed, 1 Feb 2017 21:43:57 +0000 (10:43 +1300)]
Merge pull request #9762 from fuzionnz/CRM-19793-payment_processor_exception_redirect

CRM-19793: payment processor exception redirect

7 years agoCRM-19953 only get (potentially slow) entity data if return not set
eileen [Wed, 1 Feb 2017 20:44:26 +0000 (09:44 +1300)]
CRM-19953 only get (potentially slow) entity data if return not set

7 years agoCRM-19953 remove call to getUsedBy from delete.
eileen [Wed, 1 Feb 2017 03:49:42 +0000 (16:49 +1300)]
CRM-19953 remove call to getUsedBy from delete.

This function is only ever called from Price_Page_Set, which does not proceed to the price set delete
if there are price sets, so that call is redundant

7 years agoCRM-19953 refactor getUsedFor to break down & comment heavily.
eileen [Wed, 1 Feb 2017 01:54:38 +0000 (14:54 +1300)]
CRM-19953 refactor getUsedFor to break down & comment heavily.

This does not change the functionality - it just improves readability and ensures that the slow part is marked and
future direction for the function is suggested

7 years agoCRM-19953 preliminary tidy up.
eileen [Wed, 1 Feb 2017 01:10:32 +0000 (14:10 +1300)]
CRM-19953 preliminary tidy up.

Fix comments, spelling, unused variables

7 years agoCRM-19517 add price field value check and ability to edit them
Seamus Lee [Wed, 1 Feb 2017 20:13:28 +0000 (09:13 +1300)]
CRM-19517 add price field value check and ability to edit them

7 years agoCRM-19793: Log payment processor exception message to debug log.
Chris Burgess [Wed, 1 Feb 2017 20:42:56 +0000 (09:42 +1300)]
CRM-19793: Log payment processor exception message to debug log.

7 years agoMerge pull request #9753 from chanunc/master
Monish Deb [Wed, 1 Feb 2017 11:51:36 +0000 (17:21 +0530)]
Merge pull request #9753 from chanunc/master

Fix against PHP warning; Notice: Array to string conversion

7 years agoMerge pull request #9758 from lcdservices/CRM-19955
Monish Deb [Wed, 1 Feb 2017 06:58:02 +0000 (12:28 +0530)]
Merge pull request #9758 from lcdservices/CRM-19955

CRM-19955 file display in contact record

7 years agoCRM-19955 file display in contact record
Brian Shaughnessy [Wed, 1 Feb 2017 02:06:21 +0000 (21:06 -0500)]
CRM-19955 file display in contact record

7 years agoMerge pull request #9680 from h-c-c/CRM-19881
Eileen McNaughton [Tue, 31 Jan 2017 22:35:32 +0000 (11:35 +1300)]
Merge pull request #9680 from h-c-c/CRM-19881

Fix for CRM 19881: Clobbered time for receive_date and trxn_date

7 years agoMerge pull request #9732 from jitendrapurohit/CRM-19926
Monish Deb [Tue, 31 Jan 2017 12:46:51 +0000 (18:16 +0530)]
Merge pull request #9732 from jitendrapurohit/CRM-19926

CRM-19926: Include child groups when filtered with parent group in Reports

7 years agoCRM-19947 fix file link on custom multi profile edit form
Brian Shaughnessy [Mon, 30 Jan 2017 22:58:45 +0000 (17:58 -0500)]
CRM-19947 fix file link on custom multi profile edit form

7 years agoMerge pull request #9752 from monishdeb/CRM-18427
colemanw [Mon, 30 Jan 2017 20:45:51 +0000 (15:45 -0500)]
Merge pull request #9752 from monishdeb/CRM-18427

CRM-18427: Custom data didn't got populated upon subsequent submission

7 years agoMerge pull request #9587 from colemanw/CRM-19802
colemanw [Mon, 30 Jan 2017 19:53:20 +0000 (14:53 -0500)]
Merge pull request #9587 from colemanw/CRM-19802

CRM-19802 - Fix more translated strings in tpls

7 years agoMerge pull request #9704 from seamuslee001/CRM-19871
colemanw [Mon, 30 Jan 2017 19:46:41 +0000 (14:46 -0500)]
Merge pull request #9704 from seamuslee001/CRM-19871

CRM-19871 CRM-19898 Fix issue where changing weight of a membership t…

7 years agoFix against PHP warning; Notice: Array to string conversion
Chanun Chirattikanon [Mon, 30 Jan 2017 16:49:36 +0000 (16:49 +0000)]
Fix against PHP warning; Notice: Array to string conversion

7 years agoCRM-18427: Custom data didn't got populated upon subsequent submission
deb.monish [Mon, 30 Jan 2017 13:23:20 +0000 (18:53 +0530)]
CRM-18427: Custom data didn't got populated upon subsequent submission

7 years agoMerge pull request #9731 from jitendrapurohit/CRM-19927
Monish Deb [Mon, 30 Jan 2017 05:56:04 +0000 (11:26 +0530)]
Merge pull request #9731 from jitendrapurohit/CRM-19927

CRM-19927: Error message when 'Add to Group' is pressed with no group…

7 years agoMerge pull request #9744 from JMAConsulting/CRM-19936
colemanw [Sat, 28 Jan 2017 21:36:14 +0000 (16:36 -0500)]
Merge pull request #9744 from JMAConsulting/CRM-19936

CRM-19936, initialized array for line items

7 years agoCRM-19936, initialized array for line items
Pradeep Nayak [Fri, 27 Jan 2017 12:21:37 +0000 (17:51 +0530)]
CRM-19936, initialized array for line items

----------------------------------------
* CRM-19936: Membership line items are doubled when a membersip is renewed using online contribution page
  https://issues.civicrm.org/jira/browse/CRM-19936

7 years agoAdd PHPUnit Test - testSubmitContributionPageWithPriceSetQuantity.
KarinG [Wed, 25 Jan 2017 16:29:03 +0000 (09:29 -0700)]
Add PHPUnit Test - testSubmitContributionPageWithPriceSetQuantity.

7 years agoMerge pull request #9735 from jitendrapurohit/CRM-19930-test
colemanw [Wed, 25 Jan 2017 16:04:48 +0000 (11:04 -0500)]
Merge pull request #9735 from jitendrapurohit/CRM-19930-test

CRM-19930: Test toArray() function with  param

7 years agoMerge pull request #9668 from colemanw/CRM-19864
colemanw [Wed, 25 Jan 2017 14:59:30 +0000 (09:59 -0500)]
Merge pull request #9668 from colemanw/CRM-19864

CRM-19864 - Set url to backend for getting started widget

7 years agoMerge pull request #9733 from kurund/CRM-19929
colemanw [Wed, 25 Jan 2017 14:41:34 +0000 (09:41 -0500)]
Merge pull request #9733 from kurund/CRM-19929

CRM-19929: added missing pre hooks for entity tags

7 years agoCRM-19929: also add pre hook for delete
Kurund Jalmi [Wed, 25 Jan 2017 13:09:43 +0000 (18:39 +0530)]
CRM-19929: also add pre hook for delete

7 years agoCRM-19929: also add pre hook for delete
Kurund Jalmi [Wed, 25 Jan 2017 12:53:08 +0000 (18:23 +0530)]
CRM-19929: also add pre hook for delete

7 years agoCRM-19930: Test toArray() function with param
jitendrapurohit [Wed, 25 Jan 2017 10:56:01 +0000 (16:26 +0530)]
CRM-19930: Test toArray() function with  param

7 years agoCRM-19929: added missing pre hooks for entity tags
Kurund Jalmi [Wed, 25 Jan 2017 10:28:00 +0000 (15:58 +0530)]
CRM-19929: added missing pre hooks for entity tags

7 years agoCRM-19926: Include child groups when filtered with parent group
jitendrapurohit [Wed, 25 Jan 2017 09:34:37 +0000 (15:04 +0530)]
CRM-19926: Include child groups when filtered with parent group

7 years agoCRM-19927: Error message when 'Add to Group' is pressed with no group selected
jitendrapurohit [Wed, 25 Jan 2017 09:18:21 +0000 (14:48 +0530)]
CRM-19927: Error message when 'Add to Group' is pressed with no group selected

7 years agoCRM-19924: Unsubscribe from a mailing sent to a parent group silently fails
jitendrapurohit [Wed, 25 Jan 2017 09:10:40 +0000 (14:40 +0530)]
CRM-19924: Unsubscribe from a mailing sent to a parent group silently fails

7 years agoCRM-19830 finish converting check_number to being standard (incl unique named rather...
eileen [Wed, 25 Jan 2017 05:15:16 +0000 (18:15 +1300)]
CRM-19830 finish converting check_number to being standard (incl unique named rather than half & half)

7 years agoCRM-19830 declare address_id & contribution_recur_id, financial_type_id as exportable...
eileen [Tue, 24 Jan 2017 02:01:36 +0000 (15:01 +1300)]
CRM-19830 declare address_id & contribution_recur_id, financial_type_id as exportable to reduce special handling

7 years agoCRM-19830 minor refactor on ORDER BY to facilitate further CRM-19815 fixed.
eileen [Tue, 24 Jan 2017 03:36:39 +0000 (16:36 +1300)]
CRM-19830 minor refactor on ORDER BY to facilitate further CRM-19815 fixed.

The larger part of this is simply the removal of an IF not obsolete due to the early return clause

7 years agoSet version to 4.7.17
Tim Otten [Wed, 25 Jan 2017 05:41:03 +0000 (21:41 -0800)]
Set version to 4.7.17

7 years agoMerge pull request #9727 from eileenmcnaughton/BAO_Updates
colemanw [Wed, 25 Jan 2017 01:58:36 +0000 (20:58 -0500)]
Merge pull request #9727 from eileenmcnaughton/BAO_Updates

CRM-19925 Bao updates

7 years agoCRM-19925 Updated DAO files
eileen [Wed, 25 Jan 2017 00:13:34 +0000 (13:13 +1300)]
CRM-19925 Updated DAO files

7 years agoMerge pull request #9722 from eileenmcnaughton/comments
Eileen McNaughton [Wed, 25 Jan 2017 00:14:44 +0000 (13:14 +1300)]
Merge pull request #9722 from eileenmcnaughton/comments

Comment fixes plus fix inconsistent unused return bool

7 years agoCRM-19925 Add Entity data and date format data to fields array on DAO.
eileen [Tue, 24 Jan 2017 21:56:30 +0000 (10:56 +1300)]
CRM-19925 Add Entity data and date format data to fields array on  DAO.

    Per ticket this is intended to reduce in-code calculations by effectively
    caching some commonly used data into the DAO. In many cases civicrm
    compiles a large fields array & then twists itself up trying to distinguish the
    fields from each other. This makes the entity info readily available.

    Also moved to metadata is the format of core date fields.

7 years agoMerge pull request #9720 from eileenmcnaughton/new_tests
Eileen McNaughton [Tue, 24 Jan 2017 22:54:38 +0000 (11:54 +1300)]
Merge pull request #9720 from eileenmcnaughton/new_tests

[nfc] Updated test generated examples

7 years agoMerge pull request #9721 from eileenmcnaughton/cont4
Eileen McNaughton [Tue, 24 Jan 2017 20:36:59 +0000 (09:36 +1300)]
Merge pull request #9721 from eileenmcnaughton/cont4

Remove unused var, comments & clean up & refactor caching function

7 years agoMerge pull request #9705 from colemanw/CRM-19778
colemanw [Tue, 24 Jan 2017 19:09:46 +0000 (14:09 -0500)]
Merge pull request #9705 from colemanw/CRM-19778

CRM-19778 - Case statuses per case type & caseType config ui improvements

7 years agoCRM-19723 - CaseType Config UI improvements: icons, popups, labels
Coleman Watts [Sun, 22 Jan 2017 02:52:20 +0000 (21:52 -0500)]
CRM-19723 - CaseType Config UI improvements: icons, popups, labels

When adding a new role or activity type, use a popup to allow more robust configuration.
Show activty type icons.
Show activity type labels instead of machine names.

7 years agoCRM-19778 - Limit statuses in 'change case status' activity
Coleman Watts [Sat, 21 Jan 2017 04:06:55 +0000 (23:06 -0500)]
CRM-19778 - Limit statuses in 'change case status' activity

7 years agoCleanup redundant caching
Coleman Watts [Sat, 21 Jan 2017 03:44:34 +0000 (22:44 -0500)]
Cleanup redundant caching

7 years agoCRM-19778 - Limit statuses in 'open case' activity
Coleman Watts [Sat, 21 Jan 2017 03:18:22 +0000 (22:18 -0500)]
CRM-19778 - Limit statuses in 'open case' activity

7 years agoCase form code cleanup
Coleman Watts [Sat, 21 Jan 2017 02:33:57 +0000 (21:33 -0500)]
Case form code cleanup

7 years agoCRM-19778 - Configuration ui for case statuses per case-type
Coleman Watts [Fri, 20 Jan 2017 23:52:07 +0000 (18:52 -0500)]
CRM-19778 - Configuration ui for case statuses per case-type

7 years agoComment fixes plus fix inconsistent unused return bool
eileen [Tue, 24 Jan 2017 09:59:48 +0000 (22:59 +1300)]
Comment fixes plus fix inconsistent unused return bool

7 years agoTowards CRM-19815 refactor cached clause to use Civi:Statics
eileen [Tue, 24 Jan 2017 01:08:27 +0000 (14:08 +1300)]
Towards CRM-19815 refactor cached clause to use Civi:Statics

7 years agoTowards CRM-19815 Comment fixes & test tidy-up
eileen [Tue, 24 Jan 2017 00:25:12 +0000 (13:25 +1300)]
Towards CRM-19815 Comment fixes & test tidy-up

7 years agoRemove unused var
eileen [Tue, 24 Jan 2017 02:15:29 +0000 (15:15 +1300)]
Remove unused var

7 years agoUpdate test examples.
eileen [Tue, 24 Jan 2017 08:16:04 +0000 (21:16 +1300)]
Update test examples.

This is not an exhaustive update. It covers a good chunk of the common changes but a lot of copy & paste means the examples are being overwritten by other tests. I have removed some of that

7 years agoMerge pull request #9678 from GinkgoFJG/CRM-19877-joomla-setting-create
Eileen McNaughton [Tue, 24 Jan 2017 06:50:25 +0000 (19:50 +1300)]
Merge pull request #9678 from GinkgoFJG/CRM-19877-joomla-setting-create

CRM-19877: Blacklisted params extraneously passed by Joomla to the settings API.

7 years agoMerge pull request #9708 from litespeedmarc/CRM-19906
Kurund Jalmi [Tue, 24 Jan 2017 06:20:57 +0000 (11:50 +0530)]
Merge pull request #9708 from litespeedmarc/CRM-19906

CRM-19906 - allow @ on drupal users

7 years agoMerge pull request #9713 from jitendrapurohit/CRM-19895
Kurund Jalmi [Tue, 24 Jan 2017 06:20:21 +0000 (11:50 +0530)]
Merge pull request #9713 from jitendrapurohit/CRM-19895

CRM-19895: membership renewal page style collapsed if email disabled

7 years agoMerge pull request #9703 from colemanw/CRM-19897
colemanw [Tue, 24 Jan 2017 00:35:20 +0000 (19:35 -0500)]
Merge pull request #9703 from colemanw/CRM-19897

CRM-19897 - Remove reference to nonexistant permission

7 years agoMerge pull request #9714 from colemanw/CRM-19829
colemanw [Tue, 24 Jan 2017 00:33:03 +0000 (19:33 -0500)]
Merge pull request #9714 from colemanw/CRM-19829

CRM-19829 - Attachment API: return icons

7 years agoMerge pull request #9717 from eileenmcnaughton/comments
Eileen McNaughton [Tue, 24 Jan 2017 00:25:43 +0000 (13:25 +1300)]
Merge pull request #9717 from eileenmcnaughton/comments

[nfc] Comment fixes, remove one unused var, declare visibility

7 years agoCRM-19793 Redirect payment processors that fail result in ugly fatal - be prettier
eileen [Thu, 22 Dec 2016 05:32:44 +0000 (18:32 +1300)]
CRM-19793 Redirect payment processors that fail result in ugly fatal - be prettier

7 years agoComment fixes
eileen [Mon, 23 Jan 2017 23:39:51 +0000 (12:39 +1300)]
Comment fixes

7 years agoFix visibility on legacy functions
eileen [Mon, 23 Jan 2017 23:39:10 +0000 (12:39 +1300)]
Fix visibility on legacy functions

7 years agoRemove unused variable
eileen [Mon, 23 Jan 2017 23:38:46 +0000 (12:38 +1300)]
Remove unused variable

7 years agoMerge pull request #9716 from eileenmcnaughton/nfc-cont
Eileen McNaughton [Mon, 23 Jan 2017 23:23:29 +0000 (12:23 +1300)]
Merge pull request #9716 from eileenmcnaughton/nfc-cont

[NFC] add comments & extract function in contribution search

7 years agoCRM-19829 - Move icon classes to data file
Coleman Watts [Mon, 23 Jan 2017 22:46:31 +0000 (17:46 -0500)]
CRM-19829 - Move icon classes to data file

7 years agoCRM-19829 - Attachment API: return icons
Coleman Watts [Mon, 23 Jan 2017 15:56:46 +0000 (10:56 -0500)]
CRM-19829 - Attachment API: return icons

7 years agoComment fixes
eileen [Tue, 10 Jan 2017 03:23:04 +0000 (16:23 +1300)]
Comment fixes

7 years agoCRM-19815 tidy test & lock in return of financial_type
eileen [Sun, 8 Jan 2017 20:35:43 +0000 (09:35 +1300)]
CRM-19815 tidy test & lock in return of financial_type

7 years agoCRM-19830 add test to lock in test contract
eileen [Wed, 4 Jan 2017 05:17:54 +0000 (18:17 +1300)]
CRM-19830 add test to lock in test contract

7 years agoCRM-19815 extract soft credit fields for readability
eileen [Wed, 4 Jan 2017 02:46:49 +0000 (15:46 +1300)]
CRM-19815 extract soft credit fields for readability

7 years agoFundamental Fixes for TaxMath Calculations.
KarinG [Mon, 23 Jan 2017 05:03:38 +0000 (22:03 -0700)]
Fundamental Fixes for TaxMath Calculations.

7 years agoCRM-19895: membership renewal page style collapsed if email disabled
jitendrapurohit [Mon, 23 Jan 2017 09:43:42 +0000 (15:13 +0530)]
CRM-19895: membership renewal page style collapsed if email disabled

7 years agoMerge pull request #9699 from jitendrapurohit/CRM-19003
Kurund Jalmi [Mon, 23 Jan 2017 06:52:36 +0000 (12:22 +0530)]
Merge pull request #9699 from jitendrapurohit/CRM-19003

CRM-19003: Profile listing doesn't produce expected results when rang…

7 years agoMerge pull request #9579 from omarabuhussein/CRM-19801-fix-relationship-saving
Kurund Jalmi [Mon, 23 Jan 2017 06:09:05 +0000 (11:39 +0530)]
Merge pull request #9579 from omarabuhussein/CRM-19801-fix-relationship-saving

CRM-19801: Fixing changing a relationship type from A to B or vice versa

7 years agoMerge pull request #9709 from seamuslee001/CRM-19907
Kurund Jalmi [Mon, 23 Jan 2017 06:08:24 +0000 (11:38 +0530)]
Merge pull request #9709 from seamuslee001/CRM-19907

CRM-19907 Fix error where show events setting is NULL

7 years agoMerge pull request #9707 from colemanw/CRM-19723
colemanw [Mon, 23 Jan 2017 03:27:33 +0000 (22:27 -0500)]
Merge pull request #9707 from colemanw/CRM-19723

CRM-19723 iconPicker style tweak

7 years agoCRM-19907 Fix error where show events setting is NULL
Seamus Lee [Mon, 23 Jan 2017 02:34:56 +0000 (02:34 +0000)]
CRM-19907 Fix error where show events setting is NULL

7 years agoCRM-19906 - allow @ on drupal users
litespeedmarc [Mon, 23 Jan 2017 02:01:07 +0000 (21:01 -0500)]
CRM-19906 - allow @ on drupal users

7 years agoCRM-19723 iconPicker style tweak
Coleman Watts [Mon, 23 Jan 2017 01:25:16 +0000 (20:25 -0500)]
CRM-19723 iconPicker style tweak

7 years agoMerge pull request #9706 from colemanw/iconPicker
colemanw [Mon, 23 Jan 2017 00:58:03 +0000 (19:58 -0500)]
Merge pull request #9706 from colemanw/iconPicker

iconPicker style improvements

7 years agoiconPicker style improvements
Coleman Watts [Sun, 22 Jan 2017 21:45:45 +0000 (16:45 -0500)]
iconPicker style improvements

7 years agoCRM-19871 CRM-19898 Fix issue where changing weight of a membership type changes...
Seamus Lee [Sat, 21 Jan 2017 22:39:04 +0000 (09:39 +1100)]
CRM-19871 CRM-19898 Fix issue where changing weight of a membership type changes the default membership type for contribution pages

7 years agoMerge pull request #9698 from jitendrapurohit/CRM-19842
Kurund Jalmi [Sat, 21 Jan 2017 17:13:13 +0000 (22:43 +0530)]
Merge pull request #9698 from jitendrapurohit/CRM-19842

CRM-19842-Can't delete a dedupe rule

7 years agoMerge pull request #9695 from jitendrapurohit/CRM-19875
Kurund Jalmi [Sat, 21 Jan 2017 17:07:54 +0000 (22:37 +0530)]
Merge pull request #9695 from jitendrapurohit/CRM-19875

CRM-19875: Search builder: Fatal error when searching custom field of…

7 years agoMerge pull request #9697 from jitendrapurohit/CRM-19794
Kurund Jalmi [Sat, 21 Jan 2017 17:07:18 +0000 (22:37 +0530)]
Merge pull request #9697 from jitendrapurohit/CRM-19794

CRM-19794: Wrong fields displayed when setting a price set for a cont…