- Oct 18, 2019
-
-
Eileen McNaughton authored
#781 Additional email greetings in message templates
-
Eileen McNaughton authored
#1126 - Don't freeze the end date if the membership is linked to a recurring payment
-
Eileen McNaughton authored
5.19 to master
-
Eileen McNaughton authored
Regression fix on Paypal Std with memberships not being finalised correctly.
-
Eileen McNaughton authored
fix 'balance due' on Pledge Detail for non-US installs
-
JonGold authored
-
wmortada authored
-
-
Seamus Lee authored
[REF] Rename balanceTrxnParams variable to paymentTrxnParams
-
eileen authored
This array needs some fixes but I wanted to rename the parameter first as balanceTrxnParams is misleading. The parameters are for the financial_trxn entry corresponding to the payment
-
Seamus Lee authored
Simplify logic for displaying card details for Event online registraion Confirm, Thankyou page
-
Seamus Lee authored
Fix logic determining whether (masked) credit card details are displayed in event online receipts
-
eileen authored
-
eileen authored
We currently have a very complex IF clause which includes some deprecated parameters. However, we can simplify this to simply display the information if availble. We only collect credit card information if we require it & hence the presence of it is an adequate indicator as to whether to display it. We could check for credit_card_number instead but actually there is precedent in another tpl for checking credit_card_type & it's pretty neutral as both should be present or missing
-
Seamus Lee authored
Remove extraneous full stop, line
-
- Oct 17, 2019
-
-
mattwire authored
Add test for participant receipts, super minor consistency fix.
-
eileen authored
I noticed in testing the template looks like Dear p, Thank you for your participation. This letter is a confirmation that your registration has been received and your status has been updated to Registered. . =========================================================== Event Information and Location =========================================================== Annual CiviCRM meet
-
eileen authored
This is mostly adding testing for participant receipts. The one change to core code is to move the assignment of contactID to the template from a specific path into the shared code. This parameter is not required by the templates but it is somewhat common for sites to want to have it assigned to templates for customisation which is presumably why it's there. Since it is there in one path we should either remove or have it in all & for a field like contactID all makes sense. Tests lock in that var
-
Eileen McNaughton authored
5.19
-
Seamus Lee authored
Fix default mode on Contact.merge api
-
Eileen McNaughton authored
5.19.0 release notes initial run
-
Eileen McNaughton authored
-
Seamus Lee authored
5.19 to master
-
- Oct 16, 2019
-
-
eileen authored
I believe this was a change I made in error & only the Contact.get_merge_conflicts api should receive an array for 'mode'. The mode is part of a loop within that api
-
Eileen McNaughton authored
5 18 3 release notes
-
Seamus Lee authored
Format details for case custom data activity in a human readable format
-
totten authored
-
Seamus Lee authored
-
Eileen McNaughton authored
Fix error when adding activities from Search Builder
-
JonGold authored
-
Andie Hunt authored
-
Andie Hunt authored
-
-
Seamus Lee authored
Remove references to open flash chart, including uploadchartimage fun…
-
Rich authored
regen sql/civicrm_generated.mysql
-
Seamus Lee authored
[REF] minor extraction with code to build dedupe arrays
-
Seamus Lee authored
[REF] basic extraction of sendMails functionality along with a small test extension
-
eileen authored
-
Eileen McNaughton authored
#1230 [Ref] Rationalise dedupe code loop.
-