civicrm-core.git
8 years agoMerge pull request #6436 from seamuslee001/msgtemplate_dynamic_load
colemanw [Wed, 12 Aug 2015 01:37:53 +0000 (21:37 -0400)]
Merge pull request #6436 from seamuslee001/msgtemplate_dynamic_load

CRM-16983 Dynamically load the content of Message templates in CiviMail when se…

8 years agoMerge pull request #6468 from eileenmcnaughton/CRM-17010
Eileen McNaughton [Tue, 11 Aug 2015 21:42:04 +0000 (09:42 +1200)]
Merge pull request #6468 from eileenmcnaughton/CRM-17010

CRM-17010 add data info to price-set-class

8 years agoMove to getsingle api and associated changes
Seamus Lee [Tue, 11 Aug 2015 21:11:56 +0000 (21:11 +0000)]
Move to getsingle api and associated changes

8 years agoMerge pull request #6177 from xurizaemon/CRM-16806
colemanw [Tue, 11 Aug 2015 19:03:16 +0000 (15:03 -0400)]
Merge pull request #6177 from xurizaemon/CRM-16806

CRM-16806: Validate supplied entity type.

8 years agoMerge pull request #6462 from eileenmcnaughton/4.6
colemanw [Tue, 11 Aug 2015 17:16:13 +0000 (13:16 -0400)]
Merge pull request #6462 from eileenmcnaughton/4.6

CRM-16993 actual fix on not crashing when recurring is paid …

8 years agoCRM-17010 add data info to price-set-class
eileenmcnaugton [Tue, 11 Aug 2015 05:46:37 +0000 (17:46 +1200)]
CRM-17010 add data info to price-set-class

8 years agoMerge pull request #6466 from seamuslee001/permisssion_fixup_4.6
colemanw [Tue, 11 Aug 2015 01:52:16 +0000 (21:52 -0400)]
Merge pull request #6466 from seamuslee001/permisssion_fixup_4.6

CRM-17003 Output Administer Multiple Organisation permission as an ar…

8 years agoMerge pull request #6339 from cividesk/Fortify_Fixes
Tim Otten [Tue, 11 Aug 2015 01:24:01 +0000 (18:24 -0700)]
Merge pull request #6339 from cividesk/Fortify_Fixes

Fortify fixes

8 years agoCRM-17003 Output Administer Multiple Organisation permission as an array not as string
Seamus Lee [Mon, 10 Aug 2015 21:38:47 +0000 (21:38 +0000)]
CRM-17003 Output Administer Multiple Organisation permission as an array not as string

8 years agoCRM-16993 avoid fatal when line items are created & then altered to completed
eileenmcnaugton [Mon, 10 Aug 2015 04:17:01 +0000 (16:17 +1200)]
CRM-16993 avoid fatal when line items are created & then altered to completed

8 years agoMerge pull request #6458 from totten/4.6-toxic-list
Tim Otten [Mon, 10 Aug 2015 07:08:17 +0000 (00:08 -0700)]
Merge pull request #6458 from totten/4.6-toxic-list

INFRA-142 - Add .toxic.json

8 years agoINFRA-142 - distmaker - (Precaution) Exclude .toxic.json
Tim Otten [Mon, 10 Aug 2015 06:27:38 +0000 (23:27 -0700)]
INFRA-142 - distmaker - (Precaution) Exclude .toxic.json

This file shouldn't show up in the root (since dm_install_core uses a
whitelist), but if we add it to other repos, it could show there.

8 years agoMerge pull request #6037 from colemanw/CRM-16512
Monish Deb [Mon, 10 Aug 2015 05:36:18 +0000 (11:06 +0530)]
Merge pull request #6037 from colemanw/CRM-16512

CRM-16512 - Hide dashboard related contact table for users without 'view my contact'

8 years agoMerge pull request #6439 from sudhabisht/CRM-16978
Monish Deb [Mon, 10 Aug 2015 04:39:13 +0000 (10:09 +0530)]
Merge pull request #6439 from sudhabisht/CRM-16978

Fix for multiple role assignment between same contact cases

8 years agoMerge pull request #6451 from colemanw/i18n
colemanw [Sun, 9 Aug 2015 21:05:22 +0000 (17:05 -0400)]
Merge pull request #6451 from colemanw/i18n

CRM-13301 - Add multilingual popup to participant status label

8 years agoMerge pull request #6435 from seamuslee001/mailing_ui_tidy_up
colemanw [Sun, 9 Aug 2015 19:35:27 +0000 (15:35 -0400)]
Merge pull request #6435 from seamuslee001/mailing_ui_tidy_up

CRM-16991 Order Header and Footer lists by name field not by table id

8 years agoFix issue of now not already filterinng down to object within values array
Seamus Lee [Sun, 9 Aug 2015 05:13:49 +0000 (05:13 +0000)]
Fix issue of now not already filterinng down to object within values array

8 years agoCRM-13301 - Add multilingual popup to participant status label
Coleman Watts [Sun, 9 Aug 2015 02:14:22 +0000 (22:14 -0400)]
CRM-13301 - Add multilingual popup to participant status label

8 years agoINFRA-142 - Add .toxic.json
Tim Otten [Sat, 8 Aug 2015 04:04:53 +0000 (21:04 -0700)]
INFRA-142 - Add .toxic.json

8 years agoMerge pull request #6442 from colemanw/CRM-12021
colemanw [Fri, 7 Aug 2015 20:57:51 +0000 (16:57 -0400)]
Merge pull request #6442 from colemanw/CRM-12021

CRM-12021 - Don't allow no default location type

8 years agoCRM-12021 - Don't allow no default location type
Coleman Watts [Fri, 7 Aug 2015 18:43:50 +0000 (14:43 -0400)]
CRM-12021 - Don't allow no default location type

8 years agoFix for multiple role assignment between cases
Sudha Bisht [Fri, 7 Aug 2015 11:08:00 +0000 (16:38 +0530)]
Fix for multiple role assignment between cases

8 years agoShift to Angular promise version as per advice from totten
Seamus Lee [Fri, 7 Aug 2015 10:32:32 +0000 (10:32 +0000)]
Shift to Angular promise version as per advice from totten

8 years agoMerge pull request #6409 from monishdeb/4.6
Monish Deb [Fri, 7 Aug 2015 05:19:28 +0000 (10:49 +0530)]
Merge pull request #6409 from monishdeb/4.6

CRM-16961 fix - 4.6.5 search regression on custom fields where option…

8 years agoFix JS style issue
Seamus Lee [Fri, 7 Aug 2015 00:53:55 +0000 (00:53 +0000)]
Fix JS style issue

8 years agoDynamically load the content of Message templates in CiviMail when selected rather...
Seamus Lee [Fri, 7 Aug 2015 00:27:40 +0000 (00:27 +0000)]
Dynamically load the content of Message templates in CiviMail when selected  rather than load on inital load

8 years agoOrder Header and Footer lists by name field not by table id
Seamus Lee [Thu, 6 Aug 2015 21:34:42 +0000 (21:34 +0000)]
Order Header and Footer lists by name field not by table id

8 years agoMerge pull request #6428 from seamuslee001/membership_fix_up
Kurund Jalmi [Thu, 6 Aug 2015 15:14:54 +0000 (20:44 +0530)]
Merge pull request #6428 from seamuslee001/membership_fix_up

Fix Spelling of membership in Membership Search form

8 years agoFix Spelling of membership in Membership Search form
Seamus Lee [Thu, 6 Aug 2015 08:57:28 +0000 (08:57 +0000)]
Fix Spelling of membership in Membership Search form

8 years agoMerge pull request #6422 from davecivicrm/CRM-16973
Eileen McNaughton [Thu, 6 Aug 2015 08:57:16 +0000 (20:57 +1200)]
Merge pull request #6422 from davecivicrm/CRM-16973

CRM-16973 - filter FROM Email Address select by domain_id

8 years agoMerge pull request #6424 from seamuslee001/4.6-CRM-13644
Eileen McNaughton [Thu, 6 Aug 2015 08:56:32 +0000 (20:56 +1200)]
Merge pull request #6424 from seamuslee001/4.6-CRM-13644

4.6 Backport - CRM-13644 Apply Permission Check for Group API

8 years agoMerge pull request #6426 from eileenmcnaughton/CRM-16832
Eileen McNaughton [Thu, 6 Aug 2015 08:24:25 +0000 (20:24 +1200)]
Merge pull request #6426 from eileenmcnaughton/CRM-16832

CRM-16832. Do not redirect offsite when fed invalid keys.

8 years agoCRM-16961 fix for search for cust data with parentheses
eileenmcnaugton [Wed, 5 Aug 2015 23:51:31 +0000 (11:51 +1200)]
CRM-16961 fix for search for cust data with parentheses

Conflicts:
CRM/Core/BAO/CustomQuery.php

----------------------------------------
* CRM-16961: 4.6.5 search regression on custom fields where option values have brackets
  https://issues.civicrm.org/jira/browse/CRM-16961

8 years agotraditional way to fix by using special character in RLIKE
monishdeb [Wed, 5 Aug 2015 11:45:41 +0000 (17:15 +0530)]
traditional way to fix by using special character in RLIKE

8 years agoformatting fix
monishdeb [Tue, 4 Aug 2015 18:22:13 +0000 (23:52 +0530)]
formatting fix

8 years agoformat fix
monishdeb [Tue, 4 Aug 2015 15:34:07 +0000 (21:04 +0530)]
format fix

8 years agoCRM-16961 fix - 4.6.5 search regression on custom fields where option values have...
monishdeb [Tue, 4 Aug 2015 14:48:31 +0000 (20:18 +0530)]
CRM-16961 fix - 4.6.5 search regression on custom fields where option values have brackets

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

8 years agoMerge pull request #6420 from jitendrapurohit/CRM-16949
Monish Deb [Thu, 6 Aug 2015 05:16:15 +0000 (10:46 +0530)]
Merge pull request #6420 from jitendrapurohit/CRM-16949

CRM-16949 - Multi-record custom fields repeated when displayed for an individual

8 years agoMerge pull request #6410 from jmcclelland/CRM-10100
Monish Deb [Thu, 6 Aug 2015 05:15:59 +0000 (10:45 +0530)]
Merge pull request #6410 from jmcclelland/CRM-10100

ensure correct open, click, etc. statistics

8 years agoCRM-16832. Do not redirect offsite when fed invalid keys.
Chris Burgess [Mon, 13 Jul 2015 00:45:51 +0000 (12:45 +1200)]
CRM-16832. Do not redirect offsite when fed invalid keys.

URLs to test:

* http://civicrm.dev/civicrm/contribute/transact?qfKey=xxx&entryURL=http://evil.example.com/ should go to CIVICRM_UF_BASEURL
* http://civicrm.dev/civicrm/contribute/transact?qfKey=xxx&entryURL=/civicrm/contribute/transact%3Fid%3D1 should go to /civicrm/contribute/transact?id=1
* http://civicrm.dev/civicrm/contribute/transact?qfKey=xxx&entryURL=http://civicrm.dev/civicrm/contribute/transact%3Fid%3D1 should go to /civicrm/contribute/transact?id=1

8 years agoPHPcs Fixes
Seamus Lee [Thu, 6 Aug 2015 00:06:12 +0000 (00:06 +0000)]
PHPcs Fixes

8 years agoCRM-13644 Apply Permission Check for Group API 4.6
Seamus Lee [Wed, 5 Aug 2015 23:56:20 +0000 (23:56 +0000)]
CRM-13644 Apply Permission Check for Group API 4.6

8 years agoCRM-16973 - filter FROM Email Address select by domain_id
Dave Greenberg [Wed, 5 Aug 2015 22:56:36 +0000 (15:56 -0700)]
CRM-16973 - filter FROM Email Address select by domain_id

----------------------------------------
* CRM-16973: CiviMail not respecting multisite ACL
  https://issues.civicrm.org/jira/browse/CRM-16973

8 years agoMerge pull request #6418 from eileenmcnaughton/CRM-15815-46
Eileen McNaughton [Wed, 5 Aug 2015 20:45:02 +0000 (08:45 +1200)]
Merge pull request #6418 from eileenmcnaughton/CRM-15815-46

CRM-15815 fix chaining with sequential

8 years agominor fixes
jitendrapurohit [Wed, 5 Aug 2015 13:27:54 +0000 (18:57 +0530)]
minor fixes

8 years agoCRM-16949 - Multi-record custom fields repeated when displayed for an individual
jitendrapurohit [Wed, 5 Aug 2015 13:18:18 +0000 (18:48 +0530)]
CRM-16949 - Multi-record custom fields repeated when displayed for an individual

8 years agoUpdate version to 4.6.7
CiviCRM [Wed, 5 Aug 2015 12:06:18 +0000 (05:06 -0700)]
Update version to 4.6.7

8 years agoCRM-16168 api chaining fix (plus some test tidy up)
eileenmcnaugton [Wed, 5 Aug 2015 11:18:07 +0000 (23:18 +1200)]
CRM-16168 api chaining fix (plus some test tidy up)

8 years agoCRM-16168 - Added 2 unit tests.
Johan Vervloet [Tue, 24 Mar 2015 09:23:00 +0000 (10:23 +0100)]
CRM-16168 - Added 2 unit tests.

In the two tests, I try to get an event and its loc block
in one chained call.

In the first test, a loc block exists, so it should be
returned.

In the second test, no loc block exists. This should not
crash the API.

----------------------------------------
* CRM-16168: Chained call event-loc block returns an error if no loc block exists.
  https://issues.civicrm.org/jira/browse/CRM-16168

8 years agoRefs #15891 - Small fix.
Johan Vervloet [Mon, 2 Feb 2015 12:59:01 +0000 (13:59 +0100)]
Refs #15891 - Small fix.

I accidently left a line that writes debug output to a file.
Just removed it.

8 years agoCRM-15891 - Unit test to illustrate the problem.
Johan Vervloet [Mon, 2 Feb 2015 12:23:15 +0000 (13:23 +0100)]
CRM-15891 - Unit test to illustrate the problem.

If I use the api to create a contact and two websites, I expect the
result values to contain the array key 'api.website.create' to be
there.

----------------------------------------
* CRM-15891: Inconsistency in returned json for chained get and chained create
  https://issues.civicrm.org/jira/browse/CRM-15891

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

8 years agoCRM-15904 fix sequential with reload
eileenmcnaughton [Wed, 5 Aug 2015 10:39:25 +0000 (10:39 +0000)]
CRM-15904 fix sequential with reload

8 years agoCRM-15904 - Unit test to illustrate the issue.
Johan Vervloet [Mon, 2 Feb 2015 13:21:43 +0000 (14:21 +0100)]
CRM-15904 - Unit test to illustrate the issue.

This unit test illustrates the problem.

I use chaining to create a contact and an e-mail address. If I do
this with sequential=1 and the reload option, I get an error.

Obviously this pull request will cause errors during automatic
testing.

----------------------------------------
* CRM-15904: API: Reload option does not work with chaining and sequential
  https://issues.civicrm.org/jira/browse/CRM-15904

8 years agoUnit test for CRM-15815.
Johan Vervloet [Sat, 24 Jan 2015 21:20:27 +0000 (22:20 +0100)]
Unit test for CRM-15815.

----------------------------------------
* CRM-15815: Two chained create calls, with the first one creating an array
  https://issues.civicrm.org/jira/browse/CRM-15815

8 years agoCRM-15815 fix chaining with sequential
eileenmcnaughton [Wed, 5 Aug 2015 09:20:30 +0000 (09:20 +0000)]
CRM-15815 fix chaining with sequential

8 years agoMerge pull request #6407 from civicrm/revert-6236-CRM-16836
colemanw [Tue, 4 Aug 2015 19:33:54 +0000 (15:33 -0400)]
Merge pull request #6407 from civicrm/revert-6236-CRM-16836

Revert "CRM-16836 - Enforce permissions in group api getoptions"

8 years agoensure correct open, click, etc. statistics
Jamie McClelland [Mon, 26 Aug 2013 17:30:07 +0000 (13:30 -0400)]
ensure correct open, click, etc. statistics

See http://issues.civicrm.org/jira/browse/CRM-10100 We're counting opens
for the same message more than once.  By counting the event_queue_id we
ensure only one count per message.

8 years agoMerge pull request #6388 from monishdeb/4.6
Monish Deb [Tue, 4 Aug 2015 14:33:09 +0000 (20:03 +0530)]
Merge pull request #6388 from monishdeb/4.6

CRM-16945 fix - Groups tab shows duplicate groups when a contact has …

8 years agoRevert "CRM-16836 - Enforce permissions in group api getoptions"
colemanw [Tue, 4 Aug 2015 12:42:27 +0000 (08:42 -0400)]
Revert "CRM-16836 - Enforce permissions in group api getoptions"

8 years agoMerge pull request #6403 from sudhabisht/WarningFix
Monish Deb [Tue, 4 Aug 2015 07:12:36 +0000 (12:42 +0530)]
Merge pull request #6403 from sudhabisht/WarningFix

Warning Fix

8 years agoWarning Fix
Sudha Bisht [Tue, 4 Aug 2015 07:11:01 +0000 (12:41 +0530)]
Warning Fix

8 years agoMerge pull request #6395 from colemanw/CRM-16846
Kurund Jalmi [Tue, 4 Aug 2015 06:45:49 +0000 (12:15 +0530)]
Merge pull request #6395 from colemanw/CRM-16846

CRM-16846 - run old sql without resetting locale to that version

8 years agoCRM-16846 - run old sql without resetting locale to that version
Coleman Watts [Mon, 3 Aug 2015 21:23:50 +0000 (17:23 -0400)]
CRM-16846 - run old sql without resetting locale to that version

8 years agoMerge pull request #6396 from eileenmcnaughton/4.6
colemanw [Mon, 3 Aug 2015 21:16:42 +0000 (17:16 -0400)]
Merge pull request #6396 from eileenmcnaughton/4.6

CRM-16927 rename changed-name-function in the test suite

8 years agoCRM-16927 rename changed-name-function in the test suite
eileenmcnaugton [Mon, 3 Aug 2015 21:12:43 +0000 (09:12 +1200)]
CRM-16927 rename changed-name-function in the test suite

8 years agoMerge pull request #6390 from eileenmcnaughton/CRM-16958
Eileen McNaughton [Mon, 3 Aug 2015 21:01:51 +0000 (09:01 +1200)]
Merge pull request #6390 from eileenmcnaughton/CRM-16958

CRM-16958 ensure sort_name is set when display_name set

8 years agoCRM-16958 ensure sort_name is set when display_name set
eileenmcnaughton [Mon, 3 Aug 2015 12:16:31 +0000 (12:16 +0000)]
CRM-16958 ensure sort_name is set when display_name set

8 years agoimprovement
monishdeb [Mon, 3 Aug 2015 09:13:07 +0000 (14:43 +0530)]
improvement

8 years agominor fix
monishdeb [Mon, 3 Aug 2015 08:17:48 +0000 (13:47 +0530)]
minor fix

8 years agoCRM-16945 fix - Groups tab shows duplicate groups when a contact has been hard-added...
monishdeb [Mon, 3 Aug 2015 05:40:31 +0000 (11:10 +0530)]
CRM-16945 fix - Groups tab shows duplicate groups when a contact has been hard-added to a smart gorup or paarent group

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

8 years agoMerge pull request #6364 from eileenmcnaughton/CRM-16945
Eileen McNaughton [Mon, 3 Aug 2015 02:06:37 +0000 (14:06 +1200)]
Merge pull request #6364 from eileenmcnaughton/CRM-16945

CRM-16945 add test to demonstrate bug & lock in fix

8 years agoCRM-16945 add test to demonstrate bug & lock in fix
eileenmcnaugton [Fri, 31 Jul 2015 04:54:15 +0000 (16:54 +1200)]
CRM-16945 add test to demonstrate bug & lock in fix

8 years agoMerge pull request #6371 from colemanw/CRM-16891
colemanw [Sat, 1 Aug 2015 11:58:55 +0000 (07:58 -0400)]
Merge pull request #6371 from colemanw/CRM-16891

CRM-16891 - Add $region param to hook_civicrm_coreResourceList

8 years agoMerge pull request #6342 from monishdeb/4.6
Monish Deb [Sat, 1 Aug 2015 08:09:34 +0000 (13:39 +0530)]
Merge pull request #6342 from monishdeb/4.6

CRM-16927 fix - Notice Search membership with custom fields

8 years agoMerge pull request #6368 from colemanw/gender
colemanw [Sat, 1 Aug 2015 02:35:40 +0000 (22:35 -0400)]
Merge pull request #6368 from colemanw/gender

Add api alias for 'gender_id' as 'gender'

8 years agoCRM-16891 - Add $region param to hook_civicrm_coreResourceList
Coleman Watts [Sat, 1 Aug 2015 02:18:42 +0000 (22:18 -0400)]
CRM-16891 - Add $region param to hook_civicrm_coreResourceList

8 years agoMerge pull request #6369 from colemanw/explorer
colemanw [Sat, 1 Aug 2015 01:32:23 +0000 (21:32 -0400)]
Merge pull request #6369 from colemanw/explorer

API Explorer fixes

8 years agoAPI Explorer - Fix jumpy select boxes
Coleman Watts [Fri, 31 Jul 2015 21:34:56 +0000 (17:34 -0400)]
API Explorer - Fix jumpy select boxes

8 years agoAPI Explorer - Default contact-ref to select current user
Coleman Watts [Fri, 31 Jul 2015 20:41:57 +0000 (16:41 -0400)]
API Explorer - Default contact-ref to select current user

8 years agoAdd destroy methods for crmEntityRef and crmSelect2
Coleman Watts [Fri, 31 Jul 2015 20:14:59 +0000 (16:14 -0400)]
Add destroy methods for crmEntityRef and crmSelect2

8 years agoImprove api explorer smarty code generation
Coleman Watts [Fri, 31 Jul 2015 19:27:09 +0000 (15:27 -0400)]
Improve api explorer smarty code generation

8 years agoMerge pull request #6365 from yashodha/CRM-16936
Dave Greenberg [Fri, 31 Jul 2015 19:17:47 +0000 (12:17 -0700)]
Merge pull request #6365 from yashodha/CRM-16936

CRM-16936: Donor with only email address shows no display name

8 years agominor change
monishdeb [Fri, 31 Jul 2015 18:04:03 +0000 (23:34 +0530)]
minor change

8 years agoCustomValue fix for Grant
monishdeb [Fri, 31 Jul 2015 17:59:17 +0000 (23:29 +0530)]
CustomValue fix for Grant

8 years agoformat fix
monishdeb [Wed, 29 Jul 2015 17:28:23 +0000 (22:58 +0530)]
format fix

8 years agoCRM-16927 fix - Notice Search membership with custom fields
monishdeb [Wed, 29 Jul 2015 17:21:28 +0000 (22:51 +0530)]
CRM-16927 fix - Notice Search membership with custom fields

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

8 years agoAdd api alias for 'gender_id' as 'gender'
Coleman Watts [Fri, 31 Jul 2015 17:20:00 +0000 (13:20 -0400)]
Add api alias for 'gender_id' as 'gender'

8 years agoMerge pull request #6367 from monishdeb/generated-mysql
Monish Deb [Fri, 31 Jul 2015 14:29:30 +0000 (19:59 +0530)]
Merge pull request #6367 from monishdeb/generated-mysql

Generated Data for CRM-16907 changes

8 years agoGenerated Data for CRM-16907 changes
monishdeb [Fri, 31 Jul 2015 14:26:33 +0000 (19:56 +0530)]
Generated Data for CRM-16907 changes

----------------------------------------
* CRM-16907: Improvements to in-app Help menu content
  https://issues.civicrm.org/jira/browse/CRM-16907

8 years agosecurity fix
sunil [Fri, 31 Jul 2015 10:57:53 +0000 (16:27 +0530)]
security fix

8 years agoMerge pull request #6354 from yashodha/CRM-16907
Monish Deb [Fri, 31 Jul 2015 10:35:09 +0000 (16:05 +0530)]
Merge pull request #6354 from yashodha/CRM-16907

CRM-16907: Improvements to in-app Help menu content

8 years agoCRM-16936: Donor with only email address shows no display name
yashodha [Fri, 31 Jul 2015 08:01:08 +0000 (13:31 +0530)]
CRM-16936: Donor with only email address shows no display name

----------------------------------------
* CRM-16936: Donor with only email address shows no display name
  https://issues.civicrm.org/jira/browse/CRM-16936

8 years agoMerge pull request #6356 from monishdeb/CRM-16931
Monish Deb [Fri, 31 Jul 2015 06:17:58 +0000 (11:47 +0530)]
Merge pull request #6356 from monishdeb/CRM-16931

CRM-16931 fix - Update Smart Group Counts throws a syntax error (AND …

8 years agotidy up on test class
eileenmcnaugton [Fri, 31 Jul 2015 04:53:41 +0000 (16:53 +1200)]
tidy up on test class

8 years agoMerge pull request #6363 from civicrm/CRM-16944
Kurund Jalmi [Fri, 31 Jul 2015 02:56:35 +0000 (08:26 +0530)]
Merge pull request #6363 from civicrm/CRM-16944

CRM-16944 e-notice

8 years agoCRM-16944 e-notice
Eileen McNaughton [Fri, 31 Jul 2015 00:39:42 +0000 (12:39 +1200)]
CRM-16944 e-notice

8 years agoMerge pull request #6286 from colemanw/CRM-16891
Tim Otten [Thu, 30 Jul 2015 22:27:38 +0000 (15:27 -0700)]
Merge pull request #6286 from colemanw/CRM-16891

CRM-16891 - Add hook_civicrm_coreResourceList

8 years agoMerge pull request #6355 from jitendrapurohit/CRM-16915addfixes
Kurund Jalmi [Thu, 30 Jul 2015 13:48:37 +0000 (19:18 +0530)]
Merge pull request #6355 from jitendrapurohit/CRM-16915addfixes

Additional fixes for CRM-16915

8 years agofixed Whitespace issue in code
sunil [Thu, 30 Jul 2015 12:28:51 +0000 (17:58 +0530)]
fixed Whitespace issue in code

8 years agoCRM-16931 fix - Update Smart Group Counts throws a syntax error (AND instead of WHERE)
monishdeb [Thu, 30 Jul 2015 09:58:27 +0000 (15:28 +0530)]
CRM-16931 fix - Update Smart Group Counts throws a syntax error (AND instead of WHERE)

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