civicrm-core.git
2 years agoAdd missing PHPDoc types
Bradley Taylor [Wed, 31 Aug 2022 11:01:12 +0000 (12:01 +0100)]
Add missing PHPDoc types

2 years agoMerge pull request #24406 from braders/invalid-eventid-notice
demeritcowboy [Mon, 29 Aug 2022 16:03:11 +0000 (12:03 -0400)]
Merge pull request #24406 from braders/invalid-eventid-notice

Stop PHP notice when accessing invalid event ID

2 years agoMerge pull request #24404 from braders/mailing_browse_tidyup
demeritcowboy [Mon, 29 Aug 2022 13:12:49 +0000 (09:12 -0400)]
Merge pull request #24404 from braders/mailing_browse_tidyup

Tidy up whereClause method of mailing browse

2 years agoMerge pull request #24405 from braders/phpdoc-fixes2
demeritcowboy [Mon, 29 Aug 2022 13:12:23 +0000 (09:12 -0400)]
Merge pull request #24405 from braders/phpdoc-fixes2

PHPDoc comment fixes

2 years agoStop PHP notice when accessing invalid event ID
Bradley Taylor [Mon, 29 Aug 2022 10:49:02 +0000 (11:49 +0100)]
Stop PHP notice when accessing invalid event ID

2 years agoPHPDoc comment fixes
Bradley Taylor [Mon, 29 Aug 2022 10:30:22 +0000 (11:30 +0100)]
PHPDoc comment fixes

2 years agoTidy up whereClause method of mailing browse
Bradley Taylor [Mon, 29 Aug 2022 10:09:32 +0000 (11:09 +0100)]
Tidy up whereClause method of mailing browse

2 years agoMerge pull request #24403 from totten/master-setlocale
Eileen McNaughton [Mon, 29 Aug 2022 09:23:51 +0000 (21:23 +1200)]
Merge pull request #24403 from totten/master-setlocale

(dev/translation#78) Allow partial/mixed locales. Define global `Locale` object.

2 years ago(dev/translation#78) Locale::negotiate() - Implement true support for partial locales...
Tim Otten [Mon, 29 Aug 2022 05:21:37 +0000 (22:21 -0700)]
(dev/translation#78) Locale::negotiate() - Implement true support for partial locales - More tests

2 years ago(dev/translation#78) Civi\Core\Format - Abide by 'partial_locales' and `$locale-...
Tim Otten [Mon, 29 Aug 2022 05:31:08 +0000 (22:31 -0700)]
(dev/translation#78) Civi\Core\Format - Abide by 'partial_locales' and `$locale->moneyFormat` - Fixup

2 years ago(dev/translation#78) Locale::negotiate() - Implement true support for partial locales
Tim Otten [Thu, 25 Aug 2022 04:55:20 +0000 (21:55 -0700)]
(dev/translation#78) Locale::negotiate() - Implement true support for partial locales

2 years ago(dev/translation#78) Default nominal to expected type (string
Eileen McNaughton [Sat, 20 Aug 2022 01:44:29 +0000 (13:44 +1200)]
(dev/translation#78) Default nominal to expected type (string

2 years ago(dev/translation#78) TokenProcessorTest - Test with and without 'partial_locales...
Tim Otten [Mon, 8 Aug 2022 09:41:26 +0000 (02:41 -0700)]
(dev/translation#78) TokenProcessorTest - Test with and without 'partial_locales' support

2 years ago(dev/translation#78) Civi\Core\Format - Abide by 'partial_locales' and `$locale-...
Tim Otten [Mon, 8 Aug 2022 08:25:37 +0000 (01:25 -0700)]
(dev/translation#78) Civi\Core\Format - Abide by 'partial_locales' and `$locale->moneyFormat`

2 years ago(dev/translation#78) I18nSubscriber - Allow partial/negotiated locales
Tim Otten [Fri, 5 Aug 2022 10:02:04 +0000 (03:02 -0700)]
(dev/translation#78) I18nSubscriber - Allow partial/negotiated locales

Definitions:

* A fully-supported locale is valid in all localization services (eg
  `ts()`, `Civi::format()`, `$dbLocale`).
* A "negotiated" or "mixed" locale can be used for communication, but
  it is not fully supported by all other layers. Consequently, it
  requires some kind of fallback or substitution.

Before:

* When an API call requests an alternate language (v3's `option.language` or
  v4's `setLanguage()`), it only activates fully-supported locales.
* Specifically, it validates against the multilingual configuration -- those
  are fully supported locales.) It otherwise ignores the alternate language.

After:

* When an API call requests an alternate language, it cacn activate
  fully-supported locales as well as mixed locales.
* Specifically, it asks `Locale::negotiate(...)` to examine the local
  configuration/resources and determine the effective locale.

2 years agoMerge pull request #24400 from totten/master-locale-pre
Eileen McNaughton [Mon, 29 Aug 2022 02:56:00 +0000 (14:56 +1200)]
Merge pull request #24400 from totten/master-locale-pre

(REF) Tests - Misc updates in prepartion for l10n updates

2 years agoMerge pull request #24399 from totten/master-queue-ts
Eileen McNaughton [Mon, 29 Aug 2022 00:37:34 +0000 (12:37 +1200)]
Merge pull request #24399 from totten/master-queue-ts

QueueItem - Convert DATETIME to TIMESTAMP

2 years ago(dev/translation#78) When setting locale, track it as a `Civi\Core\Locale` instance
Tim Otten [Fri, 5 Aug 2022 10:00:29 +0000 (03:00 -0700)]
(dev/translation#78) When setting locale, track it as a `Civi\Core\Locale` instance

2 years ago(dev/translation#78) Settings - Define partial_locales. Display on admin UI.
Tim Otten [Sun, 7 Aug 2022 23:56:51 +0000 (16:56 -0700)]
(dev/translation#78) Settings - Define partial_locales. Display on admin UI.

2 years agoAutoClean - Add helper to temporarily modify settings
Tim Otten [Sun, 7 Aug 2022 23:56:14 +0000 (16:56 -0700)]
AutoClean - Add helper to temporarily modify settings

2 years agoLocaleTestTrait - When activating 2+ locales, set languageLimit properly
Tim Otten [Thu, 18 Aug 2022 08:10:17 +0000 (01:10 -0700)]
LocaleTestTrait - When activating 2+ locales, set languageLimit properly

2 years ago(NFC) ContributionTest - Fix a couple more `@group`s. Fix misplaced `@group`
Tim Otten [Fri, 26 Aug 2022 00:02:50 +0000 (17:02 -0700)]
(NFC) ContributionTest - Fix a couple more `@group`s. Fix misplaced `@group`

2 years agoCiviUnitTestCase - Clear locale vars between all tests
Tim Otten [Fri, 26 Aug 2022 20:40:11 +0000 (13:40 -0700)]
CiviUnitTestCase - Clear locale vars between all tests

2 years agoMerge pull request #24387 from eileenmcnaughton/import_test
Tim Otten [Sun, 28 Aug 2022 23:10:23 +0000 (16:10 -0700)]
Merge pull request #24387 from eileenmcnaughton/import_test

Minor import test cleanup

2 years agoMerge pull request #24397 from eileenmcnaughton/run_poof
Tim Otten [Sun, 28 Aug 2022 22:27:47 +0000 (15:27 -0700)]
Merge pull request #24397 from eileenmcnaughton/run_poof

Minor readability cleanup - remove code comments about removed item, comments

2 years agoUpgrade - Convert civicrm_queue_item (DATETIME=>TIMESTAMP; 5.54.alpha1)
Tim Otten [Sat, 27 Aug 2022 05:32:46 +0000 (22:32 -0700)]
Upgrade - Convert civicrm_queue_item (DATETIME=>TIMESTAMP; 5.54.alpha1)

2 years agoQueueItem - Mark submit_time and release_time as TIMESTAMP
Tim Otten [Sat, 27 Aug 2022 00:40:01 +0000 (17:40 -0700)]
QueueItem - Mark submit_time and release_time as TIMESTAMP

2 years agoMerge pull request #24374 from eileenmcnaughton/import_unique_cont_better
Eileen McNaughton [Sat, 27 Aug 2022 05:49:15 +0000 (17:49 +1200)]
Merge pull request #24374 from eileenmcnaughton/import_unique_cont_better

[Ref] Import cleanup code that looks up contribution in import

2 years agoImprove test error checking
Eileen McNaughton [Sat, 27 Aug 2022 01:25:26 +0000 (13:25 +1200)]
Improve test error checking

2 years agoMerge pull request #24343 from eileenmcnaughton/w_search
colemanw [Sat, 27 Aug 2022 02:23:43 +0000 (22:23 -0400)]
Merge pull request #24343 from eileenmcnaughton/w_search

Add Saved searches to view import jobs

2 years agoMerge pull request #24371 from eileenmcnaughton/import_defaults_js
colemanw [Sat, 27 Aug 2022 02:22:51 +0000 (22:22 -0400)]
Merge pull request #24371 from eileenmcnaughton/import_defaults_js

Fix broken js on Contribution Import

2 years agoMerge pull request #24395 from totten/master-release-time
Eileen McNaughton [Sat, 27 Aug 2022 02:09:03 +0000 (14:09 +1200)]
Merge pull request #24395 from totten/master-release-time

Queue API - Expose option for delayed tasks (`$options['release_time']`)

2 years agoMinor cleanup - remove code comments about removed item, comments
Eileen McNaughton [Sat, 27 Aug 2022 02:04:22 +0000 (14:04 +1200)]
Minor cleanup - remove code comments about removed item, comments

2 years agoMake validation output clearer
Eileen McNaughton [Sat, 27 Aug 2022 01:23:22 +0000 (13:23 +1200)]
Make validation output clearer

2 years ago[Ref] Import cleanup code that looks up contribution in import
Eileen McNaughton [Wed, 24 Aug 2022 09:53:15 +0000 (21:53 +1200)]
[Ref] Import cleanup code that looks up contribution in import

2 years agoMerge pull request #24392 from totten/master-nfc-list
Eileen McNaughton [Sat, 27 Aug 2022 01:05:58 +0000 (13:05 +1200)]
Merge pull request #24392 from totten/master-nfc-list

(NFC) Autoformat big clusters of `list()` statements

2 years agoQueues - Allow passing `$options['release_time']` for new tasks
Tim Otten [Fri, 26 Aug 2022 23:01:13 +0000 (16:01 -0700)]
Queues - Allow passing `$options['release_time']` for new tasks

2 years ago(NFC) tests/ - Autoformat big clumps of `list()` statements
Tim Otten [Fri, 26 Aug 2022 21:49:38 +0000 (14:49 -0700)]
(NFC) tests/ - Autoformat big clumps of `list()` statements

Based on a quick grep, these files had a lot of `list()` statements, so I let PHPStorm clean them up.

2 years ago(NFC) Civi - Autoformat `list()` statements
Tim Otten [Fri, 26 Aug 2022 21:46:37 +0000 (14:46 -0700)]
(NFC) Civi - Autoformat `list()` statements

2 years ago(NFC) CRM/ - Autoformat big clumps of `list()` statements
Tim Otten [Fri, 26 Aug 2022 21:40:19 +0000 (14:40 -0700)]
(NFC) CRM/ - Autoformat big clumps of `list()` statements

Based on a quick grep, these files had a lot of `list()` statements, so I let PHPStorm clean them up.

2 years ago(NFC) CRM/Upgrade - Autoformat `list()` statements
Tim Otten [Fri, 26 Aug 2022 21:39:10 +0000 (14:39 -0700)]
(NFC) CRM/Upgrade - Autoformat `list()` statements

2 years ago(NFC) CRM/Contact - Autoformat `list()` statements
Tim Otten [Fri, 26 Aug 2022 21:22:40 +0000 (14:22 -0700)]
(NFC) CRM/Contact - Autoformat `list()` statements

2 years ago(NFC) CRM/Core - Autoformat `list()` statements
Tim Otten [Fri, 26 Aug 2022 21:16:04 +0000 (14:16 -0700)]
(NFC) CRM/Core - Autoformat `list()` statements

2 years ago(NFC) CRM/Core/BAO - Autoformat `list()` statements
Tim Otten [Fri, 26 Aug 2022 21:15:09 +0000 (14:15 -0700)]
(NFC) CRM/Core/BAO - Autoformat `list()` statements

2 years agoMerge pull request #23658 from kurund/mailing-bounce-type-fixes
Eileen McNaughton [Fri, 26 Aug 2022 20:07:43 +0000 (08:07 +1200)]
Merge pull request #23658 from kurund/mailing-bounce-type-fixes

Issue/core#3489: Increase field size for mailing bounce type

2 years agoMerge pull request #24383 from mattwire/oauth
demeritcowboy [Fri, 26 Aug 2022 19:54:18 +0000 (15:54 -0400)]
Merge pull request #24383 from mattwire/oauth

OAuth fixes

2 years agoMerge pull request #24391 from colemanw/activityTask
Eileen McNaughton [Fri, 26 Aug 2022 19:53:48 +0000 (07:53 +1200)]
Merge pull request #24391 from colemanw/activityTask

SearchKit - Add activity task

2 years agoCleanup comments / README
Matthew Wire [Thu, 25 Aug 2022 14:15:22 +0000 (15:15 +0100)]
Cleanup comments / README

2 years agoSearchKit - Add activity task
Coleman Watts [Fri, 26 Aug 2022 15:32:47 +0000 (11:32 -0400)]
SearchKit - Add activity task

2 years agoMerge pull request #24390 from eileenmcnaughton/less_params
demeritcowboy [Fri, 26 Aug 2022 12:05:01 +0000 (08:05 -0400)]
Merge pull request #24390 from eileenmcnaughton/less_params

[REF] Variable use cleanup

2 years agoMerge pull request #24340 from eileenmcnaughton/install
Seamus Lee [Fri, 26 Aug 2022 05:57:42 +0000 (15:57 +1000)]
Merge pull request #24340 from eileenmcnaughton/install

Move participant cancel tests to extension

2 years ago[REF] Variable use cleanup
Eileen McNaughton [Fri, 26 Aug 2022 04:41:09 +0000 (16:41 +1200)]
[REF] Variable use cleanup

2 years agoMerge pull request #24377 from eileenmcnaughton/import_part
colemanw [Fri, 26 Aug 2022 03:15:07 +0000 (23:15 -0400)]
Merge pull request #24377 from eileenmcnaughton/import_part

Fix participant import not to import to deleted contacts

2 years agoSimplify form name - we know what it is
Eileen McNaughton [Wed, 24 Aug 2022 06:33:08 +0000 (18:33 +1200)]
Simplify form name - we know what it is

2 years agoContribution import - Sigh - ok - I fixed the broken js
Eileen McNaughton [Wed, 24 Aug 2022 06:25:41 +0000 (18:25 +1200)]
Contribution import - Sigh - ok - I fixed the broken js

2 years ago[REF] Extract function to determine defaults in Contribution.MapField
Eileen McNaughton [Wed, 24 Aug 2022 05:50:35 +0000 (17:50 +1200)]
[REF] Extract function to determine defaults in Contribution.MapField

2 years agoMinor code cleaup - the form rule is in the parent function
Eileen McNaughton [Wed, 24 Aug 2022 05:10:01 +0000 (17:10 +1200)]
Minor code cleaup - the form rule is in the parent function

2 years agoMerge pull request #24380 from eileenmcnaughton/member_import
colemanw [Fri, 26 Aug 2022 03:12:22 +0000 (23:12 -0400)]
Merge pull request #24380 from eileenmcnaughton/member_import

Membership import - Simplify contact_id validation & avoid deleted contacts

2 years agoMerge pull request #24386 from eileenmcnaughton/inst_deprecate
Eileen McNaughton [Fri, 26 Aug 2022 02:57:10 +0000 (14:57 +1200)]
Merge pull request #24386 from eileenmcnaughton/inst_deprecate

Deprecate horrible function + unreleased regression

2 years agoMinor code styling fixes
Eileen McNaughton [Thu, 25 Aug 2022 23:30:56 +0000 (11:30 +1200)]
Minor code styling fixes

2 years agoMerge pull request #24385 from colemanw/dedupeRuleGroupName
Eileen McNaughton [Fri, 26 Aug 2022 00:50:17 +0000 (12:50 +1200)]
Merge pull request #24385 from colemanw/dedupeRuleGroupName

Add unique index to DedupeRuleGroup.name field

2 years agoAdapt test to form cleanup
Eileen McNaughton [Wed, 6 Jul 2022 10:25:24 +0000 (22:25 +1200)]
Adapt test to form cleanup

2 years agoFix unreleased regression - loadSavedMapping is protected
Eileen McNaughton [Thu, 25 Aug 2022 23:46:43 +0000 (11:46 +1200)]
Fix unreleased regression - loadSavedMapping is protected

2 years agoDeprecate horrible function
Eileen McNaughton [Wed, 24 Aug 2022 05:19:07 +0000 (17:19 +1200)]
Deprecate horrible function

2 years agoMark one version of test incomplete
Eileen McNaughton [Thu, 25 Aug 2022 23:27:46 +0000 (11:27 +1200)]
Mark one version of test incomplete

Its not worth getting to the bottom of why they won't both run

2 years agoRemove now-obsolete use & superficial code standard fixes
Eileen McNaughton [Mon, 22 Aug 2022 02:43:41 +0000 (14:43 +1200)]
Remove now-obsolete use & superficial code standard fixes

2 years agoMove participant cancel tests to extension
Eileen McNaughton [Mon, 22 Aug 2022 01:06:31 +0000 (13:06 +1200)]
Move participant cancel tests to extension

2 years agoAdd unique index to DedupeRuleGroup.name field
Coleman Watts [Thu, 25 Aug 2022 16:21:12 +0000 (12:21 -0400)]
Add unique index to DedupeRuleGroup.name field

2 years agoMerge pull request #24382 from kurund/case-dashboard-activity-listing
demeritcowboy [Thu, 25 Aug 2022 16:59:00 +0000 (12:59 -0400)]
Merge pull request #24382 from kurund/case-dashboard-activity-listing

dev/core#3822 - On case dashboard sort the recently performed activities by most recent first

2 years agoMerge pull request #24381 from demeritcowboy/keep
colemanw [Thu, 25 Aug 2022 15:39:04 +0000 (11:39 -0400)]
Merge pull request #24381 from demeritcowboy/keep

Warning popup about copy of extension in system path disappears too fast

2 years agoMerge pull request #24232 from mattwire/propertybagbillingcountry
Matthew Wire [Thu, 25 Aug 2022 14:32:36 +0000 (15:32 +0100)]
Merge pull request #24232 from mattwire/propertybagbillingcountry

Add missing country=>billingCountry to PropertyBag mapping

2 years agoReplace deprecated getTimeRaw with time
Matthew Wire [Thu, 25 Aug 2022 14:12:35 +0000 (15:12 +0100)]
Replace deprecated getTimeRaw with time

2 years agoAPI4 checkPermissions 0 => FALSE
Matthew Wire [Thu, 25 Aug 2022 14:18:58 +0000 (15:18 +0100)]
API4 checkPermissions 0 => FALSE

2 years agoForce OAuth RedirectURL to always be backend URL. Otherwise it may get generated...
Matthew Wire [Thu, 25 Aug 2022 14:18:03 +0000 (15:18 +0100)]
Force OAuth RedirectURL to always be backend URL. Otherwise it may get generated as frontend URL and fail to authenticate eg. when 'Inbound email' job run via CRON

2 years agofix the ordering of recent activities on case dashboard
Kurund Jalmi [Thu, 25 Aug 2022 13:45:16 +0000 (14:45 +0100)]
fix the  ordering of recent activities on case dashboard

2 years agoMerge pull request #24379 from eileenmcnaughton/add_field
Eileen McNaughton [Thu, 25 Aug 2022 07:36:44 +0000 (19:36 +1200)]
Merge pull request #24379 from eileenmcnaughton/add_field

Finally full remove the awful addField from import

2 years agoFix tests not to rely on 'artificial' returns from import, nfc cleanup
Eileen McNaughton [Thu, 25 Aug 2022 04:26:46 +0000 (16:26 +1200)]
Fix tests not to rely on 'artificial' returns from import, nfc cleanup

2 years agoMerge pull request #24345 from demeritcowboy/upgrade-msgtpl
Eileen McNaughton [Thu, 25 Aug 2022 03:01:29 +0000 (15:01 +1200)]
Merge pull request #24345 from demeritcowboy/upgrade-msgtpl

Alternate to #24143 - Update all is_reserved message templates during upgrade and their corresponding is_default's if it hasn't been edited

2 years agoMembership import - Simplify contact_id validation & avoid deleted contacts
Eileen McNaughton [Thu, 25 Aug 2022 01:57:33 +0000 (13:57 +1200)]
Membership import - Simplify contact_id validation & avoid deleted contacts

2 years agodon't disappear
demeritcowboy [Thu, 25 Aug 2022 01:55:42 +0000 (21:55 -0400)]
don't disappear

2 years agoMerge pull request #24323 from eileenmcnaughton/balance
demeritcowboy [Thu, 25 Aug 2022 01:18:36 +0000 (21:18 -0400)]
Merge pull request #24323 from eileenmcnaughton/balance

Add initial Event Message Template previewability

2 years agoMerge pull request #24375 from colemanw/matchParam
Eileen McNaughton [Thu, 25 Aug 2022 01:12:54 +0000 (13:12 +1200)]
Merge pull request #24375 from colemanw/matchParam

APIv4 - Accept `match` param for Export action

2 years agoFinally full remove the awful addField from import
Eileen McNaughton [Thu, 25 Aug 2022 00:52:23 +0000 (12:52 +1200)]
Finally full remove the awful addField from import

2 years agoMerge pull request #24376 from eileenmcnaughton/import_add_field
Eileen McNaughton [Thu, 25 Aug 2022 00:44:32 +0000 (12:44 +1200)]
Merge pull request #24376 from eileenmcnaughton/import_add_field

Remove obsolete addField from activity import

2 years agoMerge pull request #24356 from eileenmcnaughton/import_select_two-er
colemanw [Thu, 25 Aug 2022 00:34:38 +0000 (20:34 -0400)]
Merge pull request #24356 from eileenmcnaughton/import_select_two-er

Convert membership Import to use select2

2 years agoMerge pull request #24378 from civicrm/5.53
Eileen McNaughton [Wed, 24 Aug 2022 23:31:29 +0000 (11:31 +1200)]
Merge pull request #24378 from civicrm/5.53

5.53

2 years agoMerge pull request #24363 from demeritcowboy/24259-553
demeritcowboy [Wed, 24 Aug 2022 23:26:41 +0000 (19:26 -0400)]
Merge pull request #24363 from demeritcowboy/24259-553

dev/core#3803 - backport 24259

2 years agoRemove some bits that were not removed last cleanup
Eileen McNaughton [Wed, 24 Aug 2022 23:07:46 +0000 (11:07 +1200)]
Remove some bits that were not removed last cleanup

2 years agoFix participant import not to import to deleted contacts
Eileen McNaughton [Wed, 24 Aug 2022 23:00:54 +0000 (11:00 +1200)]
Fix participant import not to import to deleted contacts

2 years agoMerge pull request #24369 from eileenmcnaughton/msg_templates
colemanw [Wed, 24 Aug 2022 22:14:21 +0000 (18:14 -0400)]
Merge pull request #24369 from eileenmcnaughton/msg_templates

Test only fixes

2 years agoRemove obsolete addField from activity import
Eileen McNaughton [Wed, 24 Aug 2022 21:25:39 +0000 (09:25 +1200)]
Remove obsolete addField from activity import

2 years agoAPIv4 - Accept `match` param for Export action
Coleman Watts [Wed, 24 Aug 2022 16:10:27 +0000 (12:10 -0400)]
APIv4 - Accept `match` param for Export action

This makes the Export action a little friendlier by inserting the `match`
param for you, if specified.

2 years agoMerge pull request #24373 from eileenmcnaughton/master
Eileen McNaughton [Wed, 24 Aug 2022 07:28:45 +0000 (19:28 +1200)]
Merge pull request #24373 from eileenmcnaughton/master

Merge rc to master

2 years agoMerge branch '5.53' of github.com:civicrm/civicrm-core
Eileen McNaughton [Wed, 24 Aug 2022 06:56:30 +0000 (18:56 +1200)]
Merge branch '5.53' of github.com:civicrm/civicrm-core

2 years agoMerge pull request #24366 from eileenmcnaughton/5.53
Eileen McNaughton [Wed, 24 Aug 2022 06:26:16 +0000 (18:26 +1200)]
Merge pull request #24366 from eileenmcnaughton/5.53

Import - fix regression on matching by contribution ID

2 years agoMessageTemplateTest - Fix cross-test leakage
Tim Otten [Thu, 18 Aug 2022 09:53:33 +0000 (02:53 -0700)]
MessageTemplateTest - Fix cross-test leakage

2 years ago(NFC) Flag more tests as `@group locale`
Tim Otten [Thu, 18 Aug 2022 01:22:20 +0000 (18:22 -0700)]
(NFC) Flag more tests as `@group locale`

2 years agoMerge pull request #24365 from alifrumin/rn5.53
Seamus Lee [Wed, 24 Aug 2022 04:11:34 +0000 (14:11 +1000)]
Merge pull request #24365 from alifrumin/rn5.53

[NFC] 5.53 release notes first pass

2 years agoImport - fix regression on matching by contribution ID
Eileen McNaughton [Wed, 24 Aug 2022 03:52:20 +0000 (15:52 +1200)]
Import - fix regression on matching by contribution ID

2 years ago[NFC] Release Notes 5.53 first pass
Alice Frumin [Fri, 19 Aug 2022 01:59:36 +0000 (21:59 -0400)]
[NFC] Release Notes 5.53 first pass