civicrm-core.git
14 months agoApiv4 - Fix setting defaults for Group.title and SearchDisplay.label
colemanw [Sun, 8 Oct 2023 02:31:03 +0000 (22:31 -0400)]
Apiv4 - Fix setting defaults for Group.title and SearchDisplay.label

14 months agoTag - Add label field
colemanw [Sat, 7 Oct 2023 21:02:28 +0000 (17:02 -0400)]
Tag - Add label field

14 months agoAPIv4 - Allow Tags to be Managed Entities
colemanw [Sat, 7 Oct 2023 20:05:26 +0000 (16:05 -0400)]
APIv4 - Allow Tags to be Managed Entities

14 months agoMerge pull request #27750 from civicrm/5.67
Eileen McNaughton [Sat, 7 Oct 2023 05:55:56 +0000 (18:55 +1300)]
Merge pull request #27750 from civicrm/5.67

5.67

14 months agoMerge pull request #27747 from eileenmcnaughton/567
Seamus Lee [Sat, 7 Oct 2023 03:59:29 +0000 (14:59 +1100)]
Merge pull request #27747 from eileenmcnaughton/567

Regen (rc)

14 months agoMerge pull request #27745 from eileenmcnaughton/delete
Eileen McNaughton [Sat, 7 Oct 2023 02:51:25 +0000 (15:51 +1300)]
Merge pull request #27745 from eileenmcnaughton/delete

Extend normal form for delete action

14 months agoRegen (rc)
Eileen McNaughton [Sat, 7 Oct 2023 01:52:08 +0000 (14:52 +1300)]
Regen (rc)

14 months agoMerge pull request #27746 from eileenmcnaughton/master
Eileen McNaughton [Sat, 7 Oct 2023 01:44:29 +0000 (14:44 +1300)]
Merge pull request #27746 from eileenmcnaughton/master

5.67 to master (conflict resolved)

14 months agoMerge branch '5.67' of github.com:civicrm/civicrm-core
Eileen McNaughton [Sat, 7 Oct 2023 01:43:13 +0000 (14:43 +1300)]
Merge branch '5.67' of github.com:civicrm/civicrm-core

14 months agoMerge pull request #27743 from eileenmcnaughton/notice_fix
colemanw [Sat, 7 Oct 2023 01:36:12 +0000 (21:36 -0400)]
Merge pull request #27743 from eileenmcnaughton/notice_fix

Fix notice (smarty) in Event fee tab

14 months agoMerge pull request #27728 from eileenmcnaughton/surver
colemanw [Sat, 7 Oct 2023 01:35:42 +0000 (21:35 -0400)]
Merge pull request #27728 from eileenmcnaughton/surver

Add some more weight fields

14 months agoMerge pull request #27741 from eileenmcnaughton/567_event
colemanw [Sat, 7 Oct 2023 01:34:52 +0000 (21:34 -0400)]
Merge pull request #27741 from eileenmcnaughton/567_event

Fix rc regression - balance amount missing

14 months agoMerge pull request #27692 from eileenmcnaughton/billing_name
colemanw [Sat, 7 Oct 2023 01:33:32 +0000 (21:33 -0400)]
Merge pull request #27692 from eileenmcnaughton/billing_name

Switch to a token for billingName & address

14 months agoExtend normal form for delete action
Eileen McNaughton [Sat, 7 Oct 2023 01:32:08 +0000 (14:32 +1300)]
Extend normal form for delete action

14 months agoMerge pull request #27738 from eileenmcnaughton/mail_empty
colemanw [Sat, 7 Oct 2023 01:30:44 +0000 (21:30 -0400)]
Merge pull request #27738 from eileenmcnaughton/mail_empty

Trim text emails when checking if empty

14 months agoFix rc regression - balance amount missing
Eileen McNaughton [Fri, 6 Oct 2023 23:15:41 +0000 (12:15 +1300)]
Fix rc regression - balance amount missing

This is pretty hard to get to (outside the test). You need to configure
an event with a pending contribution and then partially pay it
and go back & send a receipt.

Unfortunately the
Paid amount & Balance amount
 got removed from the html version by accident
and the tests didn't pick it up because they were testing
the text version - which had not had many of the recent updates
applied (it was going to be done after but we have since decided to remove the
text version).

This updates the test to check the html version, puts back the removed text
and adds it to the preview screen

14 months agoMerge pull request #27744 from civicrm/5.67
Eileen McNaughton [Sat, 7 Oct 2023 01:28:07 +0000 (14:28 +1300)]
Merge pull request #27744 from civicrm/5.67

5.67 to master

14 months agoMerge pull request #27742 from eileenmcnaughton/smarty_tag
colemanw [Sat, 7 Oct 2023 00:50:06 +0000 (20:50 -0400)]
Merge pull request #27742 from eileenmcnaughton/smarty_tag

Fix missing quotes in tpl file

14 months agoFix notice (smarty) in Event fee tab
Eileen McNaughton [Sat, 7 Oct 2023 00:47:44 +0000 (13:47 +1300)]
Fix notice (smarty) in Event fee tab

14 months agoFix missing quotes in tpl file
Eileen McNaughton [Sat, 7 Oct 2023 00:43:30 +0000 (13:43 +1300)]
Fix missing quotes in tpl file

This is a longstanding error rather than a regression - but it hard failes when
Smarty3 is enabled. Smarty3 is a pretty good tool for finding issues when testing
the rc it turns out (highlights variable errors in smarty)
so I'm fixing in the rc so as not to be blocked on using smarty with the rc

14 months agoTrim text emails when checking if empty
Eileen McNaughton [Fri, 6 Oct 2023 20:57:29 +0000 (09:57 +1300)]
Trim text emails when checking if empty

I was concerned that inadvertant white space might block the addiiton of a text version.

The unit test showed that to be the case so I added the extra trim

14 months agoMerge pull request #27736 from colemanw/afformFnError
Eileen McNaughton [Fri, 6 Oct 2023 20:27:23 +0000 (09:27 +1300)]
Merge pull request #27736 from colemanw/afformFnError

Afform - fix undefined function error

14 months agoAfform - fix undefined function error
colemanw [Fri, 6 Oct 2023 14:37:45 +0000 (10:37 -0400)]
Afform - fix undefined function error

Fixes bug from 1ff8423300d85100e026741111383cdabd5fce05

14 months agoMerge pull request #27577 from eileenmcnaughton/online_event
colemanw [Fri, 6 Oct 2023 12:39:33 +0000 (08:39 -0400)]
Merge pull request #27577 from eileenmcnaughton/online_event

PHP8.x Stop sharing EventFee::preProcess from Registration form

14 months agoSwitch to a token for billingName & address
Eileen McNaughton [Sat, 30 Sep 2023 04:55:10 +0000 (17:55 +1300)]
Switch to a token for billingName & address

This adds the token to the contribution entity & updates the event receipts
to use it (including the ones we are gonna kill cos
it was a simple replace).

Note I updated the format function to
access apiv4 style label fields & let the
chips fall where they may re event & county
(ie you probably wouldn't set county but if you
did AND your address format is configured to show it who are
we to say otherwise)

14 months agoMerge pull request #27732 from civicrm/5.67
Seamus Lee [Fri, 6 Oct 2023 03:25:45 +0000 (14:25 +1100)]
Merge pull request #27732 from civicrm/5.67

5.67 to master

14 months agoMerge pull request #27730 from eileenmcnaughton/567
Eileen McNaughton [Fri, 6 Oct 2023 02:57:57 +0000 (15:57 +1300)]
Merge pull request #27730 from eileenmcnaughton/567

Notice fix

14 months agoStop receiving billingID in createAddress
Eileen McNaughton [Fri, 6 Oct 2023 02:43:50 +0000 (15:43 +1300)]
Stop receiving billingID in createAddress

BillingID is determined in the form in one of 2 ways
- calling the function CRM_Core_BAO_LocationType::getBilling();
- hard-coding the number 5

There is no magic whereby it varies depending on the form & it is a source
of many undefined property errors.

I did a broader PR removing it, which stalled, so making this change makes it easier
to remove piecemeal

14 months agoNotice fix
Eileen McNaughton [Fri, 6 Oct 2023 02:11:14 +0000 (15:11 +1300)]
Notice fix

14 months agoMerge pull request #27727 from seamuslee001/message_template_gencode_smarty3
Eileen McNaughton [Fri, 6 Oct 2023 02:09:39 +0000 (15:09 +1300)]
Merge pull request #27727 from seamuslee001/message_template_gencode_smarty3

[REF] Fix up Message template gencode to work with Smarty 3

14 months ago[REF] Fix up Message template gencode to work with Smarty 3
Seamus Lee [Thu, 5 Oct 2023 23:32:57 +0000 (10:32 +1100)]
[REF] Fix up Message template gencode to work with Smarty 3

14 months agoAdd some more weight fields
Eileen McNaughton [Thu, 5 Oct 2023 23:58:13 +0000 (12:58 +1300)]
Add some more weight fields

14 months agoMerge pull request #27694 from larssandergreen/Change-to-soundasleep/html2text
Eileen McNaughton [Thu, 5 Oct 2023 21:57:21 +0000 (10:57 +1300)]
Merge pull request #27694 from larssandergreen/Change-to-soundasleep/html2text

Switch from html2text to soundasleep/html2text

14 months agoMerge pull request #27674 from eileenmcnaughton/smarty_var
Seamus Lee [Thu, 5 Oct 2023 21:10:05 +0000 (08:10 +1100)]
Merge pull request #27674 from eileenmcnaughton/smarty_var

Replace smarty.get with assigned snippet_type in tpl

14 months agoMerge pull request #27726 from asmac-org/delete-trackingFields
Seamus Lee [Thu, 5 Oct 2023 21:05:02 +0000 (08:05 +1100)]
Merge pull request #27726 from asmac-org/delete-trackingFields

delete one more trackingFields reference

14 months agodelete one more trackingFields reference
Jeff Kellem [Thu, 5 Oct 2023 17:31:41 +0000 (10:31 -0700)]
delete one more trackingFields reference

This one was missed from Delete probably-unused TrackingFields.tpl PR #27233

14 months agoMerge pull request #27723 from larssandergreen/Make-mailing-link-a-field-in-FB
colemanw [Thu, 5 Oct 2023 13:07:45 +0000 (09:07 -0400)]
Merge pull request #27723 from larssandergreen/Make-mailing-link-a-field-in-FB

Expose URL for mailing trackable link for filters in FormBuilder

14 months agoSet version to 5.68.alpha1
CiviCRM [Thu, 5 Oct 2023 05:30:26 +0000 (05:30 +0000)]
Set version to 5.68.alpha1

14 months agoSet version to 5.67.beta1
CiviCRM [Thu, 5 Oct 2023 05:30:14 +0000 (05:30 +0000)]
Set version to 5.67.beta1

14 months agoMerge commit '269f94546c'
Tim Otten [Thu, 5 Oct 2023 05:28:28 +0000 (22:28 -0700)]
Merge commit '269f94546c'

14 months agoMerge pull request #27725 from eileenmcnaughton/new-notice
Tim Otten [Thu, 5 Oct 2023 05:21:46 +0000 (22:21 -0700)]
Merge pull request #27725 from eileenmcnaughton/new-notice

Enotice fix

14 months agoMerge pull request #27557 from eileenmcnaughton/bulk_create
Tim Otten [Thu, 5 Oct 2023 04:41:37 +0000 (21:41 -0700)]
Merge pull request #27557 from eileenmcnaughton/bulk_create

dev/core#4567 Update code creating queue entries to save mailing_id

14 months agoEnotice fix
Eileen McNaughton [Thu, 5 Oct 2023 04:02:35 +0000 (17:02 +1300)]
Enotice fix

14 months agoMerge pull request #27720 from eileenmcnaughton/566
Tim Otten [Thu, 5 Oct 2023 03:50:37 +0000 (20:50 -0700)]
Merge pull request #27720 from eileenmcnaughton/566

Do not create new contacts during bounce processing

14 months agoExpose URL for filters in FormBuilder
larssandergreen [Thu, 5 Oct 2023 02:35:55 +0000 (20:35 -0600)]
Expose URL for filters in FormBuilder

14 months agoMerge pull request #27721 from totten/5.66-rn0
Tim Otten [Thu, 5 Oct 2023 00:38:22 +0000 (17:38 -0700)]
Merge pull request #27721 from totten/5.66-rn0

release-notes/5.66.0.md - Add some more late-stage PRs from RC

14 months agorelease-notes/5.66.0.md - Add some more late-stage PRs from RC
Tim Otten [Wed, 4 Oct 2023 23:48:34 +0000 (16:48 -0700)]
release-notes/5.66.0.md - Add some more late-stage PRs from RC

Also: some random edits

14 months agoDo not create new contacts during bounce processing
Eileen McNaughton [Wed, 4 Oct 2023 23:15:12 +0000 (12:15 +1300)]
Do not create new contacts during bounce processing

14 months agoMerge pull request #27719 from eileenmcnaughton/regen
Eileen McNaughton [Wed, 4 Oct 2023 20:17:03 +0000 (09:17 +1300)]
Merge pull request #27719 from eileenmcnaughton/regen

Re-run regen

14 months agoMerge pull request #27716 from colemanw/endsWithPolyfill
Eileen McNaughton [Wed, 4 Oct 2023 19:24:25 +0000 (08:24 +1300)]
Merge pull request #27716 from colemanw/endsWithPolyfill

CRM_Utils_String - Deprecate startsWith and endsWith

14 months agoRe-run regen
Eileen McNaughton [Wed, 4 Oct 2023 19:23:36 +0000 (08:23 +1300)]
Re-run regen

14 months agoCRM_Utils_String - Deprecate startsWith and endsWith
colemanw [Wed, 4 Oct 2023 12:51:07 +0000 (08:51 -0400)]
CRM_Utils_String - Deprecate startsWith and endsWith

14 months agoMerge pull request #27718 from MegaphoneJon/initialize-mfg-var
colemanw [Wed, 4 Oct 2023 16:44:45 +0000 (12:44 -0400)]
Merge pull request #27718 from MegaphoneJon/initialize-mfg-var

getTree: initialize variable before it's used (PHP8 compat)

14 months agogetTree: initialize variable before it's used
Jon Goldberg [Wed, 4 Oct 2023 15:54:29 +0000 (11:54 -0400)]
getTree: initialize variable before it's used

14 months agoMerge pull request #27701 from colemanw/relTab
Aidan Saunders [Wed, 4 Oct 2023 15:45:06 +0000 (16:45 +0100)]
Merge pull request #27701 from colemanw/relTab

ContactSummary - Replace Relationships tab with SearchKit display

14 months agoMerge pull request #27715 from civicrm/5.66
Eileen McNaughton [Wed, 4 Oct 2023 08:45:48 +0000 (21:45 +1300)]
Merge pull request #27715 from civicrm/5.66

Merge forward: 5.66 RC => master

14 months agoMerge pull request #27714 from totten/5.66-srchmap-php73
Tim Otten [Wed, 4 Oct 2023 05:45:44 +0000 (22:45 -0700)]
Merge pull request #27714 from totten/5.66-srchmap-php73

SavedSearchMappingTest - Fix compat with php73

14 months agoSavedSearchMappingTest - Fix compat with php73
Tim Otten [Wed, 4 Oct 2023 03:42:57 +0000 (20:42 -0700)]
SavedSearchMappingTest - Fix compat with php73

14 months agoMerge pull request #27713 from colemanw/contactTypeAutocomplete
Seamus Lee [Wed, 4 Oct 2023 02:04:02 +0000 (13:04 +1100)]
Merge pull request #27713 from colemanw/contactTypeAutocomplete

APIv4 - Fix autocomplete for Individual,Household,Organization entities

14 months agoSearchKit - Fix nonexistant links incorrectly displaying
colemanw [Wed, 4 Oct 2023 00:22:13 +0000 (20:22 -0400)]
SearchKit - Fix nonexistant links incorrectly displaying

14 months agoContactSummary - Prevent excessive/infinite refreshing of related tabs
colemanw [Mon, 2 Oct 2023 16:05:04 +0000 (12:05 -0400)]
ContactSummary - Prevent excessive/infinite refreshing of related tabs

14 months agoSearchKit - When refreshing after a task, refresh all displays in a form
colemanw [Mon, 2 Oct 2023 05:37:14 +0000 (01:37 -0400)]
SearchKit - When refreshing after a task, refresh all displays in a form

14 months agoContactSummary - Add link to manage case in Relationships tab
colemanw [Mon, 2 Oct 2023 05:14:16 +0000 (01:14 -0400)]
ContactSummary - Add link to manage case in Relationships tab

14 months agoSearchKit - Don't crash if join entity doesn't exist
colemanw [Mon, 2 Oct 2023 05:13:35 +0000 (01:13 -0400)]
SearchKit - Don't crash if join entity doesn't exist

14 months agoCiviCase - Add "manage case" link to metadata, make cid optional
colemanw [Mon, 2 Oct 2023 04:54:28 +0000 (00:54 -0400)]
CiviCase - Add "manage case" link to metadata, make cid optional

14 months agoContactSummary - Remove old relationships tab
colemanw [Mon, 2 Oct 2023 02:41:44 +0000 (22:41 -0400)]
ContactSummary - Remove old relationships tab

14 months agoContactSummary - Add SearchKit display for relationships tab
colemanw [Mon, 2 Oct 2023 01:48:59 +0000 (21:48 -0400)]
ContactSummary - Add SearchKit display for relationships tab

14 months agoUpdate icon for relationship permission
colemanw [Sun, 1 Oct 2023 18:03:45 +0000 (14:03 -0400)]
Update icon for relationship permission

14 months agoRelationshipCache - Add 'add' metadata
colemanw [Sun, 1 Oct 2023 14:26:23 +0000 (10:26 -0400)]
RelationshipCache - Add 'add' metadata

14 months agoSearchKit - The first display in a tab gets to control the count
colemanw [Sun, 1 Oct 2023 02:41:54 +0000 (22:41 -0400)]
SearchKit - The first display in a tab gets to control the count

Fix weird tab count if > 1 search display in a tab

14 months agoAfform - Fix data type when setting entity values
colemanw [Sun, 1 Oct 2023 01:59:03 +0000 (21:59 -0400)]
Afform - Fix data type when setting entity values

14 months agoMerge pull request #27660 from eileenmcnaughton/delete
colemanw [Wed, 4 Oct 2023 00:25:28 +0000 (20:25 -0400)]
Merge pull request #27660 from eileenmcnaughton/delete

Separate delete participant form from edit participant form

14 months agoAPIv4 - Fix autocomplete for Individual,Household,Organization entities
colemanw [Tue, 3 Oct 2023 23:22:39 +0000 (19:22 -0400)]
APIv4 - Fix autocomplete for Individual,Household,Organization entities

14 months agoMerge pull request #27691 from totten/master-queue-runloop
Eileen McNaughton [Tue, 3 Oct 2023 22:11:34 +0000 (11:11 +1300)]
Merge pull request #27691 from totten/master-queue-runloop

Queue::run() - Add API for running several tasks

14 months agoMerge pull request #27693 from eileenmcnaughton/remove_math
colemanw [Tue, 3 Oct 2023 22:09:18 +0000 (18:09 -0400)]
Merge pull request #27693 from eileenmcnaughton/remove_math

Replace smarty-math with assigned value

14 months agoMerge pull request #27592 from colemanw/afformBool
colemanw [Tue, 3 Oct 2023 21:25:02 +0000 (17:25 -0400)]
Merge pull request #27592 from colemanw/afformBool

Afform - Fix display of boolean checkboxes

14 months agoRename Queue::runLoop() to Queue::run()
Tim Otten [Tue, 3 Oct 2023 21:21:16 +0000 (14:21 -0700)]
Rename Queue::runLoop() to Queue::run()

14 months ago(NFC) RunLoop - Expand docblocks
Tim Otten [Tue, 3 Oct 2023 20:56:59 +0000 (13:56 -0700)]
(NFC) RunLoop - Expand docblocks

14 months agoMerge pull request #27642 from lemniscus/sk-table-header-alignment
Eileen McNaughton [Tue, 3 Oct 2023 20:31:16 +0000 (09:31 +1300)]
Merge pull request #27642 from lemniscus/sk-table-header-alignment

SearchKit: Align column headers according to settings

14 months agoSK: Align column headers according to settings
Noah Miller [Tue, 26 Sep 2023 04:39:58 +0000 (00:39 -0400)]
SK: Align column headers according to settings

14 months agoMerge pull request #27712 from colemanw/contactTypeApi2
Eileen McNaughton [Tue, 3 Oct 2023 19:22:44 +0000 (08:22 +1300)]
Merge pull request #27712 from colemanw/contactTypeApi2

[NFC] APIv4 - Update contact type api comment

14 months agoMerge pull request #27700 from colemanw/exportDefaults
Aidan Saunders [Tue, 3 Oct 2023 16:33:19 +0000 (17:33 +0100)]
Merge pull request #27700 from colemanw/exportDefaults

APIv4 - Trim output of Export action to only non-default values

14 months agoMerge pull request #27698 from colemanw/afformShareFieldset
Aidan Saunders [Tue, 3 Oct 2023 16:10:35 +0000 (17:10 +0100)]
Merge pull request #27698 from colemanw/afformShareFieldset

SearchKit - Fix and add test for scenario where the same display is used twice on a form

14 months agoManaged - Backfill default values when reverting APIv4 entity
colemanw [Mon, 2 Oct 2023 20:04:03 +0000 (16:04 -0400)]
Managed - Backfill default values when reverting APIv4 entity

14 months agoMerge pull request #27484 from totten/master-links
colemanw [Tue, 3 Oct 2023 12:56:16 +0000 (08:56 -0400)]
Merge pull request #27484 from totten/master-links

hook_civicrm_links - Add docblocks and event-checker

14 months agoAPIv4 - Update contact type api comment
colemanw [Tue, 3 Oct 2023 12:30:39 +0000 (08:30 -0400)]
APIv4 - Update contact type api comment

14 months agoMerge pull request #27711 from civicrm/5.66
Eileen McNaughton [Tue, 3 Oct 2023 09:52:25 +0000 (22:52 +1300)]
Merge pull request #27711 from civicrm/5.66

5.66 to master

14 months agoMerge pull request #27710 from totten/5.66-links-weights
Eileen McNaughton [Tue, 3 Oct 2023 09:44:44 +0000 (22:44 +1300)]
Merge pull request #27710 from totten/5.66-links-weights

hook_civicrm_links - Add more weights

14 months agohook_civicrm_links - Add more weights:
Tim Otten [Tue, 19 Sep 2023 05:59:34 +0000 (22:59 -0700)]
hook_civicrm_links - Add more weights:

- contribution.edit.action
- file.manage.delete
- financialItem.batch.row
- Payment.edit.action

14 months agoMerge pull request #27659 from colemanw/contactTypeApi
Tim Otten [Tue, 3 Oct 2023 05:31:52 +0000 (22:31 -0700)]
Merge pull request #27659 from colemanw/contactTypeApi

APIv4 - Add Individual, Household, Organization pseudo-entities

14 months agohook_civicrm_links - Add exception for financialItem.batch.row
Tim Otten [Tue, 3 Oct 2023 04:44:13 +0000 (21:44 -0700)]
hook_civicrm_links - Add exception for financialItem.batch.row

14 months agohook_civicrm_links - Add exception for `pledge.selector.row` (`is_active`)
Tim Otten [Tue, 3 Oct 2023 04:34:21 +0000 (21:34 -0700)]
hook_civicrm_links - Add exception for `pledge.selector.row` (`is_active`)

14 months agohook_civicrm_links - Add exception for basic.CRM_Core_BAO_MessageTemplate.page
Tim Otten [Tue, 19 Sep 2023 06:53:36 +0000 (23:53 -0700)]
hook_civicrm_links - Add exception for basic.CRM_Core_BAO_MessageTemplate.page

14 months agohook_civicrm_links - Add more weights:
Tim Otten [Tue, 19 Sep 2023 05:59:34 +0000 (22:59 -0700)]
hook_civicrm_links - Add more weights:

- contribution.edit.action
- file.manage.delete
- financialItem.batch.row
- Payment.edit.action

14 months agohook_civicrm_links.evch.php - Grandfather some more gnarly links
Tim Otten [Tue, 19 Sep 2023 05:58:44 +0000 (22:58 -0700)]
hook_civicrm_links.evch.php - Grandfather some more gnarly links

14 months ago(REF) hook_civicrm_links.evch.php - Move overrides
Tim Otten [Tue, 19 Sep 2023 05:31:03 +0000 (22:31 -0700)]
(REF) hook_civicrm_links.evch.php - Move overrides

14 months agopcp.user.actions - Decompose deviant list of links
Tim Otten [Tue, 19 Sep 2023 05:06:54 +0000 (22:06 -0700)]
pcp.user.actions - Decompose deviant list of links

The problem is that:

* `hook_links('pcp.user.actions')` fires with a malformed set links
* The malformed set of links has been specifically encoded into unit tests

So fixing the bad links would likely break some consumer. (I don't see the
consumer in my copy of `universe`, but if someone wrote the test, then they
must've really meant it...)

This patch adds alternative variants (`hook_links('pcp.user.actions.add')` and
`hook_links('pcp.user.actions.all')`) which should replace it.

14 months agohook_civicrm_links - Add docblocks and event-checker
Tim Otten [Mon, 18 Sep 2023 07:17:22 +0000 (00:17 -0700)]
hook_civicrm_links - Add docblocks and event-checker

14 months agoMerge pull request #27695 from eileenmcnaughton/smarty_sort
colemanw [Tue, 3 Oct 2023 02:16:38 +0000 (22:16 -0400)]
Merge pull request #27695 from eileenmcnaughton/smarty_sort

Fix sort_name & display_name settings to support new-style tokens

14 months agoQueue::runLoop() - Add explanatory exit message for an aborted queue
Tim Otten [Tue, 3 Oct 2023 01:45:27 +0000 (18:45 -0700)]
Queue::runLoop() - Add explanatory exit message for an aborted queue