Edsel [Tue, 25 Nov 2014 11:04:18 +0000 (16:34 +0530)]
CRM-15642 Modified use location widget to include supplemental addresses 1 & 2
----------------------------------------
* CRM-15642: Unable to select similar locations in Event Location tab
https://issues.civicrm.org/jira/browse/CRM-15642
Tim Otten [Tue, 25 Nov 2014 02:04:37 +0000 (18:04 -0800)]
Merge pull request #4552 from giant-rabbit/preprocess-hook
Add hook_civicrm_preProcess function.
kurund [Mon, 24 Nov 2014 10:31:09 +0000 (16:01 +0530)]
Merge remote-tracking branch 'upstream/4.5' into 4.5-master-2014-11-24-15-59-25
Conflicts:
sql/civicrm_generated.mysql
xml/version.xml
Yashodha Chaku [Mon, 24 Nov 2014 09:06:51 +0000 (14:36 +0530)]
Merge pull request #4594 from jmcclelland/petition-email-mode
CRM-15630 - ensure social media links work in email messages.
Monish Deb [Mon, 24 Nov 2014 07:53:53 +0000 (13:23 +0530)]
Merge pull request #4575 from jitendrapurohit/CRM-15552
CRM-15552 Field communication_style not available to be added to profile...
colemanw [Mon, 24 Nov 2014 04:04:54 +0000 (23:04 -0500)]
Merge pull request #4603 from colemanw/CRM-15633
CRM-15633 - Fix js on campaign dashboard tables
Coleman Watts [Mon, 24 Nov 2014 04:02:18 +0000 (23:02 -0500)]
CRM-15633 - Fix js on campaign dashboard tables
Dave Greenberg [Fri, 21 Nov 2014 19:51:05 +0000 (11:51 -0800)]
Merge pull request #4578 from pradpnayak/CRM-10206
--CRM-10206, reverted back some changes that caused regression when crea...
Dave Greenberg [Fri, 21 Nov 2014 19:01:05 +0000 (11:01 -0800)]
Merge pull request #4584 from davecivicrm/CRM-15621
CRM-15621 - prevent fatal on payment updates with Auth.net IPN
Jamie McClelland [Fri, 21 Nov 2014 18:43:37 +0000 (13:43 -0500)]
CRM-15630 - ensure social media links work in email messages.
----------------------------------------
* CRM-15630: Petition add signature thank you email doesn't send correct social networking links
https://issues.civicrm.org/jira/browse/CRM-15630
jitendrapurohit [Fri, 21 Nov 2014 06:36:58 +0000 (12:06 +0530)]
optimised modification
jitendrapurohit [Tue, 18 Nov 2014 13:06:18 +0000 (18:36 +0530)]
CRM-15552 Field communication_style not available to be added to profiles
Dave Greenberg [Thu, 20 Nov 2014 23:45:25 +0000 (15:45 -0800)]
Merge pull request #4586 from giant-rabbit/CRM-15622
CRM-15622: Fix for incorrect Fee Amount.
colemanw [Thu, 20 Nov 2014 23:16:42 +0000 (18:16 -0500)]
Merge pull request #4591 from colemanw/CRM-15625
CRM-15625 - Add support for contribution api honor_type_id param
Coleman Watts [Thu, 20 Nov 2014 21:16:39 +0000 (16:16 -0500)]
CRM-15625 - Add support for contribution api honor_type_id param
Monish Deb [Thu, 20 Nov 2014 08:22:08 +0000 (13:52 +0530)]
Merge pull request #4588 from rohankatkar/CRM-15617
CRM-15617 SYBUNT report doesn't have Add Contacts to Group Option
Rohan Katkar [Thu, 20 Nov 2014 06:53:03 +0000 (12:23 +0530)]
CRM-15617 SYBUNT report doesn't have Add Contacts to Group Option
Dave Greenberg [Thu, 20 Nov 2014 02:03:18 +0000 (18:03 -0800)]
Merge pull request #4583 from deepak-srivastava/CRM-15490
CRM-15490: fix for additional activity same as parent
CiviCRM [Thu, 20 Nov 2014 01:18:09 +0000 (17:18 -0800)]
Update version to 4.5.5
Peter Haight [Wed, 19 Nov 2014 23:57:59 +0000 (15:57 -0800)]
CRM-15622: Fix for incorrect Fee Amount.
There's a bunch of fee_amount fields in this section of the code leading
to a lot of confusion (see CRM-15372). Many of the payment processors set
the fee_amount field in the result array they return which sets up the
contribution.fee_amount field, but the Authorize.Net AIM API doesn't
return fee information, so Authorize.Net doesn't set this field. Instead
of setting this field to 0 there, I thought it would be better to not
require that the payment processor set this field. Since some of the
payment processors return the same array that was passed into them and the
payment processors don't need the fee_amount field as an argument, I think
that setting that to NULL before passing it in gets us the correct output.
Note that we still need the fix from CRM-15372 to get the
participant.fee_amount field set correctly because the code that sets up
the pariticpant shares the field array that the contribution creation
uses even though they don't have the same 'fee_amount' field.
Dave Greenberg [Wed, 19 Nov 2014 23:23:31 +0000 (15:23 -0800)]
CRM-15621 - prevent fatal on payment updates with Auth.net IPN
----------------------------------------
* CRM-15621:
https://issues.civicrm.org/jira/browse/CRM-15621
Coleman Watts [Wed, 19 Nov 2014 16:36:14 +0000 (11:36 -0500)]
Remove redundant help link
Pradeep Nayak [Wed, 19 Nov 2014 16:19:35 +0000 (21:49 +0530)]
--CRM-10206, added api test
deepak-srivastava [Wed, 19 Nov 2014 15:24:14 +0000 (15:24 +0000)]
CRM-15490: fix for additional activity same as parent
----------------------------------------
* CRM-15490: Recurring Activities Using Core Recursion
https://issues.civicrm.org/jira/browse/CRM-15490
Monish Deb [Wed, 19 Nov 2014 12:35:41 +0000 (18:05 +0530)]
Merge pull request #4556 from jitendrapurohit/CRM-15586
Search Filter for Activity Type in Case Mgt screen does not display acti...
Pradeep Nayak [Tue, 18 Nov 2014 15:04:26 +0000 (20:34 +0530)]
--CRM-10206, reverted back some changes that caused regression when creating multi value custom field value using api
Monish Deb [Wed, 19 Nov 2014 10:10:31 +0000 (15:40 +0530)]
Merge pull request #4582 from rohankatkar/CRM_15594
Fix for CRM-15594
Rohan Katkar [Wed, 19 Nov 2014 08:53:52 +0000 (14:23 +0530)]
Fix for CRM-15594
Monish Deb [Wed, 19 Nov 2014 06:23:32 +0000 (11:53 +0530)]
Merge pull request #4581 from rohankatkar/CRM-15594
CRM-15594 Fix alignments on Merge Rules page
Rohan Katkar [Wed, 19 Nov 2014 05:17:53 +0000 (10:47 +0530)]
CRM-15594 Fix alignments on Merge Rules page
Monish Deb [Wed, 19 Nov 2014 05:02:26 +0000 (10:32 +0530)]
Merge pull request #4574 from rohankatkar/CRM-15594
CRM-15594 : Fix alignments on Merge Rules page
colemanw [Tue, 18 Nov 2014 19:06:56 +0000 (14:06 -0500)]
Merge pull request #4579 from colemanw/CRM_Utils_Array
CRM_Utils_Array - Remove old unused functions
Coleman Watts [Tue, 18 Nov 2014 18:20:13 +0000 (13:20 -0500)]
Add test for CRM_Utils_Array::remove
colemanw [Tue, 18 Nov 2014 18:10:11 +0000 (13:10 -0500)]
Merge pull request #4509 from colemanw/addVars
Encourage better scoping of js CRM vars with new addVars method
Coleman Watts [Tue, 18 Nov 2014 17:45:33 +0000 (12:45 -0500)]
CRM_Utils_Array - Remove old unused functions
Coleman Watts [Tue, 4 Nov 2014 16:09:05 +0000 (11:09 -0500)]
Encourage better scoping of js CRM vars with new addVars method
Monish Deb [Tue, 18 Nov 2014 14:21:16 +0000 (19:51 +0530)]
Merge pull request #4577 from monishdeb/CRM-15595
CRM-15595 indentation fix
monishdeb [Tue, 18 Nov 2014 14:18:52 +0000 (19:48 +0530)]
CRM-15595 indentation fix
----------------------------------------
* CRM-15595: Individual sub-type custom fields don't appear in online event registration
https://issues.civicrm.org/jira/browse/CRM-15595
Monish Deb [Tue, 18 Nov 2014 14:04:28 +0000 (19:34 +0530)]
Merge pull request #4572 from atif-shaikh/CRM-15595
CRM-15595 - Individual sub-type custom fields don't appear in online eve...
Monish Deb [Tue, 18 Nov 2014 13:21:12 +0000 (18:51 +0530)]
Merge pull request #4576 from yashodha/CRM-15611
Tested, works fine
CiviCRM [Tue, 18 Nov 2014 13:13:21 +0000 (18:43 +0530)]
CRM-15611: fix send copy for case activity
Rohan Katkar [Tue, 18 Nov 2014 12:40:34 +0000 (18:10 +0530)]
CRM-15594 Fix alignments on Merge Rules page
Monish Deb [Tue, 18 Nov 2014 07:13:49 +0000 (12:43 +0530)]
Merge pull request #4550 from jitendrapurohit/CRM-15568
Cannot use search builder on multiple Grant and Case types Fix
atif-shaikh [Tue, 18 Nov 2014 05:58:22 +0000 (11:28 +0530)]
CRM-15595 - Individual sub-type custom fields don't appear in online event registration
https://issues.civicrm.org/jira/browse/CRM-15595
Dave Greenberg [Tue, 18 Nov 2014 01:43:19 +0000 (17:43 -0800)]
Merge pull request #4560 from priyankakaran26/recurring-entity-improvements
CRM-15490 - Recurring entity QA fixes
Dave Greenberg [Mon, 17 Nov 2014 22:45:07 +0000 (14:45 -0800)]
Merge pull request #4563 from monishdeb/CRM-15536
CRM-15536 fix - Scheduled reminders: Clarify "Limit to" and "Also includ...
monishdeb [Mon, 17 Nov 2014 21:43:37 +0000 (03:13 +0530)]
CRM-15536 fix - Scheduled reminders: Clarify "Limit to" and "Also include" UI to prevent user errors
https://issues.civicrm.org/jira/browse/CRM-15536
monishdeb [Mon, 17 Nov 2014 20:07:17 +0000 (01:37 +0530)]
CRM-11518 fix - Smart groups in scheduled reminders
https://issues.civicrm.org/jira/browse/CRM-11518
monishdeb [Mon, 17 Nov 2014 19:50:27 +0000 (01:20 +0530)]
indentation fix
monishdeb [Mon, 17 Nov 2014 19:48:58 +0000 (01:18 +0530)]
QA fix
colemanw [Mon, 17 Nov 2014 18:55:56 +0000 (13:55 -0500)]
Merge pull request #4568 from colemanw/CRM-15603
CRM-15603 - Misc translated string cleanup
Yashodha Chaku [Mon, 17 Nov 2014 13:30:35 +0000 (19:00 +0530)]
Merge pull request #4569 from rohankatkar/CRM-15564
Fix for CRM-15564
kurund [Mon, 17 Nov 2014 08:10:30 +0000 (13:40 +0530)]
Merge remote-tracking branch 'upstream/4.5' into 4.5-master-2014-11-17-13-40-23
Kurund Jalmi [Mon, 17 Nov 2014 05:59:03 +0000 (11:29 +0530)]
Merge pull request #4570 from kurund/CRM-15527
CRM-15527
Rohan Katkar [Mon, 17 Nov 2014 05:31:21 +0000 (11:01 +0530)]
Fix for CRM-15564
kurund [Mon, 17 Nov 2014 04:13:06 +0000 (09:43 +0530)]
Merge branch 'CRM-15474' of github.com:colemanw/civicrm-core into CRM-15527
Conflicts:
templates/CRM/Event/Form/Participant.tpl
----------------------------------------
* CRM-15474: Event cart option js breaks "add participant" form
https://issues.civicrm.org/jira/browse/CRM-15474
* CRM-15527: error in IPN relating to numRelatedMemberships
https://issues.civicrm.org/jira/browse/CRM-15527
Coleman Watts [Mon, 17 Nov 2014 00:43:25 +0000 (19:43 -0500)]
CRM-15603 - Remove concatenated parentheses from the end of strings
Coleman Watts [Mon, 17 Nov 2014 00:33:40 +0000 (19:33 -0500)]
CRM-15603 - Misc string fixes
Coleman Watts [Mon, 17 Nov 2014 00:32:44 +0000 (19:32 -0500)]
CRM-15603 - Standardize pluralization of 'Languages, Currency, Locations'
Coleman Watts [Mon, 17 Nov 2014 00:31:16 +0000 (19:31 -0500)]
CRM-15603 - Standardize 'Opt-out'
Coleman Watts [Sun, 16 Nov 2014 23:59:16 +0000 (18:59 -0500)]
CRM-15603 - Tame punctuation of 'This event is full!!!'
Coleman Watts [Sun, 16 Nov 2014 22:34:29 +0000 (17:34 -0500)]
CRM-15603 - Remove extra space
Coleman Watts [Sun, 16 Nov 2014 22:31:57 +0000 (17:31 -0500)]
CRM-15603 - Standardize case of reminders labels
Coleman Watts [Sun, 16 Nov 2014 22:29:43 +0000 (17:29 -0500)]
CRM-15603 - Standardize case of 'Batch Update Contributions Via Profile'
Coleman Watts [Sun, 16 Nov 2014 22:27:28 +0000 (17:27 -0500)]
CRM-15603 - Standardize punctuation of 'Title is a required field.'
Coleman Watts [Sun, 16 Nov 2014 22:21:46 +0000 (17:21 -0500)]
CRM-15603 - Remove unnecessary variables in contribution tab titles
Coleman Watts [Sun, 16 Nov 2014 22:15:41 +0000 (17:15 -0500)]
CRM-15603 - Standardize case of 'Recurring Contributions'
Coleman Watts [Sun, 16 Nov 2014 22:14:35 +0000 (17:14 -0500)]
CRM-15603 - Standardize punctuation of 'End date should be after Start date.'
Coleman Watts [Sun, 16 Nov 2014 22:13:04 +0000 (17:13 -0500)]
CRM-15603 - Standardize case of 'Pledge Made'
Coleman Watts [Sun, 16 Nov 2014 22:11:01 +0000 (17:11 -0500)]
CRM-15603 - Standardize case of 'Supporter Profile'
Coleman Watts [Sun, 16 Nov 2014 21:58:48 +0000 (16:58 -0500)]
CRM-15603 - Standardize case of 'Pledged but not Paid Report'
Coleman Watts [Sun, 16 Nov 2014 21:54:40 +0000 (16:54 -0500)]
CRM-15603 - More consistent use of 'Donations' vs 'Contributions'
Coleman Watts [Sun, 16 Nov 2014 21:45:14 +0000 (16:45 -0500)]
CRM-15603 - Fix inconsistent pluralization of 'Contributions'
Coleman Watts [Sun, 16 Nov 2014 20:50:07 +0000 (15:50 -0500)]
CRM-15603 - Standardize case of 'Delete File'
Coleman Watts [Sun, 16 Nov 2014 20:47:57 +0000 (15:47 -0500)]
CRM-15603 - Standardize case of 'HTML Format'
Coleman Watts [Sun, 16 Nov 2014 03:40:31 +0000 (22:40 -0500)]
CRM-15603 - Standardize case of 'Complete OR Partial Name'
Coleman Watts [Sun, 16 Nov 2014 03:39:31 +0000 (22:39 -0500)]
CRM-15603 - Standardize case of 'New Activity'
Coleman Watts [Sun, 16 Nov 2014 03:38:25 +0000 (22:38 -0500)]
CRM-15603 - Standardize punctuation of 'Event templates are not meant to be registered.'
Coleman Watts [Sun, 16 Nov 2014 03:28:18 +0000 (22:28 -0500)]
CRM-15603 - Standardize case of 'Proximity Search'
Coleman Watts [Sun, 16 Nov 2014 03:25:53 +0000 (22:25 -0500)]
CRM-15603 - Standardize format of 'Non-deductible Amount'
Coleman Watts [Sun, 16 Nov 2014 03:23:12 +0000 (22:23 -0500)]
CRM-15603 - Standardize spacing of 'Rich Text Editor'
Coleman Watts [Sun, 16 Nov 2014 03:20:30 +0000 (22:20 -0500)]
CRM-15603 - Remove extra trailing space
Coleman Watts [Sun, 16 Nov 2014 03:17:56 +0000 (22:17 -0500)]
CRM-15603 - Standardize phrasing of 'Log out'
Coleman Watts [Sun, 16 Nov 2014 03:13:50 +0000 (22:13 -0500)]
Remove unnecessary break
Coleman Watts [Sun, 16 Nov 2014 03:13:15 +0000 (22:13 -0500)]
CRM-15603 - Standardize phrasing of 'Mismatched or Invalid contact subtype found for this related contact.'
Coleman Watts [Sun, 16 Nov 2014 03:10:04 +0000 (22:10 -0500)]
CRM-15603 - Standardize phrasing of 'You do not have permission to access this contact.'
Coleman Watts [Sun, 16 Nov 2014 03:07:33 +0000 (22:07 -0500)]
CRM-15603 - Remove extra trailing spaces
Coleman Watts [Sun, 16 Nov 2014 03:05:02 +0000 (22:05 -0500)]
CRM-15603 - Standardize case of 'Participant ID'
Coleman Watts [Sun, 16 Nov 2014 03:02:33 +0000 (22:02 -0500)]
CRM-15603 - Standardize case of 'Subject Only' & 'Body Only'
Coleman Watts [Sun, 16 Nov 2014 03:00:29 +0000 (22:00 -0500)]
CRM-15603 - Remove extra trailing spaces
Coleman Watts [Sun, 16 Nov 2014 02:54:24 +0000 (21:54 -0500)]
CRM-15603 - Standardize case of 'Contact is Deceased'
Coleman Watts [Sun, 16 Nov 2014 02:53:39 +0000 (21:53 -0500)]
CRM-15603 - Standardize case of 'Modified By'
Coleman Watts [Sun, 16 Nov 2014 02:52:09 +0000 (21:52 -0500)]
CRM-15603 - Remove extra trailing space
Coleman Watts [Sun, 16 Nov 2014 02:51:28 +0000 (21:51 -0500)]
CRM-15603 - Standardize case of 'Contact Subtype'
Coleman Watts [Sun, 16 Nov 2014 02:48:47 +0000 (21:48 -0500)]
CRM-15603 - Fix missing space in 'World Region'
Coleman Watts [Sun, 16 Nov 2014 02:47:18 +0000 (21:47 -0500)]
CRM-15603 - Standardize case of 'Permission Denied'
Coleman Watts [Sun, 16 Nov 2014 02:44:23 +0000 (21:44 -0500)]
CRM-15603 - Standardize case of 'Number of Terms'
Coleman Watts [Sun, 16 Nov 2014 02:39:05 +0000 (21:39 -0500)]
CRM-15603 - Standardize case of 'Participant Count'
Coleman Watts [Sun, 16 Nov 2014 02:37:40 +0000 (21:37 -0500)]
CRM-15603 - Remove extra trailing space
Coleman Watts [Sun, 16 Nov 2014 02:36:46 +0000 (21:36 -0500)]
CRM-15603 - Standardize phrasing of 'Name cannot not start with a digit.'