civicrm-core.git
13 months agoAdd option to control display of calendar links
Aidan Saunders [Tue, 10 Oct 2023 17:28:40 +0000 (18:28 +0100)]
Add option to control display of calendar links

13 months agoNFC: remove old pattern
Aidan Saunders [Tue, 10 Oct 2023 12:17:23 +0000 (13:17 +0100)]
NFC: remove old pattern

13 months agoMerge pull request #27955 from eileenmcnaughton/invoic_settings
Matthew Wire [Wed, 8 Nov 2023 12:05:37 +0000 (12:05 +0000)]
Merge pull request #27955 from eileenmcnaughton/invoic_settings

Remove more traces of the old 'contribution_invoice_settings'

13 months agoMerge pull request #28045 from eileenmcnaughton/cont_mode
Matthew Wire [Wed, 8 Nov 2023 12:01:56 +0000 (12:01 +0000)]
Merge pull request #28045 from eileenmcnaughton/cont_mode

Replace use of contributeMode with alternatives

13 months agoMerge pull request #28047 from eileenmcnaughton/participant_source
Matthew Wire [Wed, 8 Nov 2023 11:58:13 +0000 (11:58 +0000)]
Merge pull request #28047 from eileenmcnaughton/participant_source

Consolidate source text determination

13 months agoMerge pull request #28054 from eileenmcnaughton/number
colemanw [Wed, 8 Nov 2023 11:52:34 +0000 (06:52 -0500)]
Merge pull request #28054 from eileenmcnaughton/number

Update 'Some kind of numbery-looky-printy thing.'  - ie `CRM_Utils_Number::formatUnitSize`

13 months agoSimplify CRM_Utils_Number::formatUnitSize, move check to form
Eileen McNaughton [Wed, 8 Nov 2023 05:15:08 +0000 (18:15 +1300)]
Simplify CRM_Utils_Number::formatUnitSize, move check to form

13 months agoMerge pull request #28046 from eileenmcnaughton/register
Mathieu Lu [Wed, 8 Nov 2023 03:28:10 +0000 (22:28 -0500)]
Merge pull request #28046 from eileenmcnaughton/register

Simplify use of word 'Register'

13 months agoMerge pull request #28050 from eileenmcnaughton/php8
Eileen McNaughton [Wed, 8 Nov 2023 02:24:27 +0000 (15:24 +1300)]
Merge pull request #28050 from eileenmcnaughton/php8

Php 8.x fix on variable

13 months agoMerge pull request #28049 from eileenmcnaughton/current_mem
Eileen McNaughton [Wed, 8 Nov 2023 01:28:58 +0000 (14:28 +1300)]
Merge pull request #28049 from eileenmcnaughton/current_mem

Remove unused property from previously shared code

13 months agoUpdate CRM/Profile/Selector/Listings.php
Eileen McNaughton [Wed, 8 Nov 2023 01:05:52 +0000 (14:05 +1300)]
Update CRM/Profile/Selector/Listings.php

Co-authored-by: colemanw <coleman@civicrm.org>
13 months agoMerge pull request #28037 from ufundo/drupal8-container-ip-address
demeritcowboy [Wed, 8 Nov 2023 00:48:59 +0000 (19:48 -0500)]
Merge pull request #28037 from ufundo/drupal8-container-ip-address

dev/core#4756 check Drupal container available to check ip address

13 months agoMerge pull request #28048 from eileenmcnaughton/event_ref
Seamus Lee [Wed, 8 Nov 2023 00:48:02 +0000 (11:48 +1100)]
Merge pull request #28048 from eileenmcnaughton/event_ref

Remove references to not-set form _values array property 'event' from previously shared code

13 months agoPhp 8.x fix on variable
Eileen McNaughton [Wed, 8 Nov 2023 00:44:06 +0000 (13:44 +1300)]
Php 8.x fix on variable

13 months agoReplace use of contributeMode with alternatives
Eileen McNaughton [Tue, 7 Nov 2023 23:03:20 +0000 (12:03 +1300)]
Replace use of contributeMode with alternatives

This addresses 2 places contributeMode is used

1)  CRM_Contribute_BAO_Contribution::createAddress does not require this check - it
works by checking if there are appropriate params from the billing profile - which
will have been displayed on the form or not as required by the processor

2) Replaces a specific check for paypal express with a check specific to that
class name. In the process functions are added for getPaymentProcessorValue()
in keeping with recently added getEventValue() getParticipantValue() etc

13 months agoRemove unused property from previously shared code
Eileen McNaughton [Wed, 8 Nov 2023 00:19:59 +0000 (13:19 +1300)]
Remove unused property from previously shared code

13 months agoRemove references to not-set form _values array property 'event' from previously...
Eileen McNaughton [Tue, 7 Nov 2023 23:43:41 +0000 (12:43 +1300)]
Remove references to not-set form _values array property 'event' from previously shared code

13 months agoConsolidate source text determination
Eileen McNaughton [Mon, 6 Nov 2023 22:22:30 +0000 (11:22 +1300)]
Consolidate source text determination

13 months agoMerge pull request #28044 from seamuslee001/82_dynamic_property_batch
Eileen McNaughton [Tue, 7 Nov 2023 23:19:38 +0000 (12:19 +1300)]
Merge pull request #28044 from seamuslee001/82_dynamic_property_batch

dev/core#4072 Fix Dynamic Property Errors on Batch Export

13 months agoMerge pull request #28043 from seamuslee001/test_dynamic_property
Eileen McNaughton [Tue, 7 Nov 2023 23:17:36 +0000 (12:17 +1300)]
Merge pull request #28043 from seamuslee001/test_dynamic_property

dev/core#4072 Fix Dynamic property in CiviTestListener

13 months agoSimplify use of word Register
Eileen McNaughton [Tue, 7 Nov 2023 23:14:43 +0000 (12:14 +1300)]
Simplify use of word Register

13 months agoMerge pull request #28035 from civicrm/5.68
Seamus Lee [Tue, 7 Nov 2023 22:27:01 +0000 (09:27 +1100)]
Merge pull request #28035 from civicrm/5.68

5.68

13 months agoFix Dynamic Property Errors on Batch Export
Seamus Lee [Tue, 7 Nov 2023 22:22:54 +0000 (09:22 +1100)]
Fix Dynamic Property Errors on Batch Export

13 months agodev/core#4072 Fix Dynamic property in CiviTestListener
Seamus Lee [Tue, 7 Nov 2023 22:14:24 +0000 (09:14 +1100)]
dev/core#4072 Fix Dynamic property in CiviTestListener

13 months agoMerge pull request #28040 from colemanw/angularDepNotice
Seamus Lee [Tue, 7 Nov 2023 21:17:29 +0000 (08:17 +1100)]
Merge pull request #28040 from colemanw/angularDepNotice

[NFC] More descriptive deprecation notice for Angular settings

13 months agoMore descriptive deprecation notice for Angular settings
colemanw [Tue, 7 Nov 2023 19:49:30 +0000 (14:49 -0500)]
More descriptive deprecation notice for Angular settings

13 months agoMerge pull request #28036 from demeritcowboy/case-edit
colemanw [Tue, 7 Nov 2023 18:41:30 +0000 (13:41 -0500)]
Merge pull request #28036 from demeritcowboy/case-edit

dev/core#4755 - typo causes activity type to go missing on case activity edit

13 months agoMerge pull request #28024 from dontub/add-afform-field-Url
colemanw [Tue, 7 Nov 2023 18:37:28 +0000 (13:37 -0500)]
Merge pull request #28024 from dontub/add-afform-field-Url

Add Afform field for input type `Url`

13 months agodev/core#4756 check Drupal container available to check ip address
BW [Tue, 7 Nov 2023 15:17:02 +0000 (15:17 +0000)]
dev/core#4756 check Drupal container available to check ip address

13 months agotypo
demeritcowboy [Tue, 7 Nov 2023 14:51:54 +0000 (09:51 -0500)]
typo

13 months agoMerge pull request #28018 from colemanw/searchFunctionZeroBugFix
demeritcowboy [Tue, 7 Nov 2023 13:59:25 +0000 (08:59 -0500)]
Merge pull request #28018 from colemanw/searchFunctionZeroBugFix

SearchKit - Fix field transformation UI to handle number 0

13 months agoMerge pull request #28011 from eileenmcnaughton/payment_object
Matthew Wire [Tue, 7 Nov 2023 12:19:02 +0000 (12:19 +0000)]
Merge pull request #28011 from eileenmcnaughton/payment_object

PHp8.x notice fix - remove use of legacy paymentObject

13 months agoMerge pull request #28030 from eileenmcnaughton/participant_deduct
Yashodha Chaku [Tue, 7 Nov 2023 12:15:40 +0000 (17:45 +0530)]
Merge pull request #28030 from eileenmcnaughton/participant_deduct

Further cleanup on previously shared participant form code

13 months agoBasicGetFieldsAction: Add `Url` as option for `input_type`
Dominic Tubach [Tue, 7 Nov 2023 08:35:44 +0000 (09:35 +0100)]
BasicGetFieldsAction: Add `Url` as option for `input_type`

13 months agoMerge pull request #28034 from eileenmcnaughton/error_verbose
Eileen McNaughton [Tue, 7 Nov 2023 07:14:00 +0000 (20:14 +1300)]
Merge pull request #28034 from eileenmcnaughton/error_verbose

Include separator text in details send to log

13 months agoInclude exception, separator text in details send to log
Eileen McNaughton [Tue, 7 Nov 2023 03:19:58 +0000 (16:19 +1300)]
Include exception, separator text in details send to log

13 months agoMerge pull request #28032 from colemanw/revertMailingIsDraft
Eileen McNaughton [Tue, 7 Nov 2023 01:29:31 +0000 (14:29 +1300)]
Merge pull request #28032 from colemanw/revertMailingIsDraft

Revert "APIv4 - Add is_draft field for mailings"

13 months agoMerge pull request #28014 from kurund/afform-prefill-date
colemanw [Tue, 7 Nov 2023 00:38:59 +0000 (19:38 -0500)]
Merge pull request #28014 from kurund/afform-prefill-date

Afform - ability to set fixed or now date defaults

13 months agoRevert "APIv4 - Add is_draft field for mailings"
colemanw [Tue, 7 Nov 2023 00:12:19 +0000 (19:12 -0500)]
Revert "APIv4 - Add is_draft field for mailings"

This partially reverts commit 6565e243f275bd5f9ceea50bc58c44582d9349e9.

13 months agoMerge pull request #28031 from civicrm/5.68
Eileen McNaughton [Mon, 6 Nov 2023 23:22:33 +0000 (12:22 +1300)]
Merge pull request #28031 from civicrm/5.68

5.68 to master

13 months agoMerge pull request #28029 from MegaphoneJon/deprecated-part-token
Eileen McNaughton [Mon, 6 Nov 2023 22:48:38 +0000 (11:48 +1300)]
Merge pull request #28029 from MegaphoneJon/deprecated-part-token

Add check for deprecated token in event online receipt

13 months agoMerge pull request #28027 from braders/php8-activity-view
Eileen McNaughton [Mon, 6 Nov 2023 22:48:26 +0000 (11:48 +1300)]
Merge pull request #28027 from braders/php8-activity-view

[REF][PHP8.2] Update CRM_Activity_Form_ActivityView for PHP8.2 support

13 months agoMerge pull request #27783 from colemanw/afformPerformance
colemanw [Mon, 6 Nov 2023 22:32:57 +0000 (17:32 -0500)]
Merge pull request #27783 from colemanw/afformPerformance

Afform - improve loading performance

13 months agoFurther cleanup on previously shared participant form
Eileen McNaughton [Mon, 6 Nov 2023 21:49:25 +0000 (10:49 +1300)]
Further cleanup on previously shared participant form

This addresses some variables that were being set in one place
& used in another. In the past this was done because the
form prepared variables for use in a shared function.

However, the previously shared code is only used by
this form now & hence can access the submitted values in
a more consisent way (not having to  deal with
the values being possibly presented in a range of ways

13 months agoMerge pull request #28028 from braders/php8-case-detail-report
Eileen McNaughton [Mon, 6 Nov 2023 20:48:11 +0000 (09:48 +1300)]
Merge pull request #28028 from braders/php8-case-detail-report

[REF][PHP8.2] Tidy up CRM_Report_Form_Case_Detail

13 months agoAdd check for deprecated token in event online receipt
Jon Goldberg [Mon, 6 Nov 2023 20:28:45 +0000 (15:28 -0500)]
Add check for deprecated token in event online receipt

13 months agoAfform - Add modified_date
colemanw [Thu, 19 Oct 2023 13:32:01 +0000 (09:32 -0400)]
Afform - Add modified_date

13 months agoAfform - Improve loading performance
colemanw [Wed, 11 Oct 2023 15:37:57 +0000 (11:37 -0400)]
Afform - Improve loading performance

Before: Angular modules were not cached, afform loading was slow
After: Cache previously used for afform dependencies now used for all Angular modules

13 months ago[REF][PHP8.2] Update CRM_Activity_Form_ActivityView for PHP8.2 support
Bradley Taylor [Mon, 6 Nov 2023 19:35:49 +0000 (19:35 +0000)]
[REF][PHP8.2] Update CRM_Activity_Form_ActivityView for PHP8.2 support

13 months ago[REF][PHP8.2] Tidy up CRM_Report_Form_Case_Detail
Bradley Taylor [Mon, 6 Nov 2023 19:47:44 +0000 (19:47 +0000)]
[REF][PHP8.2] Tidy up CRM_Report_Form_Case_Detail

13 months agoMerge pull request #28023 from braders/sms-page-provider-php8.2
demeritcowboy [Mon, 6 Nov 2023 19:12:11 +0000 (14:12 -0500)]
Merge pull request #28023 from braders/sms-page-provider-php8.2

[REF][PHP8.2] Update CRM_SMS_Page_Provider

13 months agoMerge pull request #28025 from mlutfy/zambiaProvinces
colemanw [Mon, 6 Nov 2023 18:16:20 +0000 (13:16 -0500)]
Merge pull request #28025 from mlutfy/zambiaProvinces

Add missing Zambia provinces

13 months agoAdd missing Zambia provinces
Mathieu Lu [Mon, 6 Nov 2023 15:34:33 +0000 (10:34 -0500)]
Add missing Zambia provinces

13 months agoMerge pull request #27459 from jitendrapurohit/joomla_usergrp
Yashodha Chaku [Mon, 6 Nov 2023 15:28:00 +0000 (20:58 +0530)]
Merge pull request #27459 from jitendrapurohit/joomla_usergrp

Add Joomla user to group when created from civi profile

13 months agoMerge pull request #28007 from eileenmcnaughton/part_offline_2
Matthew Wire [Mon, 6 Nov 2023 12:43:29 +0000 (12:43 +0000)]
Merge pull request #28007 from eileenmcnaughton/part_offline_2

Follow up cleanup on multiple participant form edit

13 months agoMerge pull request #28020 from demeritcowboy/group-php8
Matthew Wire [Mon, 6 Nov 2023 12:42:44 +0000 (12:42 +0000)]
Merge pull request #28020 from demeritcowboy/group-php8

[php8]] Replace undeclared class var with local var

13 months agoAdd Afform field for input type `Url`
Dominic Tubach [Mon, 6 Nov 2023 10:21:12 +0000 (11:21 +0100)]
Add Afform field for input type `Url`

13 months agoMerge pull request #28019 from colemanw/mailingIsDraftField
Mathieu Lu [Sun, 5 Nov 2023 18:30:47 +0000 (13:30 -0500)]
Merge pull request #28019 from colemanw/mailingIsDraftField

APIv4 - Add is_draft field for mailings, fix test

13 months ago[REF][PHP8.2] Update CRM_SMS_Page_Provider
Bradley Taylor [Sun, 5 Nov 2023 16:23:07 +0000 (16:23 +0000)]
[REF][PHP8.2] Update CRM_SMS_Page_Provider

13 months agoAPIv4 - Add is_draft field for mailings, fix test
colemanw [Sat, 4 Nov 2023 03:28:55 +0000 (23:28 -0400)]
APIv4 - Add is_draft field for mailings, fix test

Figuring out if a mailing is a draft or not can be tricky.
This encapsulates the tricky-ness in a reusable calculated field.

13 months agoMerge pull request #28022 from braders/unused-amt-props
demeritcowboy [Sun, 5 Nov 2023 15:09:11 +0000 (10:09 -0500)]
Merge pull request #28022 from braders/unused-amt-props

[REF][PHP8.2] Remove unused dynamic props

13 months ago[REF][PHP8.2] Remove unused dynamic props
Bradley Taylor [Sun, 5 Nov 2023 11:14:52 +0000 (11:14 +0000)]
[REF][PHP8.2] Remove unused dynamic props

13 months agoreplace undeclared class var with local var
demeritcowboy [Sat, 4 Nov 2023 14:57:29 +0000 (10:57 -0400)]
replace undeclared class var with local var

13 months agoMerge pull request #28016 from seamuslee001/case_form_82
demeritcowboy [Sat, 4 Nov 2023 14:32:44 +0000 (10:32 -0400)]
Merge pull request #28016 from seamuslee001/case_form_82

[REF][PHP8.2] Fix Case_Form_TaskTest test fails on php8.2

13 months agoMerge pull request #28017 from colemanw/mailingMeta
Mathieu Lu [Sat, 4 Nov 2023 07:29:04 +0000 (03:29 -0400)]
Merge pull request #28017 from colemanw/mailingMeta

Schema - Add CiviMail field metadata

13 months agoSearchKit - Fix field transformation UI to handle number 0
colemanw [Sat, 4 Nov 2023 02:29:15 +0000 (22:29 -0400)]
SearchKit - Fix field transformation UI to handle number 0

This is the old number 0 is falsey bug.
To reproduce, add a field transformation such as if/else,
clear the field values and select numbers.
The number zero will be treated as empty and not work.

13 months agoSchema - Add CiviMail field metadata
colemanw [Sat, 4 Nov 2023 00:32:21 +0000 (20:32 -0400)]
Schema - Add CiviMail field metadata

13 months agoMerge pull request #28008 from eileenmcnaughton/tax_ex
demeritcowboy [Fri, 3 Nov 2023 21:45:54 +0000 (17:45 -0400)]
Merge pull request #28008 from eileenmcnaughton/tax_ex

dev/financial#206 Switch templates to use token for tax_exclusive_amount

13 months agoMerge pull request #28015 from civicrm/5.68
demeritcowboy [Fri, 3 Nov 2023 21:34:30 +0000 (17:34 -0400)]
Merge pull request #28015 from civicrm/5.68

5.68

13 months ago[REF][PHP8.2] Fix Case_Form_TaskTest test fails on php8.2
Seamus Lee [Fri, 3 Nov 2023 20:33:52 +0000 (07:33 +1100)]
[REF][PHP8.2] Fix Case_Form_TaskTest test fails on php8.2

13 months agoset default date on the frontend
Kurund Jalmi [Fri, 3 Nov 2023 18:23:24 +0000 (18:23 +0000)]
set default date on the frontend

13 months agoremove duplicate date picker icon
Kurund Jalmi [Fri, 3 Nov 2023 18:09:05 +0000 (18:09 +0000)]
remove duplicate date picker icon

13 months agoadmin defaults fixes
Kurund Jalmi [Fri, 3 Nov 2023 18:05:59 +0000 (18:05 +0000)]
admin defaults fixes

13 months agodisplay fix
Kurund Jalmi [Fri, 3 Nov 2023 17:58:06 +0000 (17:58 +0000)]
display fix

13 months agorename options
Kurund Jalmi [Fri, 3 Nov 2023 17:57:10 +0000 (17:57 +0000)]
rename options

13 months agoadd admin configuration to set the date defaults
Kurund Jalmi [Fri, 3 Nov 2023 17:50:14 +0000 (17:50 +0000)]
add admin configuration to set the date defaults

13 months agoMerge pull request #27994 from colemanw/testChars
colemanw [Fri, 3 Nov 2023 11:40:27 +0000 (07:40 -0400)]
Merge pull request #27994 from colemanw/testChars

[NFC] APIv4 - Ensure ContactType api handles accent characters

13 months agoMerge pull request #28010 from eileenmcnaughton/notice_568
colemanw [Fri, 3 Nov 2023 11:36:17 +0000 (07:36 -0400)]
Merge pull request #28010 from eileenmcnaughton/notice_568

Fix unreleased regression - notice on undefined variable

13 months agoMerge pull request #28009 from eileenmcnaughton/no_param
colemanw [Fri, 3 Nov 2023 11:35:15 +0000 (07:35 -0400)]
Merge pull request #28009 from eileenmcnaughton/no_param

Remove never-used variables

13 months agoMerge pull request #28012 from civicrm/5.68
Eileen McNaughton [Fri, 3 Nov 2023 04:06:41 +0000 (17:06 +1300)]
Merge pull request #28012 from civicrm/5.68

5.68 to master

13 months agoFix unreleased regression - notice on undefined variable
Eileen McNaughton [Fri, 3 Nov 2023 02:50:38 +0000 (15:50 +1300)]
Fix unreleased regression - notice on undefined variable

This notice is in recently extracted code

13 months agoMerge pull request #28002 from eileenmcnaughton/568
Seamus Lee [Fri, 3 Nov 2023 03:29:43 +0000 (14:29 +1100)]
Merge pull request #28002 from eileenmcnaughton/568

Smarty3 - fix space breaking syntax

13 months agoPHp8.x notice fix - remove use of legacy paymentObject
Eileen McNaughton [Fri, 3 Nov 2023 02:23:03 +0000 (15:23 +1300)]
PHp8.x notice fix - remove use of legacy paymentObject

13 months agoRemove never-used variables
Eileen McNaughton [Fri, 3 Nov 2023 02:41:53 +0000 (15:41 +1300)]
Remove never-used variables

13 months agoMerge pull request #28006 from eileenmcnaughton/part_offline
colemanw [Fri, 3 Nov 2023 02:11:24 +0000 (22:11 -0400)]
Merge pull request #28006 from eileenmcnaughton/part_offline

Clean up smarty notices on Contribution View (when not in pop-up mode)

13 months agoMerge pull request #28004 from eileenmcnaughton/568_price
colemanw [Fri, 3 Nov 2023 02:07:54 +0000 (22:07 -0400)]
Merge pull request #28004 from eileenmcnaughton/568_price

Fix 5.68 unreleased regression - repeattransaction fails if CiviMember not installed

13 months agoMerge pull request #28001 from aydun/adminui_enable_actions
colemanw [Fri, 3 Nov 2023 02:04:33 +0000 (22:04 -0400)]
Merge pull request #28001 from aydun/adminui_enable_actions

dev/core#4734 AdminUI - Enable actions

13 months agodev/financial#206 Switch templates to use token for tax_exclusive_amount
Eileen McNaughton [Fri, 3 Nov 2023 01:58:13 +0000 (14:58 +1300)]
dev/financial#206 Switch templates to use token for tax_exclusive_amount

13 months agoFollow up cleanup on multiple participant form edit
Eileen McNaughton [Fri, 3 Nov 2023 01:42:33 +0000 (14:42 +1300)]
Follow up cleanup on multiple participant form edit

In testing on the recent regression some code turned out to
be unreachable.

In the scenario were we have a pending pay later registration for multipl
participants we find that the field priceSetId is empty when submitted
and the field total_amount must be submitted, if it is submitted.

Therefore we find that a) any value added to total_amount in the
previously-shared preparePaidEventProcessing is overwritten
shortly after by the submitted value
and hence should not be set in this flow in preparePaidEventProcessing.

Also the code that sets additionalDetails is only hit when priceSetID is
not empty but it never is per above. So that code is setting an unused variable

13 months agoClean up notices on Contribution View (when not in pop-up mode)
Eileen McNaughton [Fri, 3 Nov 2023 01:22:58 +0000 (14:22 +1300)]
Clean up notices on Contribution View (when not in pop-up mode)

13 months agoFix 5.68 unreleased regression - repeattransaction fails if CiviMember not installed
Eileen McNaughton [Fri, 3 Nov 2023 00:01:18 +0000 (13:01 +1300)]
Fix 5.68 unreleased regression - repeattransaction fails if CiviMember not installed

13 months agoSmarty3 - fix space breaking syntax
Eileen McNaughton [Thu, 2 Nov 2023 22:51:26 +0000 (11:51 +1300)]
Smarty3 - fix space breaking syntax

13 months agoStandardise on edit, disable, delete etc in menu
Aidan Saunders [Thu, 2 Nov 2023 22:26:20 +0000 (22:26 +0000)]
Standardise on edit, disable, delete etc in menu

13 months agoAdd Action checkboxes
Aidan Saunders [Thu, 2 Nov 2023 21:56:01 +0000 (21:56 +0000)]
Add Action checkboxes

13 months agoMerge pull request #27999 from civicrm/5.68
Eileen McNaughton [Thu, 2 Nov 2023 21:28:44 +0000 (10:28 +1300)]
Merge pull request #27999 from civicrm/5.68

5.68

13 months agoMerge pull request #27992 from artfulrobot/artfulrobot-issue-4746-php73
Seamus Lee [Thu, 2 Nov 2023 21:26:25 +0000 (08:26 +1100)]
Merge pull request #27992 from artfulrobot/artfulrobot-issue-4746-php73

standaloneusers: remove property type declarations to make php7.3 compat

13 months agoMerge pull request #27990 from seamuslee001/regex_test_failure
Seamus Lee [Thu, 2 Nov 2023 21:26:11 +0000 (08:26 +1100)]
Merge pull request #27990 from seamuslee001/regex_test_failure

[REF] dev/core#4747 Fix Binary Regex by casting field to Binary

13 months agoMerge pull request #27922 from colemanw/setVersionStableOnly
Tim Otten [Thu, 2 Nov 2023 20:59:36 +0000 (13:59 -0700)]
Merge pull request #27922 from colemanw/setVersionStableOnly

Releaser - Only update core extensions for stable versions

13 months agoMerge pull request #27993 from colemanw/fillEntityDefaults
Seamus Lee [Thu, 2 Nov 2023 20:54:59 +0000 (07:54 +1100)]
Merge pull request #27993 from colemanw/fillEntityDefaults

APIv4 - Ensure 'search_fields' defaults to 'label_field' for Entity.get

13 months agoMerge pull request #27996 from mlutfy/flagsTypeError
Seamus Lee [Thu, 2 Nov 2023 20:53:59 +0000 (07:53 +1100)]
Merge pull request #27996 from mlutfy/flagsTypeError

PHP 8.x: fix TypeError in config hook