civicrm-core.git
10 months agoEnsure total is always updated when other amount is selected
eileen [Sat, 27 Jan 2024 20:04:39 +0000 (09:04 +1300)]
Ensure total is always updated when other amount is selected

10 months agoMerge pull request #29113 from eileenmcnaughton/christian
Eileen McNaughton [Sat, 27 Jan 2024 19:50:35 +0000 (08:50 +1300)]
Merge pull request #29113 from eileenmcnaughton/christian

Fix JS error and allow focus of Other Amount field

10 months agoFix JS error and allow focus of Other Amount field
Christian Wach [Wed, 17 Jan 2024 13:41:19 +0000 (13:41 +0000)]
Fix JS error and allow focus of Other Amount field

10 months agoMerge pull request #29097 from demeritcowboy/grouprole
Eileen McNaughton [Sat, 27 Jan 2024 02:12:51 +0000 (15:12 +1300)]
Merge pull request #29097 from demeritcowboy/grouprole

dev/core#4938 - crash after saving a civireport

10 months agothe field needs null
demeritcowboy [Fri, 26 Jan 2024 17:15:40 +0000 (12:15 -0500)]
the field needs null

10 months agoMerge pull request #29091 from wmortada/accordion
demeritcowboy [Fri, 26 Jan 2024 16:48:50 +0000 (11:48 -0500)]
Merge pull request #29091 from wmortada/accordion

Invert logic for collapsing contact dashboard accordion

10 months agoInvert logic for accordion open
William Mortada [Fri, 26 Jan 2024 09:14:23 +0000 (09:14 +0000)]
Invert logic for accordion open

10 months agoMerge pull request #29086 from totten/5.70-unsub-wp
colemanw [Thu, 25 Jan 2024 23:09:10 +0000 (18:09 -0500)]
Merge pull request #29086 from totten/5.70-unsub-wp

(dev/core#4641) ListUnsubscribe - Fix HTTP URL generation on WordPress

10 months agoListUnsubscribe - Fix HTTP URL generation on WP/J
Tim Otten [Thu, 25 Jan 2024 00:07:27 +0000 (16:07 -0800)]
ListUnsubscribe - Fix HTTP URL generation on WP/J

10 months agoMerge pull request #28964 from totten/5.70-unsub-overload
Tim Otten [Wed, 24 Jan 2024 22:02:42 +0000 (14:02 -0800)]
Merge pull request #28964 from totten/5.70-unsub-overload

(dev/core#4641) CiviMail - Add support for One-Click unsubscribes

10 months agoMerge pull request #29080 from demeritcowboy/formprop
Eileen McNaughton [Wed, 24 Jan 2024 20:01:32 +0000 (09:01 +1300)]
Merge pull request #29080 from demeritcowboy/formprop

Avoid crash in extensions that call getVar

10 months agoMerge pull request #29073 from mlutfy/core4930
colemanw [Wed, 24 Jan 2024 17:02:35 +0000 (12:02 -0500)]
Merge pull request #29073 from mlutfy/core4930

dev/core#4930 Fix Activity count when contact is assigned multiple roles

10 months agoMerge pull request #29079 from demeritcowboy/missing-sms
demeritcowboy [Wed, 24 Jan 2024 16:39:16 +0000 (11:39 -0500)]
Merge pull request #29079 from demeritcowboy/missing-sms

dev/core#4932 - Bring back missing actions when viewing contact summary

10 months agoavoid crash
demeritcowboy [Wed, 24 Jan 2024 16:22:22 +0000 (11:22 -0500)]
avoid crash

10 months agobring back missing actions
demeritcowboy [Wed, 24 Jan 2024 15:52:12 +0000 (10:52 -0500)]
bring back missing actions

10 months agoListUnsubscribe - Production sites really should use HTTPS
Tim Otten [Wed, 24 Jan 2024 05:19:27 +0000 (21:19 -0800)]
ListUnsubscribe - Production sites really should use HTTPS

10 months agoListUnsubscribe - Ensure URL is always absolute
Tim Otten [Thu, 18 Jan 2024 05:51:18 +0000 (21:51 -0800)]
ListUnsubscribe - Ensure URL is always absolute

When delivering via unit-test or cron job, the URL came out absolute.

But when using web UI to "Send test", the URL was relative.

It should be absolute.

10 months agoListUnsubscribe - Fix VERP parsing (alternate separators; optional localpart-prefix)
Tim Otten [Wed, 17 Jan 2024 22:36:55 +0000 (14:36 -0800)]
ListUnsubscribe - Fix VERP parsing (alternate separators; optional localpart-prefix)

10 months ago(REF) Move testGitLabIssue1108() to its own class
Tim Otten [Thu, 11 Jan 2024 04:23:55 +0000 (20:23 -0800)]
(REF) Move testGitLabIssue1108() to its own class

BEFORE: `MailingSystemTest` (which extends `BaseMailingSystemTest`)
includes `testGitLabIssue1108($isMultilingual)`. This is
a transactional test (per `BaseMailingSystemTest::setUp()`).

AFTER: `MultingualSystemTest` includes `testGitLabIssue1108()`.
This is not a transactional test.

COMMENTS: This resolves some circumstantial flakiness in the tests.

* The problem appeared when adding an unrelated test `BaseMailingSystemTest` -- the
  new test failed because of a conflict with `testGitLabIssue1108()`.
* You could also produce the problem in other cases by switching around the order of
  `testGitLabIssue1108()` (e.g. hack data-provider `multiLingual()`)
* I believe the root problem is that `BaseMailingSystemTest` is written as
  a transactional test -- but `testGitLabIssue1108()` does large-scale
  schema changes (whenever it toggles multilingual), which makes it
  non-transactional.
* The patch here prevents these kind of conflicts by putting
  `testGitLabIssue1108()` in a separate (non-transactional) context.

10 months agoCiviMail - Add status-check for civimail_unsubscribe_methods
Tim Otten [Thu, 11 Jan 2024 00:13:20 +0000 (16:13 -0800)]
CiviMail - Add status-check for civimail_unsubscribe_methods

10 months agoCiviMail - Implement List-Unsubscibe=One-Click (with overloaded routing)
Tim Otten [Tue, 9 Jan 2024 04:09:32 +0000 (20:09 -0800)]
CiviMail - Implement List-Unsubscibe=One-Click (with overloaded routing)

10 months agoMerge pull request #29072 from colemanw/serviceName
colemanw [Wed, 24 Jan 2024 01:31:57 +0000 (20:31 -0500)]
Merge pull request #29072 from colemanw/serviceName

Fix metadata cache clear event

10 months agoFix metadata cache clear event
colemanw [Tue, 23 Jan 2024 15:16:01 +0000 (10:16 -0500)]
Fix metadata cache clear event

10 months agodev/core#4930 Fix Activity count when contact is assigned multiple roles
Mathieu Lu [Tue, 23 Jan 2024 17:01:35 +0000 (12:01 -0500)]
dev/core#4930 Fix Activity count when contact is assigned multiple roles

10 months agoMerge pull request #29069 from seamuslee001/fix_type_error_non_quickform_price_set_me...
Yashodha Chaku [Tue, 23 Jan 2024 07:01:37 +0000 (12:31 +0530)]
Merge pull request #29069 from seamuslee001/fix_type_error_non_quickform_price_set_membership

Fix Checking Auto renew for Non Quick Config Price Set when Membershi…

10 months agoFix Checking Auto renew for Non Quick Config Price Set when Membership Type Auto...
Seamus Lee [Tue, 23 Jan 2024 04:55:01 +0000 (15:55 +1100)]
Fix Checking Auto renew for Non Quick Config Price Set when Membership Type Auto renew is null

10 months agoMerge pull request #29058 from mlutfy/contactRelHelp570
Eileen McNaughton [Sun, 21 Jan 2024 21:26:18 +0000 (10:26 +1300)]
Merge pull request #29058 from mlutfy/contactRelHelp570

Contact Relationships: alter markup for help texts

10 months agoContact Relationships: alter markup for help texts
Mathieu Lu [Sun, 21 Jan 2024 20:14:29 +0000 (15:14 -0500)]
Contact Relationships: alter markup for help texts

10 months agoMerge pull request #29049 from colemanw/fixRelationshipLinks
Mathieu Lu [Fri, 19 Jan 2024 19:47:08 +0000 (14:47 -0500)]
Merge pull request #29049 from colemanw/fixRelationshipLinks

Fix missing links on contact summary relationships tab

10 months agoFix missing links on contact summary relationships tab
colemanw [Fri, 19 Jan 2024 14:23:59 +0000 (09:23 -0500)]
Fix missing links on contact summary relationships tab

10 months agoMerge pull request #29039 from colemanw/relationshipLinkTarget
Seamus Lee [Wed, 17 Jan 2024 21:02:54 +0000 (08:02 +1100)]
Merge pull request #29039 from colemanw/relationshipLinkTarget

ContactSummary - Don't open new tab for links

10 months agoContactSummary - Don't open new tab for links
colemanw [Wed, 17 Jan 2024 18:01:42 +0000 (13:01 -0500)]
ContactSummary - Don't open new tab for links

10 months agoMerge pull request #29025 from colemanw/searchKitAggregateFix
demeritcowboy [Tue, 16 Jan 2024 18:58:41 +0000 (13:58 -0500)]
Merge pull request #29025 from colemanw/searchKitAggregateFix

SearchKit - Fix missing transformations in UI

10 months agoSearchKit - Fix missing transformations in UI
colemanw [Tue, 16 Jan 2024 12:28:00 +0000 (07:28 -0500)]
SearchKit - Fix missing transformations in UI

This regressed during e3ad1ff86b89539d5f6718cb155cdd59c8a07f37

10 months agoMerge pull request #29016 from awestuk/other-amount-focus
demeritcowboy [Tue, 16 Jan 2024 01:47:03 +0000 (20:47 -0500)]
Merge pull request #29016 from awestuk/other-amount-focus

dev/core#4912 Fix 'other amount' losing focus

10 months agodev/core#4912 Fix 'other amount' losing focus
Andrew West [Mon, 15 Jan 2024 16:29:19 +0000 (16:29 +0000)]
dev/core#4912 Fix 'other amount' losing focus

https://lab.civicrm.org/dev/core/-/issues/4912

10 months agoMerge pull request #29003 from MegaphoneJon/missing-subtype-custom-fields-on-create
demeritcowboy [Mon, 15 Jan 2024 19:04:36 +0000 (14:04 -0500)]
Merge pull request #29003 from MegaphoneJon/missing-subtype-custom-fields-on-create

restore custom fields for contact subtypes on create

10 months agorestore custom fields for contact subtypes on create
Jon Goldberg [Sat, 13 Jan 2024 20:11:44 +0000 (15:11 -0500)]
restore custom fields for contact subtypes on create

10 months agoMerge pull request #29000 from demeritcowboy/lineitem2
Eileen McNaughton [Sat, 13 Jan 2024 03:14:18 +0000 (16:14 +1300)]
Merge pull request #29000 from demeritcowboy/lineitem2

fix ts

10 months agofix ts
demeritcowboy [Sat, 13 Jan 2024 01:42:30 +0000 (20:42 -0500)]
fix ts

10 months ago(REF) civicrm/mailing/unsubscribe - Add page-controller in front of form-controller
Tim Otten [Wed, 10 Jan 2024 21:54:41 +0000 (13:54 -0800)]
(REF) civicrm/mailing/unsubscribe - Add page-controller in front of form-controller

Before: `civicrm/mailing/unsubscribe` points directly to `CRM_Mailing_Form_Unsubscribe`

After: `civicrm/mailing/unsubscribe` points to `CRM_Mailing_Page_Unsubscribe`, which MAY delegate
to `CRM_Mailing_Form_Unsubscribe`

Comments:

* This is a step toward supporting one-click subscribe.
    * The problem is that one-click unsubscribe MUST receive a POST on the same URL
      as a user-visible form.
    * In Quickform (esp `CRM_Mailing_Form_Unsubscribe`), every POST MUST give a `qfKey`.
    * We need a place to process the one-click POST *without* requiring `qfKey`.
* There is a pre-existing class `CRM_Mailing_Page_Unsubscribe`. This was dead code.
  The patch co-opts/re-uses the class for its own purpose.
    * The old `Page` class was not referenced anywhere (by routes or other classes).
    * What appears to have happened: this screen was originally a `Page`; then it was
      renamed/converted to a `Form`; then shortly after, the original `Page` was re-imported
      verbatim by a gsoc student. Their commit doesn't appear to make substantive use of
      the `Page`. This smells like mistake in handling branches/merges/rebases.

10 months agoStatus Check Actions - Allow off-site info link ("More info"). Update docblock.
Tim Otten [Thu, 11 Jan 2024 00:09:53 +0000 (16:09 -0800)]
Status Check Actions - Allow off-site info link ("More info"). Update docblock.

10 months ago(NFC) Unsubscribe - Placate PhpStorm
Tim Otten [Wed, 10 Jan 2024 20:43:06 +0000 (12:43 -0800)]
(NFC) Unsubscribe - Placate PhpStorm

10 months agoLocalHttpClient - How do you make an internal/headless HTTP request?
Tim Otten [Tue, 9 Jan 2024 08:13:42 +0000 (00:13 -0800)]
LocalHttpClient - How do you make an internal/headless HTTP request?

10 months agoCRM_Utils_System::sendResponse() - Provide copy of $response for testers
Tim Otten [Tue, 9 Jan 2024 04:18:38 +0000 (20:18 -0800)]
CRM_Utils_System::sendResponse() - Provide copy of $response for testers

10 months agoMerge pull request #28994 from demeritcowboy/lineitem
colemanw [Fri, 12 Jan 2024 21:17:58 +0000 (16:17 -0500)]
Merge pull request #28994 from demeritcowboy/lineitem

smarty3 - crash on viewing contribution

10 months agoMerge pull request #28893 from eileenmcnaughton/570
colemanw [Fri, 12 Jan 2024 20:47:48 +0000 (15:47 -0500)]
Merge pull request #28893 from eileenmcnaughton/570

Fix rc-only regression -  back-office registration does not reload contact ID

10 months agoMerge pull request #28966 from eileenmcnaughton/unsub
colemanw [Fri, 12 Jan 2024 20:41:35 +0000 (15:41 -0500)]
Merge pull request #28966 from eileenmcnaughton/unsub

Remove possibly-unavailable job_id from unsub function

10 months agofix order of operations
demeritcowboy [Fri, 12 Jan 2024 18:51:14 +0000 (13:51 -0500)]
fix order of operations

10 months agoMerge pull request #28959 from seamuslee001/5.70
Eileen McNaughton [Thu, 11 Jan 2024 22:55:57 +0000 (11:55 +1300)]
Merge pull request #28959 from seamuslee001/5.70

[REF] Fix Hard Fail when loading back office add membership form with membe…

10 months agoMerge pull request #28933 from eileenmcnaughton/570_import
Tim Otten [Thu, 11 Jan 2024 21:37:10 +0000 (13:37 -0800)]
Merge pull request #28933 from eileenmcnaughton/570_import

dev/core#4781 Handle invalid deprecated fields with more grace

10 months agoMerge pull request #28970 from pradpnayak/cmsissue
Yashodha Chaku [Thu, 11 Jan 2024 17:56:47 +0000 (23:26 +0530)]
Merge pull request #28970 from pradpnayak/cmsissue

Regression: fix CMS creation issue from profile

10 months agofix CMS creation issue from profile
Pradeep Nayak [Thu, 11 Jan 2024 11:25:04 +0000 (11:25 +0000)]
fix CMS creation issue from profile

10 months agoMerge pull request #28957 from colemanw/caseCrashFix
colemanw [Thu, 11 Jan 2024 12:25:36 +0000 (07:25 -0500)]
Merge pull request #28957 from colemanw/caseCrashFix

CiviCase - Fix crash when fetching status_id pseudoconstant

10 months agoDo not use job_id when looking up the mailin in unsubscribe table
eileen [Thu, 11 Jan 2024 01:21:57 +0000 (14:21 +1300)]
Do not use job_id when looking up the mailin in unsubscribe table

10 months agoRemove possibly-unavailable job_id from unsub function
eileen [Thu, 11 Jan 2024 01:13:40 +0000 (14:13 +1300)]
Remove possibly-unavailable job_id from unsub function

10 months agoMerge pull request #28962 from demeritcowboy/cancelurl
Seamus Lee [Thu, 11 Jan 2024 01:11:27 +0000 (12:11 +1100)]
Merge pull request #28962 from demeritcowboy/cancelurl

dev/core#4903 - undefined variable in New Individual on-the-fly popup

10 months agoFix Hard Fail when loading back office add membership form with membership types...
Seamus Lee [Wed, 10 Jan 2024 21:15:21 +0000 (08:15 +1100)]
Fix Hard Fail when loading back office add membership form with membership types with no minimum fee set

Switch to numeric 0

10 months agoundefined variable
demeritcowboy [Thu, 11 Jan 2024 00:29:26 +0000 (19:29 -0500)]
undefined variable

10 months agodev/core#4781 Handle invalid deprecated fields with more grace
eileen [Mon, 8 Jan 2024 03:29:10 +0000 (16:29 +1300)]
dev/core#4781 Handle invalid deprecated fields with more grace

10 months agoCiviCase - Fix crash when fetching status_id pseudoconstant
colemanw [Wed, 10 Jan 2024 18:11:48 +0000 (13:11 -0500)]
CiviCase - Fix crash when fetching status_id pseudoconstant

Fixes crash reported in https://civicrm.stackexchange.com/q/46209

10 months agoMerge pull request #28952 from eileenmcnaughton/570_links
Seamus Lee [Wed, 10 Jan 2024 05:31:15 +0000 (16:31 +1100)]
Merge pull request #28952 from eileenmcnaughton/570_links

dev/core#4898 Add getLinks to Import api

10 months agodev/core#4898 Add getLinks to Import api
eileen [Wed, 10 Jan 2024 04:15:11 +0000 (17:15 +1300)]
dev/core#4898 Add getLinks to Import api

10 months agoMerge pull request #28944 from ufundo/search-kit-action-links
Eileen McNaughton [Tue, 9 Jan 2024 23:23:54 +0000 (12:23 +1300)]
Merge pull request #28944 from ufundo/search-kit-action-links

dev/core#4897 Fix Search Kit row link conditions

10 months agoMerge pull request #28928 from eileenmcnaughton/570-ev
Tim Otten [Tue, 9 Jan 2024 22:57:29 +0000 (14:57 -0800)]
Merge pull request #28928 from eileenmcnaughton/570-ev

dev/core#4893 Fix failure to send event emails on non-monetary events  with no confirm page

10 months agoconditional operator precedence fix
benjamin [Tue, 9 Jan 2024 21:44:18 +0000 (21:44 +0000)]
conditional operator precedence fix

10 months agoMerge pull request #28913 from eileenmcnaughton/570_ornery
Tim Otten [Tue, 9 Jan 2024 21:36:22 +0000 (13:36 -0800)]
Merge pull request #28913 from eileenmcnaughton/570_ornery

Make fail-heavy test as ornery

10 months agoMerge pull request #28942 from seamuslee001/5.70
Eileen McNaughton [Tue, 9 Jan 2024 21:05:40 +0000 (10:05 +1300)]
Merge pull request #28942 from seamuslee001/5.70

Bump follow-redirects from 1.14.8 to 1.15.4

10 months agoBump follow-redirects from 1.14.8 to 1.15.4
dependabot[bot] [Tue, 9 Jan 2024 17:35:03 +0000 (17:35 +0000)]
Bump follow-redirects from 1.14.8 to 1.15.4

Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.14.8 to 1.15.4.
- [Release notes](https://github.com/follow-redirects/follow-redirects/releases)
- [Commits](https://github.com/follow-redirects/follow-redirects/compare/v1.14.8...v1.15.4)

---
updated-dependencies:
- dependency-name: follow-redirects
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
10 months agoMerge pull request #28931 from eileenmcnaughton/570-weight
demeritcowboy [Mon, 8 Jan 2024 14:27:12 +0000 (09:27 -0500)]
Merge pull request #28931 from eileenmcnaughton/570-weight

dev/core#4892 dev/core#4891  fix weight notices

10 months agodev/core#4892 dev/core#4891 fix weight notices
eileen [Mon, 8 Jan 2024 00:34:56 +0000 (13:34 +1300)]
dev/core#4892 dev/core#4891  fix weight notices

10 months agodev/core#4893 Fix failure to send event emails on non-monetary evetns with no confirm...
eileen [Mon, 8 Jan 2024 00:07:50 +0000 (13:07 +1300)]
dev/core#4893 Fix failure to send event emails on non-monetary evetns with no confirm page

10 months agoMerge pull request #28922 from colemanw/deleted-files-exclude
colemanw [Sun, 7 Jan 2024 23:56:45 +0000 (18:56 -0500)]
Merge pull request #28922 from colemanw/deleted-files-exclude

dev/core#4889 - Exclude tools & tests from deleted-files-list.json

10 months agoMerge pull request #28907 from mlutfy/ui64
colemanw [Sat, 6 Jan 2024 20:11:10 +0000 (15:11 -0500)]
Merge pull request #28907 from mlutfy/ui64

dev/user-interface#64 civicrm.css: fix cancel/done button alignment

10 months agodev/core#4889 - Exclude tools & tests from deleted-files-list.json
colemanw [Sat, 6 Jan 2024 15:11:07 +0000 (10:11 -0500)]
dev/core#4889 - Exclude tools & tests from deleted-files-list.json

10 months agoMerge pull request #28919 from eileenmcnaughton/570-regen
Eileen McNaughton [Sat, 6 Jan 2024 04:31:27 +0000 (17:31 +1300)]
Merge pull request #28919 from eileenmcnaughton/570-regen

Run regen

10 months agoRun regen
eileen [Sat, 6 Jan 2024 04:30:49 +0000 (17:30 +1300)]
Run regen

10 months agoMerge pull request #28895 from eileenmcnaughton/570_pay
Tim Otten [Sat, 6 Jan 2024 03:41:50 +0000 (19:41 -0800)]
Merge pull request #28895 from eileenmcnaughton/570_pay

Fix pay-later receipt token in shipped version

10 months agoAdd upgrade fix
eileen [Fri, 5 Jan 2024 05:37:17 +0000 (18:37 +1300)]
Add upgrade fix

10 months agodev/user-interface#64 civicrm.css: fix cancel/done button alignment
Mathieu Lu [Fri, 5 Jan 2024 18:33:41 +0000 (13:33 -0500)]
dev/user-interface#64 civicrm.css: fix cancel/done button alignment

10 months agoMerge pull request #28909 from demeritcowboy/win-smarty3-alt
Eileen McNaughton [Sat, 6 Jan 2024 00:21:55 +0000 (13:21 +1300)]
Merge pull request #28909 from demeritcowboy/win-smarty3-alt

(alternate 2) Fix bad smarty3 compile filenames

10 months agoMake fail-heavy test as ornery
eileen [Fri, 5 Jan 2024 23:57:38 +0000 (12:57 +1300)]
Make fail-heavy test as ornery

10 months agofix bad filenames
demeritcowboy [Fri, 5 Jan 2024 22:47:30 +0000 (17:47 -0500)]
fix bad filenames

10 months agoMerge pull request #28897 from demeritcowboy/json
demeritcowboy [Fri, 5 Jan 2024 15:00:07 +0000 (10:00 -0500)]
Merge pull request #28897 from demeritcowboy/json

Corrupted version.js file

10 months agoMerge pull request #28901 from eileenmcnaughton/smarty_uf
demeritcowboy [Fri, 5 Jan 2024 13:55:28 +0000 (08:55 -0500)]
Merge pull request #28901 from eileenmcnaughton/smarty_uf

Smarty Syntax fix - UFGroup help file

10 months agoweird
demeritcowboy [Fri, 5 Jan 2024 05:15:56 +0000 (00:15 -0500)]
weird

10 months agoSmarty Syntax fix - UFGroup help file
eileen [Fri, 5 Jan 2024 06:19:44 +0000 (19:19 +1300)]
Smarty Syntax fix - UFGroup help file

10 months agoFix pay-later receipt token in shipped version
eileen [Fri, 5 Jan 2024 05:14:59 +0000 (18:14 +1300)]
Fix pay-later receipt token in shipped version

10 months agoFix validation on event-change
eileen [Fri, 5 Jan 2024 04:54:16 +0000 (17:54 +1300)]
Fix validation on event-change

10 months agoFix rc-only regression
eileen [Fri, 5 Jan 2024 04:42:53 +0000 (17:42 +1300)]
Fix rc-only regression

10 months agoSet version to 5.70.beta1
CiviCRM [Fri, 5 Jan 2024 04:00:48 +0000 (04:00 +0000)]
Set version to 5.70.beta1

10 months agoMerge pull request #20970 from eileenmcnaughton/inv
colemanw [Fri, 5 Jan 2024 03:42:48 +0000 (22:42 -0500)]
Merge pull request #20970 from eileenmcnaughton/inv

dev/core#2719 [REF] Deprecate legacy references to contribution_invoice_settings

10 months agoMerge pull request #28884 from eileenmcnaughton/event_online_receipt_smarty
Tim Otten [Fri, 5 Jan 2024 03:00:36 +0000 (19:00 -0800)]
Merge pull request #28884 from eileenmcnaughton/event_online_receipt_smarty

Fix Smarty3 error in online event registration

10 months agoRemove tests on outgoing handling
eileen [Thu, 4 Jan 2024 23:09:20 +0000 (12:09 +1300)]
Remove tests on outgoing handling

10 months agodev/core#2719 [REF] Deprecate legacy references to contribution_invoice_settings
Eileen McNaughton [Thu, 29 Jul 2021 00:45:18 +0000 (12:45 +1200)]
dev/core#2719 [REF] Deprecate legacy references to contribution_invoice_settings

10 months agoMerge pull request #28887 from eileenmcnaughton/port_forward
Eileen McNaughton [Thu, 4 Jan 2024 22:41:45 +0000 (11:41 +1300)]
Merge pull request #28887 from eileenmcnaughton/port_forward

Fixes Backdrop summary/detail admin theme clash

10 months agoRebases against 5.69
Nicol [Thu, 4 Jan 2024 16:24:40 +0000 (23:24 +0700)]
Rebases against 5.69

10 months agoMerge pull request #28882 from colemanw/productFix
Eileen McNaughton [Thu, 4 Jan 2024 21:44:49 +0000 (10:44 +1300)]
Merge pull request #28882 from colemanw/productFix

[NFC] Product - Fix duplicated key in xml file

10 months agoFix Smarty3 error in online event registration
eileen [Thu, 4 Jan 2024 21:42:34 +0000 (10:42 +1300)]
Fix Smarty3 error in online event registration

10 months agoMerge pull request #28873 from eileenmcnaughton/report_instance_perms
colemanw [Thu, 4 Jan 2024 20:45:59 +0000 (15:45 -0500)]
Merge pull request #28873 from eileenmcnaughton/report_instance_perms

Add report instance permission check & test