colemanw [Mon, 12 Jun 2023 18:15:15 +0000 (14:15 -0400)]
Merge pull request #26512 from demeritcowboy/regen
regen after 26499 and 26492
demeritcowboy [Mon, 12 Jun 2023 16:19:23 +0000 (16:19 +0000)]
regenerate civicrm_generated
demeritcowboy [Mon, 12 Jun 2023 16:09:01 +0000 (12:09 -0400)]
Merge pull request #26465 from totten/master-test-fetchwith
Smarty - When temporarily setting variable, fix cleanup for previously-undefined values.
demeritcowboy [Mon, 12 Jun 2023 16:08:33 +0000 (12:08 -0400)]
Merge pull request #26506 from larssandergreen/Reduce-PHP-warnings-on-Contribution
Reduce PHP warnings on Contribution
colemanw [Mon, 12 Jun 2023 15:32:44 +0000 (11:32 -0400)]
Merge pull request #26496 from colemanw/afformExposeOperators
Afform - Enable search operators to be exposed on the form
Yashodha Chaku [Mon, 12 Jun 2023 10:34:42 +0000 (16:04 +0530)]
Merge pull request #26497 from colemanw/apiGuard
Prevent API errors when CiviEvent is disabled
colemanw [Sun, 11 Jun 2023 11:47:31 +0000 (07:47 -0400)]
Merge pull request #26508 from braders/php8.1-getDynamicCharacters
[REF][PHP8.1] Don't pass null to strtoupper in getDynamicCharacters
Bradley Taylor [Sun, 11 Jun 2023 08:01:19 +0000 (09:01 +0100)]
[REF][PHP8.1] Don't pass null to strtoupper in getDynamicCharacters
Tim Otten [Sat, 10 Jun 2023 21:40:06 +0000 (14:40 -0700)]
CrmScopeTest - Use explicit value for default/global example
Before: We rely on default/global value of `x=UNDEFINED` or `x=NULL`.
But this is a bit tempermental.
After: Clear default.
Note: There's a prior commit which adds another test (CRM_Core_SmartyTest)
where the global value is specifically undefined or specifically null.
So that still has coverage.
larssandergreen [Sat, 10 Jun 2023 19:00:38 +0000 (13:00 -0600)]
Reduce PHP warnings on Contribution
colemanw [Sat, 10 Jun 2023 17:11:26 +0000 (13:11 -0400)]
Merge pull request #26503 from larssandergreen/Fix-Financial-Type-status
Expire notifications for Shared Address Contact Delete & Financial Types
colemanw [Sat, 10 Jun 2023 17:04:17 +0000 (13:04 -0400)]
Merge pull request #26504 from braders/findById-return-type
[NFC] Change PHPDoc return type (findById)
Bradley Taylor [Sat, 10 Jun 2023 16:35:58 +0000 (17:35 +0100)]
[NFC] Change PHPDoc return type (findById)
larssandergreen [Sat, 10 Jun 2023 15:54:46 +0000 (09:54 -0600)]
Expire notifications for Shared Address Contact Delete & Financial Type
colemanw [Sat, 10 Jun 2023 13:43:10 +0000 (09:43 -0400)]
Merge pull request #26316 from eileenmcnaughton/import_admin
Add import listing for admins
Eileen McNaughton [Sat, 10 Jun 2023 02:01:32 +0000 (14:01 +1200)]
Merge pull request #26501 from civicrm/5.63
5.63
demeritcowboy [Sat, 10 Jun 2023 00:38:54 +0000 (20:38 -0400)]
Merge pull request #26500 from pradpnayak/hook
wrong hook params
Pradeep Nayak [Fri, 9 Jun 2023 23:53:10 +0000 (00:53 +0100)]
wrong hook params
colemanw [Fri, 9 Jun 2023 23:52:35 +0000 (19:52 -0400)]
Merge pull request #26499 from totten/5.63-init-ext
Component-Extensions - Ensure the initial activation list matches
Tim Otten [Fri, 9 Jun 2023 22:43:17 +0000 (15:43 -0700)]
CRM_Core_Smarty - Fix restoration of undefined values (following temporary assignments)
colemanw [Fri, 9 Jun 2023 22:30:41 +0000 (18:30 -0400)]
Merge pull request #26487 from eileenmcnaughton/notice_part
Fix e-notices on New Participant form, strict smarty
Tim Otten [Fri, 9 Jun 2023 21:47:55 +0000 (14:47 -0700)]
Regenerate `civicrm_generated.mysql`
colemanw [Fri, 9 Jun 2023 21:54:01 +0000 (17:54 -0400)]
Merge pull request #26495 from demeritcowboy/doer2
Add deprecation warning and fix deprecated constructor call (followup to #26398)
Tim Otten [Fri, 9 Jun 2023 21:42:23 +0000 (14:42 -0700)]
regen.sh - Preserve the default component-extensions
The issue is that `civicrm_setting[enable_components]` and
`civicrm_extension` need to be sync'd (as of 5.63+).
But there's a structural asymmetry - when dealing with an empty/default
arrangement, "settings"/"components" will inherit a default activation-list;
but "extensions" start with an empty activation-list.
With this patch, we retain the local-active list of component-extensions.
Hopefully, that matches the default setting...
colemanw [Fri, 9 Jun 2023 21:52:10 +0000 (17:52 -0400)]
Merge pull request #26381 from samuelsov/adminuisearch1
[WIP] civicrm_admin_ui Find contacts replacement
Tim Otten [Fri, 9 Jun 2023 21:37:11 +0000 (14:37 -0700)]
Add default-components to list of default-extensions
Tim Otten [Fri, 9 Jun 2023 21:32:56 +0000 (14:32 -0700)]
(REF) civicrm_extension.sqldata.php - Remove redundant lines
demeritcowboy [Fri, 9 Jun 2023 16:28:25 +0000 (12:28 -0400)]
constructor called in a deprecated way
demeritcowboy [Fri, 9 Jun 2023 19:38:19 +0000 (15:38 -0400)]
Revert #26398
Samuel Vanhove [Tue, 30 May 2023 19:04:32 +0000 (15:04 -0400)]
civicrm_admin_ui Find contacts replacement
colemanw [Fri, 9 Jun 2023 19:03:19 +0000 (15:03 -0400)]
Prevent API errors when CiviEvent is disabled
colemanw [Fri, 9 Jun 2023 12:06:13 +0000 (08:06 -0400)]
Afform - Enable search operators to be exposed on the form
colemanw [Fri, 9 Jun 2023 17:13:25 +0000 (13:13 -0400)]
Merge pull request #26491 from mattwire/4336fields
dev/core#4336 Fix don't display payment fields on initial event registration form if payment on confirm is enabled
demeritcowboy [Fri, 9 Jun 2023 16:55:54 +0000 (12:55 -0400)]
Merge pull request #26493 from civicrm/5.63
5.63
demeritcowboy [Fri, 9 Jun 2023 16:54:28 +0000 (12:54 -0400)]
Merge pull request #26492 from larssandergreen/Remove-unreachable-from-event-registration-template-for-tax-total
Remove unreachable code in event registration templates for tax total
colemanw [Fri, 9 Jun 2023 16:53:40 +0000 (12:53 -0400)]
Merge pull request #26494 from demeritcowboy/ufdao
UFGroup DAO is out of date
demeritcowboy [Fri, 9 Jun 2023 16:21:28 +0000 (12:21 -0400)]
regen dao
demeritcowboy [Fri, 9 Jun 2023 16:19:48 +0000 (12:19 -0400)]
Merge pull request #26488 from eileenmcnaughton/event_reg
Fix back office register form validation
larssandergreen [Fri, 9 Jun 2023 15:03:44 +0000 (09:03 -0600)]
Remove unreachable code in event registration templates for tax total
Matthew Wire [Fri, 9 Jun 2023 12:11:32 +0000 (13:11 +0100)]
Fix don't display payment fields on initial event registration form if payment on confirm is enabled
colemanw [Fri, 9 Jun 2023 10:53:33 +0000 (06:53 -0400)]
Merge pull request #25533 from mattwire/afform
Log server-side validation errors so it is easier to troubleshoot/debug afform issues
colemanw [Fri, 9 Jun 2023 10:49:10 +0000 (06:49 -0400)]
Merge pull request #26490 from eileenmcnaughton/comma
Remove stray semi-colon
colemanw [Fri, 9 Jun 2023 10:47:28 +0000 (06:47 -0400)]
Merge pull request #26489 from eileenmcnaughton/remove_comment
Remove obsolete comment
Matthew Wire [Wed, 8 Feb 2023 22:48:25 +0000 (22:48 +0000)]
Log server-side validation errors so it is easier to troubleshoot/debug afform issues
Aidan Saunders [Fri, 9 Jun 2023 09:28:41 +0000 (10:28 +0100)]
Merge pull request #26479 from colemanw/adminUiRedirect
AdminUI - Alter core forms to redirect to the new AdminUI afform pages
Eileen McNaughton [Fri, 9 Jun 2023 07:20:57 +0000 (19:20 +1200)]
Remove stray semi-colon
Eileen McNaughton [Fri, 9 Jun 2023 07:15:33 +0000 (19:15 +1200)]
Remove obsolete comment
This github tried to change the code to match the comment
https://github.com/civicrm/civicrm-core/pull/25819
However, when we inadvertantly did that ... it messed with people's expected
behaviour - so let's remove the comment instead
Eileen McNaughton [Fri, 9 Jun 2023 07:10:43 +0000 (19:10 +1200)]
Fix back office register form validation
Follow on to https://github.com/civicrm/civicrm-core/pull/26346#event-
9346416078
Eileen McNaughton [Fri, 9 Jun 2023 06:52:06 +0000 (18:52 +1200)]
Fix e-notices on New Participant form, strict smarty
Monish Deb [Fri, 9 Jun 2023 04:08:11 +0000 (09:38 +0530)]
Merge pull request #26485 from colemanw/searchKitExpires
SearchKit - Expose expires_date field to UI
Monish Deb [Fri, 9 Jun 2023 04:07:21 +0000 (09:37 +0530)]
Merge pull request #26480 from colemanw/fixLeak
dev/core#4348 - Fix leaky variable in SearchKit traits
Monish Deb [Fri, 9 Jun 2023 03:42:49 +0000 (09:12 +0530)]
Merge pull request #26483 from colemanw/searchKitButtons
SearchKit - Tidy up admin buttons and table header sort icons
Monish Deb [Fri, 9 Jun 2023 03:36:47 +0000 (09:06 +0530)]
Merge pull request #26460 from eileenmcnaughton/api4
Lower-case field name uf_group.post_URL, cancel_URL
Monish Deb [Fri, 9 Jun 2023 03:31:01 +0000 (09:01 +0530)]
Merge pull request #26484 from colemanw/searchKitModified
SearchKit - Fix saving created/modified fields
colemanw [Fri, 9 Jun 2023 02:26:02 +0000 (22:26 -0400)]
SearchKit - Expose expires_date field to UI
colemanw [Fri, 9 Jun 2023 01:28:10 +0000 (21:28 -0400)]
SearchKit - Fix saving created/modified fields
Don't select created/modified id or date fields when loading SavedSearch so they don't get sent back
as values. The BAO will then be free to auto-fill them.
colemanw [Fri, 9 Jun 2023 00:54:17 +0000 (20:54 -0400)]
SearchKit - Tidy up table headers
Eileen McNaughton [Fri, 9 Jun 2023 00:37:06 +0000 (12:37 +1200)]
Merge pull request #26482 from colemanw/redundantVar
Remove redundant variable declared in the parent class
colemanw [Fri, 9 Jun 2023 00:36:40 +0000 (20:36 -0400)]
SearchKit - Tidy up admin buttons
Eileen McNaughton [Fri, 9 Jun 2023 00:36:38 +0000 (12:36 +1200)]
Merge pull request #26481 from eileenmcnaughton/notice
Attempt to fix some form notices on Contact Edit form new contact
colemanw [Thu, 8 Jun 2023 23:03:50 +0000 (19:03 -0400)]
Remove redundant variable declared in the parent class
Eileen McNaughton [Tue, 6 Jun 2023 23:58:39 +0000 (11:58 +1200)]
Lower-case field name uf_group.post_URL
Apiv4 can't handle it as is...
Eileen McNaughton [Thu, 8 Jun 2023 22:38:21 +0000 (10:38 +1200)]
Fix some form notices on Contact Edit form new contact
colemanw [Thu, 8 Jun 2023 20:20:34 +0000 (16:20 -0400)]
Fixes dev/core#4348 - Fix leaky variable in SearchKit traits
"Grand tally" rows at the bottom of searchKit displays were leaking
into each other due to the reuse of traits. This fixes it by copying
each trait before using it.
colemanw [Thu, 8 Jun 2023 19:35:53 +0000 (15:35 -0400)]
AdminUI - Alter core forms to redirect to the new AdminUI afform pages
Aidan Saunders [Thu, 8 Jun 2023 18:07:13 +0000 (19:07 +0100)]
Merge pull request #26470 from colemanw/autoOpen
dev/core#4254 - Add autoOpen feature to SearchKit 'addNew' button
colemanw [Thu, 8 Jun 2023 15:38:31 +0000 (11:38 -0400)]
Merge pull request #26208 from colemanw/extensionComponentApi
dev/core#3961 - Move component Api4 files to component extensions
Eileen McNaughton [Thu, 8 Jun 2023 11:58:08 +0000 (23:58 +1200)]
Merge pull request #26478 from larssandergreen/Possible-fix-for-GroupTest
dev/core#4327 Possible fix for GroupTest occasional failures
larssandergreen [Thu, 8 Jun 2023 05:35:48 +0000 (23:35 -0600)]
Possible fix for GroupTest failures
colemanw [Thu, 8 Jun 2023 02:09:16 +0000 (22:09 -0400)]
Merge pull request #26477 from eileenmcnaughton/event_test
Use EventTest helpers (a few more places)
colemanw [Thu, 8 Jun 2023 02:04:57 +0000 (22:04 -0400)]
Merge pull request #26476 from larssandergreen/Fix-PHP-warnings-on-Register
Fix PHP warnings on front end Register
colemanw [Mon, 15 May 2023 17:09:08 +0000 (13:09 -0400)]
Apiv4 - Test fixes after moving component api files to extensions
Tim Otten [Wed, 7 Jun 2023 23:41:23 +0000 (16:41 -0700)]
Merge pull request #26338 from demeritcowboy/symfony-deprec
CiviEventDispatcher::dispatch() - add deprecation warning for deprecated event class
colemanw [Fri, 12 May 2023 19:28:41 +0000 (15:28 -0400)]
Apiv4 - Move component api files to component extensions
This moves the code belonging to components into their extension directories. As before, these apis will only be available if the component is enabled, but now there is no extra code needed to make that happen.
Eileen McNaughton [Wed, 7 Jun 2023 22:47:11 +0000 (10:47 +1200)]
Use EventTest helpers (a few more places)
CiviCRM [Wed, 7 Jun 2023 22:43:31 +0000 (22:43 +0000)]
Set version to 5.64.alpha1
CiviCRM [Wed, 7 Jun 2023 22:43:19 +0000 (22:43 +0000)]
Set version to 5.63.beta1
colemanw [Wed, 7 Jun 2023 22:34:13 +0000 (18:34 -0400)]
Merge pull request #26472 from eileenmcnaughton/event_test
Cleanup on ContributionTest
larssandergreen [Wed, 7 Jun 2023 22:30:26 +0000 (16:30 -0600)]
Fix PHP warnings on front end Register
colemanw [Wed, 7 Jun 2023 22:27:53 +0000 (18:27 -0400)]
Merge pull request #24705 from larssandergreen/improve-removed-groups-on-contact-groups-tab
Improve Past Groups table on Contact Groups tab
Eileen McNaughton [Wed, 7 Jun 2023 20:05:50 +0000 (08:05 +1200)]
Cleanup on ContributionTest
Remove calls to deprecated functions, typos, undeclared properties, use Event functions
Tim Otten [Wed, 7 Jun 2023 22:03:41 +0000 (15:03 -0700)]
Merge pull request #26469 from mattwire/simplifyeventmsg
Simplify messaging for event confirm page
Eileen McNaughton [Wed, 7 Jun 2023 21:29:40 +0000 (09:29 +1200)]
Merge pull request #26471 from eileenmcnaughton/legacy
Use APIv4 when creating test entities
Eileen McNaughton [Wed, 7 Jun 2023 20:59:01 +0000 (08:59 +1200)]
Add api-v4-mandatory parameter
colemanw [Wed, 7 Jun 2023 20:19:02 +0000 (16:19 -0400)]
Merge pull request #26180 from olayiwola-compucorp/configureDoNotReplyMail
dev/core#4273 - CRM/Mailing - Allow user to configure donotreply email address
Eileen McNaughton [Wed, 7 Jun 2023 20:06:51 +0000 (08:06 +1200)]
Use APIv4 when creating test entities
Eileen McNaughton [Wed, 7 Jun 2023 19:48:48 +0000 (07:48 +1200)]
Merge pull request #26468 from colemanw/underscore___test
APIv4 - Add test to ensure custom fields work with underscores
colemanw [Wed, 7 Jun 2023 19:41:43 +0000 (15:41 -0400)]
dev/core#4254 - Add autoOpen feature to SearchKit 'addNew' button
Eileen McNaughton [Wed, 7 Jun 2023 19:13:59 +0000 (07:13 +1200)]
Merge pull request #26457 from MegaphoneJon/url-filter-afform
Fixes core#4343 - SK ACL bypass not always respected when using an Afform filter
Eileen McNaughton [Wed, 7 Jun 2023 19:12:52 +0000 (07:12 +1200)]
Merge pull request #26467 from larssandergreen/Fix-PHP-warning-on-Export-Contacts
Fix PHP warning on Export Contacts
Matthew Wire [Tue, 9 May 2023 12:48:40 +0000 (13:48 +0100)]
Simplify messaging for event confirm page
colemanw [Wed, 7 Jun 2023 14:08:26 +0000 (10:08 -0400)]
APIv4 - Add test to ensure custom fields work with underscores
See https://lab.civicrm.org/dev/core/-/issues/4317
Matthew Wire [Wed, 7 Jun 2023 13:14:19 +0000 (14:14 +0100)]
Merge pull request #26356 from MegaphoneJon/payment-get-fix
fix parameters in Payment.get
Matthew Wire [Wed, 7 Jun 2023 13:09:42 +0000 (14:09 +0100)]
Merge pull request #26365 from larssandergreen/Show-already-registered-error-on-Transfer-Participant
Fix missing error on Transfer Participant and allow multiple
Matthew Wire [Wed, 7 Jun 2023 13:07:10 +0000 (14:07 +0100)]
Merge pull request #26364 from larssandergreen/Fix-display-of-fee_level-on-Transfer-Participant
Fix display of Fee Level on Self-service Registration Update
Matthew Wire [Wed, 7 Jun 2023 13:06:15 +0000 (14:06 +0100)]
Merge pull request #26151 from larssandergreen/next-and-cancelled-dates-for-contribution-recur-on-contact
dev/core#4258 Show next scheduled and cancel / modified date for recurring contributions on contact record
Matthew Wire [Wed, 7 Jun 2023 13:03:42 +0000 (14:03 +0100)]
Merge pull request #26376 from larssandergreen/Don't-default-dedupe-source
dev/core#3989 When merging, don't overwrite source even when original source is empty
colemanw [Wed, 7 Jun 2023 13:02:47 +0000 (09:02 -0400)]
UtilsRule - Don't check empty values when validating email
Matthew Wire [Wed, 7 Jun 2023 12:58:13 +0000 (13:58 +0100)]
Merge pull request #25207 from larssandergreen/make-email-for-registration-cancellation-or-transfer-optional
Make event registration cancellation email optional for back office cancellation
Matthew Wire [Wed, 7 Jun 2023 12:54:12 +0000 (13:54 +0100)]
Merge pull request #26388 from larssandergreen/Fix-participant-error-receive-date
Fix receive_date error saving on Edit Participant with Record Contribution