civicrm-core.git
8 years agoCRM-19229 empty the bower_components folder if it already exists when running distmaker
Seamus Lee [Mon, 15 Aug 2016 02:00:55 +0000 (12:00 +1000)]
CRM-19229 empty the bower_components folder if it already exists when running distmaker

8 years agoCRM-19209 fix regression found when parents param is empty and CRM-18591 fix issue...
Seamus Lee [Wed, 10 Aug 2016 20:35:35 +0000 (06:35 +1000)]
CRM-19209 fix regression found when parents param is empty and CRM-18591 fix issue where group_type param in api was strange fixed in master

8 years agoMerge pull request #8696 from seamuslee001/CRM-19068-46
Eileen McNaughton [Mon, 8 Aug 2016 20:03:21 +0000 (08:03 +1200)]
Merge pull request #8696 from seamuslee001/CRM-19068-46

CRM-19068 Fix SQLI in parents in group.create api call

8 years agoremove redundant second check given that we are now throwing errors
Seamus Lee [Mon, 8 Aug 2016 06:55:36 +0000 (16:55 +1000)]
remove redundant second check given that we are now throwing errors

8 years agoFix up Failing test due to empty parents array. Parents is assumed to be empty unless...
Seamus Lee [Thu, 14 Jul 2016 00:54:57 +0000 (10:54 +1000)]
Fix up Failing test due to empty parents array. Parents is assumed to be empty unless specified

8 years agoSwitch to throwing errrors rather than soft validation
Seamus Lee [Wed, 13 Jul 2016 07:18:14 +0000 (17:18 +1000)]
Switch to throwing errrors rather than soft validation

8 years agoAdd in Test to sort sqli
Seamus Lee [Wed, 13 Jul 2016 04:42:48 +0000 (04:42 +0000)]
Add in Test to sort sqli

8 years agoCRM-19068 Fix SQLI in parents in group.create api call
Seamus Lee [Wed, 13 Jul 2016 04:28:58 +0000 (04:28 +0000)]
CRM-19068 Fix SQLI in parents in group.create api call

8 years agoMerge pull request #8824 from seamuslee001/syntax-46
Eileen McNaughton [Mon, 8 Aug 2016 05:01:14 +0000 (17:01 +1200)]
Merge pull request #8824 from seamuslee001/syntax-46

CRM-18563 Check for API exception when testing create without params.

8 years agoMerge pull request #8817 from seamuslee001/46-core-no-pear
Eileen McNaughton [Sat, 6 Aug 2016 07:51:18 +0000 (19:51 +1200)]
Merge pull request #8817 from seamuslee001/46-core-no-pear

(NFC) CRM_Core_CodeGen_Util_Template - Remove PEAR formatting filter (port of Tim's pr to 4.6)

8 years agoFix LocBlock Test
Seamus Lee [Wed, 3 Aug 2016 09:31:38 +0000 (19:31 +1000)]
Fix LocBlock Test

8 years agoFix mailing test and allow for name or label to be used in navigation as that seems...
Seamus Lee [Wed, 3 Aug 2016 08:59:27 +0000 (18:59 +1000)]
Fix mailing test and allow for name or label to be used in navigation as that seems to be allowable

8 years agoCRM-18563 Some fixes for the fails in new test.
eileen [Wed, 27 Jul 2016 21:45:20 +0000 (09:45 +1200)]
CRM-18563 Some fixes for the fails in new test.

8 years agoTypo fix
eileen [Wed, 27 Jul 2016 20:54:05 +0000 (08:54 +1200)]
Typo fix

8 years agoCheck for API exception when testing create without params.
Mattias Michaux [Mon, 16 May 2016 20:01:48 +0000 (22:01 +0200)]
Check for API exception when testing create without params.

8 years agoMerge pull request #8819 from seamuslee001/CRM-19177-46
Monish Deb [Thu, 4 Aug 2016 17:40:58 +0000 (23:10 +0530)]
Merge pull request #8819 from seamuslee001/CRM-19177-46

CRM-19177 Add in privacy flags to the output of print contact records

8 years agoCRM-19177 Add in privacy flags to the output of print contact records
Seamus Lee [Thu, 4 Aug 2016 05:32:08 +0000 (15:32 +1000)]
CRM-19177 Add in privacy flags to the output of print contact records

8 years agoMerge pull request #8816 from seamuslee001/CRM-18683
Eileen McNaughton [Thu, 4 Aug 2016 01:01:00 +0000 (13:01 +1200)]
Merge pull request #8816 from seamuslee001/CRM-18683

CRM-18683 & CRM-18692 & CRM-18695

8 years ago(NFC) CRM_Core_CodeGen_Util_Template - Remove PEAR formatting filter
Tim Otten [Thu, 21 Jul 2016 18:51:27 +0000 (11:51 -0700)]
(NFC) CRM_Core_CodeGen_Util_Template - Remove PEAR formatting filter

This filter has several issues:
 * Fundamentally, we don't use PEAR style guide - we're closer to Drupal style guide.
 * Its only practical effect is to move squiggly braces... to the wrong place.
 * It tangentially pulls in PEAR dependencies.
 * It adds a ~4 seconds to GenCode (as measured on my laptop).

8 years agoCRM-18692 issue warning about empty smart group cache rather than crash the server
eileenmcnaugton [Sun, 29 May 2016 22:19:05 +0000 (10:19 +1200)]
CRM-18692 issue warning about empty smart group cache rather than crash the server

8 years agoCRM-18683 don't use non transaction-safe function to clear smart group cache.
eileenmcnaugton [Sun, 29 May 2016 22:15:44 +0000 (10:15 +1200)]
CRM-18683 don't use non transaction-safe function to clear smart group cache.

Note that there is a function elsewhere that allows the code to use truncate where there is no transaction.

I have left that possibility for future consideration as there is some debate over whether truncate is faster on all sites

8 years agoUpdate version to 4.6.21
CiviCRM [Wed, 3 Aug 2016 09:45:33 +0000 (02:45 -0700)]
Update version to 4.6.21

8 years agoMerge pull request #8758 from seamuslee001/CRM-19129-46
Eileen McNaughton [Tue, 2 Aug 2016 07:13:05 +0000 (19:13 +1200)]
Merge pull request #8758 from seamuslee001/CRM-19129-46

CRM-19129 Allow Users to Select the From Address used for when sendin…

8 years agoremove duplicate code
Seamus Lee [Mon, 1 Aug 2016 12:21:17 +0000 (22:21 +1000)]
remove duplicate code

8 years agoReset contactIds variable as gets set incorrectly in preProcessFromAddress
Seamus Lee [Mon, 1 Aug 2016 12:09:59 +0000 (22:09 +1000)]
Reset contactIds variable as gets set incorrectly in preProcessFromAddress

8 years agoFix up cleaning out array of from emails and avoid execption as found by Jitendra
Seamus Lee [Mon, 1 Aug 2016 11:30:30 +0000 (21:30 +1000)]
Fix up cleaning out array of from emails and avoid execption as found by Jitendra

8 years agoCRM-19129 Fix issue where no contact emails are found and split out generating of...
Seamus Lee [Sat, 30 Jul 2016 00:13:52 +0000 (10:13 +1000)]
CRM-19129 Fix issue where no contact emails are found and split out generating of domain emails into own function so can be tested

8 years agoRemove duplicated code and add a note about what this is all about
Seamus Lee [Fri, 29 Jul 2016 21:14:12 +0000 (07:14 +1000)]
Remove duplicated code and add a note about what this is all about

8 years agoCRM-19129 Allow Users to Select the From Address used for when sending Email Receipts
Seamus Lee [Tue, 26 Jul 2016 04:28:27 +0000 (14:28 +1000)]
CRM-19129 Allow Users to Select the From Address used for when sending Email Receipts

8 years agoMerge pull request #8351 from coldrunKacper/civicrm-4-6-skip-components-in-disabled...
Eileen McNaughton [Mon, 1 Aug 2016 20:16:57 +0000 (08:16 +1200)]
Merge pull request #8351 from coldrunKacper/civicrm-4-6-skip-components-in-disabled-extensions

CiviCRM 4.6 - 'Components inside disabled Extensions' issue fix.

8 years agoMerge pull request #8791 from eileenmcnaughton/46pledge
Monish Deb [Mon, 1 Aug 2016 12:55:38 +0000 (18:25 +0530)]
Merge pull request #8791 from eileenmcnaughton/46pledge

CRM-19110: Fix delete pledge payments

8 years agoMerge pull request #8734 from PalanteJon/CRM-19111-4.6
Monish Deb [Mon, 1 Aug 2016 10:26:33 +0000 (15:56 +0530)]
Merge pull request #8734 from PalanteJon/CRM-19111-4.6

CRM-19111 - Email-to-Activity - 4.6 fix for blank body mail

8 years agoFixing code style issue.
coldrunKacper [Mon, 1 Aug 2016 09:03:18 +0000 (11:03 +0200)]
Fixing code style issue.

8 years agoSynchronise jobTest more with master
eileenmcnaugton [Mon, 1 Aug 2016 03:22:22 +0000 (15:22 +1200)]
Synchronise jobTest more with master

8 years agoFix pledgeCreate function to be compatible with master
eileenmcnaugton [Mon, 1 Aug 2016 03:17:53 +0000 (15:17 +1200)]
Fix pledgeCreate function to be compatible with master

8 years agoCRM-19110: Fix delete pledge payments
jitendrapurohit [Fri, 22 Jul 2016 07:03:02 +0000 (12:33 +0530)]
CRM-19110: Fix delete pledge payments

8 years agoFix e-notice on CRM-19111
Jon goldberg [Fri, 29 Jul 2016 21:43:45 +0000 (17:43 -0400)]
Fix e-notice on CRM-19111

8 years agoMerge pull request #8741 from seamuslee001/CRM-18568-46
Eileen McNaughton [Mon, 25 Jul 2016 03:00:23 +0000 (15:00 +1200)]
Merge pull request #8741 from seamuslee001/CRM-18568-46

CRM-18568 Port fix from Eileen to 4.6

8 years agoMerge pull request #8747 from seamuslee001/CRM-19118-46
Eileen McNaughton [Mon, 25 Jul 2016 03:00:05 +0000 (15:00 +1200)]
Merge pull request #8747 from seamuslee001/CRM-19118-46

CRM-19118 Fix Syntax Conformance Test by setting values for Test Data

8 years agoFix Syntax Conformance Test by setting values for Test Data
Seamus Lee [Fri, 22 Jul 2016 22:36:17 +0000 (08:36 +1000)]
Fix Syntax Conformance Test by setting values for Test Data

8 years agoCRM-18568 Port fix from Eileen to 4.6
Seamus Lee [Fri, 22 Jul 2016 08:26:55 +0000 (18:26 +1000)]
CRM-18568 Port fix from Eileen to 4.6

8 years agoMerge pull request #8721 from seamuslee001/CRM-19098-46
Eileen McNaughton [Thu, 21 Jul 2016 03:27:36 +0000 (15:27 +1200)]
Merge pull request #8721 from seamuslee001/CRM-19098-46

CRM-19098 Add in Group Settings to add new group on import

8 years agoCRM-19111 - Email-to-Activity - 4.6 fix for blank body mail
Jon goldberg [Wed, 20 Jul 2016 18:06:40 +0000 (14:06 -0400)]
CRM-19111 - Email-to-Activity - 4.6 fix for blank body mail

8 years agoAdd in checking on if groupType is set
Seamus Lee [Mon, 18 Jul 2016 09:30:44 +0000 (09:30 +0000)]
Add in checking on if groupType is set

8 years agoUpdate template
Seamus Lee [Mon, 18 Jul 2016 09:29:42 +0000 (09:29 +0000)]
Update template

8 years agoCRM-19098 Add in Group Settings to add new group on import
Seamus Lee [Mon, 18 Jul 2016 09:27:05 +0000 (09:27 +0000)]
CRM-19098 Add in Group Settings to add new group on import

8 years agoMerge pull request #8713 from seamuslee001/sl_test_fixes_46
Eileen McNaughton [Sun, 17 Jul 2016 21:34:16 +0000 (09:34 +1200)]
Merge pull request #8713 from seamuslee001/sl_test_fixes_46

NFC Fix errors in Tests in 4.6

8 years agoFix error in Membership Test
Seamus Lee [Sat, 16 Jul 2016 23:39:29 +0000 (09:39 +1000)]
Fix error in Membership Test

8 years agoFix error in activity.get api
Seamus Lee [Sat, 16 Jul 2016 23:38:40 +0000 (09:38 +1000)]
Fix error in activity.get api

8 years agoMerge pull request #8710 from seamuslee001/sl_remove_test
Eileen McNaughton [Fri, 15 Jul 2016 03:38:34 +0000 (15:38 +1200)]
Merge pull request #8710 from seamuslee001/sl_remove_test

NFC Remove failing test on 4.6 which isn't present in master

8 years agoRemove failing test on 4.6 which isn't present in master
Seamus Lee [Fri, 15 Jul 2016 03:31:47 +0000 (03:31 +0000)]
Remove failing test on 4.6 which isn't present in master

8 years agoMerge pull request #8699 from mfb/backport/CRM-19070
Eileen McNaughton [Thu, 14 Jul 2016 01:55:13 +0000 (13:55 +1200)]
Merge pull request #8699 from mfb/backport/CRM-19070

CRM-19070 - CiviMail - Schedule job after recipients have been populated

8 years agoCRM-19070 - CiviMail - Schedule job after recipients have been populated
mark burdett [Wed, 13 Jul 2016 04:09:07 +0000 (21:09 -0700)]
CRM-19070 - CiviMail - Schedule job after recipients have been populated

8 years agoMerge pull request #8407 from seamuslee001/CRM-18448-46
Eileen McNaughton [Tue, 12 Jul 2016 00:19:27 +0000 (12:19 +1200)]
Merge pull request #8407 from seamuslee001/CRM-18448-46

CRM-18448 Port fixes from FuzionRepo around allowing for editing of f…

8 years agoMerge pull request #8622 from konadave/CRM-19007
Eileen McNaughton [Mon, 11 Jul 2016 10:19:42 +0000 (22:19 +1200)]
Merge pull request #8622 from konadave/CRM-19007

CRM-19007 Optionally disable USPS address validation during contact import.

8 years agoMerge pull request #8684 from seamuslee001/CRM-19038-46
Eileen McNaughton [Mon, 11 Jul 2016 10:19:01 +0000 (22:19 +1200)]
Merge pull request #8684 from seamuslee001/CRM-19038-46

CRM-19038 NFC backport safe Remove FK code to 4.6

8 years agoFix up Tests and add in return statements
Seamus Lee [Fri, 1 Jul 2016 02:44:56 +0000 (12:44 +1000)]
Fix up Tests and add in return statements

8 years agoCRM-19038 backport safe Remove FK code to 4.6
Seamus Lee [Fri, 1 Jul 2016 02:30:46 +0000 (12:30 +1000)]
CRM-19038 backport safe Remove FK code to 4.6

8 years agoMerge pull request #8682 from seamuslee001/CRM-19055-46
Eileen McNaughton [Fri, 8 Jul 2016 22:19:30 +0000 (10:19 +1200)]
Merge pull request #8682 from seamuslee001/CRM-19055-46

CRM-19055 remove error alert email function from eway

8 years agoCRM-19055 remove error alert email function from eway
Seamus Lee [Fri, 8 Jul 2016 09:40:41 +0000 (09:40 +0000)]
CRM-19055 remove error alert email function from eway

8 years agoMerge pull request #8600 from eileenmcnaughton/search_fixes
Eileen McNaughton [Fri, 8 Jul 2016 07:21:50 +0000 (19:21 +1200)]
Merge pull request #8600 from eileenmcnaughton/search_fixes

CRM-18435 handling for membership type etc fields

8 years agoUpdate version to 4.6.20
CiviCRM [Wed, 6 Jul 2016 05:44:44 +0000 (22:44 -0700)]
Update version to 4.6.20

8 years agoMerge pull request #8542 from JMAConsulting/CRM-18804
Eileen McNaughton [Sat, 2 Jul 2016 04:00:01 +0000 (16:00 +1200)]
Merge pull request #8542 from JMAConsulting/CRM-18804

--CRM-18804, fixed code to reset from email address

8 years agoMerge pull request #8618 from cividesk/CRM-18997-4.6
Eileen McNaughton [Fri, 1 Jul 2016 21:54:19 +0000 (09:54 +1200)]
Merge pull request #8618 from cividesk/CRM-18997-4.6

CRM-18997 DB error, incorrect truncating multibyte string

8 years agoupper case boolean flag
sunil [Thu, 30 Jun 2016 12:34:34 +0000 (18:04 +0530)]
upper case boolean flag

8 years agoadded testcase to verify utf-8 string
sunil [Thu, 30 Jun 2016 11:45:50 +0000 (17:15 +0530)]
added testcase to verify utf-8 string

8 years agoMerge pull request #8637 from eileenmcnaughton/CRM-19005
Eileen McNaughton [Wed, 29 Jun 2016 03:22:53 +0000 (15:22 +1200)]
Merge pull request #8637 from eileenmcnaughton/CRM-19005

CRM-16642 - Compute timestamps using 24-hour clock

8 years agoMerge pull request #8610 from cividesk/CRM-18987-4.6
Eileen McNaughton [Wed, 29 Jun 2016 03:18:54 +0000 (15:18 +1200)]
Merge pull request #8610 from cividesk/CRM-18987-4.6

CRM-1897: full fix

8 years agoCRM-16642 - Compute timestamps using 24-hour clock
Tim Otten [Fri, 20 May 2016 00:48:28 +0000 (17:48 -0700)]
CRM-16642 - Compute timestamps using 24-hour clock

`Ymdhis` is silly here.  Use `YmdHis`.  This was causing test results to
vary based on they were run.

8 years agoMerge pull request #8099 from cividesk/CRM-18362-4.6
Eileen McNaughton [Tue, 28 Jun 2016 23:14:44 +0000 (11:14 +1200)]
Merge pull request #8099 from cividesk/CRM-18362-4.6

CRM-18362 get current local for navigation menu

8 years agoFix Jenkins warning message
David Reedy Jr [Sat, 25 Jun 2016 00:40:02 +0000 (19:40 -0500)]
Fix Jenkins warning message

8 years agoCRM-19007 Optionally disable USPS address...
David Reedy Jr [Fri, 24 Jun 2016 23:54:13 +0000 (18:54 -0500)]
CRM-19007 Optionally disable USPS address...

...validation during contact import.

8 years agoCRM-18997 DB error, incorrect truncating multibyte string
sunil [Thu, 23 Jun 2016 09:41:04 +0000 (15:11 +0530)]
CRM-18997 DB error, incorrect truncating multibyte string

8 years agoMerge pull request #8608 from eileenmcnaughton/missing_fn
Eileen McNaughton [Wed, 22 Jun 2016 07:55:34 +0000 (19:55 +1200)]
Merge pull request #8608 from eileenmcnaughton/missing_fn

Port missing function in 4.6. Also some minor code style syncs.

8 years agoConvert tab to space
Nicolas Ganivet [Wed, 22 Jun 2016 03:51:21 +0000 (21:51 -0600)]
Convert tab to space

8 years agoCleaner with variable initialized.
Nicolas Ganivet [Wed, 22 Jun 2016 03:41:03 +0000 (21:41 -0600)]
Cleaner with variable initialized.

8 years agoFix issue with email sent message displayed when checkbox has not been clicked in...
Nicolas Ganivet [Tue, 21 Jun 2016 15:50:44 +0000 (09:50 -0600)]
Fix issue with email sent message displayed when checkbox has not been clicked in back-end membership edit screen.

8 years agoPort missing function in 4.6. Also some minor code style syncs.
eileen [Tue, 21 Jun 2016 22:40:07 +0000 (10:40 +1200)]
Port missing function in 4.6. Also some minor code style syncs.

8 years agoMerge pull request #8535 from nishant-bhorodia/CRM-18688-cancel-ipn-cancels-membership
Eileen McNaughton [Tue, 21 Jun 2016 21:55:44 +0000 (09:55 +1200)]
Merge pull request #8535 from nishant-bhorodia/CRM-18688-cancel-ipn-cancels-membership

CRM-18688: Cancel IPN cancels entire membership

8 years agoCRM-18688: whitelist Pending status
root [Tue, 21 Jun 2016 14:50:35 +0000 (20:20 +0530)]
CRM-18688: whitelist Pending status

8 years agoCRM-18435 handling for membership type etc fields
Eileen [Mon, 20 Jun 2016 06:16:21 +0000 (06:16 +0000)]
CRM-18435 handling for membership type etc fields

Conflicts:
CRM/Contact/BAO/SavedSearch.php
CRM/Member/Form/Search.php

8 years agoMerge pull request #8553 from stevekessler/patch-1
Eileen McNaughton [Thu, 16 Jun 2016 01:12:38 +0000 (13:12 +1200)]
Merge pull request #8553 from stevekessler/patch-1

CRM-18836 Update Address.tpl

8 years agoUpdate Address.tpl
Steve Kessler [Mon, 13 Jun 2016 20:54:51 +0000 (14:54 -0600)]
Update Address.tpl

The URL for USPS is not correct any longer.  Here is the new address - https://www.usps.com/business/web-tools-apis/welcome.htm

8 years ago--CRM-18804, fixed code to reset from email address
Pradeep Nayak [Fri, 10 Jun 2016 00:27:41 +0000 (05:57 +0530)]
--CRM-18804, fixed code to reset from email address

8 years agoCRM-18688: Cancel IPN cancels entire membership
root [Wed, 8 Jun 2016 12:26:22 +0000 (17:56 +0530)]
CRM-18688: Cancel IPN cancels entire membership

8 years agoMerge pull request #8530 from seamuslee001/CRM-18772-46
Eileen McNaughton [Wed, 8 Jun 2016 05:08:10 +0000 (23:08 -0600)]
Merge pull request #8530 from seamuslee001/CRM-18772-46

CRM-18772 46 backport

8 years agoUpdate version to 4.6.19
CiviCRM [Mon, 6 Jun 2016 22:33:01 +0000 (15:33 -0700)]
Update version to 4.6.19

8 years agoMerge pull request #8517 from colemanw/noResults
Eileen McNaughton [Mon, 6 Jun 2016 19:27:00 +0000 (13:27 -0600)]
Merge pull request #8517 from colemanw/noResults

css/civicrmNavigation.css

8 years agoMerge pull request #8512 from systopia/CRM-17235-4.6.13
Eileen McNaughton [Mon, 6 Jun 2016 19:14:17 +0000 (13:14 -0600)]
Merge pull request #8512 from systopia/CRM-17235-4.6.13

LTS patch for CRM-17235

8 years agoCRM-18652 - Improve style of no-results item
Coleman Watts [Sun, 5 Jun 2016 21:54:33 +0000 (15:54 -0600)]
CRM-18652 - Improve style of no-results item

Conflicts:
css/civicrmNavigation.css

8 years agoMerge pull request #8515 from eileenmcnaughton/pdf
Eileen McNaughton [Mon, 6 Jun 2016 17:05:29 +0000 (11:05 -0600)]
Merge pull request #8515 from eileenmcnaughton/pdf

Pdf

8 years agoCRM-16898 - Replace debug code in html5lib
Tim Otten [Sat, 21 May 2016 03:58:26 +0000 (20:58 -0700)]
CRM-16898 - Replace debug code in html5lib

8 years agoRevert "CRM-16898. Remove debugging in html5lib."
Tim Otten [Sat, 21 May 2016 03:49:51 +0000 (20:49 -0700)]
Revert "CRM-16898. Remove debugging in html5lib."

This reverts commit 693cb3279584278ccbb3eaa1394999c7a69d7bf6.

8 years agoSync file from 4.7
Seamus Lee [Mon, 6 Jun 2016 06:06:34 +0000 (16:06 +1000)]
Sync file from 4.7

8 years agoMerge pull request #8505 from rollox/patch-3
colemanw [Mon, 6 Jun 2016 02:57:40 +0000 (20:57 -0600)]
Merge pull request #8505 from rollox/patch-3

CRM-18743 - Undefined variable $order

8 years agoFix syntax and tests
Seamus Lee [Mon, 6 Jun 2016 00:26:30 +0000 (10:26 +1000)]
Fix syntax and tests

8 years agoFix validation
Seamus Lee [Mon, 6 Jun 2016 00:12:36 +0000 (10:12 +1000)]
Fix validation

8 years agoCRM-18772 Backport check to see if column already exists
Seamus Lee [Sun, 5 Jun 2016 23:36:07 +0000 (09:36 +1000)]
CRM-18772 Backport check to see if column already exists

8 years agoCRM-18743 - Undefined variable $order
rollox [Mon, 6 Jun 2016 00:27:42 +0000 (01:27 +0100)]
CRM-18743 - Undefined variable $order

Fix notice/error "Undefined variable: order in CRM_Contact_BAO_Query->prepareOrderBy()" on user/# screen if the viewed user page is linked to a contact record in Civi.

Also submitted to master.

8 years agoMerge pull request #8468 from eileenmcnaughton/groups46
Eileen McNaughton [Sun, 5 Jun 2016 23:18:45 +0000 (17:18 -0600)]
Merge pull request #8468 from eileenmcnaughton/groups46

CRM-18683 fix handling on UTC time in smart groups