Tim Otten [Tue, 3 Oct 2023 20:56:59 +0000 (13:56 -0700)]
(NFC) RunLoop - Expand docblocks
Tim Otten [Tue, 3 Oct 2023 01:45:27 +0000 (18:45 -0700)]
Queue::runLoop() - Add explanatory exit message for an aborted queue
Tim Otten [Tue, 3 Oct 2023 01:44:04 +0000 (18:44 -0700)]
Queue - Extract method getStatus()
Tim Otten [Sat, 30 Sep 2023 01:29:52 +0000 (18:29 -0700)]
Queue::runLoop() - Add API for running several tasks
Eileen McNaughton [Sat, 30 Sep 2023 01:57:22 +0000 (14:57 +1300)]
Merge pull request #27687 from eileenmcnaughton/smarty_and
Smarty3 doesn't like 'and' (without spaces)
Eileen McNaughton [Fri, 29 Sep 2023 23:50:56 +0000 (12:50 +1300)]
Smarty3 doesn't like and
Eileen McNaughton [Fri, 29 Sep 2023 20:38:25 +0000 (09:38 +1300)]
Merge pull request #27684 from eileenmcnaughton/master
5.66 to master
Eileen McNaughton [Fri, 29 Sep 2023 20:37:33 +0000 (09:37 +1300)]
Merge branch '5.66' of github.com:civicrm/civicrm-core
Eileen McNaughton [Fri, 29 Sep 2023 20:32:32 +0000 (09:32 +1300)]
Merge pull request #27683 from larssandergreen/Clean-up-event-templates-line-items
Clean up event message templates line items
larssandergreen [Fri, 29 Sep 2023 20:00:53 +0000 (14:00 -0600)]
Clean up event message templates line items
Matthew Wire [Fri, 29 Sep 2023 18:57:41 +0000 (19:57 +0100)]
Merge pull request #27637 from MegaphoneJon/show-detailed-ajax-error
allow showing detailed error messages from AJAX
demeritcowboy [Fri, 29 Sep 2023 17:28:18 +0000 (13:28 -0400)]
Merge pull request #27677 from eileenmcnaughton/notice_data
Pass cid=false in include to avoid notice
colemanw [Fri, 29 Sep 2023 17:17:27 +0000 (13:17 -0400)]
Merge pull request #27624 from eileenmcnaughton/part_off
Align financial information in participant offline receipt with online receipt
colemanw [Fri, 29 Sep 2023 14:32:20 +0000 (10:32 -0400)]
Merge pull request #27645 from artfulrobot/artfulrobot-standalone
Standalone: Users' password changing form and API
Rich Lott / Artful Robot [Fri, 29 Sep 2023 13:50:43 +0000 (14:50 +0100)]
standalone: civilint again
Rich Lott / Artful Robot [Fri, 29 Sep 2023 13:47:11 +0000 (14:47 +0100)]
standalone: add stub for checkPasswordResetToken
Rich Lott / Artful Robot [Fri, 29 Sep 2023 13:45:44 +0000 (14:45 +0100)]
standalone: WIP
colemanw [Fri, 29 Sep 2023 13:39:14 +0000 (09:39 -0400)]
Merge pull request #27583 from eileenmcnaughton/smarty_tpl
dev/core##4146 Update `Renderer::_tplFetch` to work with `Smarty3`
Rich Lott / Artful Robot [Fri, 29 Sep 2023 13:35:32 +0000 (14:35 +0100)]
standalone: fix login page not working
colemanw [Fri, 29 Sep 2023 12:22:40 +0000 (08:22 -0400)]
Merge pull request #27670 from colemanw/getPermissionedRelationshipOptions
Add icons to relationship permission metadata
colemanw [Fri, 29 Sep 2023 12:06:27 +0000 (08:06 -0400)]
Merge pull request #27675 from eileenmcnaughton/remove_confirm
Remove unreachable code
colemanw [Fri, 29 Sep 2023 12:03:22 +0000 (08:03 -0400)]
Merge pull request #27673 from eileenmcnaughton/smarty_help_fix
Fix Smarty help text block
colemanw [Fri, 29 Sep 2023 11:59:35 +0000 (07:59 -0400)]
Merge pull request #27672 from eileenmcnaughton/back_ticks
Remove backticks from a couple of places where tokens are already supported
colemanw [Fri, 29 Sep 2023 11:59:01 +0000 (07:59 -0400)]
Merge pull request #27671 from eileenmcnaughton/back_tick
Remove backticks around tokens
Rich Lott / Artful Robot [Fri, 29 Sep 2023 08:05:46 +0000 (09:05 +0100)]
standalone: use Password field type not Text for password
Rich Lott / Artful Robot [Fri, 29 Sep 2023 08:04:38 +0000 (09:04 +0100)]
standalone: rename User field plaintext_password to just password
Eileen McNaughton [Fri, 29 Sep 2023 06:37:39 +0000 (19:37 +1300)]
Pass cid=false in include to avoid notice
Eileen McNaughton [Fri, 29 Sep 2023 06:02:58 +0000 (19:02 +1300)]
Remove unreachable code
In 2020 this commit
https://github.com/civicrm/civicrm-core/commit/
10f289cab793ff8292560eba7d780ec8295a5862
removed the call to get the participant list from the search object
and instead replaced it with a call to get it from the v4 api.
In the process confirmEventUrl stopped being assinged to the template
and no-one noticed. This removes the traces of it
Eileen McNaughton [Fri, 29 Sep 2023 05:38:27 +0000 (18:38 +1300)]
Fix Smarty help text block
Eileen McNaughton [Fri, 29 Sep 2023 05:25:28 +0000 (18:25 +1300)]
Remove backticks from a couple of places where tokens are already supported
Eileen McNaughton [Fri, 29 Sep 2023 05:14:28 +0000 (18:14 +1300)]
Remove backticks around tokens
colemanw [Fri, 29 Sep 2023 02:47:18 +0000 (22:47 -0400)]
Add icons to relationship permission metadata
Eileen McNaughton [Fri, 29 Sep 2023 01:34:37 +0000 (14:34 +1300)]
Add subtotal into online receipt
Eileen McNaughton [Sun, 24 Sep 2023 21:46:12 +0000 (10:46 +1300)]
Align financial information in participant offline receipt with online receipt
This brings across all the financial code around displaying line item
amounts etc from the online receipt to the offline one. It also adds the same
styles.
Eileen McNaughton [Fri, 29 Sep 2023 01:30:06 +0000 (14:30 +1300)]
Merge pull request #27669 from seamuslee001/eway_single_nfc
[NFC] Correct urls in eway single core extension
Seamus Lee [Fri, 29 Sep 2023 01:26:23 +0000 (11:26 +1000)]
[NFC] Correct urls in eway single core extension
Eileen McNaughton [Fri, 29 Sep 2023 01:20:40 +0000 (14:20 +1300)]
Merge pull request #27479 from eileenmcnaughton/party
[php8.x, workflow template] Fix multiple participant online receipt display for quickConfig
Eileen McNaughton [Fri, 29 Sep 2023 01:19:58 +0000 (14:19 +1300)]
Merge pull request #27556 from eileenmcnaughton/no_primary
[event][templates] Stop assigning `isPrimary` for WorkFlow Messages at form layer
Eileen McNaughton [Fri, 29 Sep 2023 00:43:20 +0000 (13:43 +1300)]
Merge pull request #27625 from eileenmcnaughton/location
Fix event.location token to include supplemental address details, use in event receipts
Eileen McNaughton [Fri, 29 Sep 2023 00:42:59 +0000 (13:42 +1300)]
Merge pull request #27668 from larssandergreen/Fix-broken-smarty-debug
Fix broken smarty debug regression from #27582
Seamus Lee [Fri, 29 Sep 2023 00:01:45 +0000 (10:01 +1000)]
Merge pull request #27667 from larssandergreen/Fix-missing-event-participant-params-regression
Fix missing participant params regression from #27605
Eileen McNaughton [Mon, 25 Sep 2023 21:55:08 +0000 (10:55 +1300)]
Fix event token to support all address fields
larssandergreen [Thu, 28 Sep 2023 23:33:54 +0000 (17:33 -0600)]
Fix broken smarty debug regression from #27582
larssandergreen [Thu, 28 Sep 2023 23:05:08 +0000 (17:05 -0600)]
Fix missing participant params regression from 27605
Tim Otten [Thu, 28 Sep 2023 21:47:05 +0000 (14:47 -0700)]
Merge pull request #27562 from eileenmcnaughton/contribute_mode
dev/core#4619 Remove removable instances of contribute Mode
colemanw [Thu, 28 Sep 2023 21:17:42 +0000 (17:17 -0400)]
Merge pull request #27664 from pradpnayak/msglabelField
Add Label field for Message Template
Eileen McNaughton [Thu, 28 Sep 2023 21:10:57 +0000 (10:10 +1300)]
Merge pull request #27564 from eileenmcnaughton/paypal
Paypal recur processor_id fix
Eileen McNaughton [Thu, 28 Sep 2023 21:09:36 +0000 (10:09 +1300)]
Merge pull request #27657 from colemanw/requiredContactFields
APIv4 - Delete unnecessary contact spec provider
Eileen McNaughton [Thu, 28 Sep 2023 21:08:36 +0000 (10:08 +1300)]
Merge pull request #27663 from colemanw/phpStormTest
PHPStorm - Add PHPSTORM_META about test functions
Eileen McNaughton [Thu, 28 Sep 2023 21:07:57 +0000 (10:07 +1300)]
Merge pull request #27662 from colemanw/birthday
APIv4 - Remove always-true if
Eileen McNaughton [Thu, 28 Sep 2023 21:06:05 +0000 (10:06 +1300)]
Merge pull request #27665 from colemanw/afformCruft
Remove references to deleted file
Eileen McNaughton [Sun, 24 Sep 2023 22:17:44 +0000 (11:17 +1300)]
Fix event.location token to include supplemental address details, use in event receipts
Eileen McNaughton [Thu, 21 Sep 2023 19:03:12 +0000 (07:03 +1200)]
Fix a couple more places to use tokens
I could make no sense of the whole default role ID thing
I removed it
Eileen McNaughton [Mon, 18 Sep 2023 04:07:30 +0000 (16:07 +1200)]
Fix multiple participant online receipt display for quickConfig
Rich Lott / Artful Robot [Thu, 28 Sep 2023 20:18:21 +0000 (21:18 +0100)]
standalone: User password storage and api
colemanw [Thu, 28 Sep 2023 19:08:53 +0000 (15:08 -0400)]
Remove references to deleted file
The file was deleted in
f712b2a88b23ed8cb7f2358b8876efcc01185220
Aidan Saunders [Thu, 28 Sep 2023 18:05:17 +0000 (19:05 +0100)]
Merge pull request #27271 from colemanw/campaignSearchKit
Convert CiviCampaign Dashboard to SearchKit
Pradeep Nayak [Thu, 28 Sep 2023 16:58:56 +0000 (17:58 +0100)]
Add Label field for Message Template
colemanw [Thu, 28 Sep 2023 15:47:53 +0000 (11:47 -0400)]
PHPStorm - Add PHPSTORM_META about test functions
colemanw [Thu, 28 Sep 2023 13:19:27 +0000 (09:19 -0400)]
Remove always-true if
Seamus Lee [Thu, 28 Sep 2023 02:38:18 +0000 (12:38 +1000)]
Merge pull request #27582 from eileenmcnaughton/smarty_bc
dev/core##4146 Update debug.tpl to not be noticey with Smarty3
Eileen McNaughton [Thu, 28 Sep 2023 00:12:16 +0000 (13:12 +1300)]
Merge pull request #27661 from civicrm/5.66
5.66
Seamus Lee [Wed, 27 Sep 2023 23:45:49 +0000 (09:45 +1000)]
Merge pull request #27581 from eileenmcnaughton/smarty_small
dev/core##4146 Remove unused variables from custom smarty functions
Eileen McNaughton [Wed, 27 Sep 2023 23:35:09 +0000 (12:35 +1300)]
Merge pull request #27644 from totten/master-upg-pages
FiveSixtySeven - Add pagination for event-queue backfill
Seamus Lee [Wed, 27 Sep 2023 23:19:48 +0000 (09:19 +1000)]
Merge pull request #27615 from colemanw/afformFixJoins
Afform - ensure prefill entities are populated correctly
Eileen McNaughton [Wed, 27 Sep 2023 21:47:51 +0000 (10:47 +1300)]
Merge pull request #27650 from eileenmcnaughton/defaults_nest
Flatten array
Eileen McNaughton [Wed, 27 Sep 2023 20:26:25 +0000 (09:26 +1300)]
Merge pull request #27658 from eileenmcnaughton/queue_stuff
Add since to deprecated tag
Eileen McNaughton [Wed, 27 Sep 2023 20:26:09 +0000 (09:26 +1300)]
Merge pull request #27610 from colemanw/noteTabReplacement
ContactSummary - Replace Notes tab with SearchKit display
Eileen McNaughton [Tue, 26 Sep 2023 20:27:57 +0000 (09:27 +1300)]
Flatten array
Eileen McNaughton [Wed, 27 Sep 2023 19:17:27 +0000 (08:17 +1300)]
Add since to deprecated tag
Eileen McNaughton [Wed, 27 Sep 2023 19:00:42 +0000 (08:00 +1300)]
Merge pull request #27655 from eileenmcnaughton/queue_stuff
Switch new queue listener to be a conventional hook
colemanw [Wed, 27 Sep 2023 16:19:09 +0000 (12:19 -0400)]
APIv4 - Delete unnecessary contact spec provider
colemanw [Wed, 27 Sep 2023 13:20:38 +0000 (09:20 -0400)]
Merge pull request #27575 from mlutfy/core4270
dev/core#4270 createDebugLogger/ConfigAndLog: use a standard date format
Mathieu Lu [Fri, 22 Sep 2023 18:23:52 +0000 (14:23 -0400)]
dev/core#4270 createDebugLogger/ConfigAndLog: use a standard date format
colemanw [Wed, 27 Sep 2023 12:14:32 +0000 (08:14 -0400)]
Merge pull request #27656 from yashodha/search_options
Add more search option for email
yashodha [Wed, 27 Sep 2023 07:43:28 +0000 (13:13 +0530)]
Add more search option for email
Eileen McNaughton [Wed, 27 Sep 2023 06:39:50 +0000 (19:39 +1300)]
Switch new queue listener to be a conventional hook
Per https://chat.civicrm.org/civicrm/pl/q3uzbd59sbdgixohqsiyq8r7ar:
Seamus Lee [Wed, 27 Sep 2023 00:51:06 +0000 (10:51 +1000)]
Merge pull request #27549 from colemanw/customFields
CustomGroup - Add metadata, cleanup "Custom FieldSet" form & improve UX
colemanw [Thu, 21 Sep 2023 19:16:24 +0000 (15:16 -0400)]
CustomGroup - Add metadata about which types of entities support multi-record custom fields
This is still only enabled for contacts, but now the switch could be flipped for other entities.
Refactors the custom group form to be metadata-driven & respect the new setting (and cleanup lots of cruft).
Seamus Lee [Tue, 26 Sep 2023 23:55:49 +0000 (09:55 +1000)]
Merge pull request #27647 from colemanw/loadCoreAfforms
Afform - Scan core ang/afform directory
Eileen McNaughton [Tue, 26 Sep 2023 23:22:30 +0000 (12:22 +1300)]
Merge pull request #27651 from eileenmcnaughton/unused
Remove unused property
Eileen McNaughton [Tue, 26 Sep 2023 20:34:39 +0000 (09:34 +1300)]
Remove unused property
Property is set but never accessed
demeritcowboy [Tue, 26 Sep 2023 16:30:28 +0000 (12:30 -0400)]
Merge pull request #27646 from civicrm/5.66
5.66
colemanw [Tue, 26 Sep 2023 13:31:52 +0000 (09:31 -0400)]
Merge pull request #27612 from eileenmcnaughton/party_trait
Share event lookup functions in a trait
Tim Otten [Tue, 26 Sep 2023 08:04:06 +0000 (01:04 -0700)]
FiveSixtySeven - Add pagination for event-queue backfill
colemanw [Tue, 26 Sep 2023 12:37:15 +0000 (08:37 -0400)]
Merge pull request #27635 from demeritcowboy/custbr
Remove weird `<br>` tag on clear buttons on custom radio fields
colemanw [Tue, 26 Sep 2023 11:26:50 +0000 (07:26 -0400)]
Merge pull request #27639 from mlutfy/core4623
dev/core#4623 Standalone: fix currentPath on AngularJS pages (ex: New Mailing)
Tim Otten [Tue, 26 Sep 2023 08:02:55 +0000 (01:02 -0700)]
Merge pull request #27640 from eileenmcnaughton/mailing_backfill
dev/core#4567 Add upgrade script to mailing-queue-table alter
Tim Otten [Tue, 26 Sep 2023 05:39:11 +0000 (22:39 -0700)]
Merge pull request #27626 from colemanw/mailService
Fix dev/core#4566 by ensuring groupNames are fetched
Tim Otten [Tue, 26 Sep 2023 04:29:31 +0000 (21:29 -0700)]
Merge pull request #27641 from colemanw/extensionUpgrades
Upgrade all core extensions to civix 23.02.1
colemanw [Tue, 26 Sep 2023 02:05:50 +0000 (22:05 -0400)]
Upgrade all core extensions to civix 23.02.1
Mathieu Lu [Tue, 26 Sep 2023 01:09:21 +0000 (21:09 -0400)]
dev/core#4623 Standalone: fix currentPath on AngularJS pages (ex: New Mailing)
Eileen McNaughton [Tue, 26 Sep 2023 01:08:11 +0000 (14:08 +1300)]
Add upgrade script to mailing-queue-table alter
Eileen McNaughton [Mon, 25 Sep 2023 22:41:17 +0000 (11:41 +1300)]
Merge pull request #27633 from demeritcowboy/place-holder
Remove unused place_holder
demeritcowboy [Mon, 25 Sep 2023 19:30:28 +0000 (15:30 -0400)]
place_holder only ever defined in one place
demeritcowboy [Mon, 25 Sep 2023 21:56:06 +0000 (17:56 -0400)]
Merge pull request #27636 from eileenmcnaughton/mailing
Remove unreachable code
Eileen McNaughton [Mon, 25 Sep 2023 21:38:38 +0000 (10:38 +1300)]
Merge pull request #27634 from demeritcowboy/desc
php notices for "description"
Jon Goldberg [Mon, 25 Sep 2023 21:23:46 +0000 (17:23 -0400)]
allow showing detailed error messages from AJAX
Eileen McNaughton [Mon, 25 Sep 2023 21:17:10 +0000 (10:17 +1300)]
Remove unreachable code
Mailing is hard-coded to FALSE so anything that relies on it being TRUE
is unreachable
demeritcowboy [Mon, 25 Sep 2023 20:26:49 +0000 (16:26 -0400)]
Merge pull request #27630 from civicrm/5.66
5.66