civicrm-core.git
23 months agoMerge pull request #25172 from colemanw/noLocalize
demeritcowboy [Wed, 14 Dec 2022 20:55:45 +0000 (15:55 -0500)]
Merge pull request #25172 from colemanw/noLocalize

Remove incorrect usages of {localize} in civicrm_data.tpl

23 months agoMerge pull request #25123 from mattwire/searchKitTasks
demeritcowboy [Wed, 14 Dec 2022 20:21:30 +0000 (15:21 -0500)]
Merge pull request #25123 from mattwire/searchKitTasks

Add search/display details to searchKitTasks hook - allows for eg. filtering actions by search display

23 months agoRemove incorrect usages of {localize} in civicrm_data.tpl
Coleman Watts [Wed, 14 Dec 2022 19:01:19 +0000 (14:01 -0500)]
Remove incorrect usages of {localize} in civicrm_data.tpl

The {localize} block was being used in this template in ways that could not plausibly work

- Using the tag in some rows but not others within the same INSERT statement
- Adding it to the rows but not the columns of an INSERT statement

I think the only reason this didn't cause a crash is because this file is only used during installation,
and it's not possible to install CiviCRM with multiple languages - you have to switch to multilingual
post-installation. So these {localize} blocks were never actually used.

23 months agoMerge pull request #25143 from aydun/option_group_descriptions
colemanw [Wed, 14 Dec 2022 18:55:42 +0000 (13:55 -0500)]
Merge pull request #25143 from aydun/option_group_descriptions

Add Option Group descriptions from templates/CRM/Admin/Page/Options.tpl

23 months agoMerge pull request #25146 from colemanw/defineVars
Matthew Wire [Wed, 14 Dec 2022 18:31:03 +0000 (18:31 +0000)]
Merge pull request #25146 from colemanw/defineVars

SearchKit - Ensure id & name are defined when loading saved searches

23 months agoAdd search/display details to searchKitTasks hook - allows for eg. filtering actions...
Matthew Wire [Tue, 6 Dec 2022 22:31:58 +0000 (22:31 +0000)]
Add search/display details to searchKitTasks hook - allows for eg. filtering actions by search display

23 months agoOptionGroup - Update some descriptions and fix multilingual upgrader
Coleman Watts [Wed, 14 Dec 2022 15:18:59 +0000 (10:18 -0500)]
OptionGroup - Update some descriptions and fix multilingual upgrader

23 months agoMerge pull request #25169 from demeritcowboy/act-targ-value
Yashodha Chaku [Wed, 14 Dec 2022 07:14:29 +0000 (12:44 +0530)]
Merge pull request #25169 from demeritcowboy/act-targ-value

E_NOTICES on activity view

23 months agoE_NOTICES
demeritcowboy [Tue, 13 Dec 2022 23:50:59 +0000 (18:50 -0500)]
E_NOTICES

23 months agoMerge pull request #25168 from totten/master-ornery
Eileen McNaughton [Wed, 14 Dec 2022 01:03:20 +0000 (14:03 +1300)]
Merge pull request #25168 from totten/master-ornery

(NFC) PrevNextTest - Fix warning about "@group"

23 months agoMerge pull request #25167 from civicrm/5.57
demeritcowboy [Tue, 13 Dec 2022 23:56:07 +0000 (18:56 -0500)]
Merge pull request #25167 from civicrm/5.57

5.57

23 months ago(NFC) PrevNextTest - Fix warning about "@group"
Tim Otten [Tue, 13 Dec 2022 22:51:57 +0000 (14:51 -0800)]
(NFC) PrevNextTest - Fix warning about "@group"

When running this test, there are warnings like so:

```
WARNING: Class E2E\Core\PrevNextTest implements EndToEndInterface. It should declare "@group e2e".
```

In PHPUnit docs (https://phpunit.readthedocs.io/en/9.5/annotations.html#group), they
encode multiple groups using multiple lines. Following this convention fixes the warning.

23 months agoMerge pull request #25160 from totten/5.57-file-test
demeritcowboy [Tue, 13 Dec 2022 22:34:26 +0000 (17:34 -0500)]
Merge pull request #25160 from totten/5.57-file-test

CRM_Utils_FileTest - Fix compatibility with private data folders

23 months agoMerge pull request #25145 from MegaphoneJon/core-4027-rc
Eileen McNaughton [Tue, 13 Dec 2022 21:41:10 +0000 (10:41 +1300)]
Merge pull request #25145 from MegaphoneJon/core-4027-rc

fixes core#4027 - don't crash when a contribution has no line items

23 months agoMerge pull request #25165 from eileenmcnaughton/smarty_case
Seamus Lee [Tue, 13 Dec 2022 21:32:28 +0000 (08:32 +1100)]
Merge pull request #25165 from eileenmcnaughton/smarty_case

Fix smarty notices on Open Case

23 months agoFix smarty notices on Open Case
Eileen McNaughton [Tue, 13 Dec 2022 20:10:47 +0000 (09:10 +1300)]
Fix smarty notices on Open Case

23 months agoMerge pull request #25163 from civicrm/5.57
Eileen McNaughton [Tue, 13 Dec 2022 19:49:57 +0000 (08:49 +1300)]
Merge pull request #25163 from civicrm/5.57

5.57

23 months agoMerge pull request #25158 from totten/5.57-entity-stat
demeritcowboy [Tue, 13 Dec 2022 15:52:27 +0000 (10:52 -0500)]
Merge pull request #25158 from totten/5.57-entity-stat

getSiteStats - Use consistent report format

23 months agoMerge pull request #25157 from civicrm/5.57
demeritcowboy [Tue, 13 Dec 2022 15:51:38 +0000 (10:51 -0500)]
Merge pull request #25157 from civicrm/5.57

5.57

23 months agoregen
Aidan Saunders [Fri, 9 Dec 2022 12:39:48 +0000 (12:39 +0000)]
regen

23 months agoChange description field to text
Aidan Saunders [Fri, 9 Dec 2022 12:37:02 +0000 (12:37 +0000)]
Change description field to text

Add Option Group descriptions from templates/CRM/Admin/Page/Options.tpl

23 months agoCRM_Utils_FileTest - Fix compatibility with private data folders
Tim Otten [Tue, 13 Dec 2022 08:16:07 +0000 (00:16 -0800)]
CRM_Utils_FileTest - Fix compatibility with private data folders

For example, on my local, the `templates_c` folder lands at:

$BUILDKIT/build/dmaster/.civibuild/private/default/civicrm/templates_c

which is not a descendent of

$BUILDKIT/build/dmaster/web

23 months agogetSiteStats - Use consistent report format
Tim Otten [Tue, 13 Dec 2022 05:35:52 +0000 (21:35 -0800)]
getSiteStats - Use consistent report format

When general usage stats are enabled, the format should be consistent across
versions.

Before (4.7 - 5.56): Report stat as 'Delivered'
Before (5.57.beta1): Report stat as 'MailingEventDelivered'
After (5.57.beta1): Report stat as 'Delivered'

23 months agoMerge pull request #25149 from larssandergreen/allow-dashes-in-tracked-URLs-for-text...
Yashodha Chaku [Tue, 13 Dec 2022 04:55:39 +0000 (10:25 +0530)]
Merge pull request #25149 from larssandergreen/allow-dashes-in-tracked-URLs-for-text-in-flexmailer

Flexmailer: Prevent broken urls containing hyphens when click tracking is enabled for plain text mailings

23 months agoallow hyphens in tracked URLs in text emails
larssandergreen [Tue, 13 Dec 2022 02:36:48 +0000 (19:36 -0700)]
allow hyphens in tracked URLs in text emails

23 months agoMerge pull request #25152 from eileenmcnaughton/create_act
Yashodha Chaku [Mon, 12 Dec 2022 06:57:16 +0000 (12:27 +0530)]
Merge pull request #25152 from eileenmcnaughton/create_act

Remove no-longer-used noisily deprecated function `CRM_Contact_Form_Task_PDFLetterCommon::createActivities`

23 months agoRemove no-longer-used noisily deprecated function
Eileen McNaughton [Sun, 11 Dec 2022 23:04:34 +0000 (12:04 +1300)]
Remove no-longer-used noisily deprecated function

23 months agoMerge pull request #25151 from civicrm/5.57
demeritcowboy [Sun, 11 Dec 2022 01:13:43 +0000 (20:13 -0500)]
Merge pull request #25151 from civicrm/5.57

5.57

23 months agoMerge pull request #25150 from demeritcowboy/sitestats
Seamus Lee [Sun, 11 Dec 2022 00:03:05 +0000 (11:03 +1100)]
Merge pull request #25150 from demeritcowboy/sitestats

[NFC] Update testGetSiteStats to match earlier name change

23 months agoupdate to match earlier name change
demeritcowboy [Sat, 10 Dec 2022 16:12:25 +0000 (11:12 -0500)]
update to match earlier name change

23 months agoSearchKit - Ensure id & name are defined when loading saved searches
Coleman Watts [Fri, 9 Dec 2022 19:30:38 +0000 (14:30 -0500)]
SearchKit - Ensure id & name are defined when loading saved searches

23 months agofixes core#4027 - don't crash when a contribution has no line items
Jon Goldberg [Fri, 9 Dec 2022 17:50:57 +0000 (12:50 -0500)]
fixes core#4027 - don't crash when a contribution has no line items

23 months agoMerge pull request #25142 from eileenmcnaughton/import_contact
Matthew Wire [Fri, 9 Dec 2022 12:05:18 +0000 (12:05 +0000)]
Merge pull request #25142 from eileenmcnaughton/import_contact

Php layer consolidation on Import DataSource form

23 months agoMerge pull request #25141 from eileenmcnaughton/import_source
Matthew Wire [Fri, 9 Dec 2022 12:04:11 +0000 (12:04 +0000)]
Merge pull request #25141 from eileenmcnaughton/import_source

Enotice fixes, consolidation on Import datasource forms

23 months agoSet version to 5.58.alpha1
Tim Otten [Fri, 9 Dec 2022 09:09:29 +0000 (01:09 -0800)]
Set version to 5.58.alpha1

23 months agoSet version to 5.57.beta1
Tim Otten [Fri, 9 Dec 2022 09:04:58 +0000 (01:04 -0800)]
Set version to 5.57.beta1

23 months agoMerge pull request #25108 from eileenmcnaughton/pdf_depp
Yashodha Chaku [Fri, 9 Dec 2022 04:31:33 +0000 (10:01 +0530)]
Merge pull request #25108 from eileenmcnaughton/pdf_depp

Remove noisly deprecated function PDFLetterCommon::postProcess

23 months agoPhp layer consolidation on Import DataSource form
Eileen McNaughton [Fri, 9 Dec 2022 02:30:27 +0000 (15:30 +1300)]
Php layer consolidation on Import DataSource form

23 months agoEnotice fixes, consolidation on Import datasource forms
Eileen McNaughton [Fri, 9 Dec 2022 02:05:06 +0000 (15:05 +1300)]
Enotice fixes, consolidation on Import datasource forms

23 months agoMerge pull request #25140 from eileenmcnaughton/class
Seamus Lee [Fri, 9 Dec 2022 01:46:03 +0000 (12:46 +1100)]
Merge pull request #25140 from eileenmcnaughton/class

Fix enotice on user dash - when user has membership/s & debugging enabled

23 months agoMerge pull request #25137 from eileenmcnaughton/import_loc
Seamus Lee [Thu, 8 Dec 2022 22:48:12 +0000 (09:48 +1100)]
Merge pull request #25137 from eileenmcnaughton/import_loc

Stop using single hard-coded value array (clean up from previous refactors)

23 months agoFix enotice on user dash
Eileen McNaughton [Thu, 8 Dec 2022 22:41:47 +0000 (11:41 +1300)]
Fix enotice on user dash

23 months agoMerge pull request #24798 from jmcclelland/currency-additional-payment
demeritcowboy [Thu, 8 Dec 2022 19:41:18 +0000 (14:41 -0500)]
Merge pull request #24798 from jmcclelland/currency-additional-payment

ensure currency is included to avoid translation problems

23 months agoMerge pull request #25139 from christopher-yu/master
Eileen McNaughton [Thu, 8 Dec 2022 19:28:23 +0000 (08:28 +1300)]
Merge pull request #25139 from christopher-yu/master

Cast membership object as array before passing to getMembershipStatusByDate()

23 months agoMerge pull request #25138 from demeritcowboy/regen
Eileen McNaughton [Thu, 8 Dec 2022 19:26:22 +0000 (08:26 +1300)]
Merge pull request #25138 from demeritcowboy/regen

[NFC] Update instructions for running regen online

23 months agoCast membership object as array before passing to getMembershipStatusByDate()
cyu [Thu, 8 Dec 2022 18:00:32 +0000 (10:00 -0800)]
Cast membership object as array before passing to getMembershipStatusByDate()

23 months agoupdate instructions
demeritcowboy [Thu, 8 Dec 2022 16:32:24 +0000 (11:32 -0500)]
update instructions

23 months agoMerge pull request #25126 from colemanw/stripTags
Mathieu Lu [Thu, 8 Dec 2022 15:49:26 +0000 (10:49 -0500)]
Merge pull request #25126 from colemanw/stripTags

SearchKit - Include html columns in spreadsheet download

23 months agore-generated sql file.
Jamie McClelland [Thu, 8 Dec 2022 15:30:54 +0000 (10:30 -0500)]
re-generated sql file.

23 months agoMerge pull request #25136 from eileenmcnaughton/import_count
demeritcowboy [Thu, 8 Dec 2022 15:15:52 +0000 (10:15 -0500)]
Merge pull request #25136 from eileenmcnaughton/import_count

Remove always-true ifs

23 months agoMerge pull request #24925 from eileenmcnaughton/token_dep
colemanw [Thu, 8 Dec 2022 11:47:33 +0000 (06:47 -0500)]
Merge pull request #24925 from eileenmcnaughton/token_dep

Fold `processGreetingTemplate` function only called from one place into caller, deprecate

23 months agoStop using single hard-coded value array
Eileen McNaughton [Thu, 8 Dec 2022 06:46:18 +0000 (19:46 +1300)]
Stop using single hard-coded value array

23 months agoRemove always-true ifs
Eileen McNaughton [Thu, 8 Dec 2022 06:35:56 +0000 (19:35 +1300)]
Remove always-true ifs

23 months agoMerge pull request #25129 from MegaphoneJon/oauth-accounting-batches-cont
Eileen McNaughton [Thu, 8 Dec 2022 05:25:44 +0000 (18:25 +1300)]
Merge pull request #25129 from MegaphoneJon/oauth-accounting-batches-cont

Fix core#7016 in a second location

23 months agoMerge pull request #25110 from eileenmcnaughton/mandatory_flex
colemanw [Thu, 8 Dec 2022 02:39:00 +0000 (21:39 -0500)]
Merge pull request #25110 from eileenmcnaughton/mandatory_flex

Make flexmailer mandatory

23 months agoMerge pull request #25134 from seamuslee001/master
Seamus Lee [Thu, 8 Dec 2022 02:36:55 +0000 (13:36 +1100)]
Merge pull request #25134 from seamuslee001/master

#24911 Forward port to master / 5.57

23 months agoMerge pull request #25125 from MegaphoneJon/cmsuser-profile-cleanup
colemanw [Thu, 8 Dec 2022 02:36:19 +0000 (21:36 -0500)]
Merge pull request #25125 from MegaphoneJon/cmsuser-profile-cleanup

always define showCMS

23 months agoMerge pull request #25131 from totten/master-symbols-test
colemanw [Thu, 8 Dec 2022 02:36:02 +0000 (21:36 -0500)]
Merge pull request #25131 from totten/master-symbols-test

(NFC) dev/core#4008 - Afform - More coverage for symbol-scanner

23 months agoMerge branch 'php81_null_string'
Seamus Lee [Thu, 8 Dec 2022 01:06:51 +0000 (12:06 +1100)]
Merge branch 'php81_null_string'

23 months agoMerge pull request #25132 from totten/master-wp-baseurl
Seamus Lee [Thu, 8 Dec 2022 00:16:36 +0000 (11:16 +1100)]
Merge pull request #25132 from totten/master-wp-baseurl

CRM_Utils_System_WordPress - Drop unused variable

23 months agoMerge pull request #25130 from civicrm/5.56
Seamus Lee [Thu, 8 Dec 2022 00:01:51 +0000 (11:01 +1100)]
Merge pull request #25130 from civicrm/5.56

5.56

23 months agoMerge pull request #25133 from colemanw/searchSortTest
Seamus Lee [Thu, 8 Dec 2022 00:01:19 +0000 (11:01 +1100)]
Merge pull request #25133 from colemanw/searchSortTest

SearchKit - Fix unit test so sort param actually does something

23 months ago[REF][PHP8.1] Fix a couple of issues where passing in NULL in string functions is...
Seamus Lee [Sun, 6 Nov 2022 22:09:42 +0000 (09:09 +1100)]
[REF][PHP8.1] Fix a couple of issues where passing in NULL in string functions is deprecated in PHP8.1

23 months agoSearchKit - Fix unit test so sort param actually does something
Coleman Watts [Wed, 7 Dec 2022 22:51:36 +0000 (17:51 -0500)]
SearchKit - Fix unit test so sort param actually does something

23 months agoCRM_Utils_System_WordPress - Drop unused variable
Tim Otten [Wed, 7 Dec 2022 22:39:42 +0000 (14:39 -0800)]
CRM_Utils_System_WordPress - Drop unused variable

This is an off-shoot from #24911.

Before
------

`WordPress` implements the method `mapConfigToSSL()`, but ti doesn't do anything.

To see this, you can search for 'base_url' across the entire-source of a Civi-WP installation.
Specifically, I used

```
grep -lri 'global.*base_url'
```

The references appeared unrelated -- some references to Drupal/Backdrop adapters, and
some references to minified JS files. But I couldn't see anything that would in PHP on WP.

After
-----

Don't bother implementing the method. Might as well inherit the base method (which is empty).

23 months agoMerge pull request #25128 from seamuslee001/5.56
Seamus Lee [Wed, 7 Dec 2022 22:20:36 +0000 (09:20 +1100)]
Merge pull request #25128 from seamuslee001/5.56

Output of npm audit fix

23 months agoMerge pull request #24998 from demeritcowboy/oauth-name
Tim Otten [Wed, 7 Dec 2022 22:08:14 +0000 (14:08 -0800)]
Merge pull request #24998 from demeritcowboy/oauth-name

Avoid symbol scan errors in oauth-client help text

23 months ago(NFC) dev/core#4008 - Afform - More coverage for symbol-scanner
Tim Otten [Wed, 7 Dec 2022 21:45:49 +0000 (13:45 -0800)]
(NFC) dev/core#4008 - Afform - More coverage for symbol-scanner

Add more test-coverage.  This reproduces the failure-scenario that was
addressed by #25067.  (When combined with 25067, it passes.  But before
25067, it fails.)

23 months agoMerge pull request #25067 from demeritcowboy/invalid-html
Tim Otten [Wed, 7 Dec 2022 21:44:39 +0000 (13:44 -0800)]
Merge pull request #25067 from demeritcowboy/invalid-html

dev/core#4008 - alternate to 24998 - Avoid symbol scan errors

23 months agoFix core#7016 in a second location
Jon Goldberg [Wed, 7 Dec 2022 21:07:50 +0000 (16:07 -0500)]
Fix core#7016 in a second location

23 months agoOutput of npm audit fix
Seamus Lee [Wed, 7 Dec 2022 20:49:41 +0000 (07:49 +1100)]
Output of npm audit fix

23 months agoMerge pull request #25124 from MegaphoneJon/profile-cleanup-1
colemanw [Wed, 7 Dec 2022 19:04:33 +0000 (14:04 -0500)]
Merge pull request #25124 from MegaphoneJon/profile-cleanup-1

remove unused template vars from Profile Form

23 months agoensure currency is included to avoid translation problems
Jamie McClelland [Mon, 24 Oct 2022 15:00:18 +0000 (11:00 -0400)]
ensure currency is included to avoid translation problems

See https://lab.civicrm.org/dev/core/-/issues/411

23 months agoMerge pull request #25119 from demeritcowboy/current-revision
demeritcowboy [Wed, 7 Dec 2022 02:42:06 +0000 (21:42 -0500)]
Merge pull request #25119 from demeritcowboy/current-revision

dev/core#1532 - Upgrade message about old civicase activity revisions

23 months agoSearchKit - Include html columns in spreadsheet download
Coleman Watts [Wed, 7 Dec 2022 01:16:24 +0000 (20:16 -0500)]
SearchKit - Include html columns in spreadsheet download

This adds html-type columns to the spreadsheet download, by formatting them as plain text.

23 months agoMerge pull request #25122 from MegaphoneJon/no-perl
demeritcowboy [Wed, 7 Dec 2022 00:43:33 +0000 (19:43 -0500)]
Merge pull request #25122 from MegaphoneJon/no-perl

remove civimail-spooler script

23 months agoalways define showCMS
Jon Goldberg [Tue, 6 Dec 2022 23:43:09 +0000 (18:43 -0500)]
always define showCMS

23 months agoremove unused template vars from Profile Form
Jon Goldberg [Tue, 6 Dec 2022 23:36:37 +0000 (18:36 -0500)]
remove unused template vars from Profile Form

23 months agoMerge pull request #25121 from MegaphoneJon/no-drupalCms
Seamus Lee [Tue, 6 Dec 2022 23:36:09 +0000 (10:36 +1100)]
Merge pull request #25121 from MegaphoneJon/no-drupalCms

remove unused code in Profile template

23 months agoremove civimail-spooler script
Jon Goldberg [Tue, 6 Dec 2022 21:49:52 +0000 (16:49 -0500)]
remove civimail-spooler script

23 months agoremove unused code in Profile template
Jon Goldberg [Tue, 6 Dec 2022 21:21:33 +0000 (16:21 -0500)]
remove unused code in Profile template

23 months agoprevent deletion of current revisions
demeritcowboy [Tue, 6 Dec 2022 12:51:29 +0000 (07:51 -0500)]
prevent deletion of current revisions

23 months agodon't delete the current revision if you delete old revisions
demeritcowboy [Tue, 6 Dec 2022 12:40:25 +0000 (07:40 -0500)]
don't delete the current revision if you delete old revisions

23 months agoupgrade message
demeritcowboy [Tue, 6 Dec 2022 12:37:48 +0000 (07:37 -0500)]
upgrade message

23 months agoMerge pull request #25098 from JKingsnorth/dev/core#4020
Yashodha Chaku [Tue, 6 Dec 2022 03:50:29 +0000 (09:20 +0530)]
Merge pull request #25098 from JKingsnorth/dev/core#4020

dev/core#4020 Remove old recaptcha options

23 months agoMerge pull request #25113 from colemanw/hideDeprecatedFields
demeritcowboy [Tue, 6 Dec 2022 01:51:57 +0000 (20:51 -0500)]
Merge pull request #25113 from colemanw/hideDeprecatedFields

Hide deprecated fields from SearchKit & Afform

23 months agoMerge pull request #25118 from civicrm/5.56
Eileen McNaughton [Tue, 6 Dec 2022 01:31:33 +0000 (14:31 +1300)]
Merge pull request #25118 from civicrm/5.56

5.56 to master

23 months agoMerge pull request #25102 from alifrumin/5.56rn
Eileen McNaughton [Tue, 6 Dec 2022 01:16:49 +0000 (14:16 +1300)]
Merge pull request #25102 from alifrumin/5.56rn

[NFC] 5.56 release notes

23 months agoMerge pull request #25117 from civicrm/5.56
Seamus Lee [Mon, 5 Dec 2022 23:45:58 +0000 (10:45 +1100)]
Merge pull request #25117 from civicrm/5.56

5.56

23 months agoMake flexmailer mandatory
Eileen McNaughton [Sat, 3 Dec 2022 02:38:39 +0000 (15:38 +1300)]
Make flexmailer mandatory

23 months agoMerge pull request #25111 from colemanw/autocompleteCleanup
colemanw [Mon, 5 Dec 2022 22:46:11 +0000 (17:46 -0500)]
Merge pull request #25111 from colemanw/autocompleteCleanup

APIv4 Explorer - autocomplete cleanup

23 months agoMerge pull request #25114 from colemanw/dontUseSearchSegment
Tim Otten [Mon, 5 Dec 2022 22:07:49 +0000 (14:07 -0800)]
Merge pull request #25114 from colemanw/dontUseSearchSegment

SearchKit - Prevent 'SearchSegment not found' errors during install/upgrade

23 months agoMerge pull request #25115 from eileenmcnaughton/ext-info
Seamus Lee [Mon, 5 Dec 2022 22:03:54 +0000 (09:03 +1100)]
Merge pull request #25115 from eileenmcnaughton/ext-info

dev/core#4014 add ext-fileinto php extension to composer

23 months agodev/core#4014 add ext-fileinto php extension to composer
Eileen McNaughton [Mon, 5 Dec 2022 20:07:54 +0000 (09:07 +1300)]
dev/core#4014 add ext-fileinto php extension to composer

23 months agoMerge pull request #25099 from colemanw/defaultLabelField
colemanw [Mon, 5 Dec 2022 14:26:34 +0000 (09:26 -0500)]
Merge pull request #25099 from colemanw/defaultLabelField

Metadata - Add default labelField to all DAO entities

23 months agoSearchKit - Prevent 'SearchSegment not found' errors during install & upgrade
Coleman Watts [Mon, 5 Dec 2022 14:11:42 +0000 (09:11 -0500)]
SearchKit - Prevent 'SearchSegment not found' errors during install & upgrade

23 months agoMerge pull request #25106 from eileenmcnaughton/pdf_dep
Yashodha Chaku [Mon, 5 Dec 2022 04:23:11 +0000 (09:53 +0530)]
Merge pull request #25106 from eileenmcnaughton/pdf_dep

Remove unused, deprecated class `CRM_Activity_Form_Task_PDFLetterCommon`

23 months agoHide deprecated fields from SearchKit & Afform
Coleman Watts [Mon, 5 Dec 2022 02:08:55 +0000 (21:08 -0500)]
Hide deprecated fields from SearchKit & Afform

23 months agoMerge pull request #25101 from colemanw/contactTypeHook
Eileen McNaughton [Mon, 5 Dec 2022 01:50:24 +0000 (14:50 +1300)]
Merge pull request #25101 from colemanw/contactTypeHook

Support multiple contact_type in hook_civicrm_tabset

23 months agoMerge pull request #25109 from eileenmcnaughton/rem_pref
demeritcowboy [Mon, 5 Dec 2022 01:27:53 +0000 (20:27 -0500)]
Merge pull request #25109 from eileenmcnaughton/rem_pref

Remove further usage of 'preferred_mail_format'