civicrm-core.git
17 months agoMerge pull request #26630 from civicrm/5.63
Seamus Lee [Fri, 23 Jun 2023 22:27:17 +0000 (15:27 -0700)]
Merge pull request #26630 from civicrm/5.63

5.63

17 months agoMerge pull request #26621 from artfulrobot/artfulrobot-standalone-core-1
Seamus Lee [Fri, 23 Jun 2023 22:07:43 +0000 (15:07 -0700)]
Merge pull request #26621 from artfulrobot/artfulrobot-standalone-core-1

Move standalone classes and standaloneusers extension into core

17 months agoMerge pull request #26628 from agh1/5.63.0-releasenotes-initial
Seamus Lee [Fri, 23 Jun 2023 21:52:34 +0000 (14:52 -0700)]
Merge pull request #26628 from agh1/5.63.0-releasenotes-initial

5.63.0 release notes initial run

17 months agoMerge pull request #26560 from eileenmcnaughton/paypal_2
Seamus Lee [Fri, 23 Jun 2023 21:38:47 +0000 (14:38 -0700)]
Merge pull request #26560 from eileenmcnaughton/paypal_2

Move recurring handling to recur function in PaypalIPN

17 months agoMerge pull request #26629 from larssandergreen/Group-count-NaN
Eileen McNaughton [Fri, 23 Jun 2023 21:32:21 +0000 (14:32 -0700)]
Merge pull request #26629 from larssandergreen/Group-count-NaN

Don't show filtered from NaN on Groups when 0 groups found

17 months ago(NFC) Standalone
Tim Otten [Fri, 23 Jun 2023 21:32:20 +0000 (14:32 -0700)]
(NFC) Standalone

17 months agoDon't show filtered NaN on Groups when 0 groups found
larssandergreen [Fri, 23 Jun 2023 21:27:57 +0000 (15:27 -0600)]
Don't show filtered NaN on Groups when 0 groups found

17 months ago5.63.0 release notes: added boilerplate
Andie Hunt [Fri, 23 Jun 2023 21:09:51 +0000 (17:09 -0400)]
5.63.0 release notes: added boilerplate

17 months ago5.63.0 release notes: raw from script
Andie Hunt [Fri, 23 Jun 2023 21:06:07 +0000 (17:06 -0400)]
5.63.0 release notes: raw from script

17 months agoMerge pull request #26626 from totten/master-mail-cleanup
Seamus Lee [Fri, 23 Jun 2023 20:33:34 +0000 (13:33 -0700)]
Merge pull request #26626 from totten/master-mail-cleanup

CiviMail - Sundry cleanups

17 months agostandalone: civilint
Rich Lott / Artful Robot [Fri, 23 Jun 2023 12:24:08 +0000 (13:24 +0100)]
standalone: civilint

17 months agostandalone: Update README
Rich Lott / Artful Robot [Fri, 23 Jun 2023 12:06:26 +0000 (13:06 +0100)]
standalone: Update README

17 months agostandalone: civix upgrade on standaloneusers
Rich Lott / Artful Robot [Fri, 23 Jun 2023 12:04:43 +0000 (13:04 +0100)]
standalone: civix upgrade on standaloneusers

17 months agoupdate readme
Rich Lott / Artful Robot [Fri, 23 Jun 2023 11:53:18 +0000 (12:53 +0100)]
update readme

17 months agostandalone: add mgmt:hidden tag to info.xml so this core ext is not offered in the UI
Rich Lott / Artful Robot [Fri, 23 Jun 2023 11:21:46 +0000 (12:21 +0100)]
standalone: add mgmt:hidden tag to info.xml so this core ext is not offered in the UI

17 months agostandalone: commit users search
Rich Lott / Artful Robot [Fri, 23 Jun 2023 11:19:21 +0000 (12:19 +0100)]
standalone: commit users search

17 months agostandalone: initial incomplete import of standaloneusers ext
Rich Lott / Artful Robot [Fri, 23 Jun 2023 11:17:01 +0000 (12:17 +0100)]
standalone: initial incomplete import of standaloneusers ext

17 months agoMigrate Standalone.civi-setup.php to civicrm-standalone.git
Tim Otten [Fri, 10 Mar 2023 09:32:13 +0000 (01:32 -0800)]
Migrate Standalone.civi-setup.php to civicrm-standalone.git

17 months agostandalone: don't cache class_exists
Rich Lott / Artful Robot [Mon, 20 Feb 2023 21:16:46 +0000 (21:16 +0000)]
standalone: don't cache class_exists

17 months agostandalone: remove absolute URL support (broke QF) - needs fix
Rich Lott / Artful Robot [Mon, 20 Feb 2023 17:06:49 +0000 (17:06 +0000)]
standalone: remove absolute URL support (broke QF) - needs fix

17 months agostandalone: when users extension not available create fake user IDs in session
Rich Lott / Artful Robot [Mon, 20 Feb 2023 13:46:04 +0000 (13:46 +0000)]
standalone: when users extension not available create fake user IDs in session

17 months agostandalone: correct detection of standalone security class
Rich Lott / Artful Robot [Mon, 20 Feb 2023 12:50:45 +0000 (12:50 +0000)]
standalone: correct detection of standalone security class

17 months agostandalone: reimplement permission check
Rich Lott / Artful Robot [Mon, 20 Feb 2023 12:45:17 +0000 (12:45 +0000)]
standalone: reimplement permission check

17 months agoMerge pull request #26620 from eileenmcnaughton/anet
Seamus Lee [Fri, 23 Jun 2023 20:25:18 +0000 (13:25 -0700)]
Merge pull request #26620 from eileenmcnaughton/anet

Switch to Payment.create & repeattransaction in Authorize.net

17 months ago(Squash) Cleanup intra-PR conflicts
Tim Otten [Fri, 23 Jun 2023 20:24:55 +0000 (13:24 -0700)]
(Squash) Cleanup intra-PR conflicts

The original commits that are squashed here:

commit 1d6f386b6c4ddb8a21a09520d3326a72039b04bd
Merge: bd969852b8 b0b92b3a5a
Author: Rich Lott / Artful Robot <code.commits@artfulrobot.uk>
Date:   Mon Feb 20 12:02:41 2023 +0000

    Merge remote-tracking branch 'origin/artfulrobot-standalone' into artfulrobot-standalone

commit bd969852b808e599fccad7843dd8aa58ee3c28cd
Author: Rich Lott / Artful Robot <code.commits@artfulrobot.uk>
Date:   Mon Feb 20 12:01:11 2023 +0000

    standalone: delegate most of CRM_Utils_System_Standalone to extension

commit b0b92b3a5a019561758ef894d43b1a8853b1dd5f
Author: Klaas Eikelboom <klaas.eikelboom@civicoop.org>
Date:   Mon Feb 13 22:53:30 2023 +0100

    Civilint

17 months agoMerge pull request #26610 from seamuslee001/fix_prioritisation
colemanw [Fri, 23 Jun 2023 20:18:09 +0000 (16:18 -0400)]
Merge pull request #26610 from seamuslee001/fix_prioritisation

Fix some missing places where prioritisation is not incorporated

17 months agoMerge pull request #26627 from seamuslee001/everyone_option_value
colemanw [Fri, 23 Jun 2023 20:15:49 +0000 (16:15 -0400)]
Merge pull request #26627 from seamuslee001/everyone_option_value

Add Everyone acl role option value

17 months agoAdd Everyone acl role option value
Seamus Lee [Fri, 23 Jun 2023 19:36:41 +0000 (05:36 +1000)]
Add Everyone acl role option value

17 months agoFlexmailer - Simplify conditionals
Tim Otten [Fri, 23 Jun 2023 18:53:39 +0000 (11:53 -0700)]
Flexmailer - Simplify conditionals

Some branches got swapped around in the past year. The resulting logic can be expressed more simply.

17 months agoMerge pull request #26623 from colemanw/secretGroup
Eileen McNaughton [Fri, 23 Jun 2023 18:52:52 +0000 (11:52 -0700)]
Merge pull request #26623 from colemanw/secretGroup

Group BAO - Remove secret param that was breaking groupNesting

17 months agocivicrm/mailing/queue - Remove hidden/obsolete sender
Tim Otten [Fri, 23 Jun 2023 18:45:12 +0000 (11:45 -0700)]
civicrm/mailing/queue - Remove hidden/obsolete sender

This route was an old-school, hidden way to send a mail-blast immediately.

Now-a-days, the same use-case would be addressed by something like:

1. Go to API Explorer and run `Job.process_mailing`
2. Go to CLI and run `Job.process_mailing`

17 months agoRetain the concept of an all groups rule == all contacts access
Seamus Lee [Fri, 23 Jun 2023 00:17:27 +0000 (10:17 +1000)]
Retain the concept of an all groups rule == all contacts access

17 months agocivicrm/mailing/browse/* - Fix warning
Tim Otten [Fri, 23 Jun 2023 18:41:14 +0000 (11:41 -0700)]
civicrm/mailing/browse/* - Fix warning

17 months agoAdd in further unit tests and remove some duplicate custom fields and fix issue where...
Seamus Lee [Thu, 22 Jun 2023 23:45:24 +0000 (09:45 +1000)]
Add in further unit tests and remove some duplicate custom fields and fix issue where an apply all for groups of contacts would override deny rules

17 months agoFix some missing places where prioritisation is not incorporated
Seamus Lee [Thu, 22 Jun 2023 21:34:56 +0000 (07:34 +1000)]
Fix some missing places where prioritisation is not incorporated

17 months agoMerge pull request #26615 from colemanw/aclTableNameFix
Seamus Lee [Fri, 23 Jun 2023 17:08:07 +0000 (10:08 -0700)]
Merge pull request #26615 from colemanw/aclTableNameFix

Fix ACLs to use the correct name of the civicrm_group table

17 months agoMerge pull request #26622 from colemanw/explorerFix
Seamus Lee [Fri, 23 Jun 2023 16:53:32 +0000 (09:53 -0700)]
Merge pull request #26622 from colemanw/explorerFix

APIv4 Explorer - Fix regression in php generation

17 months agoGroup BAO - Remove secret param that was breaking groupNesting
colemanw [Fri, 23 Jun 2023 16:29:35 +0000 (09:29 -0700)]
Group BAO - Remove secret param that was breaking groupNesting

17 months agoMerge pull request #26605 from samuelsov/lab2549
Eileen McNaughton [Fri, 23 Jun 2023 16:15:22 +0000 (09:15 -0700)]
Merge pull request #26605 from samuelsov/lab2549

dev/core#2549

17 months agoMerge pull request #26567 from eileenmcnaughton/templates
colemanw [Fri, 23 Jun 2023 16:11:49 +0000 (12:11 -0400)]
Merge pull request #26567 from eileenmcnaughton/templates

Do not generate unshared variable in shared `processMessageTemplate`

17 months agoAPIv4 Explorer - Fix regression in php generation
colemanw [Fri, 23 Jun 2023 15:10:07 +0000 (08:10 -0700)]
APIv4 Explorer - Fix regression in php generation

17 months agostandalone: provide empty cmsDb and db
Rich Lott / Artful Robot [Fri, 10 Feb 2023 21:12:25 +0000 (21:12 +0000)]
standalone: provide empty cmsDb and db

17 months agostandalone: temporary error_log
Rich Lott / Artful Robot [Fri, 10 Feb 2023 20:41:30 +0000 (20:41 +0000)]
standalone: temporary error_log

17 months agostandalone: work on cmsBaseUrl
Rich Lott / Artful Robot [Fri, 10 Feb 2023 14:08:38 +0000 (14:08 +0000)]
standalone: work on cmsBaseUrl

17 months agostandalone: tweak settings config
Rich Lott / Artful Robot [Fri, 10 Feb 2023 13:24:40 +0000 (13:24 +0000)]
standalone: tweak settings config

17 months agostandalone: strip out password stuff (it's in the standaloneusers authx class)
Rich Lott / Artful Robot [Fri, 10 Feb 2023 13:16:22 +0000 (13:16 +0000)]
standalone: strip out password stuff (it's in the standaloneusers authx class)

17 months agostandalone: WIP work with srcPath not our custom path to support cv
Rich Lott / Artful Robot [Fri, 10 Feb 2023 13:04:19 +0000 (13:04 +0000)]
standalone: WIP work with srcPath not our custom path to support cv

17 months agostandalone: WIP more
Rich Lott / Artful Robot [Fri, 10 Feb 2023 12:17:13 +0000 (12:17 +0000)]
standalone: WIP more

17 months agostandalone: WIP debugging print
Rich Lott / Artful Robot [Fri, 10 Feb 2023 11:55:31 +0000 (11:55 +0000)]
standalone: WIP debugging print

17 months agostandalone: correct install paths
Rich Lott / Artful Robot [Fri, 10 Feb 2023 11:23:06 +0000 (11:23 +0000)]
standalone: correct install paths

17 months agostandalone: improve docblock
Rich Lott / Artful Robot [Fri, 10 Feb 2023 11:22:25 +0000 (11:22 +0000)]
standalone: improve docblock

17 months agostandalone: remove standaloneusers as core extn for now
Rich Lott / Artful Robot [Fri, 3 Feb 2023 14:22:11 +0000 (14:22 +0000)]
standalone: remove standaloneusers as core extn for now

17 months agostandalone: fix mgd file
Rich Lott / Artful Robot [Fri, 3 Feb 2023 14:15:02 +0000 (14:15 +0000)]
standalone: fix mgd file

17 months agoMerge remote-tracking branch 'origin/artfulrobot-standalone' into artfulrobot-standalone
Rich Lott / Artful Robot [Fri, 3 Feb 2023 14:03:21 +0000 (14:03 +0000)]
Merge remote-tracking branch 'origin/artfulrobot-standalone' into artfulrobot-standalone

17 months agostandalone: implement password check
Rich Lott / Artful Robot [Fri, 3 Feb 2023 14:03:06 +0000 (14:03 +0000)]
standalone: implement password check

17 months agoMerge branch 'artfulrobot-standalone' of github.com:artfulrobot/civicrm-core into...
Alain Benbassat [Fri, 3 Feb 2023 13:46:46 +0000 (14:46 +0100)]
Merge branch 'artfulrobot-standalone' of github.com:artfulrobot/civicrm-core into artfulrobot-standalone

17 months agostandalone: implement createUser
Rich Lott / Artful Robot [Fri, 3 Feb 2023 13:09:28 +0000 (13:09 +0000)]
standalone: implement createUser

17 months agoadds users search kit
Alain Benbassat [Fri, 3 Feb 2023 13:33:41 +0000 (14:33 +0100)]
adds users search kit

17 months agostandalone: tentatively implement some CRM_Utils_System_Standalone methods
Rich Lott / Artful Robot [Fri, 3 Feb 2023 12:45:33 +0000 (12:45 +0000)]
standalone: tentatively implement some CRM_Utils_System_Standalone methods

17 months agostandalone: comment log call in languageNegotiation
Rich Lott / Artful Robot [Fri, 3 Feb 2023 11:47:17 +0000 (11:47 +0000)]
standalone: comment log call in languageNegotiation

17 months agostandalone: make user.language an optiongroup
Rich Lott / Artful Robot [Fri, 3 Feb 2023 11:06:24 +0000 (11:06 +0000)]
standalone: make user.language an optiongroup

17 months agostandalone: add standaloneusers core extension
Rich Lott / Artful Robot [Fri, 3 Feb 2023 10:39:00 +0000 (10:39 +0000)]
standalone: add standaloneusers core extension

17 months agoremove comment
Rich Lott / Artful Robot [Fri, 3 Feb 2023 10:36:56 +0000 (10:36 +0000)]
remove comment

17 months agostandalone: merge other changes
Rich Lott / Artful Robot [Thu, 2 Feb 2023 17:30:46 +0000 (17:30 +0000)]
standalone: merge other changes

17 months agostandalone: strip out lots of Drupal code from standalone system class
Rich Lott / Artful Robot [Thu, 2 Feb 2023 17:23:42 +0000 (17:23 +0000)]
standalone: strip out lots of Drupal code from standalone system class

17 months agostandalone: Fix setting cmsBaseUrl and other paths in installer
Rich Lott / Artful Robot [Thu, 2 Feb 2023 17:11:44 +0000 (17:11 +0000)]
standalone: Fix setting cmsBaseUrl and other paths in installer

17 months agoSwitch to Payment.create & repeattransaction in Authorize.net
Eileen McNaughton [Fri, 23 Jun 2023 04:54:35 +0000 (21:54 -0700)]
Switch to Payment.create & repeattransaction in Authorize.net

17 months agoMerge pull request #26617 from seamuslee001/acl_urls
colemanw [Fri, 23 Jun 2023 06:17:55 +0000 (02:17 -0400)]
Merge pull request #26617 from seamuslee001/acl_urls

Add in paths and new menu routes to support converting ACL page scree…

17 months agoMerge pull request #26616 from eileenmcnaughton/anet
Seamus Lee [Fri, 23 Jun 2023 05:30:45 +0000 (22:30 -0700)]
Merge pull request #26616 from eileenmcnaughton/anet

Update Recurring end_date when setting status to completed

17 months agoAdd in paths and new menu routes to support converting ACL page screen to search kit
Seamus Lee [Fri, 23 Jun 2023 05:13:05 +0000 (15:13 +1000)]
Add in paths and new menu routes to support converting ACL page screen to search kit

17 months agoMerge pull request #26613 from eileenmcnaughton/query
colemanw [Fri, 23 Jun 2023 05:01:28 +0000 (01:01 -0400)]
Merge pull request #26613 from eileenmcnaughton/query

dev/core#4112 Move utilities for full text search to the legacycustomsearches extension

17 months agoUpdate Recurring end_date when setting status to completed
Eileen McNaughton [Fri, 23 Jun 2023 04:45:10 +0000 (21:45 -0700)]
Update Recurring end_date when setting status to completed

This moves the logic from Authorize.net to the ContributionRecur function that is called
when a contribution is added to a recurring such that when it determines it is completed
it also sets the end_date

17 months agoFix ACLs to use the correct name of the civicrm_group table
colemanw [Fri, 23 Jun 2023 00:42:59 +0000 (17:42 -0700)]
Fix ACLs to use the correct name of the civicrm_group table

For unknown historical reasons, group-based ACLs incorrectly used 'civicrm_saved_search'
as the value for 'object_table' when referencing a group id.

This updates all ACL records, tests, and adds legacy handling for hook subscribers with a noisy deprecation notice.

17 months agoMerge pull request #26607 from larssandergreen/Help-text-for-contact-imports-dedupe...
Yashodha Chaku [Fri, 23 Jun 2023 04:17:22 +0000 (09:47 +0530)]
Merge pull request #26607 from larssandergreen/Help-text-for-contact-imports-dedupe-option

dev/core#4389 Help text update for contact import dedupe option

17 months agoMove utilities for full text search to the legacycustomsearches extension
Eileen McNaughton [Fri, 23 Jun 2023 00:18:08 +0000 (17:18 -0700)]
Move utilities for full text search to the legacycustomsearches extension

17 months agoMerge pull request #26612 from colemanw/aclBasic
Seamus Lee [Fri, 23 Jun 2023 03:33:08 +0000 (20:33 -0700)]
Merge pull request #26612 from colemanw/aclBasic

Remove obsolete 'Basic ACLs'

17 months agoMerge pull request #26614 from eileenmcnaughton/saved_searchsql
colemanw [Fri, 23 Jun 2023 01:43:37 +0000 (21:43 -0400)]
Merge pull request #26614 from eileenmcnaughton/saved_searchsql

dev/core#4112 Move legacycustomsearch-only function to the extension-class `ContactIDSql`

17 months agoRemove function loop on contactIDsSQ
Eileen McNaughton [Fri, 23 Jun 2023 00:46:17 +0000 (17:46 -0700)]
Remove function loop on contactIDsSQ

The only functions that call contactIDsSQl are 2 custom searches from my searching. One is disabled
I tested the Date Add search with calling the secondary function directly & it worked so the
contactIDsSql can go...

17 months agoMerge pull request #26600 from eileenmcnaughton/anet
Seamus Lee [Fri, 23 Jun 2023 00:20:24 +0000 (10:20 +1000)]
Merge pull request #26600 from eileenmcnaughton/anet

[AuthorizeNetIPN] Use API for failure updates

17 months agoRemove obsolete 'Basic ACLs'
colemanw [Thu, 22 Jun 2023 23:23:25 +0000 (16:23 -0700)]
Remove obsolete 'Basic ACLs'

These 'Basic ACLs' were, as best anyone on the CT can remember, a primitive form of user-role permissions,
which are now obsolete since CiviCRM utilizes user-role permissions provided by the CMS.
Based on the git/svn history, this subsystem hasn't been touched in a very long time
so is most likely unused.

17 months agoMerge pull request #26611 from eileenmcnaughton/custom_search
Eileen McNaughton [Thu, 22 Jun 2023 23:59:45 +0000 (16:59 -0700)]
Merge pull request #26611 from eileenmcnaughton/custom_search

dev/core#4056 Move customSearch smart group sql generation to legacycustomsearches extension

17 months agoMove customSearch smart group sql generation to legacycustomsearches extension
Eileen McNaughton [Thu, 22 Jun 2023 23:23:39 +0000 (16:23 -0700)]
Move customSearch smart group sql generation to legacycustomsearches extension

17 months agoMerge pull request #26609 from colemanw/updateWeights
Seamus Lee [Thu, 22 Jun 2023 22:03:50 +0000 (08:03 +1000)]
Merge pull request #26609 from colemanw/updateWeights

ACL - Ensure all priorities are unique

17 months agoACL - Ensure all priorities are unique
colemanw [Thu, 22 Jun 2023 21:04:27 +0000 (14:04 -0700)]
ACL - Ensure all priorities are unique

17 months agoMerge pull request #26608 from colemanw/managedMatch
Eileen McNaughton [Thu, 22 Jun 2023 20:53:56 +0000 (13:53 -0700)]
Merge pull request #26608 from colemanw/managedMatch

Specify 'match' in mgd.php files

17 months agoSpecify 'match' in mgd.php files
colemanw [Thu, 22 Jun 2023 20:05:46 +0000 (13:05 -0700)]
Specify 'match' in mgd.php files

17 months agoHelp text update for contact import dedupe option
larssandergreen [Thu, 22 Jun 2023 19:46:14 +0000 (13:46 -0600)]
Help text update for contact import dedupe option

17 months agoMerge pull request #26592 from seamuslee001/acl_rule_weight
colemanw [Thu, 22 Jun 2023 19:33:23 +0000 (15:33 -0400)]
Merge pull request #26592 from seamuslee001/acl_rule_weight

Add "priority" column to ACLs and support ACL rule precedence

17 months agoMerge pull request #26591 from colemanw/caseActivityHook
demeritcowboy [Thu, 22 Jun 2023 19:17:55 +0000 (15:17 -0400)]
Merge pull request #26591 from colemanw/caseActivityHook

[REF] CiviCase - Move more activity logic into case BAO via hook

17 months agoRefactor to add deny and weighting aspects into the loadPermittedIDs function as...
Seamus Lee [Thu, 22 Jun 2023 17:15:01 +0000 (03:15 +1000)]
Refactor to add deny and weighting aspects into the loadPermittedIDs function as per Coleman

17 months agoUse API for failure updates
Eileen McNaughton [Thu, 22 Jun 2023 03:23:48 +0000 (20:23 -0700)]
Use API for failure updates

This
- switches to use the api rather than DAO save (calls hooks)
- adds a cancel_reason - cos why not & the field was added since the IPN was written
- specifies the authorize_net log. This puts it in a different log file and allows
listeners if sites want. Feels like better practice

17 months agodev/core#2549
Samuel Vanhove [Thu, 22 Jun 2023 17:49:18 +0000 (13:49 -0400)]
dev/core#2549

17 months agoAdd weight column to ACLs and support weighted ACL rules
Seamus Lee [Wed, 21 Jun 2023 22:57:20 +0000 (08:57 +1000)]
Add weight column to ACLs and support weighted ACL rules

Add in upgrade step

Rename field to be priority and add in upgrade guards as per Coleman

Updates as per discussion with coleman

17 months agoMerge pull request #26602 from eileenmcnaughton/tax_ex
Seamus Lee [Thu, 22 Jun 2023 16:42:15 +0000 (02:42 +1000)]
Merge pull request #26602 from eileenmcnaughton/tax_ex

Switch to token for tax_exclusive_amount in offline receipt

17 months agoMerge pull request #26599 from eileenmcnaughton/offline_madness
Seamus Lee [Thu, 22 Jun 2023 16:24:34 +0000 (02:24 +1000)]
Merge pull request #26599 from eileenmcnaughton/offline_madness

Fix e-notices in contribution_offline_receipt text by removing always-empty field

17 months agoSwitch to token for tax_exclusive_amount in offline receipt
Eileen McNaughton [Thu, 22 Jun 2023 16:10:56 +0000 (09:10 -0700)]
Switch to token for tax_exclusive_amount in offline receipt

This is less susceptible to notices, works in preview and follows our
patter of using tokens where possible

17 months agoMerge pull request #26598 from colemanw/checkboxFix
colemanw [Thu, 22 Jun 2023 15:50:22 +0000 (11:50 -0400)]
Merge pull request #26598 from colemanw/checkboxFix

dev/core#4387 - CRM_Core_Form - Fix params passed to checkbox

17 months agoMerge pull request #26597 from eileenmcnaughton/anet_unused
Seamus Lee [Thu, 22 Jun 2023 15:49:31 +0000 (01:49 +1000)]
Merge pull request #26597 from eileenmcnaughton/anet_unused

Remove unused functions from `AuthorizeNetIPN`

17 months agoMerge pull request #26589 from eileenmcnaughton/anet
Seamus Lee [Thu, 22 Jun 2023 03:13:09 +0000 (13:13 +1000)]
Merge pull request #26589 from eileenmcnaughton/anet

Simplify use of contribution - we are only looking at status

17 months agodev/core#4387 - CRM_Core_Form - Fix params passed to checkbox
colemanw [Thu, 22 Jun 2023 03:09:50 +0000 (20:09 -0700)]
dev/core#4387 - CRM_Core_Form - Fix params passed to checkbox