civicrm-core.git
2 years agoMerge pull request #25516 from eileenmcnaughton/expires
colemanw [Tue, 7 Feb 2023 23:16:08 +0000 (18:16 -0500)]
Merge pull request #25516 from eileenmcnaughton/expires

dev/core#4117 Add is_current to UserJob, Search

2 years agoMerge pull request #25518 from eileenmcnaughton/gettree1
Yashodha Chaku [Tue, 7 Feb 2023 05:36:20 +0000 (11:06 +0530)]
Merge pull request #25518 from eileenmcnaughton/gettree1

Remove never-true IF

2 years agoRemove never-true IF
Eileen McNaughton [Tue, 7 Feb 2023 01:42:35 +0000 (14:42 +1300)]
Remove never-true IF

Per https://github.com/civicrm/civicrm-core/pull/25517  is
always FALSE so this IF is never true

2 years agoMerge pull request #25395 from eileenmcnaughton/cust_process
colemanw [Tue, 7 Feb 2023 01:12:14 +0000 (20:12 -0500)]
Merge pull request #25395 from eileenmcnaughton/cust_process

Remove interaction with complex legacy `getTree` function

2 years agoMerge pull request #25515 from jmcclelland/limit-dedupe-rules-on-import
Eileen McNaughton [Tue, 7 Feb 2023 00:20:24 +0000 (13:20 +1300)]
Merge pull request #25515 from jmcclelland/limit-dedupe-rules-on-import

only load dedupe rules for the chosen entity

2 years agodev/core#4117 Add is_current to UserJob, Search
Eileen McNaughton [Tue, 7 Feb 2023 00:08:32 +0000 (13:08 +1300)]
dev/core#4117 Add is_current to UserJob, Search

2 years agoMerge pull request #25195 from eileenmcnaughton/build_divide_event
colemanw [Tue, 7 Feb 2023 00:08:48 +0000 (19:08 -0500)]
Merge pull request #25195 from eileenmcnaughton/build_divide_event

Post divide code tidy up

2 years agoonly load dedupe rules for the chosen entity
Jamie McClelland [Mon, 6 Feb 2023 22:02:25 +0000 (17:02 -0500)]
only load dedupe rules for the chosen entity

I'm not sure how long this has been broken??

CRM_Dedupe_BAO_DedupeRuleGroup::getByType() clearly takes a string
and will never get one without this change.

2 years agoRemove interaction with complex legacy getTree function
Eileen McNaughton [Fri, 20 Jan 2023 01:16:14 +0000 (14:16 +1300)]
Remove interaction with complex legacy getTree function

2 years agoMerge pull request #25328 from herbdool/core-4028
Eileen McNaughton [Mon, 6 Feb 2023 20:11:09 +0000 (09:11 +1300)]
Merge pull request #25328 from herbdool/core-4028

(dev/core#4028) make CRM_Admin_Form_Setting_UF more CMS agnostic

2 years agoMerge pull request #25507 from eileenmcnaughton/token_dep3
Seamus Lee [Mon, 6 Feb 2023 20:01:41 +0000 (07:01 +1100)]
Merge pull request #25507 from eileenmcnaughton/token_dep3

Fully deprecate `CRM_Utils_Token::getMembershipTokenDetails`, `CRM_Utils_Token::replaceEntityTokens`

2 years agoMerge pull request #25512 from colemanw/ppAjax
Matthew Wire [Mon, 6 Feb 2023 19:14:08 +0000 (19:14 +0000)]
Merge pull request #25512 from colemanw/ppAjax

PaymentProcessor - Use ajax refresh

2 years agodev/core#4028 make CRM_Admin_Form_Setting_UF more CMS agnostic
Herb v/d Dool [Wed, 11 Jan 2023 20:09:35 +0000 (15:09 -0500)]
dev/core#4028 make CRM_Admin_Form_Setting_UF more CMS agnostic

2 years agoPaymentProcessor - Use ajax refresh
Coleman Watts [Mon, 6 Feb 2023 17:02:09 +0000 (12:02 -0500)]
PaymentProcessor - Use ajax refresh

2 years agoMerge pull request #25509 from eileenmcnaughton/token_dep4
Yashodha Chaku [Mon, 6 Feb 2023 10:18:52 +0000 (15:48 +0530)]
Merge pull request #25509 from eileenmcnaughton/token_dep4

Fully deprecate `CRM_Core_SelectValues::eventTokens()`

2 years agoFully deprecate getMembershipTokenDetails
Eileen McNaughton [Mon, 6 Feb 2023 07:08:30 +0000 (20:08 +1300)]
Fully deprecate getMembershipTokenDetails

2 years agoMerge pull request #25503 from eileenmcnaughton/basic_test
Eileen McNaughton [Mon, 6 Feb 2023 09:50:33 +0000 (22:50 +1300)]
Merge pull request #25503 from eileenmcnaughton/basic_test

Add extra test, comment how it could be used to fix bug

2 years agoMerge pull request #25508 from eileenmcnaughton/token_unused
Eileen McNaughton [Mon, 6 Feb 2023 09:01:09 +0000 (22:01 +1300)]
Merge pull request #25508 from eileenmcnaughton/token_unused

Remove unused variable

2 years agoMerge pull request #25506 from eileenmcnaughton/token_dep2
Eileen McNaughton [Mon, 6 Feb 2023 08:54:14 +0000 (21:54 +1300)]
Merge pull request #25506 from eileenmcnaughton/token_dep2

Fully deprecate `CRM_Core_SelectValues::membershipTokens()`

2 years agoMerge pull request #25505 from eileenmcnaughton/token_dep
Eileen McNaughton [Mon, 6 Feb 2023 08:33:03 +0000 (21:33 +1300)]
Merge pull request #25505 from eileenmcnaughton/token_dep

Fully deprecate legacy contributionTokens

2 years agoMerge pull request #24971 from lemniscus/abstractsaveaction-match-on-null
Eileen McNaughton [Mon, 6 Feb 2023 08:22:48 +0000 (21:22 +1300)]
Merge pull request #24971 from lemniscus/abstractsaveaction-match-on-null

API4: Allow save() to match on null values

2 years agoAdd extra test, comment how it could be used to fix bug
Eileen McNaughton [Mon, 6 Feb 2023 03:49:26 +0000 (16:49 +1300)]
Add extra test, comment how it could be used to fix bug

I was working on fixing the ongoing log noise in the tested scenario - but
the first PR https://github.com/civicrm/civicrm-core/pull/25392 is still
pending so I decided just to put up the test with the sign posts
so at least that part is done for the next time someone tries
(I know that people have tried in the past)

2 years agoFully deprecate CRM_Core_SelectValues::eventTokens()
Eileen McNaughton [Mon, 6 Feb 2023 07:17:14 +0000 (20:17 +1300)]
Fully deprecate CRM_Core_SelectValues::eventTokens()

2 years agoRemove unused variable
Eileen McNaughton [Mon, 6 Feb 2023 07:14:34 +0000 (20:14 +1300)]
Remove unused variable

2 years agoFully deprecate CRM_Core_SelectValues::membershipTokens()
Eileen McNaughton [Mon, 6 Feb 2023 07:05:48 +0000 (20:05 +1300)]
Fully deprecate CRM_Core_SelectValues::membershipTokens()

2 years agoFully deprecate legacy contributionTokens
Eileen McNaughton [Mon, 6 Feb 2023 06:50:15 +0000 (19:50 +1300)]
Fully deprecate legacy contributionTokens

2 years agoMerge pull request #25052 from eileenmcnaughton/fix_list
Eileen McNaughton [Mon, 6 Feb 2023 06:47:19 +0000 (19:47 +1300)]
Merge pull request #25052 from eileenmcnaughton/fix_list

Fix Scheduled reminders form to use tokenProcessor to get token list

2 years agoMerge pull request #25063 from eileenmcnaughton/local
Seamus Lee [Mon, 6 Feb 2023 04:14:05 +0000 (15:14 +1100)]
Merge pull request #25063 from eileenmcnaughton/local

Default to supporting partial locales

2 years agoPost divide code tidy up
Eileen McNaughton [Fri, 16 Dec 2022 23:23:57 +0000 (12:23 +1300)]
Post divide code tidy up

Per https://github.com/civicrm/civicrm-core/pull/25194
But the other function split out from

https://github.com/civicrm/civicrm-core/pull/25184

2 years agoDisable partial_locales in tests that are testing the legacy setting
Eileen McNaughton [Wed, 30 Nov 2022 01:10:24 +0000 (14:10 +1300)]
Disable partial_locales in tests that are testing the legacy setting

2 years agoDefault to supporting partial locales
Eileen McNaughton [Sun, 27 Nov 2022 20:37:48 +0000 (09:37 +1300)]
Default to supporting partial locales

2 years agoFix Scheduled reminders form to use tokenProcessor to get token list
Eileen McNaughton [Fri, 25 Nov 2022 04:20:47 +0000 (17:20 +1300)]
Fix Scheduled reminders form to use tokenProcessor to get token list

This is the last place outside of tests that calls some of these
functions so I will check in on them

2 years agoMerge pull request #25487 from yashodha/help_class
Eileen McNaughton [Mon, 6 Feb 2023 02:03:26 +0000 (15:03 +1300)]
Merge pull request #25487 from yashodha/help_class

fix the id help instead use class help

2 years agoMerge pull request #25501 from braders/event-form-searchtest-properties
Eileen McNaughton [Mon, 6 Feb 2023 01:40:55 +0000 (14:40 +1300)]
Merge pull request #25501 from braders/event-form-searchtest-properties

[REF][PHP8.2] Refactor properties on CRM_Event_Form_SearchTest

2 years agoMerge pull request #25502 from braders/sms-tests-dynamic-property
Eileen McNaughton [Sun, 5 Feb 2023 23:01:36 +0000 (12:01 +1300)]
Merge pull request #25502 from braders/sms-tests-dynamic-property

[REF][PHP8.2] Declare dynamic property in two SMS tests

2 years ago[REF][PHP8.2] Declare dynamic property in two SMS tests
Bradley Taylor [Sun, 5 Feb 2023 12:20:38 +0000 (12:20 +0000)]
[REF][PHP8.2] Declare dynamic property in two SMS tests

2 years ago[REF][PHP8.2] Refactor properties on CRM_Event_Form_SearchTest
Bradley Taylor [Sat, 4 Feb 2023 18:01:39 +0000 (18:01 +0000)]
[REF][PHP8.2] Refactor properties on CRM_Event_Form_SearchTest

2 years agoMerge pull request #25499 from demeritcowboy/symfony-composer-json
demeritcowboy [Thu, 2 Feb 2023 23:39:10 +0000 (18:39 -0500)]
Merge pull request #25499 from demeritcowboy/symfony-composer-json

dev/drupal#176 - allow symfony 6

2 years agoMerge pull request #25500 from braders/AdhocMailingTest-setup
demeritcowboy [Thu, 2 Feb 2023 23:37:29 +0000 (18:37 -0500)]
Merge pull request #25500 from braders/AdhocMailingTest-setup

(REF) Remove unused setup from AdhocMailingTest

2 years agoallow symfony 6
demeritcowboy [Thu, 2 Feb 2023 17:02:33 +0000 (12:02 -0500)]
allow symfony 6

2 years agoRemove unused setup from AdhocMailingTest
Bradley Taylor [Thu, 2 Feb 2023 20:37:39 +0000 (20:37 +0000)]
Remove unused setup from AdhocMailingTest

2 years agoMerge pull request #25054 from demeritcowboy/cacheintegration
Seamus Lee [Thu, 2 Feb 2023 20:30:08 +0000 (07:30 +1100)]
Merge pull request #25054 from demeritcowboy/cacheintegration

dev/drupal#176 - Move cache/integrationtest only used for testing into require-dev

2 years agonot compatible with symfony 6 and not needed for a production site anyway
demeritcowboy [Thu, 2 Feb 2023 16:46:48 +0000 (11:46 -0500)]
not compatible with symfony 6 and not needed for a production site anyway

2 years agoSet version to 5.60.alpha1
CiviCRM [Thu, 2 Feb 2023 01:40:54 +0000 (01:40 +0000)]
Set version to 5.60.alpha1

2 years agoSet version to 5.59.beta1
CiviCRM [Thu, 2 Feb 2023 01:40:41 +0000 (01:40 +0000)]
Set version to 5.59.beta1

2 years agoMerge branch '5.58'
Seamus Lee [Thu, 2 Feb 2023 01:14:16 +0000 (12:14 +1100)]
Merge branch '5.58'

2 years agoMerge pull request #25497 from totten/5.58-bump0
Tim Otten [Thu, 2 Feb 2023 00:56:03 +0000 (16:56 -0800)]
Merge pull request #25497 from totten/5.58-bump0

5.58.0 - Set version. Last-minute notes.

2 years agoUpdate 5.58.0.md
Tim Otten [Thu, 2 Feb 2023 00:52:16 +0000 (16:52 -0800)]
Update 5.58.0.md

2 years agoSet version to 5.58.0
Tim Otten [Thu, 2 Feb 2023 00:53:01 +0000 (16:53 -0800)]
Set version to 5.58.0

2 years agoMerge pull request #25490 from colemanw/dynamicCustom
Tim Otten [Thu, 2 Feb 2023 00:35:07 +0000 (16:35 -0800)]
Merge pull request #25490 from colemanw/dynamicCustom

Fix APIv4 autocompletes for dynamic entities

2 years agoMerge pull request #25485 from colemanw/contributionAutocomplete
Tim Otten [Thu, 2 Feb 2023 00:32:17 +0000 (16:32 -0800)]
Merge pull request #25485 from colemanw/contributionAutocomplete

Fix dev/core#4104 - APIv4 autocomplete for contributions

2 years agoMerge pull request #25367 from totten/5.58-check-tz
Tim Otten [Thu, 2 Feb 2023 00:26:10 +0000 (16:26 -0800)]
Merge pull request #25367 from totten/5.58-check-tz

System Status - Add check to ensure that MySQL timezones are operational

2 years agoMerge pull request #25494 from agh1/5.58.0-releasenotes-final
Tim Otten [Thu, 2 Feb 2023 00:06:34 +0000 (16:06 -0800)]
Merge pull request #25494 from agh1/5.58.0-releasenotes-final

5.58.0 release notes final

2 years ago5.58.0 release notes: added late changes
Andie Hunt [Wed, 1 Feb 2023 23:01:50 +0000 (18:01 -0500)]
5.58.0 release notes: added late changes

2 years agoAdd release-notes/5.57.3.md
Tim Otten [Tue, 31 Jan 2023 04:16:24 +0000 (20:16 -0800)]
Add release-notes/5.57.3.md

2 years agoAdd release-notes/5.57.2.md
Tim Otten [Thu, 26 Jan 2023 06:09:56 +0000 (22:09 -0800)]
Add release-notes/5.57.2.md

2 years agoAdd release-notes/5.57.2.md
Tim Otten [Thu, 26 Jan 2023 01:42:49 +0000 (17:42 -0800)]
Add release-notes/5.57.2.md

2 years agoAdd release-notes/5.57.1.md
Tim Otten [Thu, 12 Jan 2023 06:21:12 +0000 (22:21 -0800)]
Add release-notes/5.57.1.md

2 years agoAdd release-notes/5.56.2.md
Tim Otten [Wed, 4 Jan 2023 00:08:48 +0000 (16:08 -0800)]
Add release-notes/5.56.2.md

2 years agoAdd release-notes/5.56.1.md
Tim Otten [Wed, 21 Dec 2022 03:45:22 +0000 (19:45 -0800)]
Add release-notes/5.56.1.md

2 years agoAdd release-notes/5.55.2.md
Tim Otten [Fri, 18 Nov 2022 00:10:10 +0000 (16:10 -0800)]
Add release-notes/5.55.2.md

2 years agoUpdate 5.55.1.md
Tim Otten [Tue, 8 Nov 2022 06:11:11 +0000 (22:11 -0800)]
Update 5.55.1.md

2 years agoAdd release-notes/5.55.1.md
Tim Otten [Tue, 8 Nov 2022 06:02:28 +0000 (22:02 -0800)]
Add release-notes/5.55.1.md

2 years agoFix dev/core#4104 - APIv4 autocomplete for contributions
Coleman Watts [Wed, 1 Feb 2023 02:48:16 +0000 (21:48 -0500)]
Fix dev/core#4104 - APIv4 autocomplete for contributions

2 years agoMerge pull request #25492 from seamuslee001/5.58
Seamus Lee [Wed, 1 Feb 2023 22:22:31 +0000 (09:22 +1100)]
Merge pull request #25492 from seamuslee001/5.58

[REF] Update DOMPDF to be 2.0.2 and associated packages

2 years agoMerge pull request #25489 from braders/dynamic-property-ContributionPageTranslationTest
Seamus Lee [Wed, 1 Feb 2023 21:39:41 +0000 (08:39 +1100)]
Merge pull request #25489 from braders/dynamic-property-ContributionPageTranslationTest

[REF][PHP8.2] Remove dynamic property in CRM_Contribute_Form_ContributionPageTranslationTest

2 years agoMerge pull request #25491 from braders/membership-test-cleanup
Seamus Lee [Wed, 1 Feb 2023 21:39:05 +0000 (08:39 +1100)]
Merge pull request #25491 from braders/membership-test-cleanup

[REF][PHP8.2] Declare properties on CRM_Member_Import_Parser_MembershipTest

2 years ago[REF] Update DOMPDF to be 2.0.2 and associated packages
Seamus Lee [Wed, 1 Feb 2023 21:37:34 +0000 (08:37 +1100)]
[REF] Update DOMPDF to be 2.0.2 and associated packages

2 years ago[REF][PHP8.2] Declare properties on CRM_Member_Import_Parser_MembershipTest
Bradley Taylor [Wed, 1 Feb 2023 19:53:03 +0000 (19:53 +0000)]
[REF][PHP8.2] Declare properties on CRM_Member_Import_Parser_MembershipTest

2 years agoMerge pull request #25406 from braders/dynamic-properties-contactsearchtest
Tim Otten [Wed, 1 Feb 2023 20:20:13 +0000 (12:20 -0800)]
Merge pull request #25406 from braders/dynamic-properties-contactsearchtest

[REF][PHP8.2] Refactor CRM_Contact_BAO_ContactType_ContactSearchTest to not use dynamic properties

2 years ago[REF][PHP8.2] Remove dynamic property in CRM_Contribute_Form_ContributionPageTranslat...
Bradley Taylor [Wed, 1 Feb 2023 19:19:41 +0000 (19:19 +0000)]
[REF][PHP8.2] Remove dynamic property in CRM_Contribute_Form_ContributionPageTranslationTest

2 years agoFix APIv4 autocompletes for dynamic entities
Coleman Watts [Wed, 1 Feb 2023 18:40:27 +0000 (13:40 -0500)]
Fix APIv4 autocompletes for dynamic entities

Ensures APIv4 autocompletes work with dynamic entities like Multi-Record custom groups & the ECK extension

2 years agoMerge pull request #25488 from totten/master-headless-return
Seamus Lee [Wed, 1 Feb 2023 06:44:19 +0000 (17:44 +1100)]
Merge pull request #25488 from totten/master-headless-return

(REF) CRM_Upgrade_Headless - The pre-up and post-up msgs should have same formatting

2 years agoCRM_Upgrade_Headless - The pre-up and post-up msgs should have same formatting
Tim Otten [Wed, 1 Feb 2023 06:00:39 +0000 (22:00 -0800)]
CRM_Upgrade_Headless - The pre-up and post-up msgs should have same formatting

2 years agoMerge pull request #25414 from seamuslee001/headless_pre_upgrade
Tim Otten [Wed, 1 Feb 2023 05:43:43 +0000 (21:43 -0800)]
Merge pull request #25414 from seamuslee001/headless_pre_upgrade

[REF] Add in function to retrieve Pre Upgrade messages in headless

2 years agofix the id help instead use class help
yashodha [Wed, 1 Feb 2023 05:15:41 +0000 (10:45 +0530)]
fix the id help instead use class help

2 years agoMerge pull request #25484 from civicrm/5.58
demeritcowboy [Wed, 1 Feb 2023 01:53:26 +0000 (20:53 -0500)]
Merge pull request #25484 from civicrm/5.58

5.58

2 years agoMerge pull request #25478 from braders/dynamic-properties-contact-test
demeritcowboy [Wed, 1 Feb 2023 01:53:16 +0000 (20:53 -0500)]
Merge pull request #25478 from braders/dynamic-properties-contact-test

[REF][PHP8.2] Declare properties in CRM_Contact_BAO_ContactType_ContactTest

2 years agoMerge pull request #25482 from mattwire/25232search
demeritcowboy [Wed, 1 Feb 2023 00:58:03 +0000 (19:58 -0500)]
Merge pull request #25482 from mattwire/25232search

Fix internal server error when calling GetSearchTasks

2 years agoMerge pull request #25481 from demeritcowboy/dot
Tim Otten [Tue, 31 Jan 2023 23:17:26 +0000 (15:17 -0800)]
Merge pull request #25481 from demeritcowboy/dot

Fix typo in upgrade message

2 years agoMerge pull request #25483 from civicrm/5.58
Tim Otten [Tue, 31 Jan 2023 23:17:03 +0000 (15:17 -0800)]
Merge pull request #25483 from civicrm/5.58

5.58

2 years agoMerge pull request #25477 from christianwach/userdata
Tim Otten [Tue, 31 Jan 2023 22:54:20 +0000 (14:54 -0800)]
Merge pull request #25477 from christianwach/userdata

Prevent PHP warnings when no WordPress user is found

2 years agoMerge pull request #25455 from braders/dynmaic-properties-entrytest
Seamus Lee [Tue, 31 Jan 2023 21:18:13 +0000 (08:18 +1100)]
Merge pull request #25455 from braders/dynmaic-properties-entrytest

[REF][PHP8.2] Tidy up CRM_Batch_Form_EntryTest

2 years agoMerge pull request #25480 from demeritcowboy/err
Eileen McNaughton [Tue, 31 Jan 2023 21:14:42 +0000 (10:14 +1300)]
Merge pull request #25480 from demeritcowboy/err

Fix exception type in upgrade snapshot

2 years agoFix internal server error when calling GetSearchTasks
Matthew Wire [Tue, 31 Jan 2023 21:03:19 +0000 (21:03 +0000)]
Fix internal server error when calling GetSearchTasks

2 years agoMerge pull request #25479 from braders/CustomValueContactTypeTest-tidy
Eileen McNaughton [Tue, 31 Jan 2023 20:45:34 +0000 (09:45 +1300)]
Merge pull request #25479 from braders/CustomValueContactTypeTest-tidy

[REF][PHP8.2] Tidy, and PHP8.2 compatiability for api_v3_CustomValueContactTypeTest

2 years agoMerge pull request #25456 from MegaphoneJon/lifetime-membership-fix-1
Eileen McNaughton [Tue, 31 Jan 2023 20:43:50 +0000 (09:43 +1300)]
Merge pull request #25456 from MegaphoneJon/lifetime-membership-fix-1

simplify calculation of lifetime memberships in CRM_Price_BAO_PriceSet

2 years agotypo
demeritcowboy [Tue, 31 Jan 2023 20:20:38 +0000 (15:20 -0500)]
typo

2 years agofix exception type
demeritcowboy [Tue, 31 Jan 2023 20:15:49 +0000 (15:15 -0500)]
fix exception type

2 years ago[REF][PHP8.2] Tidy, and PHP8.2 compatiability for api_v3_CustomValueContactTypeTest
Bradley Taylor [Tue, 31 Jan 2023 19:38:39 +0000 (19:38 +0000)]
[REF][PHP8.2] Tidy, and PHP8.2 compatiability for api_v3_CustomValueContactTypeTest

2 years agoMerge pull request #25427 from eileenmcnaughton/notice_import
Matthew Wire [Tue, 31 Jan 2023 19:27:51 +0000 (19:27 +0000)]
Merge pull request #25427 from eileenmcnaughton/notice_import

Regression fix - fieldSeparator lost in 5.58 import screens

2 years ago[REF][PHP8.2] Declare properties in CRM_Contact_BAO_ContactType_ContactTest
Bradley Taylor [Tue, 31 Jan 2023 19:11:47 +0000 (19:11 +0000)]
[REF][PHP8.2] Declare properties in CRM_Contact_BAO_ContactType_ContactTest

2 years ago[REF][PHP8.2] Tidy up CRM_Batch_Form_EntryTest
Bradley Taylor [Sun, 29 Jan 2023 11:28:00 +0000 (11:28 +0000)]
[REF][PHP8.2] Tidy up CRM_Batch_Form_EntryTest

2 years agoMerge pull request #25420 from eileenmcnaughton/snap
colemanw [Tue, 31 Jan 2023 18:23:28 +0000 (13:23 -0500)]
Merge pull request #25420 from eileenmcnaughton/snap

Fix slow queries in snapshot process

2 years agoMerge pull request #25473 from eileenmcnaughton/email
colemanw [Tue, 31 Jan 2023 18:23:00 +0000 (13:23 -0500)]
Merge pull request #25473 from eileenmcnaughton/email

dev/core#4096 Rename Primary Email to Is Primary

2 years agoMerge pull request #25433 from eileenmcnaughton/sk_admin
colemanw [Tue, 31 Jan 2023 15:37:09 +0000 (10:37 -0500)]
Merge pull request #25433 from eileenmcnaughton/sk_admin

Do not crash the whole SearchKit UI if one entity fails

2 years agosimplify calculation of lifetime memberships in CRM_Price_BAO_PriceSet
Jon Goldberg [Sun, 29 Jan 2023 22:00:35 +0000 (17:00 -0500)]
simplify calculation of lifetime memberships in CRM_Price_BAO_PriceSet

2 years agoPrevent PHP warnings when no WordPress user is found
Christian Wach [Tue, 31 Jan 2023 10:39:32 +0000 (10:39 +0000)]
Prevent PHP warnings when no WordPress user is found

2 years agoMerge pull request #25475 from dontub/update-contributor-key
Yashodha Chaku [Tue, 31 Jan 2023 08:30:05 +0000 (14:00 +0530)]
Merge pull request #25475 from dontub/update-contributor-key

Add dontub to contributor-key.yml

2 years agoAdd dontub to contributor-key.yml
Dominic Tubach [Tue, 31 Jan 2023 08:18:31 +0000 (09:18 +0100)]
Add dontub to contributor-key.yml