civicrm-core.git
15 months agoRecurringEntity - Cleanup godawful form code
colemanw [Wed, 6 Sep 2023 14:41:11 +0000 (10:41 -0400)]
RecurringEntity - Cleanup godawful form code

Before - Form code is terrible
After - Form code still deeply flawed but a bit easier to read

This form code belongs in a BAO where it can have an api and proper tests
but this at least cleans it up a bit to make it legible.

15 months agoRepeatingEntity - Update tests with correct name for ActionSchedule
colemanw [Wed, 6 Sep 2023 14:38:29 +0000 (10:38 -0400)]
RepeatingEntity - Update tests with correct name for ActionSchedule

Follow-up from a47a0396 this updates the tests to match the (ugh) form code
(that form code really belongs in a BAO which can be properly tested!)

15 months agoMerge pull request #27327 from demeritcowboy/weight
Monish Deb [Wed, 6 Sep 2023 14:36:34 +0000 (20:06 +0530)]
Merge pull request #27327 from demeritcowboy/weight

Set link weight on manage case

15 months agoweight
demeritcowboy [Wed, 6 Sep 2023 13:22:10 +0000 (09:22 -0400)]
weight

15 months agoMerge pull request #27320 from eileenmcnaughton/processor
colemanw [Wed, 6 Sep 2023 12:18:29 +0000 (08:18 -0400)]
Merge pull request #27320 from eileenmcnaughton/processor

Remove unused parameter, pass by reference in private function with one caller

15 months agoMerge pull request #27323 from eileenmcnaughton/weight
colemanw [Wed, 6 Sep 2023 12:17:24 +0000 (08:17 -0400)]
Merge pull request #27323 from eileenmcnaughton/weight

Define weight for links on extensions page, financial types, financial accounts

15 months agoMerge pull request #27326 from civicrm/5.65
Eileen McNaughton [Wed, 6 Sep 2023 11:55:36 +0000 (23:55 +1200)]
Merge pull request #27326 from civicrm/5.65

5.65 to master

15 months agoMerge pull request #27324 from eileenmcnaughton/565
colemanw [Wed, 6 Sep 2023 11:54:07 +0000 (07:54 -0400)]
Merge pull request #27324 from eileenmcnaughton/565

Fix enotice (possible regression)

15 months agoAdd weights to contribution page links
Eileen McNaughton [Wed, 6 Sep 2023 11:48:39 +0000 (23:48 +1200)]
Add weights to contribution page links

15 months agoFix enotice (possible regression)
Eileen McNaughton [Wed, 6 Sep 2023 08:10:20 +0000 (20:10 +1200)]
Fix enotice (possible regression)

It's clear in the function that lineItem is only defined for add - I hit the enotice editing
the participant to be paid. Not sure if this is a regression but there was a related one
fixed in 5.65 or 5.64 so targetting the rc

15 months agoAdd weight to contribution tasks
Eileen McNaughton [Wed, 6 Sep 2023 07:55:57 +0000 (19:55 +1200)]
Add weight to contribution tasks

15 months agoAdd weights to Manage Event links
Eileen McNaughton [Wed, 6 Sep 2023 07:32:49 +0000 (19:32 +1200)]
Add weights to Manage Event links

15 months agoAdd weights on assign financial account page
Eileen McNaughton [Wed, 6 Sep 2023 07:28:10 +0000 (19:28 +1200)]
Add weights on assign financial account page

15 months agoAdd weights to financial type screen
Eileen McNaughton [Wed, 6 Sep 2023 07:26:09 +0000 (19:26 +1200)]
Add weights to financial type screen

15 months agoAdd weights on financial accounts page
Eileen McNaughton [Wed, 6 Sep 2023 07:23:29 +0000 (19:23 +1200)]
Add weights on financial accounts page

15 months agoDefine weight for links on extensions page
Eileen McNaughton [Wed, 6 Sep 2023 07:18:32 +0000 (19:18 +1200)]
Define weight for links on extensions page

15 months agoMerge pull request #27317 from eileenmcnaughton/process
Yashodha Chaku [Wed, 6 Sep 2023 07:04:08 +0000 (12:34 +0530)]
Merge pull request #27317 from eileenmcnaughton/process

Remove long-broken function

15 months agoRemove unused parameter, pass by reference in private function with one caller
Eileen McNaughton [Wed, 6 Sep 2023 05:38:15 +0000 (17:38 +1200)]
Remove unused parameter, pass by reference in private function with one caller

15 months agoMerge pull request #27318 from eileenmcnaughton/legacy
colemanw [Wed, 6 Sep 2023 01:37:50 +0000 (21:37 -0400)]
Merge pull request #27318 from eileenmcnaughton/legacy

Finish CiviCRM 2.1 deprecation - old style verp

15 months agoMerge pull request #27259 from eileenmcnaughton/lookup
Eileen McNaughton [Wed, 6 Sep 2023 01:23:37 +0000 (13:23 +1200)]
Merge pull request #27259 from eileenmcnaughton/lookup

Use new lookup trait to eliminate use of undefined properties `userDisplayName`

15 months agoMerge pull request #27315 from colemanw/actionScheduleFix
demeritcowboy [Wed, 6 Sep 2023 00:31:14 +0000 (20:31 -0400)]
Merge pull request #27315 from colemanw/actionScheduleFix

Fix dev/core#4550 - Crash when saving repeating event

15 months agoMerge pull request #27288 from eileenmcnaughton/total
Seamus Lee [Tue, 5 Sep 2023 23:46:35 +0000 (09:46 +1000)]
Merge pull request #27288 from eileenmcnaughton/total

dev/3410#3410 Show 0 rather than nothing when paid amount is zero

15 months agoMerge pull request #27281 from eileenmcnaughton/fin_test
Seamus Lee [Tue, 5 Sep 2023 23:45:09 +0000 (09:45 +1000)]
Merge pull request #27281 from eileenmcnaughton/fin_test

Fix financial transfer test to use form flow, allow all pending to transfer

15 months agoFinish CiviCRM 2.1 deprecation - old style verp
Eileen McNaughton [Tue, 5 Sep 2023 22:30:54 +0000 (10:30 +1200)]
Finish CiviCRM 2.1 deprecation - old style verp

15 months agoRemove long-broken function
wikimediaWfan [Mon, 3 Oct 2022 18:54:03 +0000 (11:54 -0700)]
Remove long-broken function

15 months agoFix dev/core#4550 - Crash when saving repeating event
colemanw [Tue, 5 Sep 2023 21:34:15 +0000 (17:34 -0400)]
Fix dev/core#4550 - Crash when saving repeating event

15 months agoAdminUi - Exclude non-scheduled-reminders from schedule reminders table
colemanw [Tue, 5 Sep 2023 21:32:30 +0000 (17:32 -0400)]
AdminUi - Exclude non-scheduled-reminders from schedule reminders table

The ActionSchedule table is overloaded for use by repeating events & activities.
This hides the things that aren't supposed to be shown.

15 months agoMerge pull request #27173 from larssandergreen/Show-Contribution-Page-receipt-text...
Eileen McNaughton [Tue, 5 Sep 2023 21:10:25 +0000 (09:10 +1200)]
Merge pull request #27173 from larssandergreen/Show-Contribution-Page-receipt-text-in-offline-contribution-receipt

Show Contribution Page receipt text in offline contribution receipt

15 months agoMerge pull request #26243 from eileenmcnaughton/weight
colemanw [Tue, 5 Sep 2023 21:03:47 +0000 (17:03 -0400)]
Merge pull request #26243 from eileenmcnaughton/weight

Let unset weights give an e-notice

15 months agoMerge pull request #27304 from eileenmcnaughton/split
Eileen McNaughton [Tue, 5 Sep 2023 20:26:25 +0000 (08:26 +1200)]
Merge pull request #27304 from eileenmcnaughton/split

Make splitjob function static & private, Remove a couple of unused variables

15 months agoMerge pull request #27312 from civicrm/5.65
Eileen McNaughton [Tue, 5 Sep 2023 19:28:18 +0000 (07:28 +1200)]
Merge pull request #27312 from civicrm/5.65

5.65

15 months agoMerge pull request #27298 from eileenmcnaughton/82_import
Eileen McNaughton [Tue, 5 Sep 2023 19:26:57 +0000 (07:26 +1200)]
Merge pull request #27298 from eileenmcnaughton/82_import

Remove some unused undefined properties from participant export

15 months agoMerge pull request #27255 from seamuslee001/dep_warning_participant_trait
Eileen McNaughton [Tue, 5 Sep 2023 19:25:35 +0000 (07:25 +1200)]
Merge pull request #27255 from seamuslee001/dep_warning_participant_trait

[REF] Convert from session status to deprecation warning

15 months agoMake split job static & private
Eileen McNaughton [Tue, 5 Sep 2023 19:15:17 +0000 (07:15 +1200)]
Make split job static & private

This is a pre-requisite to https://github.com/civicrm/civicrm-core/pull/27303

15 months agoShow Contribution Page receipt text in contribution receipts
larssandergreen [Tue, 5 Sep 2023 19:03:40 +0000 (13:03 -0600)]
Show Contribution Page receipt text in contribution receipts

15 months agoRemove a couple of unused variables
Eileen McNaughton [Tue, 5 Sep 2023 03:55:48 +0000 (15:55 +1200)]
Remove a couple of unused variables

15 months agoMerge pull request #27314 from larssandergreen/Fix-token-consistency-test
Eileen McNaughton [Tue, 5 Sep 2023 19:09:02 +0000 (07:09 +1200)]
Merge pull request #27314 from larssandergreen/Fix-token-consistency-test

Fix token consistency test with new lines and <br>s

15 months agoMerge pull request #27295 from eileenmcnaughton/trxn
colemanw [Tue, 5 Sep 2023 19:08:11 +0000 (15:08 -0400)]
Merge pull request #27295 from eileenmcnaughton/trxn

Switch to using token for trxn_id, online contribution receipt

15 months agoFix token consistency test with new lines and <br>s
larssandergreen [Tue, 5 Sep 2023 19:03:34 +0000 (13:03 -0600)]
Fix token consistency test with new lines and <br>s

15 months agoMerge pull request #27081 from colemanw/savedSearchReminders
colemanw [Tue, 5 Sep 2023 18:55:39 +0000 (14:55 -0400)]
Merge pull request #27081 from colemanw/savedSearchReminders

dev/core#2644 Add Scheduled Communications extension

15 months agoMerge pull request #27313 from lemniscus/session-set-comment
colemanw [Tue, 5 Sep 2023 18:25:00 +0000 (14:25 -0400)]
Merge pull request #27313 from lemniscus/session-set-comment

[NFC] Be more confident and informative in the comment for CRM_Core_Session::set()

15 months agoBe more confident and informative in the comment for CRM_Core_Session::set()
Noah Miller [Tue, 5 Sep 2023 17:59:11 +0000 (13:59 -0400)]
Be more confident and informative in the comment for CRM_Core_Session::set()

15 months agoMerge pull request #27310 from artfulrobot/artfulrobot-fix-job-log-updater
demeritcowboy [Tue, 5 Sep 2023 17:50:52 +0000 (13:50 -0400)]
Merge pull request #27310 from artfulrobot/artfulrobot-fix-job-log-updater

Fix upgrader SQL (5.60) that updates civicrm_job_log

15 months agoActionSchedule - Don't crash when mapping type is missing
colemanw [Tue, 5 Sep 2023 16:18:59 +0000 (12:18 -0400)]
ActionSchedule - Don't crash when mapping type is missing

15 months agoMerge pull request #27203 from eileenmcnaughton/nl2br
colemanw [Tue, 5 Sep 2023 17:24:45 +0000 (13:24 -0400)]
Merge pull request #27203 from eileenmcnaughton/nl2br

Convert new lines to page breaks when rendering text tokens to html

15 months agoScheduledCommunications - Delete when deleting saved search
colemanw [Tue, 5 Sep 2023 14:02:55 +0000 (10:02 -0400)]
ScheduledCommunications - Delete when deleting saved search

15 months agoMerge pull request #26051 from eileenmcnaughton/nfc2
demeritcowboy [Tue, 5 Sep 2023 15:18:31 +0000 (11:18 -0400)]
Merge pull request #26051 from eileenmcnaughton/nfc2

Unconditionally assign smarty-var, remove unused variables

15 months agoFix upgrader SQL (5.60) that updates civicrm_job_log
Rich Lott / Artful Robot [Tue, 5 Sep 2023 14:50:54 +0000 (15:50 +0100)]
Fix upgrader SQL (5.60) that updates civicrm_job_log

This upgrader has broken SQL, joining civicrm_job.id = civicrm_job_log.id causing
crashes on upgrades.

After: fixed the SQL

15 months agoMerge pull request #27307 from eileenmcnaughton/processor
colemanw [Tue, 5 Sep 2023 13:12:54 +0000 (09:12 -0400)]
Merge pull request #27307 from eileenmcnaughton/processor

Trivial cleanup in EmailProcessorTest

15 months agoMerge pull request #27309 from eileenmcnaughton/private
colemanw [Tue, 5 Sep 2023 13:10:57 +0000 (09:10 -0400)]
Merge pull request #27309 from eileenmcnaughton/private

Make function private, after universe search in EmailProcessor

15 months agoMerge pull request #27308 from eileenmcnaughton/no_ref
colemanw [Tue, 5 Sep 2023 13:10:20 +0000 (09:10 -0400)]
Merge pull request #27308 from eileenmcnaughton/no_ref

Make function private to reflect usage

15 months agoMerge pull request #27306 from eileenmcnaughton/except
colemanw [Tue, 5 Sep 2023 13:03:26 +0000 (09:03 -0400)]
Merge pull request #27306 from eileenmcnaughton/except

Declare CRM_Core_Exception in cleanDir, add type hints

15 months agoMerge pull request #27201 from eileenmcnaughton/page_tokens
colemanw [Tue, 5 Sep 2023 12:54:49 +0000 (08:54 -0400)]
Merge pull request #27201 from eileenmcnaughton/page_tokens

Add contribution page tokens to contribution tokens

15 months agoSearchKit - Add column for scheduled communications to savedSearch listing
colemanw [Sat, 19 Aug 2023 22:50:54 +0000 (18:50 -0400)]
SearchKit - Add column for scheduled communications to savedSearch listing

15 months agoMerge pull request #27299 from eileenmcnaughton/pledge
Yashodha Chaku [Tue, 5 Sep 2023 06:45:16 +0000 (12:15 +0530)]
Merge pull request #27299 from eileenmcnaughton/pledge

Move function to only form that calls it

15 months agoMake function private, after universe search
Eileen McNaughton [Tue, 5 Sep 2023 06:38:54 +0000 (18:38 +1200)]
Make function private, after universe search

15 months agoMake function private to reflect usage
Eileen McNaughton [Tue, 5 Sep 2023 06:30:31 +0000 (18:30 +1200)]
Make function private to reflect usage

A universe search shows it is only called from this class

15 months agoTrivial cleanup in EmailProcessorTest
Eileen McNaughton [Tue, 5 Sep 2023 05:36:07 +0000 (17:36 +1200)]
Trivial cleanup in EmailProcessorTest

15 months agoDeclare CRM_Core_Exception in cleanDir
Eileen McNaughton [Tue, 5 Sep 2023 05:20:49 +0000 (17:20 +1200)]
Declare CRM_Core_Exception in cleanDir

The only information our exception imparts is that it is
coming from CiviCRM Core  - but we should at least be consistent in that.

Also - I think passing something other than a string here would be bad - so
adding a type hint is good. We were already checking not target so the empty string check is redundant

15 months agoAPIv4 - Add UNIQUE flag to GROUP_CONCAT
colemanw [Sat, 19 Aug 2023 20:07:38 +0000 (16:07 -0400)]
APIv4 - Add UNIQUE flag to GROUP_CONCAT

Unlike DISTINCT which dedupes by the value of a field, UNIQUE will dedupe by the id of the record

15 months agoAPIv4 - Improve dataType handling within GROUP_CONCAT
colemanw [Thu, 17 Aug 2023 21:07:26 +0000 (17:07 -0400)]
APIv4 - Improve dataType handling within GROUP_CONCAT

Supports sqlEquations and function suffixes within the aggregated array

15 months agoAdd Scheduled Communications extension
colemanw [Wed, 16 Aug 2023 13:56:11 +0000 (08:56 -0500)]
Add Scheduled Communications extension

Permits scheduled reminders to be created based on a SavedSearch

15 months agoMerge pull request #27300 from eileenmcnaughton/mailing_archive
colemanw [Tue, 5 Sep 2023 02:17:22 +0000 (22:17 -0400)]
Merge pull request #27300 from eileenmcnaughton/mailing_archive

Unconditionally assign smarty variable

15 months agoMerge pull request #27302 from colemanw/api4RequiredFix
Eileen McNaughton [Tue, 5 Sep 2023 01:44:49 +0000 (13:44 +1200)]
Merge pull request #27302 from colemanw/api4RequiredFix

APIv4 - Fix setting nullable/required/default_value field metadata

15 months agoMerge pull request #27204 from eileenmcnaughton/br2nl
colemanw [Tue, 5 Sep 2023 01:44:34 +0000 (21:44 -0400)]
Merge pull request #27204 from eileenmcnaughton/br2nl

Pass html text through a formatter when translating it to tokens

15 months agoActionSchedule - Enable `getEntityTable()` to return dynamic values
colemanw [Wed, 16 Aug 2023 00:17:28 +0000 (19:17 -0500)]
ActionSchedule - Enable `getEntityTable()` to return dynamic values

This functionality is needed for SavedSearch-based reminders, which
do not have a fixed base-table.

15 months agoMerge pull request #27268 from colemanw/recontact_interval
Eileen McNaughton [Tue, 5 Sep 2023 01:07:00 +0000 (13:07 +1200)]
Merge pull request #27268 from colemanw/recontact_interval

CiviCampaign - Refactor civicrm_survey.recontact_interval

15 months agoMerge pull request #27105 from colemanw/inPlaceEdit
Eileen McNaughton [Tue, 5 Sep 2023 01:05:54 +0000 (13:05 +1200)]
Merge pull request #27105 from colemanw/inPlaceEdit

SearchKit - In-place edit without refreshing results

15 months agoAPIv4 - Fix setting nullable/required/default_value field metadata
colemanw [Tue, 5 Sep 2023 00:56:17 +0000 (20:56 -0400)]
APIv4 - Fix setting nullable/required/default_value field metadata

15 months agoMerge pull request #27301 from eileenmcnaughton/mailing_const
colemanw [Tue, 5 Sep 2023 00:46:55 +0000 (20:46 -0400)]
Merge pull request #27301 from eileenmcnaughton/mailing_const

Remove unused CONST

15 months agoRemove unused CONST
Eileen McNaughton [Tue, 5 Sep 2023 00:00:13 +0000 (12:00 +1200)]
Remove unused CONST

I can't see any evidence flexmailer or anything else still uses it...

15 months agoUnconditionally assign smarty variable
Eileen McNaughton [Mon, 4 Sep 2023 23:56:09 +0000 (11:56 +1200)]
Unconditionally assign smarty variable

15 months agoMove function to only form that calls it
Eileen McNaughton [Mon, 4 Sep 2023 23:13:30 +0000 (11:13 +1200)]
Move function to only form that calls it

There was a time when we were moving stuff into AbstractEditPayment but
really it is better to have private functions when we have done
the work to determine that they are only used from one place - because then
we know we can edit  / fix them

I did a universe search & this is a straight move to a child class

15 months agoRemove some unused undefined properties from participant export
Eileen McNaughton [Mon, 4 Sep 2023 22:55:41 +0000 (10:55 +1200)]
Remove some unused undefined properties from participant export

15 months agoMerge pull request #27297 from eileenmcnaughton/colon
colemanw [Mon, 4 Sep 2023 22:51:23 +0000 (18:51 -0400)]
Merge pull request #27297 from eileenmcnaughton/colon

Remove, extraneous: punctuation?

15 months agoUnconditionally assign smarty-var, remove unused variables
Eileen McNaughton [Tue, 11 Apr 2023 21:09:40 +0000 (09:09 +1200)]
Unconditionally assign smarty-var, remove unused variables

15 months agoRemove, extraneous: punctuation?
Eileen McNaughton [Mon, 4 Sep 2023 22:09:45 +0000 (10:09 +1200)]
Remove, extraneous: punctuation?

15 months agoMerge pull request #27254 from colemanw/coreManaged
Tim Otten [Mon, 4 Sep 2023 21:42:16 +0000 (14:42 -0700)]
Merge pull request #27254 from colemanw/coreManaged

[REF] - Cleanup managed entities to all go through `hook_civicrm_managed` and deprecate unnamed entities

15 months agoSwitch to using token for trxn_id, online contribution receipt
Eileen McNaughton [Mon, 4 Sep 2023 21:41:43 +0000 (09:41 +1200)]
Switch to using token for trxn_id, online contribution receipt

15 months agoStart to find the ones not set
Eileen McNaughton [Wed, 17 May 2023 08:05:11 +0000 (20:05 +1200)]
Start to find the ones not set

15 months agoMerge pull request #27291 from civicrm/5.65
demeritcowboy [Mon, 4 Sep 2023 19:01:37 +0000 (15:01 -0400)]
Merge pull request #27291 from civicrm/5.65

Merge 5.65 to master

15 months agoMerge pull request #27211 from colemanw/afformSubmissionLimit
colemanw [Mon, 4 Sep 2023 18:00:57 +0000 (14:00 -0400)]
Merge pull request #27211 from colemanw/afformSubmissionLimit

Afform - Allow submissions to be disabled and limited

15 months agoMerge pull request #27270 from colemanw/fixTabCountFrRlz
Kurund Jalmi [Mon, 4 Sep 2023 17:41:35 +0000 (18:41 +0100)]
Merge pull request #27270 from colemanw/fixTabCountFrRlz

SearchKit - Fix assigning searchDisplay tab count

15 months agoSearchKit - Fix assigning searchDisplay tab count
colemanw [Sun, 3 Sep 2023 16:06:35 +0000 (12:06 -0400)]
SearchKit - Fix assigning searchDisplay tab count

Incorectly fixed with https://github.com/civicrm/civicrm-core/pull/23759, this is the correct fix.
Enables assignment of the value (because you can't assign scalar values using one-way binding)
but avoids the $compile:nonassign error by making it optional.

See https://docs.angularjs.org/api/ng/service/#-scope-

15 months agoMerge pull request #27290 from kurund/file-type-custom-data-fixes
colemanw [Mon, 4 Sep 2023 15:55:23 +0000 (11:55 -0400)]
Merge pull request #27290 from kurund/file-type-custom-data-fixes

Fixes for setting defaults for custom data field of type file

15 months agoMerge pull request #27283 from eileenmcnaughton/weigh_job
colemanw [Mon, 4 Sep 2023 15:22:11 +0000 (11:22 -0400)]
Merge pull request #27283 from eileenmcnaughton/weigh_job

Add weights to scheduled jobs

15 months agoAfform - Enforce submission open/closed status
colemanw [Thu, 31 Aug 2023 02:25:37 +0000 (22:25 -0400)]
Afform - Enforce submission open/closed status

15 months agoAfform - Add submit_currently_open calc field
colemanw [Thu, 31 Aug 2023 00:57:21 +0000 (20:57 -0400)]
Afform - Add submit_currently_open calc field

15 months agoAfform - Add submission_count and submission_date calc fields
colemanw [Thu, 31 Aug 2023 00:08:23 +0000 (20:08 -0400)]
Afform - Add submission_count and submission_date calc fields

15 months agoAfform - Add submit_enabled & submit_limit fields
colemanw [Wed, 30 Aug 2023 19:58:35 +0000 (15:58 -0400)]
Afform - Add submit_enabled & submit_limit fields

Fixes BasicGetAction handling of default_value - it should be used to set a default value not a default where clause.

15 months agoAfform - Add field titles to metadata
colemanw [Wed, 30 Aug 2023 18:26:35 +0000 (14:26 -0400)]
Afform - Add field titles to metadata

15 months agoMerge pull request #27272 from colemanw/afformPermission
colemanw [Mon, 4 Sep 2023 15:10:25 +0000 (11:10 -0400)]
Merge pull request #27272 from colemanw/afformPermission

Afform - Support multiple permissions in the GUI

15 months agoFixes for setting defaults for custom data field of type file
Kurund Jalmi [Fri, 25 Aug 2023 09:22:38 +0000 (10:22 +0100)]
Fixes for setting defaults for custom data field of type file

15 months agoMerge pull request #27159 from larssandergreen/Fix-event-receipt-regression
colemanw [Mon, 4 Sep 2023 11:58:01 +0000 (07:58 -0400)]
Merge pull request #27159 from larssandergreen/Fix-event-receipt-regression

Fix incorrect event receipt regression

15 months agoMerge pull request #27150 from larssandergreen/Remove-profiles-from-offline-event...
colemanw [Mon, 4 Sep 2023 11:57:05 +0000 (07:57 -0400)]
Merge pull request #27150 from larssandergreen/Remove-profiles-from-offline-event-receipts

Remove unused profiles from offline event receipts

15 months agoMerge pull request #27274 from eileenmcnaughton/gather
colemanw [Mon, 4 Sep 2023 11:56:32 +0000 (07:56 -0400)]
Merge pull request #27274 from eileenmcnaughton/gather

Pass specific ids rather than ids array

15 months agoMerge pull request #27284 from eileenmcnaughton/weigh_multi
colemanw [Mon, 4 Sep 2023 11:53:25 +0000 (07:53 -0400)]
Merge pull request #27284 from eileenmcnaughton/weigh_multi

Add weights to links on multipleRecordFieldsListing

15 months agoMerge pull request #27285 from eileenmcnaughton/test_nfc
colemanw [Mon, 4 Sep 2023 11:52:10 +0000 (07:52 -0400)]
Merge pull request #27285 from eileenmcnaughton/test_nfc

[test] [cleanup] Move _REQUEST cleanup to tearDown

15 months agoMerge pull request #27279 from eileenmcnaughton/form_test
colemanw [Mon, 4 Sep 2023 11:41:53 +0000 (07:41 -0400)]
Merge pull request #27279 from eileenmcnaughton/form_test

Update further tests to additional form flow, lock in bug fix

15 months agodev/3410#3410 Show 0 rather than nothing when paid amount is zero
Eileen McNaughton [Mon, 4 Sep 2023 07:46:17 +0000 (19:46 +1200)]
dev/3410#3410 Show 0 rather than nothing when paid amount is zero

Per https://lab.civicrm.org/dev/core/-/issues/3410 the incorrect value is no longer
showing - but it is pretty confusing having the title but not the value when
the value is 0