civicrm-core.git
20 months agoRemove never-true if
Eileen McNaughton [Sat, 18 Mar 2023 01:55:10 +0000 (14:55 +1300)]
Remove never-true if

isProfile is always false

20 months agoStop adding field just so the calling code can strip them
Eileen McNaughton [Sat, 18 Mar 2023 01:54:13 +0000 (14:54 +1300)]
Stop adding field just so the calling code can strip them

The calling code will not use any field with no WHERE clause

20 months agoRemove handling for no contact type - it is ALWAYS passed in here
Eileen McNaughton [Sat, 18 Mar 2023 01:47:37 +0000 (14:47 +1300)]
Remove handling for no contact type - it is ALWAYS passed in here

20 months agoCopy shared ImportableFields to private function, for unravelling
Eileen McNaughton [Sat, 18 Mar 2023 01:39:07 +0000 (14:39 +1300)]
Copy shared ImportableFields to private function, for unravelling

20 months agoMerge pull request #25854 from eileenmcnaughton/test_tidy
Seamus Lee [Sat, 18 Mar 2023 22:04:02 +0000 (09:04 +1100)]
Merge pull request #25854 from eileenmcnaughton/test_tidy

[NFC] Minor tidy up in `MappingTest`

20 months agoMerge pull request #25852 from eileenmcnaughton/php82_contacttest
Seamus Lee [Sat, 18 Mar 2023 21:03:16 +0000 (08:03 +1100)]
Merge pull request #25852 from eileenmcnaughton/php82_contacttest

[Test][Php8.2] Fix undeclared properties & other housekeeping

20 months agoMerge pull request #25859 from eileenmcnaughton/dedupe_private
colemanw [Sat, 18 Mar 2023 18:49:09 +0000 (14:49 -0400)]
Merge pull request #25859 from eileenmcnaughton/dedupe_private

Make `Finder::tableQuery private`, after universe search

20 months agoMerge pull request #25864 from braders/php8.2-ParticipantPaymentTes
colemanw [Sat, 18 Mar 2023 18:48:06 +0000 (14:48 -0400)]
Merge pull request #25864 from braders/php8.2-ParticipantPaymentTes

[REF][PHP8.2] Refactor api_v3_ParticipantPaymentTest

20 months agoMerge pull request #25865 from braders/php8.2-eventid-property
colemanw [Sat, 18 Mar 2023 18:47:14 +0000 (14:47 -0400)]
Merge pull request #25865 from braders/php8.2-eventid-property

[REF][PHP8.2] Refactor getParticipantOrderParams to never write a dynamic property

20 months ago[REF][PHP8.2] Refactor getParticipantOrderParams to never write a dynamic property
Bradley Taylor [Sat, 18 Mar 2023 17:30:14 +0000 (17:30 +0000)]
[REF][PHP8.2] Refactor getParticipantOrderParams to never write a dynamic property

20 months ago[REF][PHP8.2] Refactor api_v3_ParticipantPaymentTest
Bradley Taylor [Sat, 18 Mar 2023 15:39:54 +0000 (15:39 +0000)]
[REF][PHP8.2] Refactor api_v3_ParticipantPaymentTest

20 months agoMerge pull request #25860 from eileenmcnaughton/dedupe_query
colemanw [Sat, 18 Mar 2023 15:12:16 +0000 (11:12 -0400)]
Merge pull request #25860 from eileenmcnaughton/dedupe_query

[REF] Replace use of legacy `$dao->query()` with `CRM_Core_DAO::executeQuery()`

20 months agoReplace use of legacy dao->query()
Eileen McNaughton [Sat, 18 Mar 2023 00:41:48 +0000 (13:41 +1300)]
Replace use of legacy dao->query()

20 months agoMerge pull request #25844 from braders/dynamic-props-ProcessorFormTest
Eileen McNaughton [Sat, 18 Mar 2023 05:19:31 +0000 (18:19 +1300)]
Merge pull request #25844 from braders/dynamic-props-ProcessorFormTest

[REF][PHP8.2] Get rid of dynamic properties in CRM_Core_Payment_ProcessorFormTest

20 months agoMake Finder::tableQuery private, after universe search
Eileen McNaughton [Sat, 18 Mar 2023 00:33:41 +0000 (13:33 +1300)]
Make Finder::tableQuery private, after universe search

20 months agoMerge pull request #25858 from totten/master-autoclean-explicit
Eileen McNaughton [Fri, 17 Mar 2023 23:36:22 +0000 (12:36 +1300)]
Merge pull request #25858 from totten/master-autoclean-explicit

AutoClean - Optionally allow explicit cleanup

20 months ago[REF][PHP8.2] Get rid of dynamic properties in CRM_Core_Payment_ProcessorFormTest
Bradley Taylor [Thu, 16 Mar 2023 09:25:32 +0000 (09:25 +0000)]
[REF][PHP8.2] Get rid of dynamic properties in CRM_Core_Payment_ProcessorFormTest

20 months agoAutoClean - Optionally allow explicit cleanup
Tim Otten [Fri, 17 Mar 2023 22:36:01 +0000 (15:36 -0700)]
AutoClean - Optionally allow explicit cleanup

20 months agoMerge pull request #25856 from totten/test-release-locks
Tim Otten [Fri, 17 Mar 2023 21:40:44 +0000 (14:40 -0700)]
Merge pull request #25856 from totten/test-release-locks

CiviUnitTestCase - During teardown, ensure that we cleanup locks

20 months agoMerge pull request #25801 from eileenmcnaughton/82_part_test
colemanw [Fri, 17 Mar 2023 21:27:37 +0000 (17:27 -0400)]
Merge pull request #25801 from eileenmcnaughton/82_part_test

[PHP8.2] Clean up in `apiv3_ParticipantTest` with view to 8.2 compatibility

20 months agoMerge pull request #25799 from eileenmcnaughton/php82-invoice_id
Eileen McNaughton [Fri, 17 Mar 2023 21:24:55 +0000 (10:24 +1300)]
Merge pull request #25799 from eileenmcnaughton/php82-invoice_id

[PHP8.2] [Test] Remove use of (often undeclared) property `_invoiceID` in tests & one instance of `paymentProcessorID2`

20 months agoMerge pull request #25857 from colemanw/unusedVar
demeritcowboy [Fri, 17 Mar 2023 15:42:51 +0000 (11:42 -0400)]
Merge pull request #25857 from colemanw/unusedVar

Remove unused var

20 months agoRemove unused var
Coleman Watts [Fri, 17 Mar 2023 14:26:25 +0000 (10:26 -0400)]
Remove unused var

20 months agoCiviUnitTestCase - During cleanup, ensure that we have a clean slate (wrt locking)
Tim Otten [Fri, 17 Mar 2023 07:22:03 +0000 (00:22 -0700)]
CiviUnitTestCase - During cleanup, ensure that we have a clean slate (wrt locking)

20 months agoMerge pull request #25853 from lemniscus/crm-core-form-php8-typeerror
Eileen McNaughton [Fri, 17 Mar 2023 04:33:03 +0000 (17:33 +1300)]
Merge pull request #25853 from lemniscus/crm-core-form-php8-typeerror

Avoid type error in CRM_Core_Form on php 8

20 months agoMinor tidy up in MappingTest
Eileen McNaughton [Thu, 16 Mar 2023 09:13:50 +0000 (22:13 +1300)]
Minor tidy up in MappingTest

20 months agoavoid type error in CRM_Core_Form on php 8
Noah Miller [Fri, 17 Mar 2023 03:20:27 +0000 (23:20 -0400)]
avoid type error in CRM_Core_Form on php 8

20 months ago[Test][Php8.2] Fix undeclared properties & other housekeeping
Eileen McNaughton [Thu, 16 Mar 2023 23:11:54 +0000 (12:11 +1300)]
[Test][Php8.2] Fix undeclared properties & other housekeeping

20 months agoMerge pull request #25811 from eileenmcnaughton/import_access
Seamus Lee [Fri, 17 Mar 2023 00:26:39 +0000 (11:26 +1100)]
Merge pull request #25811 from eileenmcnaughton/import_access

dev/core#4184 Permit access to template user jobs (imports)

20 months agoMerge pull request #25847 from civicrm/5.60
Eileen McNaughton [Thu, 16 Mar 2023 23:24:00 +0000 (12:24 +1300)]
Merge pull request #25847 from civicrm/5.60

5.60

20 months agoPermit access to template user jobs (imports)
Eileen McNaughton [Tue, 14 Mar 2023 21:15:52 +0000 (10:15 +1300)]
Permit access to template user jobs (imports)

20 months agoMerge pull request #25849 from seamuslee001/dev_core_4190
Eileen McNaughton [Thu, 16 Mar 2023 23:20:05 +0000 (12:20 +1300)]
Merge pull request #25849 from seamuslee001/dev_core_4190

dev/core#4190 Fix issue where defaultValues needs to be an array not …

20 months agoMerge pull request #25850 from demeritcowboy/vardumper
Seamus Lee [Thu, 16 Mar 2023 22:52:43 +0000 (09:52 +1100)]
Merge pull request #25850 from demeritcowboy/vardumper

PHP8 - Update symfony/var-dumper

20 months agoMerge pull request #25831 from eileenmcnaughton/skip_rest
demeritcowboy [Thu, 16 Mar 2023 22:02:48 +0000 (18:02 -0400)]
Merge pull request #25831 from eileenmcnaughton/skip_rest

[PHP8.2] Remove unused setting on undeclared properties

20 months agoMerge pull request #25830 from eileenmcnaughton/skip_member
demeritcowboy [Thu, 16 Mar 2023 22:02:28 +0000 (18:02 -0400)]
Merge pull request #25830 from eileenmcnaughton/skip_member

[PHP8.2] Remove unused variabls from `Member_Form_Task_PDFLetter::postProcessMembers`

20 months agoMerge pull request #25829 from eileenmcnaughton/skip
demeritcowboy [Thu, 16 Mar 2023 22:01:42 +0000 (18:01 -0400)]
Merge pull request #25829 from eileenmcnaughton/skip

[REF] [php8.2] Remove unused parameters from `Contribute_PDFLetter::buildContributionArray`

20 months agoupdate var-dumper for php8
demeritcowboy [Thu, 16 Mar 2023 21:47:53 +0000 (17:47 -0400)]
update var-dumper for php8

20 months agoMerge pull request #25776 from eileenmcnaughton/rec-fix
Seamus Lee [Thu, 16 Mar 2023 21:40:36 +0000 (08:40 +1100)]
Merge pull request #25776 from eileenmcnaughton/rec-fix

dev/core#4000 Fix (old) regression - ensure only template contribution updates update recur

20 months agodev/core#4190 Fix issue where defaultValues needs to be an array not boolean
Seamus Lee [Thu, 16 Mar 2023 21:34:02 +0000 (08:34 +1100)]
dev/core#4190 Fix issue where defaultValues needs to be an array not boolean

20 months agoMerge pull request #25846 from seamuslee001/fix_invalid_soft_credit_table
Eileen McNaughton [Thu, 16 Mar 2023 21:23:31 +0000 (10:23 +1300)]
Merge pull request #25846 from seamuslee001/fix_invalid_soft_credit_table

dev/core#4187 Fix errors when sorting by contributor name or receive …

20 months agodev/core#4187 Fix errors when sorting by contributor name or receive date in the...
Seamus Lee [Thu, 16 Mar 2023 20:32:49 +0000 (07:32 +1100)]
dev/core#4187 Fix errors when sorting by contributor name or receive date in the soft credit table

20 months agoMerge pull request #25827 from colemanw/afformCommaFilters
colemanw [Thu, 16 Mar 2023 16:48:13 +0000 (12:48 -0400)]
Merge pull request #25827 from colemanw/afformCommaFilters

SearchKit - Handle comma-separated values passed from Afform url

20 months agoMerge pull request #25842 from eileenmcnaughton/import_remove_dep
colemanw [Thu, 16 Mar 2023 16:15:52 +0000 (12:15 -0400)]
Merge pull request #25842 from eileenmcnaughton/import_remove_dep

Deprecated `buildSavedMappingFields` noisily

20 months agoMerge pull request #25841 from eileenmcnaughton/import_old
Yashodha Chaku [Thu, 16 Mar 2023 16:13:37 +0000 (21:43 +0530)]
Merge pull request #25841 from eileenmcnaughton/import_old

Remove un-used, un-displayed button

20 months agoMerge pull request #25824 from colemanw/dateFields
Seamus Lee [Thu, 16 Mar 2023 08:16:16 +0000 (19:16 +1100)]
Merge pull request #25824 from colemanw/dateFields

Afform - Allow contact created/modified date fields to be used as filters

20 months agoMerge pull request #25843 from eileenmcnaughton/master
Eileen McNaughton [Thu, 16 Mar 2023 07:33:30 +0000 (20:33 +1300)]
Merge pull request #25843 from eileenmcnaughton/master

5.60 to master

20 months agoMerge branch '5.60' of github.com:civicrm/civicrm-core
Eileen McNaughton [Thu, 16 Mar 2023 07:30:26 +0000 (20:30 +1300)]
Merge branch '5.60' of github.com:civicrm/civicrm-core

20 months agoDeprecated buildSavedMappingFields noisily
Eileen McNaughton [Thu, 16 Mar 2023 04:34:16 +0000 (17:34 +1300)]
Deprecated buildSavedMappingFields noisily

This function was only being used from one place & was
only separate from that function because the Contact DataSource
form used to call it directly. That is no longer
true so I've coped the code into
the calling function & added noisy deprecation, with a view to remove

20 months agoRemove un-used, un-displayed button
Eileen McNaughton [Thu, 16 Mar 2023 04:02:25 +0000 (17:02 +1300)]
Remove un-used, un-displayed button

20 months agoMerge pull request #25822 from colemanw/afformValidateSavedSearch
Eileen McNaughton [Thu, 16 Mar 2023 03:34:52 +0000 (16:34 +1300)]
Merge pull request #25822 from colemanw/afformValidateSavedSearch

Afform - Fix validateBySavedSearch

20 months agoMerge pull request #25839 from eileenmcnaughton/master
Eileen McNaughton [Thu, 16 Mar 2023 02:06:32 +0000 (15:06 +1300)]
Merge pull request #25839 from eileenmcnaughton/master

Merge 5.60 to master

20 months agoMerge pull request #25832 from colemanw/multiSelectUrl
colemanw [Thu, 16 Mar 2023 01:38:59 +0000 (21:38 -0400)]
Merge pull request #25832 from colemanw/multiSelectUrl

Afform - set multi-select values from url

20 months agoAfform - Allow contact created/modified date fields to be used as filters
Coleman Watts [Wed, 15 Mar 2023 18:41:16 +0000 (14:41 -0400)]
Afform - Allow contact created/modified date fields to be used as filters

20 months agoMerge branch '5.60' of github.com:civicrm/civicrm-core
Eileen McNaughton [Thu, 16 Mar 2023 01:15:04 +0000 (14:15 +1300)]
Merge branch '5.60' of github.com:civicrm/civicrm-core

20 months agoMerge pull request #25835 from eileenmcnaughton/560
demeritcowboy [Thu, 16 Mar 2023 00:45:36 +0000 (20:45 -0400)]
Merge pull request #25835 from eileenmcnaughton/560

Remove require_dev yoast/phpunit-polyfills

20 months agoMerge pull request #25836 from totten/phpunit-env-var
Seamus Lee [Thu, 16 Mar 2023 00:19:01 +0000 (11:19 +1100)]
Merge pull request #25836 from totten/phpunit-env-var

(REF) PHPUnit - Allow env-var to specify version

20 months agoMerge pull request #25834 from braders/php8.1-dedupefind
Eileen McNaughton [Wed, 15 Mar 2023 23:31:33 +0000 (12:31 +1300)]
Merge pull request #25834 from braders/php8.1-dedupefind

[REF][PHP8.2] Declare property in CRM_Contact_Form_DedupeFind

20 months agoPHPUnit - Allow env-var to specify version (for tools/scripts/phpunit)
Tim Otten [Wed, 15 Mar 2023 23:17:07 +0000 (16:17 -0700)]
PHPUnit - Allow env-var to specify version (for tools/scripts/phpunit)

20 months agoPHPUnit - Allow env-var to specify version (for mixer tests)
Tim Otten [Wed, 15 Mar 2023 23:16:00 +0000 (16:16 -0700)]
PHPUnit - Allow env-var to specify version (for mixer tests)

20 months agoRemove require_dev yoast/phpunit-polyfills
Eileen McNaughton [Wed, 15 Mar 2023 23:04:04 +0000 (12:04 +1300)]
Remove require_dev yoast/phpunit-polyfills

20 months ago[REF][PHP8.2] Declare property in CRM_Contact_Form_DedupeFind
Bradley Taylor [Wed, 15 Mar 2023 22:41:37 +0000 (22:41 +0000)]
[REF][PHP8.2] Declare property in CRM_Contact_Form_DedupeFind

20 months agoMerge pull request #25818 from totten/master-wf-strict
Eileen McNaughton [Wed, 15 Mar 2023 22:14:22 +0000 (11:14 +1300)]
Merge pull request #25818 from totten/master-wf-strict

WorkflowMessage - Enable strict parsing of annotations

20 months agoAfform - set multi-select values from url
David Geisel [Fri, 21 Oct 2022 16:21:46 +0000 (18:21 +0200)]
Afform - set multi-select values from url

20 months agoRemove unused setting on undeclared properties
Eileen McNaughton [Wed, 15 Mar 2023 21:48:44 +0000 (10:48 +1300)]
Remove unused setting on undeclared properties

20 months agoRemove unused variabls from Member_Form_Task_PDFLetter::postProcessMembers
Eileen McNaughton [Wed, 15 Mar 2023 21:44:35 +0000 (10:44 +1300)]
Remove unused variabls from Member_Form_Task_PDFLetter::postProcessMembers

20 months agoRemove unused parameters from Contribute_PDFLetter::buildContributionArray
Eileen McNaughton [Wed, 15 Mar 2023 21:36:29 +0000 (10:36 +1300)]
Remove unused parameters from Contribute_PDFLetter::buildContributionArray

20 months agoMerge pull request #25828 from braders/php8.2-summary-contact-edit-options
Eileen McNaughton [Wed, 15 Mar 2023 21:21:48 +0000 (10:21 +1300)]
Merge pull request #25828 from braders/php8.2-summary-contact-edit-options

[REF][PHP8.2] Don't use a property where a variable will do (CRM_Contact_Page_View_Summary)

20 months agoMerge pull request #25782 from anemirovsky/fix-profile-listing-column-blank
Eileen McNaughton [Wed, 15 Mar 2023 20:34:46 +0000 (09:34 +1300)]
Merge pull request #25782 from anemirovsky/fix-profile-listing-column-blank

Fix profile search listings columns are sometimes blank.

20 months ago[REF][PHP8.2] Don't use a property where a variable will do (CRM_Contact_Page_View_Su...
Bradley Taylor [Wed, 15 Mar 2023 20:04:35 +0000 (20:04 +0000)]
[REF][PHP8.2] Don't use a property where a variable will do (CRM_Contact_Page_View_Summary)

20 months agoSearchKit - Handle comma-separated values passed from aform url
Coleman Watts [Wed, 15 Mar 2023 19:36:16 +0000 (15:36 -0400)]
SearchKit - Handle comma-separated values passed from aform url

20 months agoMerge pull request #25825 from civicrm/5.60
Eileen McNaughton [Wed, 15 Mar 2023 19:18:12 +0000 (08:18 +1300)]
Merge pull request #25825 from civicrm/5.60

5.60 to master

20 months agoMerge pull request #25806 from mlutfy/core4166rc
Eileen McNaughton [Wed, 15 Mar 2023 19:15:05 +0000 (08:15 +1300)]
Merge pull request #25806 from mlutfy/core4166rc

dev/core#4166 Fix Contribute Import Parser fatal when soft-credit is empty

20 months agodev/core#4166 Fix Contribute Import Parser fatal when soft-credit is empty
Mathieu Lutfy [Tue, 14 Mar 2023 00:59:29 +0000 (20:59 -0400)]
dev/core#4166 Fix Contribute Import Parser fatal when soft-credit is empty

20 months agoAfform - Fix validateBySavedSearch
Coleman Watts [Wed, 15 Mar 2023 13:31:49 +0000 (09:31 -0400)]
Afform - Fix validateBySavedSearch

20 months agoMerge pull request #25790 from braders/php82-conformance-test-failures
Eileen McNaughton [Wed, 15 Mar 2023 06:54:18 +0000 (19:54 +1300)]
Merge pull request #25790 from braders/php82-conformance-test-failures

[REF][PHP8.2] Only set properties which exist within ArrayFormatTrait->loadArray()

20 months agoMerge pull request #25820 from eileenmcnaughton/sql_cache
Eileen McNaughton [Wed, 15 Mar 2023 06:52:44 +0000 (19:52 +1300)]
Merge pull request #25820 from eileenmcnaughton/sql_cache

Do not report missing triggers if the user cannot check them

20 months agoMerge pull request #25687 from yashodha/dev-4124
demeritcowboy [Wed, 15 Mar 2023 06:24:02 +0000 (02:24 -0400)]
Merge pull request #25687 from yashodha/dev-4124

(dev/core#4124) Past campaigns are not to be assigned via batch updat…

20 months agoRemove the word 'Experimental' from setting that has been in prod for 7 years
Eileen McNaughton [Wed, 15 Mar 2023 06:00:41 +0000 (19:00 +1300)]
Remove the word 'Experimental' from setting that has been in prod for 7 years

20 months agoDo not report missing triggers if the user cannot check them
Eileen McNaughton [Wed, 15 Mar 2023 05:58:00 +0000 (18:58 +1300)]
Do not report missing triggers if the user cannot check them

20 months agoWorkflowMessage - Enable strict parsing of attributes
Tim Otten [Wed, 15 Mar 2023 04:05:25 +0000 (21:05 -0700)]
WorkflowMessage - Enable strict parsing of attributes

Not sure it's a good idea. Let's see what Jenkins thinks.

20 months agoMerge pull request #25817 from eileenmcnaughton/import_url
Eileen McNaughton [Wed, 15 Mar 2023 04:02:59 +0000 (17:02 +1300)]
Merge pull request #25817 from eileenmcnaughton/import_url

Fix typo that causes e-notice in just-merged commit

20 months agoFix typo that causes e-notice in just-merged commit
Eileen McNaughton [Wed, 15 Mar 2023 04:01:49 +0000 (17:01 +1300)]
Fix typo that causes e-notice in just-merged commit

20 months agoMerge pull request #25802 from eileenmcnaughton/delete_message
Tim Otten [Wed, 15 Mar 2023 02:14:36 +0000 (19:14 -0700)]
Merge pull request #25802 from eileenmcnaughton/delete_message

[PHP8.2] declare deleteMessage on `entityFormTrait`

20 months agoMerge pull request #25816 from eileenmcnaughton/import_sk
Eileen McNaughton [Wed, 15 Mar 2023 02:04:15 +0000 (15:04 +1300)]
Merge pull request #25816 from eileenmcnaughton/import_sk

Add links to search kits to import preview screen, when Civ-Import is enabled

20 months agoMerge pull request #25815 from civicrm/5.60
Eileen McNaughton [Wed, 15 Mar 2023 01:29:34 +0000 (14:29 +1300)]
Merge pull request #25815 from civicrm/5.60

Merge 5.60 to master

20 months agoMerge pull request #25810 from eileenmcnaughton/import_subscriber
Eileen McNaughton [Wed, 15 Mar 2023 01:29:16 +0000 (14:29 +1300)]
Merge pull request #25810 from eileenmcnaughton/import_subscriber

dev/core#4184 Fix Import over-authorization

20 months agoUpdate CRM/Core/Form/EntityFormTrait.php
Eileen McNaughton [Wed, 15 Mar 2023 01:03:25 +0000 (14:03 +1300)]
Update CRM/Core/Form/EntityFormTrait.php

Co-authored-by: Tim Otten <totten@civicrm.org>
20 months agoAdd links to search kits to preview screen
Eileen McNaughton [Wed, 15 Mar 2023 00:53:34 +0000 (13:53 +1300)]
Add links to search kits to preview screen

20 months agodev/core#4184 Fix Import over-authorization
Eileen McNaughton [Tue, 14 Mar 2023 20:08:27 +0000 (09:08 +1300)]
dev/core#4184 Fix Import over-authorization

20 months agoMerge pull request #25759 from eileenmcnaughton/import_notice
Tim Otten [Wed, 15 Mar 2023 00:26:42 +0000 (17:26 -0700)]
Merge pull request #25759 from eileenmcnaughton/import_notice

Fix really annoying notice on mispelt variable name `$isCheked`

20 months agoMerge pull request #25814 from seamuslee001/fix_false_ipn_log_paypal
Tim Otten [Tue, 14 Mar 2023 23:52:11 +0000 (16:52 -0700)]
Merge pull request #25814 from seamuslee001/fix_false_ipn_log_paypal

[REF] Fix issue where the strict typing was causing false notices to …

20 months agoMerge pull request #25813 from samuelsov/5.60
Eileen McNaughton [Tue, 14 Mar 2023 23:06:34 +0000 (12:06 +1300)]
Merge pull request #25813 from samuelsov/5.60

dev/core#4186 regression for Contact Reference Autocomplete

20 months agoMerge pull request #25812 from braders/remove-unused-param
Eileen McNaughton [Tue, 14 Mar 2023 23:05:58 +0000 (12:05 +1300)]
Merge pull request #25812 from braders/remove-unused-param

[PHP8.2] (Ref) Remove unused dynamic property in report form class

20 months ago[REF] Fix issue where the strict typing was causing false notices to appear in Config...
Seamus Lee [Tue, 14 Mar 2023 22:39:37 +0000 (09:39 +1100)]
[REF] Fix issue where the strict typing was causing false notices to appear in Config And Log

20 months agodev/core#4186 regression for Contact Reference Autocomplete
Samuel Vanhove [Tue, 14 Mar 2023 21:27:24 +0000 (17:27 -0400)]
dev/core#4186 regression for Contact Reference Autocomplete

20 months ago(Ref) Remove unused dynamic property in report form class
Bradley Taylor [Tue, 14 Mar 2023 21:19:40 +0000 (21:19 +0000)]
(Ref) Remove unused dynamic property in report form class

20 months agoMerge pull request #25736 from MegaphoneJon/remove-usps-warning
Eileen McNaughton [Tue, 14 Mar 2023 20:29:12 +0000 (09:29 +1300)]
Merge pull request #25736 from MegaphoneJon/remove-usps-warning

don't show USPS warning when USPS lookup disabled

20 months agoMerge pull request #25809 from braders/php-8.2-CaseContactTest
Eileen McNaughton [Tue, 14 Mar 2023 20:26:48 +0000 (09:26 +1300)]
Merge pull request #25809 from braders/php-8.2-CaseContactTest

[REF][PHP8.2] Tidy up properties in api_v3_CaseContactTest

20 months agoMerge pull request #25738 from MegaphoneJon/required-field-separator
Eileen McNaughton [Tue, 14 Mar 2023 19:57:57 +0000 (08:57 +1300)]
Merge pull request #25738 from MegaphoneJon/required-field-separator

field separator is a required field

20 months agoMerge pull request #25787 from eileenmcnaughton/import_use_uploaded
colemanw [Tue, 14 Mar 2023 19:56:24 +0000 (15:56 -0400)]
Merge pull request #25787 from eileenmcnaughton/import_use_uploaded

Import data source Re-use already uploaded data, optionally on use of 'back' button