civicrm-core.git
4 years ago[NFC] minor form cleanup.
eileen [Thu, 26 Mar 2020 03:56:35 +0000 (16:56 +1300)]
[NFC] minor form cleanup.

Most notably  fix calling a non-static method statically but also remove comment that
clearly came in by copy & paste,

4 years agoMerge pull request #16894 from seamuslee001/core/issues/923
Seamus Lee [Wed, 25 Mar 2020 02:15:37 +0000 (13:15 +1100)]
Merge pull request #16894 from seamuslee001/core/issues/923

Fixed fatal error for Event Participants custom search if price set f…

4 years agoMerge pull request #16869 from colemanw/del
Eileen McNaughton [Wed, 25 Mar 2020 01:16:41 +0000 (14:16 +1300)]
Merge pull request #16869 from colemanw/del

APIv3 - Use new DAO::deleteRecord method

4 years agoMerge pull request #16867 from colemanw/dashboard
Eileen McNaughton [Wed, 25 Mar 2020 01:12:43 +0000 (14:12 +1300)]
Merge pull request #16867 from colemanw/dashboard

APIv4 - Add Dashboard & DashboardContact entities

4 years agoMerge pull request #16892 from civicrm/5.24
Seamus Lee [Wed, 25 Mar 2020 00:57:54 +0000 (11:57 +1100)]
Merge pull request #16892 from civicrm/5.24

5.24

4 years agoFixed fatal error for Event Participants custom search if price set field option...
Pradeep Nayak [Sat, 11 May 2019 09:30:36 +0000 (10:30 +0100)]
Fixed fatal error for Event Participants custom search if price set field option is disabled after a registrant has already selected it

Fix test failure and parametise queries

4 years agoMerge pull request #16891 from seamuslee001/5_23_4_release_notes
Seamus Lee [Tue, 24 Mar 2020 23:46:40 +0000 (10:46 +1100)]
Merge pull request #16891 from seamuslee001/5_23_4_release_notes

Add release-notes/5.23.4.md

4 years agoMerge pull request #16887 from totten/5.24-dbl-path
Seamus Lee [Tue, 24 Mar 2020 23:45:56 +0000 (10:45 +1100)]
Merge pull request #16887 from totten/5.24-dbl-path

dev/joomla#26 - Fix path derivation when CMS is rooted in a subdir

4 years agoAdd release-notes/5.23.4.md
Tim Otten [Tue, 24 Mar 2020 22:28:00 +0000 (15:28 -0700)]
Add release-notes/5.23.4.md

4 years ago(NFC) Update comments in PathsTest.php
Tim Otten [Tue, 24 Mar 2020 21:46:10 +0000 (14:46 -0700)]
(NFC) Update comments in PathsTest.php

4 years agoMerge pull request #16872 from colemanw/arrayValue8
Seamus Lee [Tue, 24 Mar 2020 06:28:55 +0000 (17:28 +1100)]
Merge pull request #16872 from colemanw/arrayValue8

[REF] Replace \CRM_Utils_Array::value with ??

4 years agoMerge pull request #16873 from colemanw/api4ArrayValue
Seamus Lee [Tue, 24 Mar 2020 06:26:44 +0000 (17:26 +1100)]
Merge pull request #16873 from colemanw/api4ArrayValue

[REF] Civi/Api4 - Refactor out 'use CRM_Utils_Array'

4 years agoMerge pull request #16874 from colemanw/contactCleanup
Seamus Lee [Tue, 24 Mar 2020 06:25:40 +0000 (17:25 +1100)]
Merge pull request #16874 from colemanw/contactCleanup

[REF] BAO_Contact - Remove CRM_Utils_Array::value and other unnecessary code

4 years agoMerge pull request #16884 from civicrm/5.24
colemanw [Tue, 24 Mar 2020 05:59:59 +0000 (01:59 -0400)]
Merge pull request #16884 from civicrm/5.24

5.24

4 years agodev/joomla#26 - Fix path derivation when CMS is rooted in a subdir
Tim Otten [Tue, 24 Mar 2020 05:56:36 +0000 (22:56 -0700)]
dev/joomla#26 - Fix path derivation when CMS is rooted in a subdir

Overview
--------

CiviCRM is deployed inside a CMS. The CMS is usually deployed at the HTTP root (`http://example.org`),
but it is sometimes deployed in a subdirectory (`http://example.org/my-cms`).

Some asset URLs are computed using the variables `[civicrm.bower]`, `[civicrm.packages]`, and `[civicrm.vendor]`, which
are derived from the value of `[civicrm.root]`.  However, if the site is deployed in a subdirectory, and if using v5.23,
then the computation of `[civicrm.bower]` (etc) can misbehave.

Before
------

When the URL for `[civicrm.bower]` (or similar) is derived, it goes through multiple filters - first, from absolute to
relative, and then later from relative back to absolute.  In the process, the base is inadvertently changed.

After
-----

When the URL is derived, it is computed in absolute format - and simply kept that way.

Comments
--------

Regarding test coverage, there are two relevant unit-tests. This PR only updates one.

* `E2E\Core\PathUrlTest`: This is a more concrete smoke test which demonstrates functional problems with variables like
  `[civicrm.bower]`.  It should already catch problems like dev/joomla#26...  but only if you run the E2E suite on a system
  where the CMS was deployed to a subdirectory.  `civibuild` doesn't currently include such a build-type.
* `Civi\Core\PathsTest`: This is a more abstract, headless test to examine edge-cases in `Civi\Core\Paths`. It does not
  specifically check for `[civicrm.bower]` or similar variables (b/c the URL routing is ill-defined in a headless context).
  However, I've updated it to compare/contrast the working and non-working ways to derive variables.

4 years agoMerge pull request #16878 from colemanw/api4Sql
Eileen McNaughton [Tue, 24 Mar 2020 03:03:20 +0000 (16:03 +1300)]
Merge pull request #16878 from colemanw/api4Sql

[REF] APIv4 - Restructure the way get query objects are constucted

4 years agoMerge pull request #16883 from demeritcowboy/blank-dashboard-notice
Seamus Lee [Tue, 24 Mar 2020 01:55:19 +0000 (12:55 +1100)]
Merge pull request #16883 from demeritcowboy/blank-dashboard-notice

dev/core#1668 - Avoid E_NOTICE when removing last dashlet

4 years agoMerge pull request #16876 from colemanw/ssFix
Eileen McNaughton [Tue, 24 Mar 2020 00:45:43 +0000 (13:45 +1300)]
Merge pull request #16876 from colemanw/ssFix

Fix undefined index warning in SavedSearch api

4 years agoMerge pull request #16659 from demeritcowboy/name-label-print-report
Seamus Lee [Mon, 23 Mar 2020 21:20:51 +0000 (08:20 +1100)]
Merge pull request #16659 from demeritcowboy/name-label-print-report

Alternate to #16650 - On Case Audit/Print Report richtext details field is getting escaped when system is non-english

4 years agoavoid notice on removing last dashlet
demeritcowboy [Mon, 23 Mar 2020 20:43:49 +0000 (16:43 -0400)]
avoid notice on removing last dashlet

4 years agoMerge pull request #16591 from ixiam/dev/core#1575
Seamus Lee [Mon, 23 Mar 2020 20:39:46 +0000 (07:39 +1100)]
Merge pull request #16591 from ixiam/dev/core#1575

Fix use col "Soft Credit Amount Stats" and any filter of contribution…

4 years agoDashboardContact - Change column_no field from bool to int
Coleman Watts [Fri, 20 Mar 2020 17:25:15 +0000 (13:25 -0400)]
DashboardContact - Change column_no field from bool to int

4 years agoCleanup Dashboard BAO
Coleman Watts [Fri, 20 Mar 2020 17:02:09 +0000 (13:02 -0400)]
Cleanup Dashboard BAO

4 years agoAPIv4 - Generic handler for domain_id field.
Coleman Watts [Fri, 20 Mar 2020 16:29:05 +0000 (12:29 -0400)]
APIv4 - Generic handler for domain_id field.

This field should be treated the same across all entities for consistency.

4 years agoDashboard - serialize field in metadata
Coleman Watts [Fri, 20 Mar 2020 15:54:49 +0000 (11:54 -0400)]
Dashboard - serialize field in metadata

4 years agoAPIv4 - Add Dashboard & DashboardContact entities
Coleman Watts [Fri, 20 Mar 2020 14:19:59 +0000 (10:19 -0400)]
APIv4 - Add Dashboard & DashboardContact entities

4 years agoMerge pull request #16870 from seamuslee001/pear_mail_patch_port
colemanw [Mon, 23 Mar 2020 20:10:07 +0000 (16:10 -0400)]
Merge pull request #16870 from seamuslee001/pear_mail_patch_port

[REF] Use composer patches to apply CiviCRM Customisations for CRM-1367 and CRM-5946

4 years agoMerge pull request #16881 from wmortada/core#1331-4
colemanw [Mon, 23 Mar 2020 18:47:37 +0000 (14:47 -0400)]
Merge pull request #16881 from wmortada/core#1331-4

dev/core#1331 Add missing parameter to translation string

4 years agoMerge pull request #16875 from colemanw/arrayValue9
colemanw [Mon, 23 Mar 2020 18:36:50 +0000 (14:36 -0400)]
Merge pull request #16875 from colemanw/arrayValue9

[REF] Cleanup is_array(CRM_Utils_Array::value()) pattern

4 years agoDeprecate redundant api3 util function
Coleman Watts [Mon, 23 Mar 2020 14:41:34 +0000 (10:41 -0400)]
Deprecate redundant api3 util function

4 years agoAPIv4 - Cleanup and restructure the way get query objects are constructed
Coleman Watts [Mon, 23 Mar 2020 02:32:04 +0000 (22:32 -0400)]
APIv4 - Cleanup and restructure the way get query objects are constructed

4 years agoAdd missing parameter to translation string
William Mortada [Mon, 23 Mar 2020 16:18:13 +0000 (16:18 +0000)]
Add missing parameter to translation string

4 years agoMerge pull request #16832 from eileenmcnaughton/deltest2
colemanw [Mon, 23 Mar 2020 16:15:32 +0000 (12:15 -0400)]
Merge pull request #16832 from eileenmcnaughton/deltest2

dev/core#667 Fix bug where entity_tags are not deleted by 'soft FK'

4 years agoBAO_Contact - Remove CRM_Utils_Array::value and other unnecessary code
Coleman Watts [Sat, 21 Mar 2020 16:08:43 +0000 (12:08 -0400)]
BAO_Contact - Remove CRM_Utils_Array::value and other unnecessary code

4 years agoMerge pull request #16785 from demeritcowboy/weird-casetype-check
Matthew Wire [Mon, 23 Mar 2020 11:14:40 +0000 (11:14 +0000)]
Merge pull request #16785 from demeritcowboy/weird-casetype-check

dev/core#1652 - Check for change case type activity on case activity form doesn't work

4 years agoMerge pull request #16674 from alexymik/patch-2
Matthew Wire [Mon, 23 Mar 2020 11:10:16 +0000 (11:10 +0000)]
Merge pull request #16674 from alexymik/patch-2

Add privacy fields to ContributionDetail report

4 years agoMerge pull request #16787 from eileenmcnaughton/dead
Seamus Lee [Mon, 23 Mar 2020 07:36:21 +0000 (18:36 +1100)]
Merge pull request #16787 from eileenmcnaughton/dead

Follow up on fix on updating memberships when a contact is deceased

4 years agoMerge pull request #16879 from civicrm/5.24
Seamus Lee [Mon, 23 Mar 2020 07:01:14 +0000 (18:01 +1100)]
Merge pull request #16879 from civicrm/5.24

5.24

4 years agoMerge pull request #16702 from seamuslee001/5.24
Tim Otten [Mon, 23 Mar 2020 03:32:47 +0000 (20:32 -0700)]
Merge pull request #16702 from seamuslee001/5.24

bin/*, extern/* - Fix leak of "$config" in global namespace

4 years agoMerge pull request #16857 from mattwire/cancelsubscriptionprocessorname
Eileen McNaughton [Sun, 22 Mar 2020 21:38:47 +0000 (10:38 +1300)]
Merge pull request #16857 from mattwire/cancelsubscriptionprocessorname

Fix display of payment processor title in cancelSubscription form

4 years agoMerge pull request #16853 from colemanw/bool3
Eileen McNaughton [Sun, 22 Mar 2020 21:37:26 +0000 (10:37 +1300)]
Merge pull request #16853 from colemanw/bool3

CRM/Contribute - Cleanup boolean expressions

4 years agoFollow up on fix on updating memberships when a contact is deceased
eileen [Sun, 15 Mar 2020 23:53:22 +0000 (12:53 +1300)]
Follow up on fix on updating memberships when a contact is deceased

This removes the now-duplicate call from the Contact edit form & fixes it such that the message would appear
for any logged in action that causes this (notably the 2 ways of editing the contact at the moment.)

Note it might change the way the messages look from one message to more than one - this  feels like
it's arguable enough that it's not worth worrying about

4 years agodev/core#667 Fix bug where entity_tags are not deleted by 'soft FK'
eileen [Wed, 18 Mar 2020 02:32:02 +0000 (15:32 +1300)]
dev/core#667 Fix bug where entity_tags are not deleted by 'soft FK'

4 years agoMerge pull request #16480 from eileenmcnaughton/comp
Eileen McNaughton [Sun, 22 Mar 2020 02:01:33 +0000 (15:01 +1300)]
Merge pull request #16480 from eileenmcnaughton/comp

dev/financial#87 make it possible to add a payment to a fully paid contribution

4 years agoFix undefined index warning in SavedSearch api
Coleman Watts [Sat, 21 Mar 2020 19:32:06 +0000 (15:32 -0400)]
Fix undefined index warning in SavedSearch api

4 years agoMerge pull request #16742 from jaapjansma/dev-1640
colemanw [Sat, 21 Mar 2020 18:44:06 +0000 (14:44 -0400)]
Merge pull request #16742 from jaapjansma/dev-1640

dev/1640 New feature - adds a  checkbox to the  update contribution  status  form  to determine  if  a receipt  is  sent

4 years agoCleanup is_array(CRM_Utils_Array::value()) pattern
Coleman Watts [Sat, 21 Mar 2020 18:01:14 +0000 (14:01 -0400)]
Cleanup is_array(CRM_Utils_Array::value()) pattern

4 years agoIssue #1640 including a test
Jaap Jansma [Sat, 21 Mar 2020 16:37:07 +0000 (17:37 +0100)]
Issue #1640 including a test

4 years agoMerge pull request #16871 from colemanw/arrayValueTest
Seamus Lee [Sat, 21 Mar 2020 01:43:42 +0000 (12:43 +1100)]
Merge pull request #16871 from colemanw/arrayValueTest

Civi/Test - Refactor out CRM_Utils_Array::value

4 years agoCivi/Api4 - Refactor out 'use CRM_Utils_Array'
Coleman Watts [Sat, 21 Mar 2020 00:42:33 +0000 (20:42 -0400)]
Civi/Api4 - Refactor out 'use CRM_Utils_Array'

4 years agoCivi - replace CRM_Utils_Array::value with ??
Coleman Watts [Fri, 20 Mar 2020 23:52:57 +0000 (19:52 -0400)]
Civi - replace CRM_Utils_Array::value with ??

4 years agoCivi/Test - Refactor out CRM_Utils_Array::value
Coleman Watts [Fri, 20 Mar 2020 23:41:10 +0000 (19:41 -0400)]
Civi/Test - Refactor out CRM_Utils_Array::value

4 years agoUse composer patches to apply CiviCRM customisations for pear_mail
Seamus Lee [Fri, 20 Mar 2020 22:19:42 +0000 (09:19 +1100)]
Use composer patches to apply CiviCRM customisations for pear_mail

4 years agoRename file to be standard patch file
Seamus Lee [Wed, 18 Mar 2020 04:46:39 +0000 (15:46 +1100)]
Rename file to be standard patch file

4 years agoMerge pull request #16609 from wmortada/core#1331-3
Matthew Wire [Fri, 20 Mar 2020 22:08:53 +0000 (22:08 +0000)]
Merge pull request #16609 from wmortada/core#1331-3

dev/core#1331 Don't freeze fields for auto-renew memberships

4 years agoMerge pull request #16861 from eileenmcnaughton/dep
Seamus Lee [Fri, 20 Mar 2020 22:02:00 +0000 (09:02 +1100)]
Merge pull request #16861 from eileenmcnaughton/dep

[TEST] Add test for to time processing

4 years agoMerge pull request #16865 from yashodha/typo-fixes
Eileen McNaughton [Fri, 20 Mar 2020 21:42:31 +0000 (10:42 +1300)]
Merge pull request #16865 from yashodha/typo-fixes

fix typo

4 years agoMerge pull request #16834 from colemanw/apiGroup
Eileen McNaughton [Fri, 20 Mar 2020 21:40:54 +0000 (10:40 +1300)]
Merge pull request #16834 from colemanw/apiGroup

APIv4 - Improve saveSearch popup in Explorer

4 years agoMerge pull request #16866 from colemanw/versionThreeAndFour
Seamus Lee [Fri, 20 Mar 2020 21:40:15 +0000 (08:40 +1100)]
Merge pull request #16866 from colemanw/versionThreeAndFour

API tests - remove unnecessary check for v4

4 years agoAPIv3 - Use new DAO::deleteRecord method
Coleman Watts [Fri, 20 Mar 2020 19:45:34 +0000 (15:45 -0400)]
APIv3 - Use new DAO::deleteRecord method

4 years agoFix display of payment processor title in cancelSubscription form
Matthew Wire [Thu, 19 Mar 2020 18:19:30 +0000 (18:19 +0000)]
Fix display of payment processor title in cancelSubscription form

4 years agoAPI tests - remove unnecessary check for v4
Coleman Watts [Fri, 20 Mar 2020 14:26:20 +0000 (10:26 -0400)]
API tests - remove unnecessary check for v4

4 years agoAPIv4 - Improve saveSearch popup in Explorer
Coleman Watts [Tue, 17 Mar 2020 20:28:14 +0000 (16:28 -0400)]
APIv4 - Improve saveSearch popup in Explorer

4 years agofix typo
yashodha [Fri, 20 Mar 2020 09:03:01 +0000 (14:33 +0530)]
fix typo

4 years agoMerge pull request #16862 from eileenmcnaughton/build
Seamus Lee [Fri, 20 Mar 2020 05:23:43 +0000 (16:23 +1100)]
Merge pull request #16862 from eileenmcnaughton/build

[REF] Remove redundant call to build permissions

4 years agoMerge pull request #15709 from seamuslee001/report_jcalender_upgrade
Seamus Lee [Fri, 20 Mar 2020 05:08:16 +0000 (16:08 +1100)]
Merge pull request #15709 from seamuslee001/report_jcalender_upgrade

dev/core#561 Convert Reports from jcalender to datepicker format

4 years agodev/core#667 Add test to demonstrate entity tags are not being deleted
eileen [Tue, 17 Mar 2020 01:52:48 +0000 (14:52 +1300)]
dev/core#667 Add test to demonstrate entity tags are not being deleted

4 years agoMerge pull request #16846 from jitendrapurohit/core-1664
Seamus Lee [Fri, 20 Mar 2020 04:36:12 +0000 (15:36 +1100)]
Merge pull request #16846 from jitendrapurohit/core-1664

dev/core#1664 - Fix errors recorded in log message on Manage Case scr…

4 years ago[REF] Remove redundant call to build permissions
eileen [Fri, 20 Mar 2020 04:00:32 +0000 (17:00 +1300)]
[REF] Remove redundant call to build permissions

Per the comments I added to the function the output of this permissions clause is overwritten. I stepped through
this in the process of reviewing the datepicker PR & confirmed it

4 years agoConvert Reports from jcalender to datepicker format
Seamus Lee [Sat, 2 Nov 2019 21:40:09 +0000 (08:40 +1100)]
Convert Reports from jcalender to datepicker format

Add in unit test of report upgrade process

Fix time handling as per review from Eileen and fix query for time handling

4 years agodev/core#1664 - Fix errors recorded in log message on Manage Case screen and case...
Jitendra Purohit [Thu, 19 Mar 2020 08:52:36 +0000 (14:22 +0530)]
dev/core#1664 - Fix errors recorded in log message on Manage Case screen and case dashboard page

4 years ago[TEST] Add test for to time processing
eileen [Fri, 20 Mar 2020 00:02:50 +0000 (13:02 +1300)]
[TEST] Add test for to time processing

4 years agoMerge pull request #16850 from colemanw/bool5
Eileen McNaughton [Thu, 19 Mar 2020 23:12:07 +0000 (12:12 +1300)]
Merge pull request #16850 from colemanw/bool5

Cleanup reverse boolean expressions

4 years agoMerge pull request #16852 from colemanw/bool1
Tim Otten [Thu, 19 Mar 2020 22:31:21 +0000 (15:31 -0700)]
Merge pull request #16852 from colemanw/bool1

CRM/Core - Cleanup boolean expressions

4 years agoMerge pull request #16859 from civicrm/5.24
Eileen McNaughton [Thu, 19 Mar 2020 22:17:09 +0000 (11:17 +1300)]
Merge pull request #16859 from civicrm/5.24

5.24 to master

4 years agoMerge pull request #16858 from eileenmcnaughton/5.24
Eileen McNaughton [Thu, 19 Mar 2020 22:16:12 +0000 (11:16 +1300)]
Merge pull request #16858 from eileenmcnaughton/5.24

dev/core#1662 - Saved mappings doesn't work for all use cases

4 years agoMerge pull request #16851 from colemanw/bool2
Tim Otten [Thu, 19 Mar 2020 22:00:08 +0000 (15:00 -0700)]
Merge pull request #16851 from colemanw/bool2

CRM/Utils - Cleanup boolean expressions

4 years agoMerge pull request #16854 from colemanw/bool4
Eileen McNaughton [Thu, 19 Mar 2020 21:20:24 +0000 (10:20 +1300)]
Merge pull request #16854 from colemanw/bool4

CRM - Cleanup boolean expressions

4 years agoMerge pull request #16836 from tunbola/modify-form-values
Eileen McNaughton [Thu, 19 Mar 2020 21:17:22 +0000 (10:17 +1300)]
Merge pull request #16836 from tunbola/modify-form-values

dev/core#1569: Increase Data Size for `form_values` column on civicrm_report_instance table

4 years agoMerge pull request #16856 from colemanw/writeRecord
Eileen McNaughton [Thu, 19 Mar 2020 21:12:07 +0000 (10:12 +1300)]
Merge pull request #16856 from colemanw/writeRecord

Add DAO::writeRecord and DAO::deleteRecord methods

4 years agodev/core#1662 - Saved mappings doesn't work for all use cases
Jitendra Purohit [Thu, 19 Mar 2020 10:29:41 +0000 (15:59 +0530)]
dev/core#1662 - Saved mappings doesn't work for all use cases

4 years agoMerge pull request #16848 from colemanw/profilePerms
Eileen McNaughton [Thu, 19 Mar 2020 20:37:05 +0000 (09:37 +1300)]
Merge pull request #16848 from colemanw/profilePerms

Fix checking permissions in api3 profile get

4 years agoMerge pull request #16715 from mattwire/cancelsubscriptiongeneratetext
Eileen McNaughton [Thu, 19 Mar 2020 19:48:36 +0000 (08:48 +1300)]
Merge pull request #16715 from mattwire/cancelsubscriptiongeneratetext

Generate text for cancelSubscription form in payment class

4 years agoMerge pull request #16855 from ray-wright/patch-2
colemanw [Thu, 19 Mar 2020 19:43:41 +0000 (15:43 -0400)]
Merge pull request #16855 from ray-wright/patch-2

Fix batch contact/activity update with radio options

4 years agoMerge pull request #16762 from eileenmcnaughton/mem_allan
Matthew Wire [Thu, 19 Mar 2020 18:16:40 +0000 (18:16 +0000)]
Merge pull request #16762 from eileenmcnaughton/mem_allan

dev/core#1630 Partial fix on renew membership missing

4 years agoAdd DAO::writeRecord and DAO::deleteRecord methods
Coleman Watts [Thu, 19 Mar 2020 18:04:56 +0000 (14:04 -0400)]
Add DAO::writeRecord and DAO::deleteRecord methods

4 years agoMerge pull request #16849 from colemanw/ufMatch
colemanw [Thu, 19 Mar 2020 17:14:33 +0000 (13:14 -0400)]
Merge pull request #16849 from colemanw/ufMatch

UFMatch - deprecate unused functions

4 years agoWrap value in single quotes
ray-wright [Thu, 19 Mar 2020 16:57:26 +0000 (12:57 -0400)]
Wrap value in single quotes

Wrap radio value in single quotes to account for options with spaces.

4 years agoCleanup reverse boolean expressions
Coleman Watts [Thu, 19 Mar 2020 16:29:55 +0000 (12:29 -0400)]
Cleanup reverse boolean expressions

4 years agoCRM - Cleanup boolean expressions
Coleman Watts [Tue, 17 Mar 2020 23:34:12 +0000 (19:34 -0400)]
CRM - Cleanup boolean expressions

4 years agoCRM/Contribute - Cleanup boolean expressions
Coleman Watts [Tue, 17 Mar 2020 23:34:12 +0000 (19:34 -0400)]
CRM/Contribute - Cleanup boolean expressions

4 years agoCRM/Utils - Cleanup boolean expressions
Coleman Watts [Tue, 17 Mar 2020 23:34:12 +0000 (19:34 -0400)]
CRM/Utils - Cleanup boolean expressions

4 years agoCRM/Core - Cleanup boolean expressions
Coleman Watts [Tue, 17 Mar 2020 23:34:12 +0000 (19:34 -0400)]
CRM/Core - Cleanup boolean expressions

4 years agoUFMatch - deprecate unused functions
Coleman Watts [Thu, 19 Mar 2020 15:30:42 +0000 (11:30 -0400)]
UFMatch - deprecate unused functions

4 years agoFix checking permissions in api3 profile get
Coleman Watts [Thu, 19 Mar 2020 12:19:12 +0000 (08:19 -0400)]
Fix checking permissions in api3 profile get

The boolean being passed to the $skipPermission param was reversed.

4 years agoMerge pull request #16835 from colemanw/removeOldStuff
Seamus Lee [Thu, 19 Mar 2020 07:19:52 +0000 (18:19 +1100)]
Merge pull request #16835 from colemanw/removeOldStuff

Remove old stuff

4 years agoMerge pull request #16839 from mlutfy/fixCustomDataViewMemo
Seamus Lee [Thu, 19 Mar 2020 07:18:47 +0000 (18:18 +1100)]
Merge pull request #16839 from mlutfy/fixCustomDataViewMemo

Fix CustomDataView.tpl plain empty memo field.

4 years agoMerge pull request #16844 from eileenmcnaughton/coleman
Seamus Lee [Thu, 19 Mar 2020 05:30:33 +0000 (16:30 +1100)]
Merge pull request #16844 from eileenmcnaughton/coleman

CRM/Contact - Cleanup boolean expressions

4 years agoCRM/Contact - Cleanup boolean expressions
Coleman Watts [Tue, 17 Mar 2020 23:34:12 +0000 (19:34 -0400)]
CRM/Contact - Cleanup boolean expressions

4 years agoMerge pull request #16843 from seamuslee001/master
Seamus Lee [Wed, 18 Mar 2020 23:54:30 +0000 (10:54 +1100)]
Merge pull request #16843 from seamuslee001/master

5.24