civicrm-core.git
4 years agoMove calculation of js for import fields WITH relationship keys to processor.
eileen [Thu, 5 Sep 2019 00:12:38 +0000 (12:12 +1200)]
Move calculation of js for import fields WITH relationship keys to processor.

As should be obvious we can collapse a lot more out with the next commit now....

4 years agoMerge pull request #15181 from seamuslee001/mailing_search_date_picker_conversion
Eileen McNaughton [Thu, 5 Sep 2019 00:03:49 +0000 (12:03 +1200)]
Merge pull request #15181 from seamuslee001/mailing_search_date_picker_conversion

[Datepicker][REF] Convert mailing date field on mailing search screen…

4 years agoMerge pull request #15053 from eileenmcnaughton/paypal
Eileen McNaughton [Thu, 5 Sep 2019 00:01:27 +0000 (12:01 +1200)]
Merge pull request #15053 from eileenmcnaughton/paypal

dev/membership#13 Add handling for missing MembershipPayment record.

4 years agoMerge pull request #15215 from eileenmcnaughton/import_next
Eileen McNaughton [Wed, 4 Sep 2019 23:49:46 +0000 (11:49 +1200)]
Merge pull request #15215 from eileenmcnaughton/import_next

[Ref] Import use process for relationship defaults, add test

4 years agodev/membership#13 Add handling for missing MembershipPayment record.
eileen [Fri, 16 Aug 2019 23:00:32 +0000 (11:00 +1200)]
dev/membership#13 Add handling for missing MembershipPayment record.

We have an intermittent regression on extending memberships off paypal payments. This adds debug messages
and handling / tests for the scenario I suspect may be in play.

The 'decision' the code makes about how to create recurring transactions is all dependent on the 'template transaction'
- if that is not correct the follow on payments will not be.

This PR allows the membershipID input from paypal to be passed through and used.  This will override any
intended changes - but that just restores previous behaviour and we do not have good handling for these

https://lab.civicrm.org/dev/membership/issues/13

4 years ago[Datepicker][REF] Convert mailing date field on mailing search screen to date picker
Seamus Lee [Sun, 1 Sep 2019 01:27:48 +0000 (11:27 +1000)]
[Datepicker][REF] Convert mailing date field on mailing search screen to date picker

4 years agoRemove a bunch of now-unused variables, will improve performance too as one involved...
eileen [Wed, 4 Sep 2019 22:07:43 +0000 (10:07 +1200)]
Remove a bunch of now-unused variables, will improve performance too as one involved a query

4 years agoEnsure subtype is set on processor
eileen [Wed, 4 Sep 2019 22:07:15 +0000 (10:07 +1200)]
Ensure subtype is set on processor

4 years agoMove default fetching to Processor class
eileen [Wed, 4 Sep 2019 22:04:42 +0000 (10:04 +1200)]
Move default fetching to Processor class

4 years agoImprove tests on loading relationship data
eileen [Wed, 4 Sep 2019 21:58:59 +0000 (09:58 +1200)]
Improve tests on loading relationship data

4 years agoMerge pull request #14621 from pradpnayak/CleanUps
Eileen McNaughton [Wed, 4 Sep 2019 21:34:03 +0000 (09:34 +1200)]
Merge pull request #14621 from pradpnayak/CleanUps

Use api to create activity and removed hardcoded status id

4 years agoMerge pull request #15212 from mmyriam/mmyriam-case-tag-search-patch-1
Seamus Lee [Wed, 4 Sep 2019 21:20:54 +0000 (07:20 +1000)]
Merge pull request #15212 from mmyriam/mmyriam-case-tag-search-patch-1

Fix search for case tags that are part of tag sets

4 years agoMerge pull request #15214 from civicrm/5.17
Eileen McNaughton [Wed, 4 Sep 2019 21:19:58 +0000 (09:19 +1200)]
Merge pull request #15214 from civicrm/5.17

5.17

4 years agoMerge pull request #15213 from agh1/5.17.0-releasenotes-final
Seamus Lee [Wed, 4 Sep 2019 20:38:49 +0000 (06:38 +1000)]
Merge pull request #15213 from agh1/5.17.0-releasenotes-final

5.17.0 release notes: late changes and tidy-up

4 years agoMerge pull request #15189 from eileenmcnaughton/import_tiny
colemanw [Wed, 4 Sep 2019 18:54:22 +0000 (14:54 -0400)]
Merge pull request #15189 from eileenmcnaughton/import_tiny

[Import][ref] Minor code improvement -  move setDefaults to processor

4 years agoMerge pull request #15211 from caltha-eu/patch.ts-deceased
colemanw [Wed, 4 Sep 2019 18:51:41 +0000 (14:51 -0400)]
Merge pull request #15211 from caltha-eu/patch.ts-deceased

Add ts() to deceased string

4 years agoFix search for case tags that are part of tag sets
mmyriam [Wed, 4 Sep 2019 13:43:42 +0000 (09:43 -0400)]
Fix search for case tags that are part of tag sets

Changes to be committed:
modified:   CRM/Case/BAO/Query.php

4 years ago5.17.0 release notes: late changes and tidy-up
Andrew Hunt [Wed, 4 Sep 2019 14:50:41 +0000 (10:50 -0400)]
5.17.0 release notes: late changes and tidy-up

4 years ago(patch.ts-deceased) Add ts() to deceased
scardinius [Wed, 4 Sep 2019 12:15:08 +0000 (14:15 +0200)]
(patch.ts-deceased) Add ts() to deceased

4 years agoMerge pull request #15209 from yashodha/dev1065
Eileen McNaughton [Wed, 4 Sep 2019 05:55:01 +0000 (17:55 +1200)]
Merge pull request #15209 from yashodha/dev1065

(dev/core#1065) Grant in Edit mode doesn't show the associated contact

4 years ago(dev/core#1065) Grant in Edit mode doesn't show the associated contact
yashodha [Wed, 4 Sep 2019 03:32:40 +0000 (09:02 +0530)]
(dev/core#1065) Grant in Edit mode doesn't show the associated contact

4 years agoMerge pull request #15208 from civicrm/5.17
Eileen McNaughton [Wed, 4 Sep 2019 02:00:21 +0000 (14:00 +1200)]
Merge pull request #15208 from civicrm/5.17

5.17 to master

4 years agoMerge pull request #15207 from seamuslee001/5_16_4_5_17_release_notes
Eileen McNaughton [Wed, 4 Sep 2019 01:59:53 +0000 (13:59 +1200)]
Merge pull request #15207 from seamuslee001/5_16_4_5_17_release_notes

[NFC] Bring up 5.16.4 release notes into 5.17

4 years agoMerge pull request #15203 from eileenmcnaughton/index_contact
Seamus Lee [Wed, 4 Sep 2019 01:56:50 +0000 (11:56 +1000)]
Merge pull request #15203 from eileenmcnaughton/index_contact

Add index to civicrm_contact.created_date & modified_date

4 years agoMerge pull request #15165 from fkohrt/master
Seamus Lee [Wed, 4 Sep 2019 01:53:32 +0000 (11:53 +1000)]
Merge pull request #15165 from fkohrt/master

SMTP help text and URL are misleading to Organization Address and Contact Info instead of leading to From Email Addresses; see also #14055 and #14329

4 years agoUpdate 5.16.4.md
Tim Otten [Tue, 3 Sep 2019 06:35:02 +0000 (23:35 -0700)]
Update 5.16.4.md

4 years agorelease-notes - Add 5.16.4
Tim Otten [Tue, 3 Sep 2019 06:31:19 +0000 (23:31 -0700)]
release-notes - Add 5.16.4

4 years agoMerge pull request #15193 from pradpnayak/ChangeACLCacheCLass
Seamus Lee [Wed, 4 Sep 2019 00:25:33 +0000 (10:25 +1000)]
Merge pull request #15193 from pradpnayak/ChangeACLCacheCLass

Changed ClassName for ACL cache

4 years agoAdd index to civicrm_contact.created_date & modified_date
eileen [Tue, 3 Sep 2019 07:23:13 +0000 (19:23 +1200)]
Add index to civicrm_contact.created_date & modified_date

Note this will add the indexes to new installs or to installs who run the script to update indexes
(we used to promote this via a status check but there was a bug & we 'hushed' it & stopped trying to fix
the bug)

4 years agoMerge pull request #15205 from colemanw/importableCommunicationStyle
Seamus Lee [Tue, 3 Sep 2019 22:47:27 +0000 (08:47 +1000)]
Merge pull request #15205 from colemanw/importableCommunicationStyle

Set contact communication_style_id as importable

4 years agoMerge pull request #15156 from eileenmcnaughton/dedupe5
Seamus Lee [Tue, 3 Sep 2019 22:45:17 +0000 (08:45 +1000)]
Merge pull request #15156 from eileenmcnaughton/dedupe5

Replace some calls to CRM_Core_Error::fatal with exceptions

4 years agoSet contact communication_style_id as importable
Coleman Watts [Tue, 3 Sep 2019 17:33:47 +0000 (13:33 -0400)]
Set contact communication_style_id as importable

4 years agoMerge pull request #15204 from pradpnayak/CacheTitle
colemanw [Tue, 3 Sep 2019 18:45:56 +0000 (14:45 -0400)]
Merge pull request #15204 from pradpnayak/CacheTitle

Added field title for Cache table

4 years agoMerge pull request #15196 from eileenmcnaughton/dedupe_api
Matthew Wire [Tue, 3 Sep 2019 09:55:52 +0000 (10:55 +0100)]
Merge pull request #15196 from eileenmcnaughton/dedupe_api

dev/core#1230 [Dedupe] Add new api option to getduplicates, permitting a new search to be forced.

4 years agoAdded field title for Cache table
Pradeep Nayak [Tue, 3 Sep 2019 09:08:55 +0000 (10:08 +0100)]
Added field title for Cache table

4 years agoMerge pull request #15198 from seamuslee001/member_report_upgrade_step
Eileen McNaughton [Tue, 3 Sep 2019 07:09:59 +0000 (19:09 +1200)]
Merge pull request #15198 from seamuslee001/member_report_upgrade_step

Ensure all report templates switch the filter field_name from join_da…

4 years agoMerge pull request #15200 from eileenmcnaughton/date_field
Seamus Lee [Tue, 3 Sep 2019 06:30:06 +0000 (16:30 +1000)]
Merge pull request #15200 from eileenmcnaughton/date_field

Re-remove pledge & member fields from the legacy date list

4 years agoRe-remove pledge & member fields from the legacy date list
eileen [Tue, 3 Sep 2019 05:28:29 +0000 (17:28 +1200)]
Re-remove pledge & member fields from the legacy date list

4 years agoMerge pull request #15199 from civicrm/5.17
Eileen McNaughton [Tue, 3 Sep 2019 05:25:24 +0000 (17:25 +1200)]
Merge pull request #15199 from civicrm/5.17

5.17 to master

4 years agoMerge pull request #15197 from eileenmcnaughton/5.17
Eileen McNaughton [Tue, 3 Sep 2019 05:24:51 +0000 (17:24 +1200)]
Merge pull request #15197 from eileenmcnaughton/5.17

[NFC] comment fixes

4 years agoMerge pull request #15194 from eileenmcnaughton/517_dates
Eileen McNaughton [Tue, 3 Sep 2019 05:24:11 +0000 (17:24 +1200)]
Merge pull request #15194 from eileenmcnaughton/517_dates

Fix failure to save relative dates on legacy fields

4 years agoEnsure all report templates switch the filter field_name from join_date to be members...
Seamus Lee [Tue, 3 Sep 2019 02:07:50 +0000 (12:07 +1000)]
Ensure all report templates switch the filter field_name from join_date to be membership_join_date

4 years ago[NFC] comment fixes
eileen [Tue, 3 Sep 2019 01:47:36 +0000 (13:47 +1200)]
[NFC] comment fixes

4 years agoMerge pull request #15177 from seamuslee001/member_fields_datepicker_conversion
Seamus Lee [Tue, 3 Sep 2019 01:22:56 +0000 (11:22 +1000)]
Merge pull request #15177 from seamuslee001/member_fields_datepicker_conversion

[Date picker][REF] Convert jcalendar date fields to date picker on me…

4 years agoFix failure to save relative dates on legacy fields
eileen [Mon, 2 Sep 2019 22:50:37 +0000 (10:50 +1200)]
Fix failure to save relative dates on legacy fields

4 years agoAlter smartGroup conversion array to match 5.15 standard of groups and add in unit...
Seamus Lee [Mon, 2 Sep 2019 23:50:07 +0000 (09:50 +1000)]
Alter smartGroup conversion array to match 5.15 standard of groups and add in unit test of problem with mulitple relative dates in the one smart group

Fix test that was just added by moving assigning of fieldPossibilities lower

4 years agoFix join_date in batch forms and in report filters
Seamus Lee [Mon, 2 Sep 2019 22:22:33 +0000 (08:22 +1000)]
Fix join_date in batch forms and in report filters

4 years ago[Date picker][REF] Convert jcalendar date fields to date picker on member search...
Seamus Lee [Sat, 31 Aug 2019 07:09:05 +0000 (17:09 +1000)]
[Date picker][REF] Convert jcalendar date fields to date picker on member search screen

Ensure that relative fields are handled as per newer handling

Update to eileen's metadata date_query functions and fix template

Fix upgrade by including each of the 3 separate field names

4 years agoAdd new api option to getduplicates, permitting a new search to be forced.
eileen [Tue, 3 Sep 2019 00:13:36 +0000 (12:13 +1200)]
Add new api option to getduplicates, permitting a new search to be forced.

Per the inbuilt screen, sometimes there is a need to clear the cached duplicates & reload - e.g because more have been
created in the mean time.

4 years agoMerge pull request #15185 from eileenmcnaughton/dedupe10
Eileen McNaughton [Mon, 2 Sep 2019 20:58:06 +0000 (08:58 +1200)]
Merge pull request #15185 from eileenmcnaughton/dedupe10

Incorporate searchLimit in dedupe cacheKey

4 years agoMerge pull request #15160 from eileenmcnaughton/dedupe8
Eileen McNaughton [Mon, 2 Sep 2019 20:56:55 +0000 (08:56 +1200)]
Merge pull request #15160 from eileenmcnaughton/dedupe8

Fix  inconsistencies in duplicate retrieval

4 years agoMerge pull request #15191 from eileenmcnaughton/pledge_high_low
Seamus Lee [Mon, 2 Sep 2019 20:54:59 +0000 (06:54 +1000)]
Merge pull request #15191 from eileenmcnaughton/pledge_high_low

Use metadata for pledgeDateRange fields

4 years agoIncorporate searchLimit in dedupe cacheKey
eileen [Sun, 1 Sep 2019 23:34:02 +0000 (11:34 +1200)]
Incorporate searchLimit in dedupe cacheKey

When accessing dedupes by the api call or on the dedupe screen it's possible to pass in
a searchLimit param. This works like the group limit in that it limits the number of
contacts for whom a match is sought. For example if there are 2million contacts in the database
and you have a search limit of 0 then it will look for duplicates for all 2 million. (unset
is the same as 0). If you have a search limit of 1000 it will look for matches for the first
1000 contacts that match the criteria (criteria could be the group or other criteria passed in
via the url although the api is the most obvious way to pass in criteria)

Note there is a separate limit (sometimes called batch limit) that limits results from within
the found matches.

To test the searchLimit it is possible to add limit=5 to the url generated in the
url by findContacts. Without this patch changing the limit once the search has been done
will not alter the results as the limit is not part of the cachekey - this patch
changes that.

4 years agoMerge pull request #15192 from demeritcowboy/locate-name-or-label-2
Eileen McNaughton [Mon, 2 Sep 2019 20:49:11 +0000 (08:49 +1200)]
Merge pull request #15192 from demeritcowboy/locate-name-or-label-2

dev/core#1046 - simplify logic

4 years agoChanged ClassName for ACL clacc
Pradeep Nayak [Mon, 2 Sep 2019 20:08:43 +0000 (21:08 +0100)]
Changed ClassName for ACL clacc

4 years agosimplify logic
DemeritCowboy [Mon, 2 Sep 2019 14:51:01 +0000 (10:51 -0400)]
simplify logic

4 years agoUse metadata for pledgeDateRange fields
eileen [Mon, 2 Sep 2019 12:51:25 +0000 (00:51 +1200)]
Use metadata for pledgeDateRange fields

This moves the date handling for date fields to a re-usable function

4 years agoMerge pull request #15186 from seamuslee001/member_fields_xml_change
Eileen McNaughton [Mon, 2 Sep 2019 08:01:57 +0000 (20:01 +1200)]
Merge pull request #15186 from seamuslee001/member_fields_xml_change

Update XML files for membership fields to support date picker conversion

4 years agoMerge pull request #15182 from demeritcowboy/locate-name-or-label
Eileen McNaughton [Mon, 2 Sep 2019 07:13:42 +0000 (19:13 +1200)]
Merge pull request #15182 from demeritcowboy/locate-name-or-label

dev/core#1046 - allow for the real "name" to be specified in xml

4 years ago[Import][ref] Minor code improvement - move setDefaults to processor
eileen [Mon, 2 Sep 2019 07:00:08 +0000 (19:00 +1200)]
[Import][ref] Minor code improvement -  move setDefaults to processor

4 years agoMerge pull request #15183 from eileenmcnaughton/import_names
Seamus Lee [Mon, 2 Sep 2019 06:38:44 +0000 (16:38 +1000)]
Merge pull request #15183 from eileenmcnaughton/import_names

[REF] Import - minor cleanup  - generate js on the processor class

4 years agoUpdate XML files for membership fields to support date picker conversion
Seamus Lee [Mon, 2 Sep 2019 04:21:18 +0000 (14:21 +1000)]
Update XML files for membership fields to support date picker conversion

4 years agoMerge pull request #15170 from seamuslee001/pledge_date_picker_conversion
Seamus Lee [Mon, 2 Sep 2019 03:44:31 +0000 (13:44 +1000)]
Merge pull request #15170 from seamuslee001/pledge_date_picker_conversion

Convert pledge date fields to use datepicker rather than jcalendar

4 years ago[REF] Import - generate js on the processor class
eileen [Sun, 1 Sep 2019 22:10:54 +0000 (10:10 +1200)]
[REF] Import - generate js on the processor class

This moves the js calculation to the processor class for some of the function and simplifies it
so that the concatenation is done at the end.

Test cover is very solid on this

4 years agoEnsure that relative dates are handled in the newer way
Seamus Lee [Sun, 1 Sep 2019 01:57:28 +0000 (11:57 +1000)]
Ensure that relative dates are handled in the newer way

4 years agoConvert pledge date fields to use datepicker rather than jcalendar
Seamus Lee [Fri, 30 Aug 2019 22:49:45 +0000 (08:49 +1000)]
Convert pledge date fields to use datepicker rather than jcalendar

Add support for url variables

Standardise search form as per contribute form

Add in pledge payment xml change

4 years agodev/core#1046
DemeritCowboy [Sun, 1 Sep 2019 16:57:53 +0000 (12:57 -0400)]
dev/core#1046

4 years agoMerge pull request #15180 from seamuslee001/pledge_xml_changes
colemanw [Sun, 1 Sep 2019 15:25:52 +0000 (11:25 -0400)]
Merge pull request #15180 from seamuslee001/pledge_xml_changes

Update Pledge XML to support date picker conversion

4 years agoMerge pull request #15179 from eileenmcnaughton/import_names
colemanw [Sun, 1 Sep 2019 15:25:19 +0000 (11:25 -0400)]
Merge pull request #15179 from eileenmcnaughton/import_names

Extend loadSavedMapping to check defaults

4 years ago[NFC] Update Pledge XML to support date picker conversion
Seamus Lee [Sun, 1 Sep 2019 02:20:23 +0000 (12:20 +1000)]
[NFC] Update Pledge XML to support date picker conversion

Update unit tests to match new schema

4 years agoExtend loadSavedMapping to check defaults
eileen [Sun, 1 Sep 2019 00:05:53 +0000 (12:05 +1200)]
Extend loadSavedMapping to check defaults

By using the metadata already available on the function we don't need to use a class param
and can simplify and test

4 years agoMerge pull request #15176 from civicrm/5.17
Seamus Lee [Sat, 31 Aug 2019 22:03:46 +0000 (08:03 +1000)]
Merge pull request #15176 from civicrm/5.17

5.17

4 years agoMerge pull request #15169 from pradpnayak/relDateFixes
Seamus Lee [Sat, 31 Aug 2019 20:24:26 +0000 (06:24 +1000)]
Merge pull request #15169 from pradpnayak/relDateFixes

1226, fixed Change log relative date search for creating smart group

4 years agoMerge pull request #15175 from eileenmcnaughton/mini
colemanw [Sat, 31 Aug 2019 18:37:52 +0000 (14:37 -0400)]
Merge pull request #15175 from eileenmcnaughton/mini

Someimes ya just gotta say enough already

4 years ago1226, fixed Change log relative date search for creating smart group
Pradeep Nayak [Fri, 30 Aug 2019 20:31:01 +0000 (21:31 +0100)]
1226, fixed Change log relative date search for creating smart group

4 years agoSomeimes ya just gotta say enough already
eileen [Sat, 31 Aug 2019 10:09:34 +0000 (22:09 +1200)]
Someimes ya just gotta say enough already

4 years agoMerge pull request #15173 from eileenmcnaughton/mini
Seamus Lee [Sat, 31 Aug 2019 07:06:18 +0000 (17:06 +1000)]
Merge pull request #15173 from eileenmcnaughton/mini

[REF] Very minor code cleanup on import code with good test cover

4 years agoMerge pull request #15172 from colemanw/sendResponse
Eileen McNaughton [Sat, 31 Aug 2019 04:50:50 +0000 (16:50 +1200)]
Merge pull request #15172 from colemanw/sendResponse

[NFC] Remove redundant annotation

4 years ago[REF] Very minor code cleanup on import.
eileen [Sat, 31 Aug 2019 04:41:16 +0000 (16:41 +1200)]
[REF] Very minor code cleanup on import.

The value  is equal to the phone id if one exists or the processor id - this just
uses the processor function to grab it

4 years ago[NFC] Remove redundant annotation
Coleman Watts [Sat, 31 Aug 2019 01:34:39 +0000 (21:34 -0400)]
[NFC] Remove redundant annotation

4 years agoMerge pull request #15130 from eileenmcnaughton/import_rel
colemanw [Sat, 31 Aug 2019 00:52:46 +0000 (20:52 -0400)]
Merge pull request #15130 from eileenmcnaughton/import_rel

[ref] [ import] Extend tests & simpler retrieval to relationship_type_id

4 years agoMerge pull request #15163 from colemanw/eventClone
Seamus Lee [Fri, 30 Aug 2019 23:47:20 +0000 (09:47 +1000)]
Merge pull request #15163 from colemanw/eventClone

[REF] Move clone template functionality from api to bao

4 years agoMerge pull request #15167 from mattwire/testRenewMembership_note
Seamus Lee [Fri, 30 Aug 2019 22:03:32 +0000 (08:03 +1000)]
Merge pull request #15167 from mattwire/testRenewMembership_note

Add note about testRenewMembership failing on certain days

4 years agoMerge pull request #15119 from seamuslee001/fix_dashboard_domain_fk
Eileen McNaughton [Fri, 30 Aug 2019 21:56:20 +0000 (09:56 +1200)]
Merge pull request #15119 from seamuslee001/fix_dashboard_domain_fk

Ensure that civicrm_dashboard has a foreign key to civicrm_domain

4 years agoMerge pull request #15099 from christianwach/lab-1200
Seamus Lee [Fri, 30 Aug 2019 21:43:38 +0000 (07:43 +1000)]
Merge pull request #15099 from christianwach/lab-1200

Ensure Dashboard respects multiple Domains

4 years agoMerge pull request #15155 from eileenmcnaughton/merge_perm
colemanw [Fri, 30 Aug 2019 17:30:31 +0000 (13:30 -0400)]
Merge pull request #15155 from eileenmcnaughton/merge_perm

Use merge duplicate contacts as api permission for merging

4 years agoMerge pull request #15157 from eileenmcnaughton/dedupe6
colemanw [Fri, 30 Aug 2019 17:29:44 +0000 (13:29 -0400)]
Merge pull request #15157 from eileenmcnaughton/dedupe6

Adjust permissions on dedupe exception api to 'merge duplicate contacts'

4 years agoAdd note about testRenewMembership failing on certain days
Matthew Wire (MJW Consulting) [Fri, 30 Aug 2019 15:55:53 +0000 (16:55 +0100)]
Add note about testRenewMembership failing on certain days

4 years agoSMTP help text and URL are misleading to Organization Address and Contact Info instea...
Florian Kohrt [Thu, 29 Aug 2019 21:54:45 +0000 (23:54 +0200)]
SMTP help text and URL are misleading to Organization Address and Contact Info instead of leading to From Email Addresses; see also #14055 and #14329

4 years agoFix inconsistencies in duplicate retrieval
eileen [Thu, 29 Aug 2019 04:15:53 +0000 (16:15 +1200)]
Fix  inconsistencies in duplicate retrieval

Alternative to
https://github.com/civicrm/civicrm-core/pull/15158
and

https://github.com/civicrm/civicrm-core/pull/15153

fixing both the  inconsistency & performance & making code more legible

4 years agoMerge pull request #15164 from mlutfy/ppIpnTranslation
Eileen McNaughton [Thu, 29 Aug 2019 21:04:07 +0000 (09:04 +1200)]
Merge pull request #15164 from mlutfy/ppIpnTranslation

Fix PayPalImpl Contribution Status PseudoConstant for non-English

4 years agoFix PayPalImpl Contribution Status PseudoConstant for non-English (use name, not...
Mathieu Lutfy [Thu, 29 Aug 2019 18:12:55 +0000 (14:12 -0400)]
Fix PayPalImpl Contribution Status PseudoConstant for non-English (use name, not label)

4 years agoMerge pull request #15161 from vakeesan26/dev/core#1218
Mathieu Lu [Thu, 29 Aug 2019 18:10:17 +0000 (14:10 -0400)]
Merge pull request #15161 from vakeesan26/dev/core#1218

dev/core#1218 Fix Word Replacements on manage case Roles

4 years ago[REF] Move clone template functionality from api to bao
Coleman Watts [Thu, 29 Aug 2019 16:11:07 +0000 (12:11 -0400)]
[REF] Move clone template functionality from api to bao

4 years agofix for dev/core#1218
Vakeesan [Thu, 29 Aug 2019 11:34:24 +0000 (12:34 +0100)]
fix for dev/core#1218

4 years agoMerge pull request #15114 from eileenmcnaughton/weird2
Eileen McNaughton [Thu, 29 Aug 2019 04:34:03 +0000 (16:34 +1200)]
Merge pull request #15114 from eileenmcnaughton/weird2

Make sure inherited memberships are not themselves inherited

4 years agoUse merge duplicate contacts as api permission for merging
eileen [Thu, 29 Aug 2019 01:49:32 +0000 (13:49 +1200)]
Use merge duplicate contacts as api permission for merging

4 years agoAdjust permissions on dedupe exception api to 'merge duplicate contacts'
eileen [Thu, 29 Aug 2019 02:08:25 +0000 (14:08 +1200)]
Adjust permissions on dedupe exception api to 'merge duplicate contacts'

4 years agoRemove some calls to CRM_Core_Error::fatal for exceptions
eileen [Thu, 29 Aug 2019 02:00:23 +0000 (14:00 +1200)]
Remove some calls to CRM_Core_Error::fatal for exceptions

4 years agoMerge pull request #15152 from eileenmcnaughton/dedupe
Seamus Lee [Thu, 29 Aug 2019 00:53:11 +0000 (10:53 +1000)]
Merge pull request #15152 from eileenmcnaughton/dedupe

Open up permissions on Dedupe.getduplicates