civicrm-core.git
13 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

13 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

13 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

13 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

13 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

13 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

13 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

13 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

13 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

13 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

13 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

13 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

13 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

13 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

13 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

13 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`)

13 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

13 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

13 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

13 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

13 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.

13 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

13 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

13 months agoAPIv4 - Convert mysql-style CURRENT_TIMESTAMP to api-style 'now'
colemanw [Mon, 2 Oct 2023 20:56:38 +0000 (16:56 -0400)]
APIv4 - Convert mysql-style CURRENT_TIMESTAMP to api-style 'now'

13 months agoAPIv4 - Trim output of Export action to only non-default values
colemanw [Sun, 1 Oct 2023 22:21:11 +0000 (18:21 -0400)]
APIv4 - Trim output of Export action to only non-default values

13 months agoAPIv4 - Fix getFields returning default value of integer fields
colemanw [Sun, 1 Oct 2023 22:17:12 +0000 (18:17 -0400)]
APIv4 - Fix getFields returning default value of integer fields

13 months agoMerge pull request #27704 from colemanw/api4Case
Eileen McNaughton [Mon, 2 Oct 2023 23:20:00 +0000 (12:20 +1300)]
Merge pull request #27704 from colemanw/api4Case

APIv4 - ensure action names get camelCase properly

13 months agoMerge pull request #27708 from seamuslee001/mailing_receipients_test
Seamus Lee [Mon, 2 Oct 2023 23:19:48 +0000 (10:19 +1100)]
Merge pull request #27708 from seamuslee001/mailing_receipients_test

[NFC] Add in Unit test to ensure that Disabled groups do not appear i…

13 months agoMerge pull request #26047 from pradpnayak/customDefaults
colemanw [Mon, 2 Oct 2023 23:05:16 +0000 (19:05 -0400)]
Merge pull request #26047 from pradpnayak/customDefaults

Fix set default for custom field on membership renewal form

13 months agoMerge pull request #27707 from eileenmcnaughton/cid
colemanw [Mon, 2 Oct 2023 23:04:25 +0000 (19:04 -0400)]
Merge pull request #27707 from eileenmcnaughton/cid

Smarty notice fix

13 months agoTest weird
colemanw [Mon, 2 Oct 2023 22:20:12 +0000 (18:20 -0400)]
Test weird

13 months agoAPIv4 - add docs about Individual, Household, Organization apis
colemanw [Mon, 2 Oct 2023 22:10:41 +0000 (18:10 -0400)]
APIv4 - add docs about Individual, Household, Organization apis

13 months agoMerge pull request #27705 from colemanw/arraySyntax
Seamus Lee [Mon, 2 Oct 2023 22:09:47 +0000 (09:09 +1100)]
Merge pull request #27705 from colemanw/arraySyntax

[REF] Convert arrays to short syntax

13 months ago[NFC] Add in Unit test to ensure that Disabled groups do not appear in mailing receip...
Seamus Lee [Mon, 2 Oct 2023 21:59:41 +0000 (08:59 +1100)]
[NFC] Add in Unit test to ensure that Disabled groups do not appear in mailing receipients autocomplete

13 months agoSmarty notice fix
Eileen McNaughton [Mon, 2 Oct 2023 21:55:00 +0000 (10:55 +1300)]
Smarty notice fix

13 months agoMerge pull request #27706 from lemniscus/afform-prefill-multiple-doc
colemanw [Mon, 2 Oct 2023 20:57:48 +0000 (16:57 -0400)]
Merge pull request #27706 from lemniscus/afform-prefill-multiple-doc

Add in-app docs re prefilling multiple ids in repeating blocks

13 months agoAdd in-app docs re prefilling multiple ids in repeating blocks
Noah Miller [Mon, 2 Oct 2023 20:54:35 +0000 (16:54 -0400)]
Add in-app docs re prefilling multiple ids in repeating blocks

13 months agoMerge pull request #27682 from colemanw/vernum
Eileen McNaughton [Mon, 2 Oct 2023 19:45:18 +0000 (08:45 +1300)]
Merge pull request #27682 from colemanw/vernum

Schema - stop oversharing version numbers

13 months agoTest - Convert arrays to short syntax
colemanw [Mon, 2 Oct 2023 19:08:26 +0000 (15:08 -0400)]
Test - Convert arrays to short syntax

13 months agoExt - Convert arrays to short syntax
colemanw [Mon, 2 Oct 2023 19:02:09 +0000 (15:02 -0400)]
Ext - Convert arrays to short syntax

13 months agoOauth - Remove redundant constructor overrides
colemanw [Mon, 2 Oct 2023 18:40:35 +0000 (14:40 -0400)]
Oauth - Remove redundant constructor overrides

13 months agoAPIv4 - ensure action names get camelCase properly
colemanw [Mon, 2 Oct 2023 18:36:05 +0000 (14:36 -0400)]
APIv4 - ensure action names get camelCase properly

13 months agoMerge pull request #27681 from artfulrobot/artfulrobot-standalone-forgot-pass
colemanw [Mon, 2 Oct 2023 17:56:05 +0000 (13:56 -0400)]
Merge pull request #27681 from artfulrobot/artfulrobot-standalone-forgot-pass

Move User to extened uf_match table + password reset

13 months agostandalone: correct Capitalised API4 actions
Rich Lott / Artful Robot [Mon, 2 Oct 2023 16:47:30 +0000 (17:47 +0100)]
standalone: correct Capitalised API4 actions

13 months agostandalone: minor fixes
Rich Lott / Artful Robot [Mon, 2 Oct 2023 16:07:27 +0000 (17:07 +0100)]
standalone: minor fixes

13 months agostandalone: default to empty passwords
Rich Lott / Artful Robot [Mon, 2 Oct 2023 11:44:17 +0000 (12:44 +0100)]
standalone: default to empty passwords

13 months agostandalone create default empty password
Rich Lott / Artful Robot [Mon, 2 Oct 2023 11:43:17 +0000 (12:43 +0100)]
standalone create default empty password

13 months agoUpdate ext/standaloneusers/CRM/Standaloneusers/Upgrader.php
Rich Lott [Mon, 2 Oct 2023 15:44:59 +0000 (16:44 +0100)]
Update ext/standaloneusers/CRM/Standaloneusers/Upgrader.php

Co-authored-by: colemanw <coleman@civicrm.org>
13 months agoMerge pull request #27618 from colemanw/afformBreadcrumbs
colemanw [Mon, 2 Oct 2023 15:29:57 +0000 (11:29 -0400)]
Merge pull request #27618 from colemanw/afformBreadcrumbs

Afform - Switch to user-oriented breadcrumbs, move admin link to hover button

13 months agoMerge pull request #27702 from francescbassas/patch-19
colemanw [Mon, 2 Oct 2023 15:06:22 +0000 (11:06 -0400)]
Merge pull request #27702 from francescbassas/patch-19

[REF][PHP8.1] Fix deprecation notice on passing NULL as the 3rd param…

13 months agostandalone: hacky api4 permissions commit (probably fix this)
Rich Lott / Artful Robot [Mon, 2 Oct 2023 11:26:09 +0000 (12:26 +0100)]
standalone: hacky api4 permissions commit (probably fix this)

13 months agostandalone: password reset tests working
Rich Lott / Artful Robot [Mon, 2 Oct 2023 11:25:44 +0000 (12:25 +0100)]
standalone: password reset tests working

13 months agostandalone: fix naming of class preventing install
Rich Lott / Artful Robot [Mon, 2 Oct 2023 11:02:56 +0000 (12:02 +0100)]
standalone: fix naming of class preventing install

13 months agostandalone: password reset work
Rich Lott / Artful Robot [Mon, 2 Oct 2023 10:48:27 +0000 (11:48 +0100)]
standalone: password reset work

13 months ago[REF][PHP8.1] Fix deprecation notice on passing NULL as the 3rd param to str_replace...
francescbassas [Mon, 2 Oct 2023 08:40:38 +0000 (10:40 +0200)]
[REF][PHP8.1] Fix deprecation notice on passing NULL as the 3rd param to str_replace for Google geocoding

13 months agoMerge pull request #27699 from eileenmcnaughton/event_template
Eileen McNaughton [Mon, 2 Oct 2023 03:47:53 +0000 (16:47 +1300)]
Merge pull request #27699 from eileenmcnaughton/event_template

Move the participantCount logic to the template

13 months agoSearchKit - Fix and add test for scenario where the same display is used twice on...
colemanw [Sun, 1 Oct 2023 18:04:35 +0000 (14:04 -0400)]
SearchKit - Fix and add test for scenario where the same display is used twice on the same form

13 months agoMove the participantCount logic to the template
Eileen McNaughton [Sun, 1 Oct 2023 21:57:15 +0000 (10:57 +1300)]
Move the participantCount logic to the template

14 months agoAPIv4 - Add Individual, Household, Organization pseudo-entities
colemanw [Wed, 27 Sep 2023 19:52:35 +0000 (15:52 -0400)]
APIv4 - Add Individual, Household, Organization pseudo-entities

These behave exactly as the Contact entity but with a pre-set value for contact_type.
Includes tests to ensure joins, ACLs and permissions work.

14 months agoMerge pull request #27697 from mlutfy/fixMailingMenuLabels
colemanw [Sat, 30 Sep 2023 23:45:13 +0000 (19:45 -0400)]
Merge pull request #27697 from mlutfy/fixMailingMenuLabels

Upgrade: rename the Draft/Sent Mailing menu labels

14 months agoUpgrade: rename the Draft/Sent Mailing menu labels
Mathieu Lu [Sat, 30 Sep 2023 22:01:45 +0000 (18:01 -0400)]
Upgrade: rename the Draft/Sent Mailing menu labels

14 months agoMerge pull request #27689 from eileenmcnaughton/samrty_php
colemanw [Sat, 30 Sep 2023 13:56:37 +0000 (09:56 -0400)]
Merge pull request #27689 from eileenmcnaughton/samrty_php

Smarty notices & errors, message template screen

14 months agoMerge pull request #27696 from eileenmcnaughton/assign
colemanw [Sat, 30 Sep 2023 13:50:16 +0000 (09:50 -0400)]
Merge pull request #27696 from eileenmcnaughton/assign

Do assign unconditionally

14 months agostandalone: password reset working except for missing MessageTpl
Rich Lott / Artful Robot [Sat, 30 Sep 2023 11:47:52 +0000 (12:47 +0100)]
standalone: password reset working except for missing MessageTpl

14 months agoDo assign unconditionally
Eileen McNaughton [Sat, 30 Sep 2023 08:07:14 +0000 (21:07 +1300)]
Do assign unconditionally

14 months agoReplace smarty-math with assigned value
Eileen McNaughton [Sat, 30 Sep 2023 05:37:48 +0000 (18:37 +1300)]
Replace smarty-math with assigned value

14 months agoFix sort_name & display_name settings to support new-style tokens
Eileen McNaughton [Sat, 30 Sep 2023 07:15:00 +0000 (20:15 +1300)]
Fix sort_name & display_name settings to support new-style tokens

I was resistant to this change
https://github.com/civicrm/civicrm-core/pull/27114#issuecomment-1722110045

because it added another instance of '{individual_suffix}' - but this
PR makes both sort_name & display_name support the new style as well.

Unit tests lock in the old style & I have not put
pro-active upgrade in place - but we would want to before
fully moving over to tokens

14 months agoSmarty notices & errors, message template screen
Eileen McNaughton [Sat, 30 Sep 2023 02:29:07 +0000 (15:29 +1300)]
Smarty notices & errors, message template screen

isAdmin is never assigned - or used in the called template so it is removed.

The php block breaks in smarty3 & is moved to the php layer

14 months agoMerge pull request #27029 from mlutfy/ui53
Eileen McNaughton [Sat, 30 Sep 2023 05:26:02 +0000 (18:26 +1300)]
Merge pull request #27029 from mlutfy/ui53

dev/user-interface#53 Reduce presence of Save and Done/New on forms

14 months agoMerge pull request #27690 from totten/master-queue-nfc
Eileen McNaughton [Sat, 30 Sep 2023 03:40:34 +0000 (16:40 +1300)]
Merge pull request #27690 from totten/master-queue-nfc

(NFC) Queues - Cleanup comments

14 months agoMerge pull request #27676 from eileenmcnaughton/smarty_path
colemanw [Sat, 30 Sep 2023 03:08:21 +0000 (23:08 -0400)]
Merge pull request #27676 from eileenmcnaughton/smarty_path

Update path in civicrm.settings.php.template for smarty3

14 months agoMerge pull request #27679 from aydun/acl_fix
colemanw [Sat, 30 Sep 2023 03:01:21 +0000 (23:01 -0400)]
Merge pull request #27679 from aydun/acl_fix

dev/core#4635 Fix ACL edge case

14 months ago(NFC) RunItems - Fix typo
Tim Otten [Sat, 30 Sep 2023 02:20:57 +0000 (19:20 -0700)]
(NFC) RunItems - Fix typo

14 months ago(NFC) Civi\Api4\Queue - Clarify quantity for claimItems/runItems
Tim Otten [Fri, 29 Sep 2023 23:40:20 +0000 (16:40 -0700)]
(NFC) Civi\Api4\Queue - Clarify quantity for claimItems/runItems

14 months agoMerge pull request #27687 from eileenmcnaughton/smarty_and
Eileen McNaughton [Sat, 30 Sep 2023 01:57:22 +0000 (14:57 +1300)]
Merge pull request #27687 from eileenmcnaughton/smarty_and

Smarty3 doesn't like 'and' (without spaces)

14 months agoSmarty3 doesn't like and
Eileen McNaughton [Fri, 29 Sep 2023 23:50:56 +0000 (12:50 +1300)]
Smarty3 doesn't like and

14 months agoMerge pull request #27684 from eileenmcnaughton/master
Eileen McNaughton [Fri, 29 Sep 2023 20:38:25 +0000 (09:38 +1300)]
Merge pull request #27684 from eileenmcnaughton/master

5.66 to master

14 months agoMerge branch '5.66' of github.com:civicrm/civicrm-core
Eileen McNaughton [Fri, 29 Sep 2023 20:37:33 +0000 (09:37 +1300)]
Merge branch '5.66' of github.com:civicrm/civicrm-core

14 months agoMerge pull request #27683 from larssandergreen/Clean-up-event-templates-line-items
Eileen McNaughton [Fri, 29 Sep 2023 20:32:32 +0000 (09:32 +1300)]
Merge pull request #27683 from larssandergreen/Clean-up-event-templates-line-items

Clean up event message templates line items

14 months agoFix ACL edge case
Aidan Saunders [Fri, 29 Sep 2023 15:03:31 +0000 (16:03 +0100)]
Fix ACL edge case

14 months agoClean up event message templates line items
larssandergreen [Fri, 29 Sep 2023 20:00:53 +0000 (14:00 -0600)]
Clean up event message templates line items

14 months agoMerge pull request #27637 from MegaphoneJon/show-detailed-ajax-error
Matthew Wire [Fri, 29 Sep 2023 18:57:41 +0000 (19:57 +0100)]
Merge pull request #27637 from MegaphoneJon/show-detailed-ajax-error

allow showing detailed error messages from AJAX

14 months agoUpdate ext/standaloneusers/xml/schema/CRM/Standaloneusers/User.xml
Rich Lott [Fri, 29 Sep 2023 18:51:01 +0000 (19:51 +0100)]
Update ext/standaloneusers/xml/schema/CRM/Standaloneusers/User.xml

Co-authored-by: colemanw <coleman@civicrm.org>
14 months agoSchema - stop oversharing version numbers
colemanw [Fri, 29 Sep 2023 18:31:45 +0000 (14:31 -0400)]
Schema - stop oversharing version numbers

14 months agostandalone: password reset APIs
Rich Lott / Artful Robot [Fri, 29 Sep 2023 17:58:22 +0000 (18:58 +0100)]
standalone: password reset APIs

14 months agoMerge pull request #27677 from eileenmcnaughton/notice_data
demeritcowboy [Fri, 29 Sep 2023 17:28:18 +0000 (13:28 -0400)]
Merge pull request #27677 from eileenmcnaughton/notice_data

Pass cid=false in include to avoid notice

14 months agoMerge pull request #27624 from eileenmcnaughton/part_off
colemanw [Fri, 29 Sep 2023 17:17:27 +0000 (13:17 -0400)]
Merge pull request #27624 from eileenmcnaughton/part_off

Align financial information in participant offline receipt with online receipt

14 months agostandalone: remove switch UF Classes calls in test - seem not needed
Rich Lott / Artful Robot [Fri, 29 Sep 2023 15:54:26 +0000 (16:54 +0100)]
standalone: remove switch UF Classes calls in test - seem not needed

14 months agostandalone: superset the uf_match table for User entity
Rich Lott / Artful Robot [Fri, 29 Sep 2023 15:51:38 +0000 (16:51 +0100)]
standalone: superset the uf_match table for User entity

14 months agoMerge pull request #27645 from artfulrobot/artfulrobot-standalone
colemanw [Fri, 29 Sep 2023 14:32:20 +0000 (10:32 -0400)]
Merge pull request #27645 from artfulrobot/artfulrobot-standalone

Standalone: Users' password changing form and API

14 months agostandalone: forgotten password beginnings
Rich Lott / Artful Robot [Fri, 29 Sep 2023 13:49:55 +0000 (14:49 +0100)]
standalone: forgotten password beginnings

14 months agostandalone: civilint again
Rich Lott / Artful Robot [Fri, 29 Sep 2023 13:50:43 +0000 (14:50 +0100)]
standalone: civilint again

14 months agostandalone: add stub for checkPasswordResetToken
Rich Lott / Artful Robot [Fri, 29 Sep 2023 13:47:11 +0000 (14:47 +0100)]
standalone: add stub for checkPasswordResetToken

14 months agostandalone: WIP
Rich Lott / Artful Robot [Fri, 29 Sep 2023 13:45:44 +0000 (14:45 +0100)]
standalone: WIP

14 months agoMerge pull request #27583 from eileenmcnaughton/smarty_tpl
colemanw [Fri, 29 Sep 2023 13:39:14 +0000 (09:39 -0400)]
Merge pull request #27583 from eileenmcnaughton/smarty_tpl

dev/core##4146 Update `Renderer::_tplFetch` to work with `Smarty3`

14 months agostandalone: fix login page not working
Rich Lott / Artful Robot [Fri, 29 Sep 2023 13:35:32 +0000 (14:35 +0100)]
standalone: fix login page not working

14 months agoMerge pull request #27670 from colemanw/getPermissionedRelationshipOptions
colemanw [Fri, 29 Sep 2023 12:22:40 +0000 (08:22 -0400)]
Merge pull request #27670 from colemanw/getPermissionedRelationshipOptions

Add icons to relationship permission metadata

14 months agoMerge pull request #27675 from eileenmcnaughton/remove_confirm
colemanw [Fri, 29 Sep 2023 12:06:27 +0000 (08:06 -0400)]
Merge pull request #27675 from eileenmcnaughton/remove_confirm

Remove unreachable code

14 months agoMerge pull request #27673 from eileenmcnaughton/smarty_help_fix
colemanw [Fri, 29 Sep 2023 12:03:22 +0000 (08:03 -0400)]
Merge pull request #27673 from eileenmcnaughton/smarty_help_fix

Fix Smarty help text block

14 months agoMerge pull request #27672 from eileenmcnaughton/back_ticks
colemanw [Fri, 29 Sep 2023 11:59:35 +0000 (07:59 -0400)]
Merge pull request #27672 from eileenmcnaughton/back_ticks

Remove backticks from a couple of places where tokens are already supported