civicrm-core.git
16 months agoMerge pull request #26860 from eileenmcnaughton/member
Yashodha Chaku [Mon, 17 Jul 2023 11:57:27 +0000 (17:27 +0530)]
Merge pull request #26860 from eileenmcnaughton/member

[PHP8.2] move property declaration form CRM_Member_Form_Membership to parent

16 months agoMerge pull request #26842 from colemanw/isActiveToggle
Aidan Saunders [Mon, 17 Jul 2023 09:44:35 +0000 (10:44 +0100)]
Merge pull request #26842 from colemanw/isActiveToggle

AdminUI - Add toggle for is_active

16 months agoMerge pull request #26857 from eileenmcnaughton/logged
Yashodha Chaku [Mon, 17 Jul 2023 06:32:51 +0000 (12:02 +0530)]
Merge pull request #26857 from eileenmcnaughton/logged

[tests][php8.2] Use function rather than sometimes declared property for loggedInUserID

16 months ago[tests][php8.2] Use function rather than sometimes declared property for loggedInUserID
Eileen McNaughton [Mon, 17 Jul 2023 01:20:56 +0000 (13:20 +1200)]
[tests][php8.2] Use function rather than sometimes declared property for loggedInUserID

16 months agoMerge pull request #26859 from eileenmcnaughton/cust_case
colemanw [Mon, 17 Jul 2023 03:02:23 +0000 (20:02 -0700)]
Merge pull request #26859 from eileenmcnaughton/cust_case

[php8.2] Fix undeclared properties on case custom data form

16 months agoMerge pull request #26858 from eileenmcnaughton/cust_by_type
Seamus Lee [Mon, 17 Jul 2023 03:01:29 +0000 (23:01 -0400)]
Merge pull request #26858 from eileenmcnaughton/cust_by_type

Remove never-true-if

16 months agoMerge pull request #26845 from eileenmcnaughton/subname
demeritcowboy [Mon, 17 Jul 2023 02:39:38 +0000 (22:39 -0400)]
Merge pull request #26845 from eileenmcnaughton/subname

Remove `_subName` property

16 months ago[php8.2] Fix undeclared properties on case custom data form
Eileen McNaughton [Mon, 17 Jul 2023 02:05:24 +0000 (14:05 +1200)]
[php8.2] Fix undeclared properties on case custom data form

16 months ago[PHP8.2] move property declaration form CRM_Member_Form_Membership to parent
Eileen McNaughton [Mon, 17 Jul 2023 02:18:39 +0000 (14:18 +1200)]
[PHP8.2] move property declaration form CRM_Member_Form_Membership to parent

16 months agoRemove never-true-if
Eileen McNaughton [Mon, 17 Jul 2023 01:36:51 +0000 (13:36 +1200)]
Remove never-true-if

16 months agoMerge pull request #26856 from seamuslee001/p82_logged_in_user
Tim Otten [Mon, 17 Jul 2023 00:58:45 +0000 (17:58 -0700)]
Merge pull request #26856 from seamuslee001/p82_logged_in_user

[NFC][PHP8.2] Fix dynamic property _loggedInUser

16 months ago[NFC][PHP8.2] Fix dynamic property _loggedInUser
Seamus Lee [Sun, 16 Jul 2023 22:57:16 +0000 (08:57 +1000)]
[NFC][PHP8.2] Fix dynamic property _loggedInUser

16 months agoMerge pull request #26843 from colemanw/searchKitButtons
demeritcowboy [Sun, 16 Jul 2023 15:08:42 +0000 (11:08 -0400)]
Merge pull request #26843 from colemanw/searchKitButtons

SearchKit - fix min-width of buttons

16 months agoMerge pull request #26850 from totten/master-ref-mail
colemanw [Sun, 16 Jul 2023 14:28:52 +0000 (07:28 -0700)]
Merge pull request #26850 from totten/master-ref-mail

(REF) CMSUser::create - Rename misleading parameter

16 months agoMerge pull request #26851 from eileenmcnaughton/unshared
Eileen McNaughton [Sun, 16 Jul 2023 06:35:45 +0000 (18:35 +1200)]
Merge pull request #26851 from eileenmcnaughton/unshared

Follow up fix (master only regression)

16 months agoFollow up fix
Eileen McNaughton [Sun, 16 Jul 2023 05:12:13 +0000 (17:12 +1200)]
Follow up fix

16 months ago(REF) CMSUser::create - Rename misleading parameter
Tim Otten [Sun, 16 Jul 2023 04:36:16 +0000 (21:36 -0700)]
(REF) CMSUser::create - Rename misleading parameter

The second parameter is very confusing:

* The name `$mail` suggests that the parameter is an email address.
* The parameter `$mail` actually contains the name of the *field* which has the email address.

This is a weird contract. It invites misinterpretation -- and now, e.g., some of the `Standalone`
code has misused it.

To confirm that `$mail` is actually the parameter-name, note that:

1. `create()` actually looks for `$params[$mail]`
2. Callers like `CRM/Contact/Form/Task/Useradd.php` actually give a parameter name

16 months agoMerge pull request #26771 from totten/master-s3
Tim Otten [Sun, 16 Jul 2023 04:26:31 +0000 (21:26 -0700)]
Merge pull request #26771 from totten/master-s3

Standalone - Add support for development-friendly file-layouts

16 months agoMerge pull request #26839 from colemanw/searchKitActionLinksCleanup
Eileen McNaughton [Sun, 16 Jul 2023 04:13:03 +0000 (16:13 +1200)]
Merge pull request #26839 from colemanw/searchKitActionLinksCleanup

Search kit action links cleanup

16 months agoMerge pull request #26848 from mlutfy/newEventTR
Eileen McNaughton [Sun, 16 Jul 2023 04:12:11 +0000 (16:12 +1200)]
Merge pull request #26848 from mlutfy/newEventTR

[NFC] New Event: remove empty table row

16 months agoMerge pull request #26846 from eileenmcnaughton/custom
colemanw [Sun, 16 Jul 2023 01:57:42 +0000 (18:57 -0700)]
Merge pull request #26846 from eileenmcnaughton/custom

Notice fix - ensure extends_entity_column_value isset

16 months agoNew Event: remove empty table row
Mathieu Lutfy [Sun, 16 Jul 2023 01:25:34 +0000 (21:25 -0400)]
New Event: remove empty table row

16 months agoMerge pull request #26844 from eileenmcnaughton/unshared
colemanw [Sun, 16 Jul 2023 01:18:09 +0000 (18:18 -0700)]
Merge pull request #26844 from eileenmcnaughton/unshared

Fold private `setGroupTree` function back into caller

16 months agoNotice fix - ensure extends_entity_column_value isset
Eileen McNaughton [Sun, 16 Jul 2023 00:05:59 +0000 (12:05 +1200)]
Notice fix - ensure extends_entity_column_value isset

16 months agoRemove subName property in favour of an internal variable
Eileen McNaughton [Sat, 15 Jul 2023 23:29:51 +0000 (11:29 +1200)]
Remove subName property in favour of an internal variable

This is not used outside the function

16 months agoRemove use of subName property
Eileen McNaughton [Sat, 15 Jul 2023 23:26:18 +0000 (11:26 +1200)]
Remove use of subName property

16 months agoMerge pull request #26791 from jmcclelland/hide-view-only
Eileen McNaughton [Sat, 15 Jul 2023 23:20:23 +0000 (11:20 +1200)]
Merge pull request #26791 from jmcclelland/hide-view-only

hide view only custom fields on merge screen

16 months agoFold private setGroupTree function back into caller
Eileen McNaughton [Sat, 15 Jul 2023 23:17:28 +0000 (11:17 +1200)]
Fold private setGroupTree function back into caller

16 months agoSearchKit - fix min-width of buttons
colemanw [Sat, 15 Jul 2023 20:20:42 +0000 (16:20 -0400)]
SearchKit - fix min-width of buttons

16 months agoAdminUI - Add toggle for is_active
colemanw [Sat, 15 Jul 2023 20:00:33 +0000 (16:00 -0400)]
AdminUI - Add toggle for is_active

16 months agoSearchKit - Ensure task links work with relationships
colemanw [Sat, 15 Jul 2023 16:10:48 +0000 (12:10 -0400)]
SearchKit - Ensure task links work with relationships

16 months agoSearchKit - Make loading task links more efficient
colemanw [Sat, 15 Jul 2023 02:16:32 +0000 (22:16 -0400)]
SearchKit - Make loading task links more efficient

16 months agoMerge pull request #26837 from eileenmcnaughton/no_pre_process
colemanw [Sat, 15 Jul 2023 14:59:28 +0000 (07:59 -0700)]
Merge pull request #26837 from eileenmcnaughton/no_pre_process

Fold `preProcess` into `run`

16 months agoMerge pull request #26836 from eileenmcnaughton/unshared
demeritcowboy [Sat, 15 Jul 2023 14:20:40 +0000 (10:20 -0400)]
Merge pull request #26836 from eileenmcnaughton/unshared

Remove last reference to undefined property `_subType`

16 months agoMerge pull request #26838 from seamuslee001/php82_ssid_dynamic
Eileen McNaughton [Sat, 15 Jul 2023 03:30:55 +0000 (15:30 +1200)]
Merge pull request #26838 from seamuslee001/php82_ssid_dynamic

[REF][PHP8.2] Ref fix deprecation in PHP8.2 about dynamic property _ssID

16 months agoUse internal var for groupID
Eileen McNaughton [Sat, 15 Jul 2023 01:42:25 +0000 (13:42 +1200)]
Use internal var for groupID

16 months agoMerge pull request #26835 from seamuslee001/performance_fix
colemanw [Sat, 15 Jul 2023 02:25:06 +0000 (19:25 -0700)]
Merge pull request #26835 from seamuslee001/performance_fix

Ensure that we only check permissions if we want to in getActions fol…

16 months ago[REF][PHP8.2] Ref fix deprecation in PHP8.2 about dynamic property _ssID
Seamus Lee [Sat, 15 Jul 2023 02:11:54 +0000 (12:11 +1000)]
[REF][PHP8.2] Ref fix deprecation in PHP8.2 about dynamic property _ssID

16 months agoFold preProcess into run
Eileen McNaughton [Sat, 15 Jul 2023 02:01:48 +0000 (14:01 +1200)]
Fold preProcess into run

there are properties that appear to be being set solely to pass variables from preProcess to
run.

preProcess is called from run and that is the only way it is accessed.

There are some forms that use the pageRun hook in the universe but this has no impact on them

16 months agoSearchKit - Break getLinkInfo into 3 smaller functions
colemanw [Sat, 15 Jul 2023 01:49:28 +0000 (21:49 -0400)]
SearchKit - Break getLinkInfo into 3 smaller functions

16 months agoMerge pull request #26834 from eileenmcnaughton/amount
Seamus Lee [Sat, 15 Jul 2023 01:43:08 +0000 (21:43 -0400)]
Merge pull request #26834 from eileenmcnaughton/amount

[REF] Use internal variable rather than property to pass variable

16 months agoRemove last reference to undefined property ->_subType
Eileen McNaughton [Sat, 15 Jul 2023 01:39:02 +0000 (13:39 +1200)]
Remove last reference to undefined property ->_subType

16 months agoEnsure that we only check permissions if we want to in getActions follow up to #26823
Seamus Lee [Sat, 15 Jul 2023 01:15:30 +0000 (11:15 +1000)]
Ensure that we only check permissions if we want to in getActions follow up to #26823

Make it more readable as per coleman

16 months agoMerge pull request #26832 from eileenmcnaughton/unshared
Seamus Lee [Sat, 15 Jul 2023 01:21:13 +0000 (21:21 -0400)]
Merge pull request #26832 from eileenmcnaughton/unshared

[REF] [PHP8.2] Post unshare cleanup

16 months agoUse internal variable rather than property to pass variable
Eileen McNaughton [Sat, 15 Jul 2023 01:11:05 +0000 (13:11 +1200)]
Use internal variable rather than property to pass variable

16 months agoMerge pull request #26833 from eileenmcnaughton/unshared2
colemanw [Sat, 15 Jul 2023 01:05:51 +0000 (18:05 -0700)]
Merge pull request #26833 from eileenmcnaughton/unshared2

[REF] [PHP8.2]Treat subType as a internal varible, not a form property

16 months agoDo not pass in subType as the same value will be calculated
Eileen McNaughton [Sat, 15 Jul 2023 00:25:20 +0000 (12:25 +1200)]
Do not pass in subType as the same value will be calculated

16 months agoAdd deprecation to otherwise deprecated chunk
Eileen McNaughton [Sat, 15 Jul 2023 00:22:20 +0000 (12:22 +1200)]
Add deprecation to otherwise deprecated chunk

16 months agoTreat subType as a internal varible, not a form property
Eileen McNaughton [Sat, 15 Jul 2023 00:20:11 +0000 (12:20 +1200)]
Treat subType as a internal varible, not a form property

16 months agoMerge pull request #26830 from seamuslee001/php82_contribute_history
Seamus Lee [Sat, 15 Jul 2023 00:17:27 +0000 (20:17 -0400)]
Merge pull request #26830 from seamuslee001/php82_contribute_history

[REF][PHP8.2] Fix Deprectation notice due to dynamic properties on th…

16 months agoMerge pull request #26828 from seamuslee001/php82_logging_detail
Seamus Lee [Sat, 15 Jul 2023 00:17:16 +0000 (20:17 -0400)]
Merge pull request #26828 from seamuslee001/php82_logging_detail

[REF][PHP8.2] Fix deprecated dynamic properties in Logging Report Detail

16 months agoPost unshare cleanup
Eileen McNaughton [Sat, 15 Jul 2023 00:12:42 +0000 (12:12 +1200)]
Post unshare cleanup

This stops passing & returning unused values from the previously shared function
& removes a deprecated chunk.

This deprecation was very precautionary IMHO so 6 months is long enough

16 months agoMerge pull request #26829 from eileenmcnaughton/cust_share
Seamus Lee [Fri, 14 Jul 2023 23:55:04 +0000 (19:55 -0400)]
Merge pull request #26829 from eileenmcnaughton/cust_share

[Ref] [php8] Unshare shared function `CRM_Custom_Form_CustomData::setGroupTree` in order to clean-up

16 months agoMerge pull request #26776 from eileenmcnaughton/result
Seamus Lee [Fri, 14 Jul 2023 23:53:11 +0000 (19:53 -0400)]
Merge pull request #26776 from eileenmcnaughton/result

[REF] Stop passing `result` into `getContributionParams` to get one value from it, in one code path

16 months agoMerge pull request #26775 from eileenmcnaughton/cont_recur
Seamus Lee [Fri, 14 Jul 2023 23:51:57 +0000 (19:51 -0400)]
Merge pull request #26775 from eileenmcnaughton/cont_recur

[Ref] Minor cleanup on handling of financial type

16 months ago[REF][PHP8.2] Fix Deprectation notice due to dynamic properties on the Contribute...
Seamus Lee [Fri, 14 Jul 2023 23:39:29 +0000 (09:39 +1000)]
[REF][PHP8.2] Fix Deprectation notice due to dynamic properties on the Contribute History report

16 months ago[REF][PHP8.2] Fix deprecated dynamic properties in Logging Report Detail
Seamus Lee [Fri, 14 Jul 2023 23:01:42 +0000 (09:01 +1000)]
[REF][PHP8.2] Fix deprecated dynamic properties in Logging Report Detail

16 months agoMerge pull request #26827 from seamuslee001/php82_multirecord_linsting
Eileen McNaughton [Fri, 14 Jul 2023 23:30:58 +0000 (11:30 +1200)]
Merge pull request #26827 from seamuslee001/php82_multirecord_linsting

[REF][PHP8.2] Fix Dynamic Property Deprecation notice in MultiRecordListing

16 months agoUnshare shared function in order to clean-up
Eileen McNaughton [Fri, 14 Jul 2023 23:01:25 +0000 (11:01 +1200)]
Unshare shared function in order to clean-up

16 months agoMerge pull request #26826 from eileenmcnaughton/case_summary
Seamus Lee [Fri, 14 Jul 2023 23:07:14 +0000 (19:07 -0400)]
Merge pull request #26826 from eileenmcnaughton/case_summary

Clean up CaseSummary Report removing undeclared properties and minor fixes

16 months ago[REF] Fix Dynamic Property Deprecation notice in MultiRecordListing
Seamus Lee [Fri, 14 Jul 2023 22:55:56 +0000 (08:55 +1000)]
[REF] Fix Dynamic Property Deprecation notice in MultiRecordListing

16 months agoClean up CaseSummary Report removing undeclared properties and minor fixes
Eileen McNaughton [Fri, 14 Jul 2023 22:25:12 +0000 (10:25 +1200)]
Clean up CaseSummary Report removing undeclared properties and minor fixes

16 months agoMerge pull request #26823 from seamuslee001/api4_get_actions_dynamic
colemanw [Fri, 14 Jul 2023 22:24:30 +0000 (15:24 -0700)]
Merge pull request #26823 from seamuslee001/api4_get_actions_dynamic

[REF] Ensure that getActions respects any modifications by event list…

16 months agohide view only custom fields on merge screen
Jamie McClelland [Tue, 11 Jul 2023 17:18:24 +0000 (13:18 -0400)]
hide view only custom fields on merge screen

And, ensure they are not merged. View only fields with values on the
duplicate that is being discarded will be discarded.

16 months agoAdd unit test to verify patch fixes dynmaically permissable entity actions
Seamus Lee [Fri, 14 Jul 2023 06:54:49 +0000 (16:54 +1000)]
Add unit test to verify patch fixes dynmaically permissable entity actions

16 months ago[REF] Ensure that getActions respects any modifications by event listerners modifying...
Seamus Lee [Fri, 14 Jul 2023 06:24:03 +0000 (16:24 +1000)]
[REF] Ensure that getActions respects any modifications by event listerners modifying permissions

16 months agoMerge pull request #26820 from eileenmcnaughton/search_test
Seamus Lee [Fri, 14 Jul 2023 06:12:09 +0000 (02:12 -0400)]
Merge pull request #26820 from eileenmcnaughton/search_test

Fix mis-cased apiVersion causing php8.x fails in SavedSearchTest

16 months agoMerge pull request #26817 from eileenmcnaughton/syntax
Eileen McNaughton [Fri, 14 Jul 2023 05:46:38 +0000 (17:46 +1200)]
Merge pull request #26817 from eileenmcnaughton/syntax

Fix undeclared property in SyntaxConformanceTests

16 months agoFix mis-cased apiVersion causing php8.x fails in SavedSearchTest
Eileen McNaughton [Fri, 14 Jul 2023 02:38:38 +0000 (14:38 +1200)]
Fix mis-cased apiVersion causing php8.x fails in SavedSearchTest

I also removed the delete test - it really isn't adding anything

16 months agoMerge pull request #26822 from colemanw/agpl
Eileen McNaughton [Fri, 14 Jul 2023 05:20:46 +0000 (17:20 +1200)]
Merge pull request #26822 from colemanw/agpl

[NFC] Replace nonstandard copyright headers with the standard one

16 months agoMerge pull request #26821 from seamuslee001/mime_typer_php82
Eileen McNaughton [Fri, 14 Jul 2023 05:17:58 +0000 (17:17 +1200)]
Merge pull request #26821 from seamuslee001/mime_typer_php82

[REF][PHP8.2] Apply PR patch to mimetyper to fix deprecated dynamic p…

16 months agoFix undeclared property in SyntaxConformanceTests
Eileen McNaughton [Fri, 14 Jul 2023 02:18:08 +0000 (14:18 +1200)]
Fix undeclared property in SyntaxConformanceTests

Also,
- minor cleanup
- remove a test that just checks version is required for api v3, over & over

16 months agoMerge pull request #26819 from eileenmcnaughton/label_test
Seamus Lee [Fri, 14 Jul 2023 03:26:28 +0000 (23:26 -0400)]
Merge pull request #26819 from eileenmcnaughton/label_test

[PHP8.x] Stop setting undeclared, unused property in test

16 months agoReplace nonstandard copyright headers with the standard one
colemanw [Fri, 14 Jul 2023 03:06:27 +0000 (23:06 -0400)]
Replace nonstandard copyright headers with the standard one

Our standard practice is to add contributors to the release notes rather than putting their name in the
copyright header, as that would be impossible to maintain with so many people contributing to each file.

16 months agoMerge pull request #26818 from eileenmcnaughton/report
Seamus Lee [Fri, 14 Jul 2023 02:58:22 +0000 (22:58 -0400)]
Merge pull request #26818 from eileenmcnaughton/report

Reduce test fails on edge for Contact_Detail report

16 months ago[REF][PHP8.2] Apply PR patch to mimetyper to fix deprecated dynamic property
Seamus Lee [Fri, 14 Jul 2023 02:51:43 +0000 (12:51 +1000)]
[REF][PHP8.2] Apply PR patch to mimetyper to fix deprecated dynamic property

16 months agoMerge pull request #26816 from eileenmcnaughton/frontend_title
Seamus Lee [Fri, 14 Jul 2023 02:50:12 +0000 (22:50 -0400)]
Merge pull request #26816 from eileenmcnaughton/frontend_title

Run regen, with data fix to allow it to run

16 months agoStop setting undeclared, unused property in test
Eileen McNaughton [Fri, 14 Jul 2023 02:48:45 +0000 (14:48 +1200)]
Stop setting undeclared, unused property in test

16 months agoMerge pull request #26815 from seamuslee001/action_button_name_notice
Seamus Lee [Fri, 14 Jul 2023 02:38:06 +0000 (22:38 -0400)]
Merge pull request #26815 from seamuslee001/action_button_name_notice

[REF][PHP8.2] Move declaration of _actionButtonName from CRM_Core_Form_Search…

16 months agoReduce test fails on edge for Contact_Detail report
Eileen McNaughton [Fri, 14 Jul 2023 02:28:06 +0000 (14:28 +1200)]
Reduce test fails on edge for Contact_Detail report

There are still more - I lost the will

16 months agoMerge pull request #26808 from eileenmcnaughton/reports
demeritcowboy [Fri, 14 Jul 2023 02:24:52 +0000 (22:24 -0400)]
Merge pull request #26808 from eileenmcnaughton/reports

ReportTemplate data provider - skip rather than mark incomplete event/income

16 months agoRun regen, with data fix to allow it to run
Eileen McNaughton [Fri, 14 Jul 2023 02:07:21 +0000 (14:07 +1200)]
Run regen, with data fix to allow it to run

16 months ago[REF] Move declaration of _actionButtonName from CRM_Core_Form_Search to CRM_Core_For...
Seamus Lee [Fri, 14 Jul 2023 02:03:06 +0000 (12:03 +1000)]
[REF] Move declaration of _actionButtonName from CRM_Core_Form_Search to CRM_Core_Form to fix undefined property errors in Job Report tests

16 months agoAdd frontend_title to uf_group sample data
Eileen McNaughton [Fri, 14 Jul 2023 01:57:30 +0000 (13:57 +1200)]
Add frontend_title to uf_group sample data

16 months agoMerge pull request #26814 from eileenmcnaughton/price
Eileen McNaughton [Fri, 14 Jul 2023 01:07:50 +0000 (13:07 +1200)]
Merge pull request #26814 from eileenmcnaughton/price

[Ref] Use `isQuickConfig` function, rather than repetitively looking it up

16 months agoMerge pull request #26813 from totten/master-nfc-esm
colemanw [Fri, 14 Jul 2023 00:54:27 +0000 (17:54 -0700)]
Merge pull request #26813 from totten/master-nfc-esm

(NFC) Civi\ESM - Doc cleanups

16 months agoUse isQuickConfig function, rather than repetitively looking it up
Eileen McNaughton [Fri, 14 Jul 2023 00:31:01 +0000 (12:31 +1200)]
Use isQuickConfig function, rather than repetitively looking it up

16 months agoMerge pull request #26806 from larssandergreen/Standardize-admin-breadcrumbs
Mathieu Lu [Fri, 14 Jul 2023 00:23:54 +0000 (20:23 -0400)]
Merge pull request #26806 from larssandergreen/Standardize-admin-breadcrumbs

Standardize title as Administer in breadcrumbs and on main Administer page

16 months agoMerge pull request #26778 from eileenmcnaughton/price
Seamus Lee [Fri, 14 Jul 2023 00:17:09 +0000 (20:17 -0400)]
Merge pull request #26778 from eileenmcnaughton/price

[REF] Clarify loading of PriceSetID

16 months agoMerge pull request #26546 from eileenmcnaughton/frontend_group
Seamus Lee [Fri, 14 Jul 2023 00:07:27 +0000 (20:07 -0400)]
Merge pull request #26546 from eileenmcnaughton/frontend_group

dev/core#4213 Make frontend_title, name required for Group entity

16 months agoMerge pull request #26812 from civicrm/5.64
Eileen McNaughton [Fri, 14 Jul 2023 00:03:42 +0000 (12:03 +1200)]
Merge pull request #26812 from civicrm/5.64

5.64 to master

16 months agoMerge pull request #26811 from larssandergreen/Re-add-start-date-for-recurring-contri...
Eileen McNaughton [Fri, 14 Jul 2023 00:02:28 +0000 (12:02 +1200)]
Merge pull request #26811 from larssandergreen/Re-add-start-date-for-recurring-contributions-for-RC

Add start date back to recurring contributions display on contact - RC

16 months agomend
Eileen McNaughton [Thu, 13 Jul 2023 22:03:44 +0000 (10:03 +1200)]
mend

16 months agoUpdate the welcome mailing component
Eileen McNaughton [Sun, 9 Jul 2023 23:42:42 +0000 (11:42 +1200)]
Update the welcome mailing component

It now uses tokens not the now-deprecated function

16 months agodev/core#4213 Make frontend_title, name required for Group entity
Eileen McNaughton [Fri, 16 Jun 2023 06:48:44 +0000 (18:48 +1200)]
dev/core#4213 Make frontend_title, name required for Group entity

This follows up on having done this for contribution_page recently.

It will mean we can consistently refer to frontend_title in tokens
and other places where what we really mean is ... frontend_title.

16 months agoFix PetitionTest on group frontend_title, erm by doing all the stuff
Eileen McNaughton [Sun, 25 Jun 2023 00:25:06 +0000 (17:25 -0700)]
Fix PetitionTest on group frontend_title, erm by doing all the stuff

16 months ago(NFC) Civi\ESM - Doc cleanups
Tim Otten [Thu, 13 Jul 2023 22:59:44 +0000 (15:59 -0700)]
(NFC) Civi\ESM - Doc cleanups

16 months agoAdd start date back to recurring contributions display on contact
larssandergreen [Thu, 13 Jul 2023 22:47:43 +0000 (16:47 -0600)]
Add start date back to recurring contributions display on contact

16 months agoMerge pull request #26809 from eileenmcnaughton/report_logging
Eileen McNaughton [Thu, 13 Jul 2023 22:36:18 +0000 (10:36 +1200)]
Merge pull request #26809 from eileenmcnaughton/report_logging

Move turning logging off to the tearDown

16 months agoMerge pull request #26798 from colemanw/searchKitBrowse
Eileen McNaughton [Thu, 13 Jul 2023 22:29:40 +0000 (10:29 +1200)]
Merge pull request #26798 from colemanw/searchKitBrowse

SearchKit - Remove irrelevant link from default display