Vangelis Pantazis [Thu, 7 Apr 2022 14:07:25 +0000 (15:07 +0100)]
Fixes style warnings
Vangelis Pantazis [Wed, 6 Apr 2022 17:09:13 +0000 (18:09 +0100)]
Adds PHPUnit testing for multiple addresses with is_billing on
Vangelis Pantazis [Mon, 28 Feb 2022 17:45:14 +0000 (17:45 +0000)]
Fixes issue with duplicate is_billing on inline address forms.
Seamus Lee [Mon, 28 Feb 2022 04:23:23 +0000 (15:23 +1100)]
Merge pull request #22849 from colemanw/fixApiExplorerError
Fix API4 Explorer undefined variable error
Coleman Watts [Mon, 28 Feb 2022 02:02:16 +0000 (21:02 -0500)]
Fix API4 Explorer undefined variable error
Eileen McNaughton [Sun, 27 Feb 2022 23:06:41 +0000 (12:06 +1300)]
Merge pull request #22848 from braders/extension-manager-notices
Avoid PHP undefined index notices on extension pages
Bradley Taylor [Sun, 27 Feb 2022 17:12:25 +0000 (17:12 +0000)]
Avoid PHP undefined index notices on extension pages
colemanw [Sun, 27 Feb 2022 17:05:42 +0000 (12:05 -0500)]
Merge pull request #22846 from demeritcowboy/testorg
[NFC] Basic case create test with org
demeritcowboy [Sun, 27 Feb 2022 16:31:16 +0000 (11:31 -0500)]
Merge pull request #22842 from mattwire/i18n
Fix issues with PHP GetText and 0 length files
demeritcowboy [Sun, 27 Feb 2022 16:09:01 +0000 (11:09 -0500)]
Merge pull request #22840 from braders/prefered-language-undefined-variable
Remove reference to undefined variable in CRM_Contact_Form_Inline_CommunicationPreferences
demeritcowboy [Sun, 27 Feb 2022 15:28:28 +0000 (10:28 -0500)]
basic test with org
colemanw [Sun, 27 Feb 2022 14:29:26 +0000 (09:29 -0500)]
Merge pull request #22844 from braders/static-methods
Mark methods which are only used statically as static
Bradley Taylor [Sun, 27 Feb 2022 10:22:11 +0000 (10:22 +0000)]
Mark methods which are only used statically as static
Tim Otten [Sun, 27 Feb 2022 05:52:43 +0000 (21:52 -0800)]
Merge pull request #22831 from colemanw/virtualEntityPrefix
APIv4 - Add metadata about class args
Coleman Watts [Fri, 25 Feb 2022 15:42:29 +0000 (10:42 -0500)]
APIv4 - Add entity metadata about class args
The CustomValue API is a virtual API, where multiple entities all get routed to the
same class if they share the prefix "Custom_", and pass a class arg to the
php factory functions e.g. `CustomValue::get('MyCustomGroup')`.
Instead of hard-coding this idea into the now it's part of the entity
metadata so that other APIs, notaby ECK, can use a similar pattern.
Matthew Wire [Sat, 26 Feb 2022 23:14:57 +0000 (23:14 +0000)]
Fix 100% CPU and timeout on some servers
demeritcowboy [Sat, 26 Feb 2022 21:48:49 +0000 (16:48 -0500)]
Merge pull request #22841 from braders/state-class-tidy
Cody tidy in CRM_Core_State
demeritcowboy [Sat, 26 Feb 2022 21:43:11 +0000 (16:43 -0500)]
Merge pull request #22838 from civicrm/5.47
5.47
demeritcowboy [Sat, 26 Feb 2022 21:43:01 +0000 (16:43 -0500)]
Merge pull request #22839 from braders/pricefieldvalue-undefined-var
Remove reference to undefined variable
Bradley Taylor [Sat, 26 Feb 2022 18:23:17 +0000 (18:23 +0000)]
Cody tidy in CRM_Core_State
Bradley Taylor [Sat, 26 Feb 2022 17:04:29 +0000 (17:04 +0000)]
Remove reference to undefined variable
Bradley Taylor [Sat, 26 Feb 2022 17:41:40 +0000 (17:41 +0000)]
Remove reference to undefined variable in CRM_Contact_Form_Inline_CommunicationPreferences
demeritcowboy [Sat, 26 Feb 2022 15:35:35 +0000 (10:35 -0500)]
Merge pull request #22809 from colemanw/afformSearchKitRefresh
SearchKit - Refresh contents after saving a popup when in a block/tab
demeritcowboy [Sat, 26 Feb 2022 15:17:06 +0000 (10:17 -0500)]
Merge pull request #22814 from colemanw/civiCaseRelationshipHooks
CiviCase - Call hooks when creating relationships
demeritcowboy [Sat, 26 Feb 2022 15:15:56 +0000 (10:15 -0500)]
Merge pull request #22836 from civicrm/5.47
5.47
colemanw [Sat, 26 Feb 2022 04:58:40 +0000 (23:58 -0500)]
Merge pull request #22834 from colemanw/hookInterface
Move HookInterface to \Civi\Core namespace
Tim Otten [Sat, 26 Feb 2022 04:58:16 +0000 (20:58 -0800)]
Merge pull request #22829 from colemanw/tableName
APIv4 - Add tableName to Entity.get output
Tim Otten [Sat, 26 Feb 2022 03:16:30 +0000 (19:16 -0800)]
Civi\Test\HookInterface is now an alias for Civi\Core\HookInterface
This means that we don't need to maintain two copies of the docblock.
There's a strong expectation that the interfaces work equivalently.
It will be more forgiving if a consumer mixes up the names.
Seamus Lee [Sat, 26 Feb 2022 00:19:26 +0000 (11:19 +1100)]
Merge pull request #22833 from alifrumin/rn5.47
[NFC] first stab at 5.47 release notes
Coleman Watts [Fri, 25 Feb 2022 21:09:48 +0000 (16:09 -0500)]
Copy \Civi\Test\HookInterface to \Civi\Core namespace
Alice Frumin [Tue, 22 Feb 2022 20:40:21 +0000 (15:40 -0500)]
[NFC] first pass at 5.47 release notes
Coleman Watts [Fri, 25 Feb 2022 05:34:44 +0000 (00:34 -0500)]
APIv4 - Add tableName to Entity.get output
demeritcowboy [Fri, 25 Feb 2022 04:14:11 +0000 (23:14 -0500)]
Merge pull request #22772 from eileenmcnaughton/batch
Fix submit handling of thousands when creating data entry batch
Eileen McNaughton [Fri, 25 Feb 2022 03:06:08 +0000 (16:06 +1300)]
Merge pull request #22827 from colemanw/subType
APIv4 - Add fixme about filtering custom fields by sub-type
Eileen McNaughton [Fri, 25 Feb 2022 02:03:23 +0000 (15:03 +1300)]
Merge pull request #22637 from eileenmcnaughton/dom_flush
Flush the metadata cache when the domain is edited
Coleman Watts [Fri, 25 Feb 2022 00:53:35 +0000 (19:53 -0500)]
APIv4 - Add fixme about filtering custom fields by sub-type
Coleman Watts [Sun, 20 Feb 2022 23:26:46 +0000 (18:26 -0500)]
SearchKit - Refresh contents after saving a popup when in a block/tab
The auto-refresh depends on the search being inside a <form> element.
colemanw [Fri, 25 Feb 2022 00:26:12 +0000 (19:26 -0500)]
Merge pull request #22752 from eileenmcnaughton/grumpit
Fixes for smarty grumpy mode with membership
demeritcowboy [Fri, 25 Feb 2022 00:07:26 +0000 (19:07 -0500)]
Merge pull request #22719 from eileenmcnaughton/notice_page
Enotice fixes
Eileen McNaughton [Thu, 24 Feb 2022 23:17:38 +0000 (12:17 +1300)]
Enotice fix
Eileen McNaughton [Thu, 24 Feb 2022 23:17:21 +0000 (12:17 +1300)]
Call static function statically
Also objects are always references....
Eileen McNaughton [Thu, 27 Jan 2022 03:07:01 +0000 (16:07 +1300)]
Flush the metadata cache when the domain is edited
Domain info is cached in metadata cache for token usage - we should flush out when altering
demeritcowboy [Thu, 24 Feb 2022 14:11:15 +0000 (09:11 -0500)]
Merge pull request #22800 from mlutfy/mailingCleanup
Mailing Report: do not recalculate the recipients when the count is zero
Coleman Watts [Wed, 23 Feb 2022 20:50:05 +0000 (15:50 -0500)]
Temporarily switch to relationship::add function
colemanw [Thu, 24 Feb 2022 02:13:25 +0000 (21:13 -0500)]
Merge pull request #22824 from colemanw/api4Provider
[REF] APIv4 - use entityTypes event to load custom records
Seamus Lee [Thu, 24 Feb 2022 01:55:08 +0000 (12:55 +1100)]
Merge pull request #22823 from demeritcowboy/mailing-since
Fix the "since" version for api v4 Mailing and MailingJob
Coleman Watts [Thu, 24 Feb 2022 00:40:54 +0000 (19:40 -0500)]
APIv4 - use entityTypes event to load custom records
This standardizes things to use the ActionObjectProvider service more like it was intended,
with getEntityNames now returning what it's supposed to, and removing a direct-cache-access hack
from CoreUtil, in favor of using the service.
demeritcowboy [Thu, 24 Feb 2022 00:12:25 +0000 (19:12 -0500)]
fix the since version
Seamus Lee [Thu, 24 Feb 2022 00:09:47 +0000 (11:09 +1100)]
Merge pull request #22822 from civicrm/5.47
5.47
Eileen McNaughton [Wed, 23 Feb 2022 21:34:38 +0000 (10:34 +1300)]
Merge pull request #22821 from demeritcowboy/update-token
Recent update to {receipt_text} token gives warning in system check after upgrade
Tim Otten [Wed, 23 Feb 2022 21:03:19 +0000 (13:03 -0800)]
Merge pull request #22817 from totten/5.47-rest-q
RestTest - Skip `testNotCMSUser_q` when it's not supported
colemanw [Wed, 23 Feb 2022 16:59:19 +0000 (11:59 -0500)]
Merge pull request #22818 from JMAConsulting/add-checkperm
add checkPerm
colemanw [Wed, 23 Feb 2022 16:57:40 +0000 (11:57 -0500)]
Merge pull request #22819 from demeritcowboy/unused-v2
[REF] Remove unused api v2 function
colemanw [Wed, 23 Feb 2022 16:57:03 +0000 (11:57 -0500)]
Merge pull request #22820 from demeritcowboy/recurforms
[NFC] Rename RecurForms test class
demeritcowboy [Wed, 23 Feb 2022 16:03:20 +0000 (11:03 -0500)]
Merge pull request #22665 from colemanw/memberCleanup
[REF] Cleanup docblocks & unused vars in Membership BAO
demeritcowboy [Wed, 23 Feb 2022 15:36:41 +0000 (10:36 -0500)]
update tokens in message template
demeritcowboy [Wed, 23 Feb 2022 14:44:53 +0000 (09:44 -0500)]
convert to trait
demeritcowboy [Wed, 23 Feb 2022 14:37:08 +0000 (09:37 -0500)]
move file
demeritcowboy [Wed, 23 Feb 2022 14:28:10 +0000 (09:28 -0500)]
remove unused v2 function
demeritcowboy [Wed, 23 Feb 2022 12:47:25 +0000 (07:47 -0500)]
Merge pull request #21895 from kartik1000/Test#18196
Added Cancel Recur Subscription test & setter for `supports` on Dummy processor
Monish Deb [Wed, 23 Feb 2022 07:37:11 +0000 (13:07 +0530)]
add checkPerm
Tim Otten [Wed, 23 Feb 2022 04:52:00 +0000 (20:52 -0800)]
Skip `testNotCMSUser_q` in some environments (based on `isOldQSupported()`)
Tim Otten [Wed, 23 Feb 2022 04:21:00 +0000 (20:21 -0800)]
(REF) E2E_Extern_*RestTest - Extract `isOldQSupported()`
This patch changes the way a certain carve-out works, but it doesn't change the outcome.
Background: There are two E2E tests:
* `LegacyRestTest` extends `BaseRestTest` and targets `extern/rest.php`.
It tests `rest.php?entity=ENTITY&action=ACTION`
as well as `rest.php?q=civicrm/ENTITY/ACTION`.
* `AuthxRestTest` extends `BaseRestTest` and targets `civicrm/ajax/rest`.
It only tests `civicrm/ajax/rest?entity=ENTITY&action=ACTION`.
The `q` parameter cannot be used realiably with CMS routing
(`q=civicrm/ajax/rest&q=civicrm/ENTITY/ACTION`). So we skip testing that
combination.
The patch merely changes how the skip works.
Tim Otten [Wed, 23 Feb 2022 03:49:47 +0000 (19:49 -0800)]
Merge pull request #22815 from totten/5.47-rn546-auto
(NFC) release-notes/5.46.0.md - Re-apply auto-cleanups
colemanw [Wed, 23 Feb 2022 00:07:27 +0000 (19:07 -0500)]
Merge pull request #22475 from eileenmcnaughton/ipn
Revert membership debug handling in IPN
Tim Otten [Tue, 22 Feb 2022 23:04:55 +0000 (15:04 -0800)]
release-notes/5.46.0.md - Auto clean (https://gist.github.com/totten/
acff49e6dd77947349a1df26d5002003)
Tim Otten [Fri, 4 Feb 2022 02:52:55 +0000 (18:52 -0800)]
release-notes.md - Update date
Tim Otten [Tue, 22 Feb 2022 22:56:40 +0000 (14:56 -0800)]
Merge pull request #22813 from alifrumin/rn5.46take2
[NFC] Second pass at release notes for 5.46
Alice Frumin [Wed, 16 Feb 2022 18:28:48 +0000 (13:28 -0500)]
[NFC] 5.46 release notes updates
Coleman Watts [Tue, 22 Feb 2022 20:07:37 +0000 (15:07 -0500)]
CiviCase - Use APIv4 and call hooks when creating relationships
Mathieu Lu [Tue, 22 Feb 2022 19:57:03 +0000 (14:57 -0500)]
Merge pull request #22736 from eileenmcnaughton/membership_message
Cleanup on Offline Membership Receipts (ensures variables present across flows)
colemanw [Tue, 22 Feb 2022 14:42:10 +0000 (09:42 -0500)]
Merge pull request #22748 from colemanw/api4SystemCheck
APIv4 - remove unnecessary field from System::check
Eileen McNaughton [Tue, 22 Feb 2022 00:33:39 +0000 (13:33 +1300)]
Merge pull request #22811 from colemanw/deprecateApiv3
Add deprecation notice to APIv3 Explorer
Coleman Watts [Mon, 21 Feb 2022 22:25:46 +0000 (17:25 -0500)]
Add deprecation notice to APIv3 Explorer
Monish Deb [Mon, 21 Feb 2022 02:21:30 +0000 (07:51 +0530)]
Merge pull request #22790 from colemanw/searchKitTaskButtons
SearchKit - Use crmDialogButtons for task popups
Seamus Lee [Sun, 20 Feb 2022 23:50:28 +0000 (10:50 +1100)]
Merge pull request #22807 from seamuslee001/css_fixes
[REF] Fix css code style issues
Seamus Lee [Sun, 20 Feb 2022 22:38:47 +0000 (09:38 +1100)]
Merge pull request #22796 from totten/master-queue-mgd
Civi\Api4\Queue - Allow use with hook_managed
Seamus Lee [Sun, 20 Feb 2022 22:34:13 +0000 (09:34 +1100)]
Merge pull request #22799 from colemanw/mailingGroupApi
APIv4 - Add MailingGroup API
Seamus Lee [Sun, 20 Feb 2022 22:20:17 +0000 (09:20 +1100)]
[REF] Fix css code style issues
Seamus Lee [Sun, 20 Feb 2022 21:59:57 +0000 (08:59 +1100)]
Merge pull request #22803 from braders/feature/isutf8-functionexists-fix
Remove broken call to function_exists in CRM_Utils_String::isUtf8
Bradley Taylor [Sun, 20 Feb 2022 14:30:12 +0000 (14:30 +0000)]
Fix call to function_exists in CRM_Utils_String::isUtf8
demeritcowboy [Sun, 20 Feb 2022 13:55:23 +0000 (08:55 -0500)]
Merge pull request #22798 from civicrm/5.47
5.47
demeritcowboy [Sun, 20 Feb 2022 13:55:13 +0000 (08:55 -0500)]
Merge pull request #22801 from jitendrapurohit/pledge_deefault
Fix pledge default on contribution page when the site has a WR for "contribution"
jitendrapurohit [Sun, 20 Feb 2022 06:16:32 +0000 (11:46 +0530)]
Fix pledge default on contribution page
colemanw [Sun, 20 Feb 2022 01:47:07 +0000 (20:47 -0500)]
Merge pull request #22791 from colemanw/civigrantPermissions
CiviGrant - Declare API permissions
Mathieu Lutfy [Sat, 19 Feb 2022 21:40:29 +0000 (16:40 -0500)]
Mailing Report: do not recalculate the recipients when the count is zero
Coleman Watts [Sat, 19 Feb 2022 17:42:33 +0000 (12:42 -0500)]
APIv4 - Add MailingGroup API
colemanw [Sat, 19 Feb 2022 17:37:44 +0000 (12:37 -0500)]
Merge pull request #22624 from eileenmcnaughton/mailing
dev/core#2486 Add v4 Mailing api (+ MailingJob)
Coleman Watts [Sat, 19 Feb 2022 15:28:33 +0000 (10:28 -0500)]
FlexMailer - Update test
colemanw [Sat, 19 Feb 2022 03:31:50 +0000 (22:31 -0500)]
Merge pull request #22797 from totten/master-queue-spec
(REF) CRM_Queue_Queue_* - Retain a copy of `$queueSpec`
colemanw [Sat, 19 Feb 2022 02:11:36 +0000 (21:11 -0500)]
Merge pull request #22795 from totten/master-queue-group
(NFC) tests/phpunit/CRM/Queue - Add common `@group`
colemanw [Sat, 19 Feb 2022 02:11:11 +0000 (21:11 -0500)]
Merge pull request #22794 from totten/master-queue-task-sig
(REF) CRM_Queue_Task - Tighter signature
Tim Otten [Sat, 19 Feb 2022 01:04:19 +0000 (17:04 -0800)]
Merge pull request #22792 from colemanw/autoloader
[REF] Remove old require_once statements made obsolete by autoloader
Tim Otten [Sat, 19 Feb 2022 00:24:11 +0000 (16:24 -0800)]
Merge pull request #22793 from agh1/5.47.0-releasenotes-initial
5.47.0 release notes initial run
Tim Otten [Fri, 11 Feb 2022 03:12:23 +0000 (19:12 -0800)]
CRM_Queue_Queue_* - Retain a copy of `$queueSpec`
Tim Otten [Wed, 2 Feb 2022 21:13:26 +0000 (13:13 -0800)]
Civi\Api4\Queue - Allow use with hook_managed
Tim Otten [Thu, 17 Feb 2022 06:15:10 +0000 (22:15 -0800)]
(NFC) tests/phpunit/CRM/Queue - Add common `@group`
Tim Otten [Fri, 18 Feb 2022 23:47:17 +0000 (15:47 -0800)]
(REF) CRM_Queue_Task - Tighter signature
Matthew Wire [Fri, 18 Feb 2022 11:37:55 +0000 (11:37 +0000)]
Delete paymentprocessor between tests
Kartik Kathuria [Wed, 20 Oct 2021 21:43:32 +0000 (03:13 +0530)]
Added cancel recur test