Eileen McNaughton [Fri, 28 Oct 2022 00:02:31 +0000 (13:02 +1300)]
Remove notice-causing do-nothing script
In my UI testing & code delving I couldn't see how hiding 'extends_1' was
doing anything. The field didn't seem to be on the page
and the 'extends' files were not hidden....
Eileen McNaughton [Thu, 27 Oct 2022 22:47:33 +0000 (11:47 +1300)]
Merge pull request #24776 from yashodha/dev-3926
(dev/core#3926) Need to increase data size for 'url' column on 'civic…
Seamus Lee [Thu, 27 Oct 2022 22:43:46 +0000 (09:43 +1100)]
Merge pull request #24827 from eileenmcnaughton/test_clean
NFC - minor Cleanup in test class
Seamus Lee [Thu, 27 Oct 2022 22:43:35 +0000 (09:43 +1100)]
Merge pull request #24835 from civicrm/5.55
5.55
Seamus Lee [Thu, 27 Oct 2022 22:28:55 +0000 (09:28 +1100)]
Merge pull request #24833 from totten/5.55-locale-trait
(REF) LocaleTestTrait- Fix error about private static
Eileen McNaughton [Wed, 5 Oct 2022 21:39:53 +0000 (22:39 +0100)]
Stop using private static for tests
Eileen McNaughton [Thu, 27 Oct 2022 20:38:42 +0000 (09:38 +1300)]
Merge pull request #24831 from colemanw/resultsUpTop
SearchKit - Show result count at top of table
yashodha [Thu, 27 Oct 2022 13:09:18 +0000 (18:39 +0530)]
test fixes reflecting the change
Coleman Watts [Thu, 27 Oct 2022 15:59:53 +0000 (11:59 -0400)]
SearchKit - Show result count at top of table
Fixes dev/core#3944
Shows result count at the top of the table, not just in the pager.
Only shows the count if the search button or actions are enabled.
yashodha [Wed, 19 Oct 2022 08:18:04 +0000 (13:48 +0530)]
(dev/core#3926) Need to increase data size for 'url' column on 'civicrm_website' table
Yashodha Chaku [Thu, 27 Oct 2022 07:29:04 +0000 (12:59 +0530)]
Merge pull request #24825 from mlutfy/petitionConfigureLink
Petition Signature: add an Edit link for admins
Tim Otten [Thu, 27 Oct 2022 03:47:52 +0000 (20:47 -0700)]
Merge pull request #24552 from colemanw/afformWorkflow
Afform - Add "AfformBehavior" entity & implement dedupe rules
demeritcowboy [Thu, 27 Oct 2022 01:41:41 +0000 (21:41 -0400)]
Merge pull request #24813 from eileenmcnaughton/label
Minor cleanup in label test, use `PrematureExitException`
Eileen McNaughton [Wed, 26 Oct 2022 19:55:50 +0000 (08:55 +1300)]
Cleanup in test class
Seamus Lee [Thu, 27 Oct 2022 00:53:02 +0000 (11:53 +1100)]
Merge pull request #24796 from seamuslee001/dev_joomla_41
dev/joomla#41 [REF] Amend Joomla Bootstrapping code and hook code to …
Eileen McNaughton [Wed, 26 Oct 2022 23:29:39 +0000 (12:29 +1300)]
Merge pull request #24826 from colemanw/grantIcon
[REF] CiviGrant - Remove redundant icon from Afform entity file
Seamus Lee [Wed, 26 Oct 2022 21:52:10 +0000 (08:52 +1100)]
Merge pull request #24816 from eileenmcnaughton/label_unused
Remove never-changing variable
Eileen McNaughton [Tue, 25 Oct 2022 21:43:39 +0000 (10:43 +1300)]
Remove test-only functionality
Coleman Watts [Wed, 26 Oct 2022 19:20:49 +0000 (15:20 -0400)]
CiviGrant - Remove redundant icon from Afform entity file
No need to redeclare the icon already set in CRM_Grant_DAO_Grant.
Mathieu Lutfy [Wed, 26 Oct 2022 18:27:22 +0000 (14:27 -0400)]
Petition Signature: add an Edit link for admins
demeritcowboy [Wed, 26 Oct 2022 17:15:28 +0000 (13:15 -0400)]
Merge pull request #24822 from shaneonabike/core3893b
Modifying text fields to textarea to manipulate variables
demeritcowboy [Wed, 26 Oct 2022 17:14:58 +0000 (13:14 -0400)]
Merge pull request #24823 from agenceNous/master
Add organization to @bastienho
Tim Otten [Wed, 26 Oct 2022 17:07:52 +0000 (10:07 -0700)]
Merge pull request #24805 from eileenmcnaughton/runas
Add runAs to import job Queue Task
Bastien Ho [Wed, 26 Oct 2022 15:35:17 +0000 (17:35 +0200)]
Add organization to @bastienho
demeritcowboy [Wed, 26 Oct 2022 13:40:16 +0000 (09:40 -0400)]
Merge pull request #24811 from eileenmcnaughton/address
Minor code cleanup - use function to replace a few lines
demeritcowboy [Wed, 26 Oct 2022 13:29:37 +0000 (09:29 -0400)]
Merge pull request #24793 from colemanw/caseGetList
APIv3 - Fix Case entityRef to exclude deleted cases & contacts
Shane Bill [Wed, 26 Oct 2022 13:11:05 +0000 (10:11 -0300)]
Modifying text fields to textarea to manipulate variables
Seamus Lee [Wed, 26 Oct 2022 07:03:04 +0000 (18:03 +1100)]
Merge pull request #24820 from larssandergreen/fix-missing-space-on-membership-search
[NFC] Add missing space in membership search
larssandergreen [Wed, 26 Oct 2022 04:56:16 +0000 (22:56 -0600)]
fix missing space
Eileen McNaughton [Wed, 26 Oct 2022 03:32:50 +0000 (16:32 +1300)]
Merge pull request #24758 from colemanw/apiBatch
SearchKit - Add generic controller for ApiBatch action
Eileen McNaughton [Wed, 26 Oct 2022 02:02:00 +0000 (15:02 +1300)]
Merge pull request #24812 from civicrm/5.55
5.55
Eileen McNaughton [Wed, 26 Oct 2022 02:01:43 +0000 (15:01 +1300)]
Merge pull request #24814 from seamuslee001/failing_test_campaign_id
[REF] Add in Unit test to demonstrate error when trying to import a c…
Coleman Watts [Wed, 19 Oct 2022 15:35:44 +0000 (11:35 -0400)]
APIv3 - Fix Case entityRef to exclude deleted cases & contacts
Seamus Lee [Wed, 26 Oct 2022 00:22:44 +0000 (11:22 +1100)]
Merge pull request #24817 from eileenmcnaughton/no_micro
Remove always true ifs (label code)
Seamus Lee [Tue, 25 Oct 2022 23:37:59 +0000 (10:37 +1100)]
Merge pull request #24815 from seamuslee001/fix_campaign_id_import
[REF] Fix importing contributions with a campaign id rather than a t…
Tim Otten [Tue, 25 Oct 2022 22:13:12 +0000 (15:13 -0700)]
Merge pull request #24818 from laryn/patch-1
Add Backdrop to list of supported CMS's.
Laryn - CEDC.org [Tue, 25 Oct 2022 22:03:32 +0000 (17:03 -0500)]
Add Backdrop to list of supported CMS's.
Tim Otten [Tue, 25 Oct 2022 21:56:20 +0000 (14:56 -0700)]
(REF) ContactAutofill, ContactDedupe - Fix warning
There was a warning when flushing:
WARNING: Class Civi\Afform\Behavior\ContactAutofill was expected to have a service definition, but it did not. Perhaps it needs service name.
WARNING: Class Civi\Afform\behavior\ContactDedupe was expected to have a service definition, but it did not. Perhaps it needs service name.
Eileen McNaughton [Tue, 25 Oct 2022 21:54:16 +0000 (10:54 +1300)]
Remove always true ifs (label code)
Seamus Lee [Tue, 25 Oct 2022 21:47:27 +0000 (08:47 +1100)]
[REF] Fix importing contributions with a acampaign id rather than a title
Seamus Lee [Tue, 25 Oct 2022 21:29:55 +0000 (08:29 +1100)]
[REF] Add in Unit test to demonstrate error when trying to import a campaign id int rather than name or label of the campaign
Eileen McNaughton [Tue, 25 Oct 2022 21:15:02 +0000 (10:15 +1300)]
Minor cleanup in label test, use PrematureExitException
Seamus Lee [Tue, 25 Oct 2022 21:19:31 +0000 (08:19 +1100)]
Merge pull request #24799 from agh1/5.55.0-releasenotes-initial
5.55.0 release notes initial run
Seamus Lee [Tue, 25 Oct 2022 21:18:03 +0000 (08:18 +1100)]
Merge pull request #24751 from bastienho/patch-1
dev/core#3914 Add getRoleNames() method for WordPress
Eileen McNaughton [Tue, 25 Oct 2022 20:58:37 +0000 (09:58 +1300)]
Minor code cleanup - use function to replace a few lines
Seamus Lee [Mon, 24 Oct 2022 02:04:21 +0000 (13:04 +1100)]
dev/joomla#41 [REF] Amend Joomla Bootstrapping code and hook code to get cron to work on Joomla 4
colemanw [Tue, 25 Oct 2022 16:04:44 +0000 (12:04 -0400)]
Merge pull request #24675 from colemanw/kebab
Afform - Ensure afField ids contain only allowed characters
Bastien Ho [Tue, 25 Oct 2022 14:09:22 +0000 (16:09 +0200)]
Remove dummy spaces
Eileen McNaughton [Tue, 25 Oct 2022 07:18:18 +0000 (20:18 +1300)]
Merge pull request #24808 from colemanw/searchKitCleanup
[REF] SearchKit - Cleanup option group mgd files and translate labels
Coleman Watts [Tue, 25 Oct 2022 05:43:04 +0000 (01:43 -0400)]
SearchKit - Cleanup option group mgd files and translate labels
Tim Otten [Tue, 25 Oct 2022 05:00:44 +0000 (22:00 -0700)]
Merge pull request #24806 from eileenmcnaughton/nfc
Minor code cleanup in `Sql::claimItem`
Eileen McNaughton [Mon, 24 Oct 2022 22:13:00 +0000 (11:13 +1300)]
Add runAs to import job
Eileen McNaughton [Mon, 24 Oct 2022 23:31:39 +0000 (12:31 +1300)]
Minor code cleanup in Sql::claimItem
Eileen McNaughton [Mon, 24 Oct 2022 23:20:25 +0000 (12:20 +1300)]
Merge pull request #24761 from totten/master-claimitem-runas
ClaimItems API - Optionally return the "run as" (contact ID/domain ID)
Eileen McNaughton [Mon, 24 Oct 2022 21:35:53 +0000 (10:35 +1300)]
Merge pull request #24801 from briennekordis/issue3927
Resolve Issue #3927: contact import failure of different related contact typess
Brienne Kordis [Mon, 24 Oct 2022 17:33:22 +0000 (13:33 -0400)]
resolve import fail of diff related contact types
Andie Hunt [Mon, 24 Oct 2022 14:45:25 +0000 (10:45 -0400)]
5.55.0 release notes: added boilerplate
Andie Hunt [Mon, 24 Oct 2022 14:40:40 +0000 (10:40 -0400)]
5.55.0 release notes: raw from script
demeritcowboy [Mon, 24 Oct 2022 13:54:58 +0000 (09:54 -0400)]
Merge pull request #24782 from mlutfy/phoneExt
Contact Phone Edit: make it possible for extensions to hide the phone_ext field
Seamus Lee [Mon, 24 Oct 2022 06:25:31 +0000 (17:25 +1100)]
Merge pull request #24797 from colemanw/afformChildren
Afform - Fix ability to add items to an empty fieldset
Coleman Watts [Mon, 24 Oct 2022 02:51:13 +0000 (22:51 -0400)]
Afform - Ensure container elements like <div> always have #children even if empty
Eileen McNaughton [Mon, 24 Oct 2022 01:33:37 +0000 (14:33 +1300)]
Merge pull request #24795 from colemanw/searchKitRelFix
AdminUi - Fix relationship screen to show names instead of labels
Seamus Lee [Mon, 24 Oct 2022 00:34:30 +0000 (11:34 +1100)]
Merge pull request #24794 from colemanw/searchKitFinancialAccountsFix
AdminUI - Fix links in Financial Accounts page
Coleman Watts [Sun, 23 Oct 2022 23:17:46 +0000 (19:17 -0400)]
AdminUi - Fix relationship screen to show names instead of labels
Coleman Watts [Sun, 23 Oct 2022 22:31:31 +0000 (18:31 -0400)]
AfformBehavior - Use autoservice
Coleman Watts [Sun, 18 Sep 2022 20:02:11 +0000 (16:02 -0400)]
Afform - Add ContactDedupe Behavior
This allow existing contacts to be updated per form rules
Coleman Watts [Sun, 18 Sep 2022 19:29:44 +0000 (15:29 -0400)]
Afform - Convert Contact Autofill to a Behavior
The functionality for autofilling the current user is unchanged, but now encapsulated in a Behavior.
Coleman Watts [Sun, 18 Sep 2022 19:23:39 +0000 (15:23 -0400)]
Afform - Add AfformBehavior entity
A "Behavior" is a PHP class which adds additional configuration and functionality to an Afform entity.
Seamus Lee [Sun, 23 Oct 2022 20:29:18 +0000 (07:29 +1100)]
Merge pull request #24783 from totten/master-sub
(REF) authx - Move listener to service class
Coleman Watts [Sun, 23 Oct 2022 19:52:22 +0000 (15:52 -0400)]
AdminUI - Fix links in Financial Accounts page
Mathieu Lutfy [Thu, 20 Oct 2022 18:35:53 +0000 (14:35 -0400)]
Contact Phone Edit: make it possible for extensions to hide the phone_ext field
demeritcowboy [Sun, 23 Oct 2022 15:42:31 +0000 (11:42 -0400)]
Merge pull request #23910 from kurund/boucetype-fixes
allow bounce threshold to be 0 for bounces that you want to ignore like vacation auto reply
demeritcowboy [Sun, 23 Oct 2022 15:38:40 +0000 (11:38 -0400)]
Merge pull request #24788 from MegaphoneJon/financial-type-writerecord
deprecate FinancialType create/add in favor of writeRecord
colemanw [Sun, 23 Oct 2022 06:28:10 +0000 (02:28 -0400)]
Merge pull request #24730 from davejenx/admin-ui-searchkit-financial-accounts
AdminUI - Add SearchKit-based screen for Administer Financial Accounts
Dave Jenkins [Wed, 12 Oct 2022 12:13:16 +0000 (12:13 +0000)]
AdminUI - Add SearchKit-based screen for Administer Financial Accounts
demeritcowboy [Sat, 22 Oct 2022 21:15:01 +0000 (17:15 -0400)]
Merge pull request #24770 from colemanw/adminForm
CRM_Admin_Form - Support standalone forms
demeritcowboy [Sat, 22 Oct 2022 16:55:59 +0000 (12:55 -0400)]
Merge pull request #24789 from pradpnayak/useApi4MsgTpls
Use API4 to get message templates over DAO function
Pradeep Nayak [Fri, 21 Oct 2022 18:59:44 +0000 (19:59 +0100)]
Use API4 to get message templates over DAO function
demeritcowboy [Sat, 22 Oct 2022 14:51:56 +0000 (10:51 -0400)]
Merge pull request #24491 from totten/master-ext-depth
Extensions - Limit depth of search for "info.xml"
demeritcowboy [Sat, 22 Oct 2022 00:09:26 +0000 (20:09 -0400)]
Merge pull request #24792 from civicrm/5.55
5.55
demeritcowboy [Fri, 21 Oct 2022 22:46:41 +0000 (18:46 -0400)]
Merge pull request #24791 from larssandergreen/update-incremental-sql-readme
Update incremental sql readme per #24786
Seamus Lee [Fri, 21 Oct 2022 20:53:42 +0000 (07:53 +1100)]
Merge pull request #24790 from briennekordis/issue3932
Remove broken call to parent constructor (Issue #3932)
larssandergreen [Fri, 21 Oct 2022 19:43:55 +0000 (13:43 -0600)]
add FROM DUAL for MariaDB
Brienne Kordis [Fri, 21 Oct 2022 19:28:20 +0000 (15:28 -0400)]
remove broken call to parent constructor
Tim Otten [Fri, 21 Oct 2022 18:30:12 +0000 (11:30 -0700)]
Merge pull request #24786 from demeritcowboy/dual
Fix upgrade for mariadb
Jon Goldberg [Fri, 21 Oct 2022 17:28:03 +0000 (13:28 -0400)]
deprecate FinancialType create/add in favor of writeRecord
demeritcowboy [Fri, 21 Oct 2022 15:38:12 +0000 (11:38 -0400)]
needed for mariadb
demeritcowboy [Fri, 21 Oct 2022 03:20:13 +0000 (23:20 -0400)]
Merge pull request #24476 from totten/5.53-filetest
(REF) FileTest - Prevent test-interactions from testIsDirWithOpenBasedir
Eileen McNaughton [Fri, 21 Oct 2022 00:58:23 +0000 (13:58 +1300)]
Merge pull request #24784 from civicrm/5.55
5.55
Tim Otten [Wed, 7 Sep 2022 07:03:05 +0000 (00:03 -0700)]
(REF) FileTest - Prevent test-interactions from testIsDirWithOpenBasedir
Tim Otten [Thu, 20 Oct 2022 23:22:16 +0000 (16:22 -0700)]
FiveFiftySix - Add pre-upgrade warning for deeply nested extension paths
Tim Otten [Fri, 9 Sep 2022 02:33:07 +0000 (19:33 -0700)]
Extensions - Within civicrm-core, only search the 'ext' and 'tools' folders.
Tim Otten [Fri, 9 Sep 2022 02:04:11 +0000 (19:04 -0700)]
Extensions - Use ext_max_depth to limit scans for info.xml
Tim Otten [Fri, 9 Sep 2022 01:49:23 +0000 (18:49 -0700)]
Settings - Define 'ext_max_depth'
Tim Otten [Fri, 9 Sep 2022 00:53:22 +0000 (17:53 -0700)]
findFiles() - Add suppport for $maxDepth option
Tim Otten [Thu, 20 Oct 2022 22:00:22 +0000 (15:00 -0700)]
Merge pull request #24764 from eileenmcnaughton/runtime
Fix language negotiation exception to be standard
Tim Otten [Thu, 20 Oct 2022 20:04:42 +0000 (13:04 -0700)]
Merge pull request #24772 from eileenmcnaughton/queue_size
Fix accidental revert of import batch size
Tim Otten [Thu, 20 Oct 2022 20:01:59 +0000 (13:01 -0700)]
Merge pull request #23918 from demeritcowboy/af-tag-test
[NFC/Unit Test] dev/core#3702 - Failing test for af-tag
Tim Otten [Thu, 20 Oct 2022 18:41:28 +0000 (11:41 -0700)]
authx - Move listener to service class
Tim Otten [Thu, 20 Oct 2022 18:41:00 +0000 (11:41 -0700)]
authx - Enable class-scanner