civicrm-core.git
14 months agoMerge pull request #27490 from eileenmcnaughton/activity_report
demeritcowboy [Mon, 18 Sep 2023 21:38:18 +0000 (17:38 -0400)]
Merge pull request #27490 from eileenmcnaughton/activity_report

php 8.2, ensure properties are declared on activity report

14 months agoMerge pull request #27491 from JKingsnorth/patch-21
colemanw [Mon, 18 Sep 2023 19:19:16 +0000 (15:19 -0400)]
Merge pull request #27491 from JKingsnorth/patch-21

Exclude inactive groups on recipient lists for mailings

14 months agoMerge pull request #27489 from eileenmcnaughton/payment_block
colemanw [Mon, 18 Sep 2023 19:18:00 +0000 (15:18 -0400)]
Merge pull request #27489 from eileenmcnaughton/payment_block

Fix last notices on Online event registration by removing variables

14 months agoMerge pull request #27461 from colemanw/colType
colemanw [Mon, 18 Sep 2023 16:48:42 +0000 (12:48 -0400)]
Merge pull request #27461 from colemanw/colType

SearchKit - Add crm-search-col-type-* css classes

14 months agoMerge pull request #27477 from eileenmcnaughton/confirm
colemanw [Mon, 18 Sep 2023 15:39:11 +0000 (11:39 -0400)]
Merge pull request #27477 from eileenmcnaughton/confirm

Deprecate Form_Event::testSubmit, migrate test to full flow

14 months agoExclude inactive groups on recipient lists
John Kingsnorth [Mon, 18 Sep 2023 14:55:49 +0000 (15:55 +0100)]
Exclude inactive groups on recipient lists

14 months agophp 8.2, ensure properties are declared on activity report
Eileen McNaughton [Mon, 18 Sep 2023 10:47:07 +0000 (22:47 +1200)]
php 8.2, ensure properties are declared on activity report

14 months agoFix last notices on Online event registration by removing variables
Eileen McNaughton [Mon, 18 Sep 2023 10:32:01 +0000 (22:32 +1200)]
Fix last notices on Online event registration by removing variables

I hunted through to see why these variables are assigned
and they pre-date the switch to load the payment block from the

CRM_Financial_Form_Payment

There is no evidence of that form looking them up in
any way - so I think they can go....
https://github.com/civicrm/civicrm-core/commit/aaff4c697d6f94f01f5dacf5a3d876a95e50f5cb#diff-660258b71b4d1db49bdef38c7b3fcb4b698004ab39b57dcbd49083e256444272

14 months agoDeprecate Form_Event::testSubmit, migrate test to full clow
Eileen McNaughton [Mon, 18 Sep 2023 02:03:26 +0000 (14:03 +1200)]
Deprecate Form_Event::testSubmit, migrate test to full clow

In the procss I looked at what the test is actually testing & the goal of the test is ensure the
doPayment contract is met, specifically regarding contactID
https://docs.civicrm.org/dev/en/latest/extensions/payment-processors/create/#getpaymentformfields

I updated the test to use the alterPaymentProcessorParams hook to actually check for that.

14 months agoMerge pull request #27469 from eileenmcnaughton/no_event_cart
Eileen McNaughton [Mon, 18 Sep 2023 03:29:50 +0000 (15:29 +1200)]
Merge pull request #27469 from eileenmcnaughton/no_event_cart

Stop enabling event_cart on new installs

14 months agoMerge pull request #27456 from eileenmcnaughton/user_email
demeritcowboy [Mon, 18 Sep 2023 01:25:00 +0000 (21:25 -0400)]
Merge pull request #27456 from eileenmcnaughton/user_email

PHP8.2 Remove undefined property userName

14 months agoStop enabling event_cart on new installs
Eileen McNaughton [Sun, 17 Sep 2023 22:25:34 +0000 (10:25 +1200)]
Stop enabling event_cart on new installs

Although we have not fully extracted this, it seems that disabling does not
cause any errors, so it makes sense to stop enabling. Once we have been running
like this on our dev & demo sites for a while we can disable it
for any existing sites that do not have
event cart enabled

14 months agoMerge pull request #27473 from eileenmcnaughton/style
Eileen McNaughton [Mon, 18 Sep 2023 00:13:17 +0000 (12:13 +1200)]
Merge pull request #27473 from eileenmcnaughton/style

Rename locally assigned variable for clarity

14 months agoRename locally assigned variable for clarity
Eileen McNaughton [Sun, 17 Sep 2023 23:30:24 +0000 (11:30 +1200)]
Rename locally assigned variable for clarity

14 months agoRemove undefined property userName
Eileen McNaughton [Fri, 15 Sep 2023 23:35:35 +0000 (11:35 +1200)]
Remove undefined property userName

This is causing issues on a bunch of classes - but in fact
is only used on the ContributionForm

14 months agoMerge pull request #27468 from eileenmcnaughton/contribution_json
Eileen McNaughton [Sun, 17 Sep 2023 22:54:46 +0000 (10:54 +1200)]
Merge pull request #27468 from eileenmcnaughton/contribution_json

Hardened smarty - fix mishandling of json

14 months agoMerge pull request #27467 from eileenmcnaughton/contribution_trivia
colemanw [Sun, 17 Sep 2023 22:50:19 +0000 (18:50 -0400)]
Merge pull request #27467 from eileenmcnaughton/contribution_trivia

Superficial tidy up in backoffice contribution form

14 months agoMerge pull request #27466 from eileenmcnaughton/part_
Eileen McNaughton [Sun, 17 Sep 2023 22:23:33 +0000 (10:23 +1200)]
Merge pull request #27466 from eileenmcnaughton/part_

Fix test template to use the same tokens as the templates

14 months agoHardened smarty - fix mishandling of json
Eileen McNaughton [Sun, 17 Sep 2023 22:21:54 +0000 (10:21 +1200)]
Hardened smarty - fix mishandling of json

14 months agoSuperficial tidy up in backoffice contribution form
Eileen McNaughton [Sun, 17 Sep 2023 22:13:33 +0000 (10:13 +1200)]
Superficial tidy up in backoffice contribution form

14 months agoFix template to use the same tokens as the templates
Eileen McNaughton [Sun, 17 Sep 2023 21:29:14 +0000 (09:29 +1200)]
Fix template to use the same tokens as the templates

14 months agoMerge pull request #27465 from civicrm/5.66
demeritcowboy [Sun, 17 Sep 2023 19:03:12 +0000 (15:03 -0400)]
Merge pull request #27465 from civicrm/5.66

5.66

14 months agoMerge pull request #27464 from demeritcowboy/oh-snap
demeritcowboy [Sun, 17 Sep 2023 18:12:55 +0000 (14:12 -0400)]
Merge pull request #27464 from demeritcowboy/oh-snap

Upgrade - don't crash on earlier versions of mariadb

14 months agodon't crash on earlier versions
demeritcowboy [Sun, 17 Sep 2023 17:27:00 +0000 (13:27 -0400)]
don't crash on earlier versions

14 months agoMerge pull request #27462 from demeritcowboy/dao
demeritcowboy [Sun, 17 Sep 2023 17:00:48 +0000 (13:00 -0400)]
Merge pull request #27462 from demeritcowboy/dao

DAO out of date

14 months agoMerge pull request #27463 from demeritcowboy/regexp
demeritcowboy [Sun, 17 Sep 2023 17:00:37 +0000 (13:00 -0400)]
Merge pull request #27463 from demeritcowboy/regexp

[NFC] phpunit 9 compatibility

14 months agoregexp
demeritcowboy [Sun, 17 Sep 2023 14:23:12 +0000 (10:23 -0400)]
regexp

14 months agodao out of date
demeritcowboy [Sun, 17 Sep 2023 14:11:36 +0000 (10:11 -0400)]
dao out of date

14 months agoMerge pull request #27460 from braders/scheduled-job-dynamic-properties
Tim Otten [Sun, 17 Sep 2023 07:19:19 +0000 (00:19 -0700)]
Merge pull request #27460 from braders/scheduled-job-dynamic-properties

[REF][PHP8.2] Tidy up properties in scheduled jobs

14 months agoMerge pull request #27455 from eileenmcnaughton/conf
colemanw [Sun, 17 Sep 2023 02:55:17 +0000 (22:55 -0400)]
Merge pull request #27455 from eileenmcnaughton/conf

php 8.x Remove conference sessions from core workflow messages

14 months agoMerge pull request #27458 from eileenmcnaughton/online_more
colemanw [Sun, 17 Sep 2023 02:54:12 +0000 (22:54 -0400)]
Merge pull request #27458 from eileenmcnaughton/online_more

php 8 / notices Fix online event receipt to use the same location tokens as offline

14 months agoSearchKit - Add crm-search-col-type-* css classes
colemanw [Sun, 17 Sep 2023 02:50:36 +0000 (22:50 -0400)]
SearchKit - Add crm-search-col-type-* css classes

14 months agoUse token for event ID
Eileen McNaughton [Sat, 16 Sep 2023 03:35:55 +0000 (15:35 +1200)]
Use token for event ID

14 months agoFix online event receipt to use the same location tokens as offline
Eileen McNaughton [Sat, 16 Sep 2023 03:26:39 +0000 (15:26 +1200)]
Fix online event receipt to use the same location tokens as offline

14 months agoRemove conference sessions from core workflow messages
Eileen McNaughton [Fri, 15 Sep 2023 23:08:07 +0000 (11:08 +1200)]
Remove conference sessions from core workflow messages

These cause notices is some circumstance and it seems to make more
sense to remove than support them.

They are only available to be configured when the Event Cart is in play so
it's not clear it makes sense to fix core code for them

The Event cart is kinda on it's way out & I don't think it makes sense
to maintain conference sessions in the core templates to support this
extension which despite many attempts has never had much use & has always
been somewhat broken AFAIK.

Note that this change would affect sites with non-customised templates
but in time I think we would either move the assign to the cart or stop
assigning it

Also not the goal is to provide event-cart type functionality via form
builder

14 months agoMerge pull request #27457 from eileenmcnaughton/online
colemanw [Sat, 16 Sep 2023 14:15:07 +0000 (10:15 -0400)]
Merge pull request #27457 from eileenmcnaughton/online

Whitespace clean up on event online receipt

14 months agoMerge pull request #27232 from artfulrobot/artfulrobot-add-smart-group-profiler
colemanw [Sat, 16 Sep 2023 14:12:18 +0000 (10:12 -0400)]
Merge pull request #27232 from artfulrobot/artfulrobot-add-smart-group-profiler

Add simple smart group profiler

14 months ago[REF][PHP8.2] Tidy up properties in scheduled jobs
Bradley Taylor [Sat, 16 Sep 2023 10:14:32 +0000 (11:14 +0100)]
[REF][PHP8.2] Tidy up properties in scheduled jobs

14 months agoWhitespace clean up on event online receipt
Eileen McNaughton [Sat, 16 Sep 2023 02:57:42 +0000 (14:57 +1200)]
Whitespace clean up on event online receipt

14 months agoUpdate xml/schema/Contact/Group.xml
Rich Lott [Sat, 16 Sep 2023 07:29:45 +0000 (08:29 +0100)]
Update xml/schema/Contact/Group.xml

Co-authored-by: colemanw <coleman@civicrm.org>
14 months agoMove from 5.66 to 5.67
Rich Lott / Artful Robot [Sat, 16 Sep 2023 07:27:28 +0000 (08:27 +0100)]
Move from 5.66 to 5.67

14 months agoMove cache_fill_took to float/double; only update when there's a good value
Rich Lott / Artful Robot [Wed, 6 Sep 2023 08:58:15 +0000 (09:58 +0100)]
Move cache_fill_took to float/double; only update when there's a good value

14 months agoChange xml added and upgrader from 5.65 to 5.66
Rich Lott / Artful Robot [Sun, 3 Sep 2023 07:14:53 +0000 (08:14 +0100)]
Change xml added and upgrader from 5.65 to 5.66

14 months agoMove to using CRM_Utils_Constant for CIVICRM_SLOW_SMART_GROUP_SECONDS
Rich Lott / Artful Robot [Fri, 1 Sep 2023 08:50:19 +0000 (09:50 +0100)]
Move to using CRM_Utils_Constant for CIVICRM_SLOW_SMART_GROUP_SECONDS

14 months agoAdd xml, DAO and Upgrader task for smart group profiler
Rich Lott / Artful Robot [Fri, 1 Sep 2023 08:44:40 +0000 (09:44 +0100)]
Add xml, DAO and Upgrader task for smart group profiler

14 months agoRemove smart group profiling during populateTemporaryTableWithContactsInGroups
Rich Lott / Artful Robot [Fri, 1 Sep 2023 07:21:56 +0000 (08:21 +0100)]
Remove smart group profiling during populateTemporaryTableWithContactsInGroups

14 months agoExpose 5s 'slow' query to optional constant
Rich Lott / Artful Robot [Fri, 1 Sep 2023 07:09:50 +0000 (08:09 +0100)]
Expose 5s 'slow' query to optional constant

14 months agoMinor nfc tweak to smart group profile code
Rich Lott / Artful Robot [Thu, 31 Aug 2023 17:15:22 +0000 (18:15 +0100)]
Minor nfc tweak to smart group profile code

14 months agoAdd simple smart group profiler
Rich Lott / Artful Robot [Thu, 31 Aug 2023 17:08:52 +0000 (18:08 +0100)]
Add simple smart group profiler

14 months agoMerge pull request #27430 from colemanw/bunnyDance
Tim Otten [Sat, 16 Sep 2023 05:54:21 +0000 (22:54 -0700)]
Merge pull request #27430 from colemanw/bunnyDance

Resurrect Bunny Dance

14 months agoMerge pull request #27303 from eileenmcnaughton/mailing_const
colemanw [Sat, 16 Sep 2023 01:34:40 +0000 (21:34 -0400)]
Merge pull request #27303 from eileenmcnaughton/mailing_const

Remove unused/ unnecessary table name variables

14 months agoMerge pull request #27417 from colemanw/searchKitSpreasheetPerformance
colemanw [Sat, 16 Sep 2023 01:26:14 +0000 (21:26 -0400)]
Merge pull request #27417 from colemanw/searchKitSpreasheetPerformance

SearchKit - Improve performance of downloading spreadsheet

14 months agoMerge pull request #27453 from colemanw/extComponentCheck
colemanw [Sat, 16 Sep 2023 01:23:26 +0000 (21:23 -0400)]
Merge pull request #27453 from colemanw/extComponentCheck

Add system check for missing component extensions

14 months agoAdd system check for missing component extensions
colemanw [Fri, 15 Sep 2023 22:17:33 +0000 (18:17 -0400)]
Add system check for missing component extensions

14 months agoCRM_Case_ManagedEntities - Fix bugs caused by double-caching
colemanw [Fri, 15 Sep 2023 21:32:22 +0000 (17:32 -0400)]
CRM_Case_ManagedEntities - Fix bugs caused by double-caching

The list of case types was being cached twice, once by CRM_Core_Pseudoconstant
and yet again in CRM_Case_XMLRepository::$allCaseTypes.
This made getting a fresh list of case types unnecessarily difficult.

14 months agoMerge pull request #27454 from civicrm/5.66
demeritcowboy [Fri, 15 Sep 2023 23:16:35 +0000 (19:16 -0400)]
Merge pull request #27454 from civicrm/5.66

5.66

14 months agoMerge pull request #27452 from eileenmcnaughton/weight
demeritcowboy [Fri, 15 Sep 2023 23:07:31 +0000 (19:07 -0400)]
Merge pull request #27452 from eileenmcnaughton/weight

Add weights on profile fields page (notices

14 months agoMerge pull request #27451 from eileenmcnaughton/email_comments
demeritcowboy [Fri, 15 Sep 2023 23:06:52 +0000 (19:06 -0400)]
Merge pull request #27451 from eileenmcnaughton/email_comments

Add code comments re the cleanup I didn't do

14 months agoMerge pull request #27450 from demeritcowboy/weight566
demeritcowboy [Fri, 15 Sep 2023 22:41:54 +0000 (18:41 -0400)]
Merge pull request #27450 from demeritcowboy/weight566

backport of 27448

14 months agoMerge pull request #27391 from eileenmcnaughton/user_email
colemanw [Fri, 15 Sep 2023 22:24:29 +0000 (18:24 -0400)]
Merge pull request #27391 from eileenmcnaughton/user_email

Fix undefined properties on back-office pledge form

14 months agoMerge pull request #27435 from eileenmcnaughton/uf_profile_prefix
Eileen McNaughton [Fri, 15 Sep 2023 22:21:55 +0000 (10:21 +1200)]
Merge pull request #27435 from eileenmcnaughton/uf_profile_prefix

8.x Fix all instances of call Profile template to specify the prefix

14 months agoAdd weights on profile fields page
Eileen McNaughton [Fri, 15 Sep 2023 22:14:44 +0000 (10:14 +1200)]
Add weights on profile fields page

ie https://dmaster.localhost:32353/civicrm/admin/uf/group/field?reset=1&action=browse&gid=1

14 months agoAdd code comments re the cleanup I didn't do
Eileen McNaughton [Fri, 15 Sep 2023 22:07:33 +0000 (10:07 +1200)]
Add code comments re the cleanup I didn't do

I want the code to be stable in 5.66 for a few releases, absent any bugs so
commenting the further cleanup for 'one day'

14 months agofix order
demeritcowboy [Fri, 15 Sep 2023 13:39:17 +0000 (09:39 -0400)]
fix order

14 months agoFix all instances of call Profile template to specify the prefix
Eileen McNaughton [Fri, 15 Sep 2023 02:26:39 +0000 (14:26 +1200)]
Fix all instances of call Profile template to specify the prefix

14 months agoMerge pull request #27449 from braders/php8-CustomValueTest
demeritcowboy [Fri, 15 Sep 2023 21:36:41 +0000 (17:36 -0400)]
Merge pull request #27449 from braders/php8-CustomValueTest

[REF][PHP8.2] Remove dynamic property use in api_v3_CustomValueTest

14 months ago[REF][PHP8.2] Remove dynamic property use in api_v3_CustomValueTest
Bradley Taylor [Fri, 15 Sep 2023 20:31:04 +0000 (21:31 +0100)]
[REF][PHP8.2] Remove dynamic property use in api_v3_CustomValueTest

14 months agoMerge pull request #27447 from demeritcowboy/block-local
demeritcowboy [Fri, 15 Sep 2023 18:25:19 +0000 (14:25 -0400)]
Merge pull request #27447 from demeritcowboy/block-local

Fix e_warning in smarty `{localize}`

14 months agoMerge pull request #27425 from eileenmcnaughton/transfer
colemanw [Fri, 15 Sep 2023 16:40:59 +0000 (12:40 -0400)]
Merge pull request #27425 from eileenmcnaughton/transfer

Remove some unused undeclared properties on SelfSvcTransfer form

14 months agoMerge pull request #27424 from eileenmcnaughton/properties
colemanw [Fri, 15 Sep 2023 16:39:53 +0000 (12:39 -0400)]
Merge pull request #27424 from eileenmcnaughton/properties

Suppress rather than declare exception

14 months agoMerge pull request #27448 from demeritcowboy/contributionpageweight
demeritcowboy [Fri, 15 Sep 2023 16:36:21 +0000 (12:36 -0400)]
Merge pull request #27448 from demeritcowboy/contributionpageweight

fix ordering of contribution page links

14 months agoCiviCase - Optimize managed reconcile
colemanw [Fri, 15 Sep 2023 13:36:11 +0000 (09:36 -0400)]
CiviCase - Optimize managed reconcile

14 months agoCiviCase - Prevent recursion when reconciling managed activity/relationship types...
colemanw [Fri, 15 Sep 2023 01:10:44 +0000 (21:10 -0400)]
CiviCase - Prevent recursion when reconciling managed activity/relationship types & fix test

The createManagedRelationshipTypes and createManagedActivityTypes functions always use 'civicrm'
as the module name, so this reconciliation can target just that module to prevent recursion.

The ManagedCaseTypeTest was failing due to caching/timing issues.

Try this...

14 months agoMerge pull request #27434 from eileenmcnaughton/uf_array
demeritcowboy [Fri, 15 Sep 2023 14:01:11 +0000 (10:01 -0400)]
Merge pull request #27434 from eileenmcnaughton/uf_array

8.x Fix a couple of notices when rendering profiles

14 months agoMerge pull request #27431 from eileenmcnaughton/delete_participant
colemanw [Fri, 15 Sep 2023 13:47:38 +0000 (09:47 -0400)]
Merge pull request #27431 from eileenmcnaughton/delete_participant

Fix notices when deleting participants

14 months agoMerge pull request #27444 from eileenmcnaughton/super
demeritcowboy [Fri, 15 Sep 2023 13:42:04 +0000 (09:42 -0400)]
Merge pull request #27444 from eileenmcnaughton/super

Superficial cleanup on Event Confirm - null object

14 months agofix order
demeritcowboy [Fri, 15 Sep 2023 13:39:17 +0000 (09:39 -0400)]
fix order

14 months agoMerge pull request #27442 from eileenmcnaughton/all
demeritcowboy [Fri, 15 Sep 2023 13:07:04 +0000 (09:07 -0400)]
Merge pull request #27442 from eileenmcnaughton/all

Remove unused variable from function signature

14 months agoe_warning
demeritcowboy [Fri, 15 Sep 2023 12:51:37 +0000 (08:51 -0400)]
e_warning

14 months agoMerge pull request #27445 from civicrm/5.66
demeritcowboy [Fri, 15 Sep 2023 12:39:51 +0000 (08:39 -0400)]
Merge pull request #27445 from civicrm/5.66

5.66

14 months agoMerge pull request #27433 from eileenmcnaughton/help_pre
demeritcowboy [Fri, 15 Sep 2023 12:12:55 +0000 (08:12 -0400)]
Merge pull request #27433 from eileenmcnaughton/help_pre

8.x Profiles Remove e-notices by removing never assigned help_pre, help_post

14 months agoMerge pull request #27443 from eileenmcnaughton/part_
colemanw [Fri, 15 Sep 2023 12:09:31 +0000 (08:09 -0400)]
Merge pull request #27443 from eileenmcnaughton/part_

Fix variable leakage in online event receipt

14 months agoMerge pull request #27407 from colemanw/contactNoteTab
colemanw [Fri, 15 Sep 2023 12:05:21 +0000 (08:05 -0400)]
Merge pull request #27407 from colemanw/contactNoteTab

SearchKit - Improve metadata, joins and links

14 months agoMerge pull request #27428 from eileenmcnaughton/custom_weight
demeritcowboy [Fri, 15 Sep 2023 11:49:07 +0000 (07:49 -0400)]
Merge pull request #27428 from eileenmcnaughton/custom_weight

Fix missing weights on Custom data screen (notices)

14 months agoUpdate BunnyDance.mgd.php
Herb [Thu, 7 Jul 2022 14:38:31 +0000 (10:38 -0400)]
Update BunnyDance.mgd.php

14 months agoSuperficial cleanup on Event Confirm
Eileen McNaughton [Fri, 15 Sep 2023 06:56:27 +0000 (18:56 +1200)]
Superficial cleanup on Event Confirm

str_starts_with is in our polyfill as @colemanw pointed out

14 months agoFix variable leakage in online event receipt
Eileen McNaughton [Fri, 15 Sep 2023 05:07:42 +0000 (17:07 +1200)]
Fix variable leakage in online event receipt

14 months agoMerge pull request #27438 from eileenmcnaughton/assign
colemanw [Fri, 15 Sep 2023 05:31:34 +0000 (01:31 -0400)]
Merge pull request #27438 from eileenmcnaughton/assign

Fix some variables to always assign

14 months agoMerge pull request #27437 from eileenmcnaughton/no_1028
colemanw [Fri, 15 Sep 2023 05:24:03 +0000 (01:24 -0400)]
Merge pull request #27437 from eileenmcnaughton/no_1028

Remove references to invalid action

14 months agoMerge pull request #27439 from eileenmcnaughton/captca
colemanw [Fri, 15 Sep 2023 05:07:54 +0000 (01:07 -0400)]
Merge pull request #27439 from eileenmcnaughton/captca

Remove broken recaptcha from profile preview

14 months agoMerge pull request #27441 from eileenmcnaughton/test_set
colemanw [Fri, 15 Sep 2023 04:52:59 +0000 (00:52 -0400)]
Merge pull request #27441 from eileenmcnaughton/test_set

Remove isset from template within unit tests

14 months agoMove scenario set up to trait
Eileen McNaughton [Wed, 6 Sep 2023 20:40:31 +0000 (08:40 +1200)]
Move scenario set up to trait

14 months agoRemove unused variable from function signature
Eileen McNaughton [Fri, 15 Sep 2023 03:56:42 +0000 (15:56 +1200)]
Remove unused variable from function signature

14 months agoRemove isset from template within unit tests
Eileen McNaughton [Fri, 15 Sep 2023 03:48:17 +0000 (15:48 +1200)]
Remove isset from template within unit tests

14 months agoMerge pull request #27440 from civicrm/5.66
Eileen McNaughton [Fri, 15 Sep 2023 03:40:16 +0000 (15:40 +1200)]
Merge pull request #27440 from civicrm/5.66

5.66 to master

14 months agoRemove broken recaptcha from profile preview
Eileen McNaughton [Fri, 15 Sep 2023 03:29:00 +0000 (15:29 +1200)]
Remove broken recaptcha from profile preview

The reCaptcha variable is never assigned to profile preview - resulting
in it never rendering (but rendering notices). This code has been broken
for a while without someone noticing - remove

14 months agoMerge pull request #27436 from eileenmcnaughton/dep
Eileen McNaughton [Fri, 15 Sep 2023 03:25:52 +0000 (15:25 +1200)]
Merge pull request #27436 from eileenmcnaughton/dep

Add deprecation notice to code that seems to be superceded

14 months agoFix some variables to always assign
Eileen McNaughton [Fri, 15 Sep 2023 03:24:49 +0000 (15:24 +1200)]
Fix some variables to always assign

14 months agoFix notices when deleting participants
Eileen McNaughton [Fri, 15 Sep 2023 01:34:10 +0000 (13:34 +1200)]
Fix notices when deleting participants

14 months agoRemove outdated code comment
Eileen McNaughton [Fri, 15 Sep 2023 03:05:24 +0000 (15:05 +1200)]
Remove outdated code comment