- Oct 21, 2020
-
-
Monish Deb authored
#2115 Move some more financialacl code to a hook within the extension
-
Seamus Lee authored
financial#152 move code only relevant to repeattransaction into that function
-
Eileen McNaughton authored
#927 Enable contribution cancel actions extension
-
Seamus Lee authored
Rationalise date formatting
-
eileen authored
Once completed this extension will be unhidden and available to disable
-
totten authored
SavedSearch: add UI_name index to upgrade script
-
eileen authored
Per https://github.com/civicrm/civicrm-core/pull/18814 I dug into this addRecurSoftCredits and it simply copies soft credits from the first transaction in the series to the new one. As such it belongs in repeattransaction not the main body of completeOrder
-
- Oct 20, 2020
-
-
Seamus Lee authored
#927 add first test on cancel
-
colemanw authored
-
Seamus Lee authored
Update CRM_Utils_Constant::value to support env variables
-
Seamus Lee authored
Declare support for cancelRecurring in manual processor
-
eileen authored
I made a small change to support the test - causing Membership.create not to set the stattus_id if it is specified.
-
Seamus Lee authored
Remove always-true IF
-
Eileen McNaughton authored
#927 Add shell extension to move contribution cancel actions into
-
eileen authored
This came out of discovering a place in the code was 'accidentally formatted correctly' and finding it far too hard to figure out the right way to specify the date formatting - something that seems confirmed by finding various places with hard-coded date formattin rather than using the setting
-
Eileen McNaughton authored
SavedSearch - Add name and label columns
-
colemanw authored
-
eileen authored
This is something I discussed with @totten earlier but as the rc was being cut at the time we went for the more conservative approach of only adding env support to thhe debug_query function. This extends to all defines - meaning they can be defined at the script level e. env CIVICRM_DEBUG_LOG_QUERY=backtrace drush cvapi (that already works)
-
Eileen McNaughton authored
Display public title and description on profiles and unsubscribe/subs…
-
eileen authored
Reviewer's partial from https://github.com/civicrm/civicrm-core/pull/18196
-
eileen authored
As can be seen by searching for calls to recurLinks recurID is not an optional parameter for the call - so the IF is extraneous. I've updated almost all the places that call it to pass strict-type-casted int (or in one place ensured it already is) as a bit of 'tightening'
-
Seamus Lee authored
Remove always true if
-
- Oct 19, 2020
-
-
eileen authored
Since paymentProcessorObj is loaded as the manual processor where another does not exist the processor condition is always true - so this if is obsolete
-
Eileen McNaughton authored
Add test for recurring links and clean up method of retrieving recurring
-
Eileen McNaughton authored
Replace BAO calls with api calls in test class
-
Eileen McNaughton authored
Switch to calling api
-
colemanw authored
Switch to calling the api
-
mattwire authored
unit test for #18306 - order create api test for contribution
-
mattwire authored
Fix sendconfirmation api to override receipt params
-
eileen authored
-
Seamus Lee authored
[Test] - Fix some tests to call API not BAO
-
eileen authored
Test cover in CRM_Member_BAO_MembershipTest::testMembershipUpdateDoesNotDeleteRelatedMembershipsByMistake
-
Eileen McNaughton authored
Remove instances of variable variables
-
eileen authored
Test cover in api_v3_ContactTest.testMergeOrganizations
-
Eileen McNaughton authored
[Ref] Minor code extraction
-
eileen authored
-
eileen authored
-
eileen authored
Minor code readability tidy up covered by EntryTest:testProcessMembership
-
- Oct 17, 2020
-
-
jitendra authored
-
Eileen McNaughton authored
5.31
-