civicrm-core.git
2 years agoUse null variables rather than isset in Core_Block
Eileen McNaughton [Mon, 1 Nov 2021 21:23:03 +0000 (10:23 +1300)]
Use null variables rather than isset in Core_Block

This removes an isset from LangSwitch and some enotices that we see if escape on output is enabled.

'langSwitch' is normally always assigned by the smarty initialize but for some reason not via this path

2 years agoMerge pull request #21948 from braders/hardcoded-error-text
demeritcowboy [Mon, 1 Nov 2021 16:03:41 +0000 (12:03 -0400)]
Merge pull request #21948 from braders/hardcoded-error-text

Avoid hardcoded text in error strings; make translatable

2 years agoMerge pull request #21954 from braders/avoid-hardcoded-period-type-labels
demeritcowboy [Mon, 1 Nov 2021 15:53:43 +0000 (11:53 -0400)]
Merge pull request #21954 from braders/avoid-hardcoded-period-type-labels

Don't hardcode Period Type in Manage Premiums template.

2 years agoDon't hardcode Period Type in Manage Premiums template.
Bradley Taylor [Mon, 1 Nov 2021 13:41:38 +0000 (13:41 +0000)]
Don't hardcode Period Type in Manage Premiums template.

2 years agoMerge pull request #21949 from braders/harcoded-setstatus-text
Seamus Lee [Mon, 1 Nov 2021 01:26:09 +0000 (12:26 +1100)]
Merge pull request #21949 from braders/harcoded-setstatus-text

Avoid harcoded text in setStatus calls; make translatable

2 years agoMerge pull request #21951 from eileenmcnaughton/messages
Eileen McNaughton [Mon, 1 Nov 2021 01:14:03 +0000 (14:14 +1300)]
Merge pull request #21951 from eileenmcnaughton/messages

Ensure communityMessages is assigned to the template.

2 years agoEnsure communityMessages is assigned to the template.
Eileen McNaughton [Sun, 31 Oct 2021 21:38:57 +0000 (10:38 +1300)]
Ensure communityMessages is assigned to the template.

This is a minor code simplification & ensures the parameter is set rather than
handling it not being set at the template level

2 years agoMerge pull request #21950 from braders/misc-hardcoded-strings
Eileen McNaughton [Sun, 31 Oct 2021 20:28:29 +0000 (09:28 +1300)]
Merge pull request #21950 from braders/misc-hardcoded-strings

Make miscellaneous strings translatable

2 years agoMerge pull request #21946 from braders/dedupe-find-label-associations
Eileen McNaughton [Sun, 31 Oct 2021 19:57:54 +0000 (08:57 +1300)]
Merge pull request #21946 from braders/dedupe-find-label-associations

Accessibility: Fix label associations for DepupeFind template.

2 years agoAvoid hardcoded text in setStatus calls; make translatable
Bradley Taylor [Sun, 31 Oct 2021 18:03:35 +0000 (18:03 +0000)]
Avoid hardcoded text in setStatus calls; make translatable

2 years agoMake miscellaneous translatable
Bradley Taylor [Sun, 31 Oct 2021 18:05:24 +0000 (18:05 +0000)]
Make miscellaneous translatable

2 years agoAvoid hardcoded text in error strings; make translatable
Bradley Taylor [Sun, 31 Oct 2021 17:55:54 +0000 (17:55 +0000)]
Avoid hardcoded text in error strings; make translatable

2 years agoAccessibility: Fix label associations for DepupeFind template.
Bradley Taylor [Sun, 31 Oct 2021 14:08:50 +0000 (14:08 +0000)]
Accessibility: Fix label associations for DepupeFind template.

This ensures that the labels have an accessible name for assistive technologies.

2 years agoMerge pull request #21931 from eileenmcnaughton/ple
demeritcowboy [Fri, 29 Oct 2021 23:48:34 +0000 (19:48 -0400)]
Merge pull request #21931 from eileenmcnaughton/ple

Convert more tests to use full form flow

2 years agoDo not pass test-blocked parameter to function that doesn't use it
Eileen McNaughton [Thu, 28 Oct 2021 22:56:52 +0000 (11:56 +1300)]
Do not pass test-blocked parameter to function that doesn't use it

2 years agoMerge pull request #21938 from mattwire/groupcontactcacheunused
Seamus Lee [Fri, 29 Oct 2021 20:07:34 +0000 (07:07 +1100)]
Merge pull request #21938 from mattwire/groupcontactcacheunused

Remove unused function from GroupContactCache

2 years agoConvert more tests to use full form flow
Eileen McNaughton [Thu, 28 Oct 2021 22:55:34 +0000 (11:55 +1300)]
Convert more tests to use full form flow

2 years agoRemove unused function
Matthew Wire [Fri, 29 Oct 2021 18:04:11 +0000 (19:04 +0100)]
Remove unused function

2 years agoMerge pull request #21855 from eileenmcnaughton/part
Monish Deb [Fri, 29 Oct 2021 05:05:54 +0000 (10:35 +0530)]
Merge pull request #21855 from eileenmcnaughton/part

Add test for selvsvctransfer, remove use of `$contact` from template

2 years agoMerge pull request #21930 from colemanw/removeCxn
Eileen McNaughton [Fri, 29 Oct 2021 04:51:12 +0000 (17:51 +1300)]
Merge pull request #21930 from colemanw/removeCxn

Remove "Connections" from navigation menu

2 years agoMerge pull request #21932 from eileenmcnaughton/quotes
Eileen McNaughton [Fri, 29 Oct 2021 02:17:56 +0000 (15:17 +1300)]
Merge pull request #21932 from eileenmcnaughton/quotes

[NFC] [Tests] remove code smell - unnecessary double quotes

2 years agoFixes dev/core#2910 - Remove "Connections" from navigation menu
Coleman Watts [Thu, 28 Oct 2021 22:22:01 +0000 (18:22 -0400)]
Fixes dev/core#2910 - Remove "Connections" from navigation menu

This obscure feature is currently unused, so there's no reason to show it in the menu.
Fixes https://lab.civicrm.org/dev/core/-/issues/2910

2 years ago[NFC] [Tests] remove code smell - unnecessary double quotes
Eileen McNaughton [Thu, 28 Oct 2021 23:04:46 +0000 (12:04 +1300)]
[NFC] [Tests] remove code smell - unnecessary double quotes

This is an IDE cleanup. It touches a few files but
1) only test files and
2) only that specific change, made via an IDE is in here

So I think it should be possible to merge based on test outcome

2 years agoMerge pull request #21790 from eileenmcnaughton/greetings_earthling
colemanw [Thu, 28 Oct 2021 21:39:02 +0000 (17:39 -0400)]
Merge pull request #21790 from eileenmcnaughton/greetings_earthling

Switch replaceGreetingTokens over

2 years agoMerge pull request #21922 from jitendrapurohit/taskmenu
Eileen McNaughton [Thu, 28 Oct 2021 21:29:21 +0000 (10:29 +1300)]
Merge pull request #21922 from jitendrapurohit/taskmenu

dev/joomla#36 - Fix fatal error in joomla with civicrm task query param

2 years agoRegenerate sql
Eileen McNaughton [Mon, 25 Oct 2021 02:20:42 +0000 (15:20 +1300)]
Regenerate sql

2 years agoReplace call to getTokenDetails with simple contact.get
Eileen McNaughton [Mon, 18 Oct 2021 20:41:59 +0000 (09:41 +1300)]
Replace call to getTokenDetails with simple contact.get

2 years agoAdd test for selvsvctransfer, remove from template
Eileen McNaughton [Mon, 18 Oct 2021 20:14:09 +0000 (09:14 +1300)]
Add test for selvsvctransfer, remove from template

2 years agoAPIv4 - Cache SchemaMap in Civi::cache('metadata')
Coleman Watts [Thu, 28 Oct 2021 19:06:46 +0000 (15:06 -0400)]
APIv4 - Cache SchemaMap in Civi::cache('metadata')

When adding/removing custom groups, the schema map changes.
Civi already flushes the metadata cache when this happens,
but the APIv4 SchemaMap was being cached in memory (in a container service).
This changes it to be stored in the metadata cache like everything else.

2 years agoMerge pull request #21926 from colemanw/fixCrmCoreMenu
demeritcowboy [Thu, 28 Oct 2021 18:55:24 +0000 (14:55 -0400)]
Merge pull request #21926 from colemanw/fixCrmCoreMenu

[REF] CRM_Core_Menu - Fix syntax, undefined variables, unused code, pass-by-ref

2 years agoCRM_Core_Menu - Fix syntax, undefined variables, unused code, pass-by-ref
Coleman Watts [Wed, 27 Oct 2021 16:58:03 +0000 (12:58 -0400)]
CRM_Core_Menu - Fix syntax, undefined variables, unused code, pass-by-ref

2 years agoMerge pull request #21820 from colemanw/searchKitServerSideRender
Monish Deb [Thu, 28 Oct 2021 15:03:00 +0000 (20:33 +0530)]
Merge pull request #21820 from colemanw/searchKitServerSideRender

SearchKit server-side rendering

2 years agoMerge pull request #21925 from eileenmcnaughton/dom_from
Monish Deb [Thu, 28 Oct 2021 11:44:47 +0000 (17:14 +0530)]
Merge pull request #21925 from eileenmcnaughton/dom_from

Simplify usage of getting domain from email

2 years agoMerge pull request #21917 from braders/feature/translate-set-title-calls
Eileen McNaughton [Wed, 27 Oct 2021 23:13:13 +0000 (12:13 +1300)]
Merge pull request #21917 from braders/feature/translate-set-title-calls

Make hardcoded labels passed to setTitle translatable

2 years agoMerge pull request #21928 from eileenmcnaughton/usused
demeritcowboy [Wed, 27 Oct 2021 22:21:40 +0000 (18:21 -0400)]
Merge pull request #21928 from eileenmcnaughton/usused

Remove unused function

2 years agoRemove unused function
Eileen McNaughton [Wed, 27 Oct 2021 19:59:11 +0000 (08:59 +1300)]
Remove unused function

Note we don't slow the removal down by adding deprecation notices for internal financial functions as they have
never been stable / supported for external use

2 years agoMerge pull request #21914 from eileenmcnaughton/trxn
demeritcowboy [Wed, 27 Oct 2021 15:12:14 +0000 (11:12 -0400)]
Merge pull request #21914 from eileenmcnaughton/trxn

[REF] Move another function to the FinancialProcessor

2 years agoSearchKit - Use server-side preprocessing for editable fields
Coleman Watts [Sat, 23 Oct 2021 22:02:44 +0000 (18:02 -0400)]
SearchKit - Use server-side preprocessing for editable fields

2 years agoSearchKit - server-side rendering
Coleman Watts [Wed, 13 Oct 2021 02:19:45 +0000 (22:19 -0400)]
SearchKit - server-side rendering

Moves logic for resolving field values from the client to the server-side,
which gives more control over formatting, links, and greater consistency
of spreadsheet output.

2 years agoSimplify usage of getting domain from email
Eileen McNaughton [Tue, 26 Oct 2021 19:13:22 +0000 (08:13 +1300)]
Simplify usage of getting domain from email

This adds a function that 'just gets the string' - rather than overloading
another function and (worse) getting the string back as an array that needs to be
'currented'. It also switches
the participant function to use it - as we will soon not be passing
domainValues into this function

2 years agoMerge pull request #21924 from civicrm/5.43
Eileen McNaughton [Tue, 26 Oct 2021 18:27:56 +0000 (07:27 +1300)]
Merge pull request #21924 from civicrm/5.43

5.43 to master

2 years agoMerge pull request #21921 from eileenmcnaughton/gc
Seamus Lee [Tue, 26 Oct 2021 05:12:46 +0000 (16:12 +1100)]
Merge pull request #21921 from eileenmcnaughton/gc

[NFC] [REF] Test class cleanup

2 years agoMerge pull request #21913 from eileenmcnaughton/worddoc
demeritcowboy [Tue, 26 Oct 2021 03:56:05 +0000 (23:56 -0400)]
Merge pull request #21913 from eileenmcnaughton/worddoc

dev/core#2864 fix for rc breakage in pdf-letter-to-word

2 years agodev/core#2864 fix for rc breakage in pdf-letter-to-word
Eileen McNaughton [Sat, 23 Oct 2021 04:08:32 +0000 (17:08 +1300)]
dev/core#2864 fix for rc breakage in pdf-letter-to-word

2 years agoMerge pull request #21853 from colemanw/allCoreTables
Eileen McNaughton [Mon, 25 Oct 2021 19:37:41 +0000 (08:37 +1300)]
Merge pull request #21853 from colemanw/allCoreTables

AllCoreTables - Allow virtual entities to share a DAO class

2 years agoMerge pull request #21907 from eileenmcnaughton/tests
demeritcowboy [Mon, 25 Oct 2021 13:53:02 +0000 (09:53 -0400)]
Merge pull request #21907 from eileenmcnaughton/tests

Fix a few more tests to use a more realistic flow

2 years agoMerge pull request #21906 from eileenmcnaughton/cont_test
demeritcowboy [Mon, 25 Oct 2021 13:50:05 +0000 (09:50 -0400)]
Merge pull request #21906 from eileenmcnaughton/cont_test

Fix more tests to use the full form flow

2 years agoAllCoreTables - Allow virtual entities to share a DAO class
Coleman Watts [Mon, 18 Oct 2021 14:54:03 +0000 (10:54 -0400)]
AllCoreTables - Allow virtual entities to share a DAO class

Indexes entities by brief name instead of class name,
which allows one class to be shared by multiple entities.

2 years agoFix fatal error in joomla with civicrm task query param
jitendrapurohit [Mon, 25 Oct 2021 06:31:41 +0000 (12:01 +0530)]
Fix fatal error in joomla with civicrm task query param

2 years ago[NFC] [REF] Test class cleanup
Eileen McNaughton [Sun, 24 Oct 2021 23:27:26 +0000 (12:27 +1300)]
[NFC] [REF] Test class cleanup

The driver for this was to remove uses of the DAO->createTestObject methods which were creating
individuals with data invalid for them. However, this is a full 'margin cleanup' and
standardises the test.

I think the whole createTestObject approach is best viewed as an early attempt to get
lots of entities testable quickly but it's overwraught for creating contacts
(and generally a bit flakey)

2 years agoMerge pull request #21920 from colemanw/getInfoItemCache
Eileen McNaughton [Sun, 24 Oct 2021 21:25:20 +0000 (10:25 +1300)]
Merge pull request #21920 from colemanw/getInfoItemCache

APIv4 - Fix performance drag caused by getInfoItem calling the API

2 years agoMerge pull request #21918 from braders/feature/spelling-fixes
Eileen McNaughton [Sun, 24 Oct 2021 02:56:38 +0000 (15:56 +1300)]
Merge pull request #21918 from braders/feature/spelling-fixes

Miscellaneous spelling fixes

2 years agoAPIv4 - Fix performance drag caused by getInfoItem calling the API
Coleman Watts [Sat, 23 Oct 2021 23:27:21 +0000 (19:27 -0400)]
APIv4 - Fix performance drag caused by getInfoItem calling the API

This function is sometimes called thousands of times per request, e.g. for every cell
in a searchKit display table. Going through the API wrapper that many times is a
considerable (+10 sec) drag on performance.
Instead of calling Entity.get, we can just read directly from the cache where it stores its data.

2 years agoMiscellaneous spelling fixes
Bradley Taylor [Sat, 23 Oct 2021 11:09:44 +0000 (12:09 +0100)]
Miscellaneous spelling fixes

2 years agoMerge pull request #21915 from eileenmcnaughton/protext
colemanw [Sat, 23 Oct 2021 19:14:48 +0000 (15:14 -0400)]
Merge pull request #21915 from eileenmcnaughton/protext

[Ref] Make functions private to protect them

2 years agoMerge pull request #21847 from eileenmcnaughton/pledge2
demeritcowboy [Sat, 23 Oct 2021 13:46:43 +0000 (09:46 -0400)]
Merge pull request #21847 from eileenmcnaughton/pledge2

Standardise our 2 pledge templates to use tokens, add tests

2 years agoTranslate hardcoded labels passed to setTitle
Bradley Taylor [Sat, 23 Oct 2021 10:52:00 +0000 (11:52 +0100)]
Translate hardcoded labels passed to setTitle

2 years ago[REF] Move another function to the FinancialProcessor
Eileen McNaughton [Sat, 23 Oct 2021 04:40:19 +0000 (17:40 +1300)]
[REF] Move another function to the FinancialProcessor

At this stage just moving all the financial processing functions to the same class

2 years ago[Ref] Make functions private to protect them
Eileen McNaughton [Sat, 23 Oct 2021 04:43:59 +0000 (17:43 +1300)]
[Ref] Make functions private to protect them

As we move functions to this class making them private once they are unused outside the class
makes it easier to clean them up

2 years agoSwitch pledge_reminder over to use tokens
Eileen McNaughton [Sat, 16 Oct 2021 23:23:19 +0000 (12:23 +1300)]
Switch pledge_reminder over to use tokens

2 years agoUpdate pledge acknowledgement to use token processor only
Eileen McNaughton [Sat, 16 Oct 2021 22:37:47 +0000 (11:37 +1300)]
Update pledge acknowledgement to use token processor only

2 years agoAdd test for domain, contact tokens in pledge
Eileen McNaughton [Mon, 11 Oct 2021 05:23:27 +0000 (18:23 +1300)]
Add test for domain, contact tokens in pledge

2 years agoMerge pull request #21910 from eileenmcnaughton/new_validate
Eileen McNaughton [Sat, 23 Oct 2021 04:28:43 +0000 (17:28 +1300)]
Merge pull request #21910 from eileenmcnaughton/new_validate

Fix cleanup on test, also NFC cleanup

2 years agoMerge pull request #21692 from demeritcowboy/dbssl
Eileen McNaughton [Sat, 23 Oct 2021 02:36:30 +0000 (15:36 +1300)]
Merge pull request #21692 from demeritcowboy/dbssl

Fix unreplaced template vars in civicrm.settings.php when using legacy installer

2 years agoFix cleanup on test, also NFC cleanup
Eileen McNaughton [Sat, 23 Oct 2021 01:24:22 +0000 (14:24 +1300)]
Fix cleanup on test, also NFC cleanup

This test was not cleaning itself up very well in the tearDown - causing the post test validate to fail

2 years agoFix test to manage statics within the test
Eileen McNaughton [Sat, 23 Oct 2021 00:23:38 +0000 (13:23 +1300)]
Fix test to manage statics within the test

2 years agoCiviTest - Define `CRM_Fake_DAO_*` classes
Tim Otten [Tue, 19 Oct 2021 02:06:43 +0000 (19:06 -0700)]
CiviTest - Define `CRM_Fake_DAO_*` classes

The tests are being a being a brittle because someone wants to load these non-existent classes:

* CRM_Fake_DAO_FakeFile
* CRM_Fake_DAO_Widget
* CRM_Fake_DAO_Forbidden
* CRM_Fake_DAO_Sprocket

2 years agoreplaceGreetingTokens - Be more forgiving about $contactDetails
Tim Otten [Fri, 15 Oct 2021 07:42:28 +0000 (00:42 -0700)]
replaceGreetingTokens - Be more forgiving about $contactDetails

This should fix a failure in `TokenConsistencyTest`. Setting a breakpoint and monitoring
`$contactDetails`, it appears that the data would come in multiple formats. (Sometimes as
a nested array; sometimes as a flatter array.) This makes it work with both cases.

2 years agoFix token metadata to be clearable outside tests
Eileen McNaughton [Thu, 14 Oct 2021 20:10:25 +0000 (09:10 +1300)]
Fix token metadata to be clearable outside tests

2 years agoSwitch replaceGreetingTokens over
Eileen McNaughton [Mon, 11 Oct 2021 06:56:11 +0000 (19:56 +1300)]
Switch replaceGreetingTokens over

2 years agoMerge pull request #21904 from braders/feature/remove-from-tag-translatable-errors
Eileen McNaughton [Fri, 22 Oct 2021 23:53:54 +0000 (12:53 +1300)]
Merge pull request #21904 from braders/feature/remove-from-tag-translatable-errors

Make error message translatable - remove tag tasks.

2 years agoMerge pull request #21905 from braders/feature/add-to-group-translatable-errors
Eileen McNaughton [Fri, 22 Oct 2021 23:53:18 +0000 (12:53 +1300)]
Merge pull request #21905 from braders/feature/add-to-group-translatable-errors

Make error messages translatable.

2 years agoFix a few more tests to use a more realistic flow
Eileen McNaughton [Fri, 22 Oct 2021 21:54:17 +0000 (10:54 +1300)]
Fix a few more tests to use a more realistic flow

2 years agoFix more tests to use the full form flow
Eileen McNaughton [Fri, 22 Oct 2021 21:28:31 +0000 (10:28 +1300)]
Fix more tests to use the full form flow

2 years agoMake error messages translatable.
Bradley Taylor [Fri, 22 Oct 2021 20:33:11 +0000 (21:33 +0100)]
Make error messages translatable.

2 years agoMerge pull request #21892 from artfulrobot/artfulrobot-order-membership
Eileen McNaughton [Fri, 22 Oct 2021 20:29:07 +0000 (09:29 +1300)]
Merge pull request #21892 from artfulrobot/artfulrobot-order-membership

Improve tests around the Order.create API and membership

2 years agofix unreplaced template vars when using legacy installer
demeritcowboy [Fri, 22 Oct 2021 20:25:59 +0000 (16:25 -0400)]
fix unreplaced template vars when using legacy installer

2 years agoMake error message translatable.
Bradley Taylor [Fri, 22 Oct 2021 20:25:18 +0000 (21:25 +0100)]
Make error message translatable.

Also fix typo (space between 'at least')

2 years agoMerge pull request #21848 from eileenmcnaughton/valid
demeritcowboy [Fri, 22 Oct 2021 15:50:52 +0000 (11:50 -0400)]
Merge pull request #21848 from eileenmcnaughton/valid

Add financial validation check (to the extent we can)

2 years agoMerge pull request #21863 from mariav0/patch-6
demeritcowboy [Fri, 22 Oct 2021 15:04:24 +0000 (11:04 -0400)]
Merge pull request #21863 from mariav0/patch-6

Update contribution_recurring_billing_html.tpl

2 years agoMerge pull request #21850 from mariav0/patch-1
demeritcowboy [Fri, 22 Oct 2021 15:04:04 +0000 (11:04 -0400)]
Merge pull request #21850 from mariav0/patch-1

Update contribution_online_receipt_html.tpl

2 years agoMerge pull request #21888 from mariav0/patch-26
demeritcowboy [Fri, 22 Oct 2021 15:03:37 +0000 (11:03 -0400)]
Merge pull request #21888 from mariav0/patch-26

Update test_preview_html.tpl

2 years agoMerge pull request #21890 from mariav0/patch-28
demeritcowboy [Fri, 22 Oct 2021 15:03:20 +0000 (11:03 -0400)]
Merge pull request #21890 from mariav0/patch-28

Update contribution_invoice_receipt_html.tpl

2 years agoMerge pull request #21889 from mariav0/patch-27
demeritcowboy [Fri, 22 Oct 2021 15:03:07 +0000 (11:03 -0400)]
Merge pull request #21889 from mariav0/patch-27

Update uf_notify_html.tpl

2 years agoMerge pull request #21887 from mariav0/patch-25
demeritcowboy [Fri, 22 Oct 2021 15:02:52 +0000 (11:02 -0400)]
Merge pull request #21887 from mariav0/patch-25

Update pledge_reminder_html.tpl

2 years agoMerge pull request #21886 from mariav0/patch-24
demeritcowboy [Fri, 22 Oct 2021 15:02:40 +0000 (11:02 -0400)]
Merge pull request #21886 from mariav0/patch-24

Update pledge_acknowledge_html.tpl

2 years agoMerge pull request #21885 from mariav0/patch-23
demeritcowboy [Fri, 22 Oct 2021 15:02:27 +0000 (11:02 -0400)]
Merge pull request #21885 from mariav0/patch-23

Update pcp_supporter_notify_html.tpl

2 years agoMerge pull request #21884 from mariav0/patch-22
demeritcowboy [Fri, 22 Oct 2021 15:01:50 +0000 (11:01 -0400)]
Merge pull request #21884 from mariav0/patch-22

Update pcp_status_change_html.tpl

2 years agoMerge pull request #21883 from mariav0/patch-21
demeritcowboy [Fri, 22 Oct 2021 15:01:38 +0000 (11:01 -0400)]
Merge pull request #21883 from mariav0/patch-21

Update pcp_notify_html.tpl

2 years agoMerge pull request #21882 from mariav0/patch-20
demeritcowboy [Fri, 22 Oct 2021 15:01:24 +0000 (11:01 -0400)]
Merge pull request #21882 from mariav0/patch-20

Update payment_or_refund_notification_html.tpl

2 years agoMerge pull request #21881 from mariav0/patch-19
demeritcowboy [Fri, 22 Oct 2021 15:01:10 +0000 (11:01 -0400)]
Merge pull request #21881 from mariav0/patch-19

Update participant_transferred_html.tpl

2 years agoMerge pull request #21880 from mariav0/patch-18
demeritcowboy [Fri, 22 Oct 2021 15:00:53 +0000 (11:00 -0400)]
Merge pull request #21880 from mariav0/patch-18

Update participant_expired_html.tpl

2 years agoMerge pull request #21879 from mariav0/patch-17
demeritcowboy [Fri, 22 Oct 2021 15:00:36 +0000 (11:00 -0400)]
Merge pull request #21879 from mariav0/patch-17

Update participant_confirm_html.tpl

2 years agoMerge pull request #21878 from mariav0/patch-16
demeritcowboy [Fri, 22 Oct 2021 15:00:23 +0000 (11:00 -0400)]
Merge pull request #21878 from mariav0/patch-16

Update participant_cancelled_html.tpl

2 years agoMerge pull request #21877 from mariav0/patch-15
demeritcowboy [Fri, 22 Oct 2021 15:00:10 +0000 (11:00 -0400)]
Merge pull request #21877 from mariav0/patch-15

Update membership_online_receipt_html.tpl

2 years agoMerge pull request #21876 from mariav0/patch-14
demeritcowboy [Fri, 22 Oct 2021 14:59:55 +0000 (10:59 -0400)]
Merge pull request #21876 from mariav0/patch-14

Update membership_offline_receipt_html.tpl

2 years agoMerge pull request #21875 from mariav0/patch-13
demeritcowboy [Fri, 22 Oct 2021 14:59:43 +0000 (10:59 -0400)]
Merge pull request #21875 from mariav0/patch-13

Update membership_autorenew_cancelled_html.tpl

2 years agoMerge pull request #21874 from mariav0/patch-12
demeritcowboy [Fri, 22 Oct 2021 14:59:26 +0000 (10:59 -0400)]
Merge pull request #21874 from mariav0/patch-12

Update membership_autorenew_billing_html.tpl

2 years agoMerge pull request #21873 from mariav0/patch-11
demeritcowboy [Fri, 22 Oct 2021 14:59:08 +0000 (10:59 -0400)]
Merge pull request #21873 from mariav0/patch-11

Update friend_html.tpl

2 years agoMerge pull request #21872 from mariav0/patch-10
demeritcowboy [Fri, 22 Oct 2021 14:58:52 +0000 (10:58 -0400)]
Merge pull request #21872 from mariav0/patch-10

Update event_online_receipt_html.tpl