- Sep 22, 2021
-
-
lcdweb authored
-
- Sep 21, 2021
-
-
lcdweb authored
-
DaveD authored
[Ref] Extend email trait test, process more sanely
-
Eileen McNaughton authored
Fix event custom field tokens in scheduled reminders
-
Eileen McNaughton authored
CiviReport - avoid error in test environments when using built-in php web server
-
Eileen McNaughton authored
-
Eileen McNaughton authored
This extracts the code used to get the from values, moves the default setting to the default and adds a test. The goal is actually to add a test on the submit function but it's proving to be challenging so this at least gets the default setting tested. Note that this code used to be on a static class, not a trait, and some stuff is in weird places - in particular stuff that should be in setDefaults and postProcess is happening on preProcess. However, most of the classes that override this trait do not do much more than call the trait so that helps at least
-
Eileen McNaughton authored
5.42 to master
-
Eileen McNaughton authored
#2843 push new link to the end
-
DaveD authored
-
Eileen McNaughton authored
This seems to be more in line with processor expectations
-
Eileen McNaughton authored
-
Eileen McNaughton authored
m
-
Seamus Lee authored
Stop testing for gender_id output that was described as 'legacy' years ago
-
Eileen McNaughton authored
As discussed in #2843 this makes the UI change less for users & reduces confusion
-
Eileen McNaughton authored
This token is not 'advertised' in the widget. I think removing this
-
Eileen McNaughton authored
Convert event badges to use token processor
-
- Sep 20, 2021
-
-
Eileen McNaughton authored
This adds the token processor class for participants and switches the one place where we currently resolve participant tokens to use it. In the process I upgrade the badge tokens with a syntax change and drop a few more that are actually a) weird / seemingly accidentally exposed and b) not really part of the participant entity ie event template title & default role id With participant tokens we have been fortunate not to let a non-standard implementation go out so it's only the event badges which are a bit obscure / less used / less likely to be blindly used. I have added token replacement but I think it will be all very edge case
-
Seamus Lee authored
Participant tokens - remove / replace unsupportable from badges (conversion preparation)
-
Seamus Lee authored
Use the processor function to get event tokens
-
Seamus Lee authored
Cleanup on test tear downs
-
Eileen McNaughton authored
Missed message template updates from 5.39/5.40
-
Eileen McNaughton authored
-
Eileen McNaughton authored
#2820: Deduping produces bad results after a rule change
-
colemanw authored
Add support for CiviCRM date formats in crmDate
-
colemanw authored
View Contribution page, move the Done button to the last button, currently shown in the middle
-
colemanw authored
Add test and fix for API4 failing to decode strings stored as HTML
-
colemanw authored
Replace "Print Invoice" and "Print Invoice and Credit Note" buttons with label "Download Invoice" and "Download Invoice and Credit Note"
-
colemanw authored
SearchKit - Fix in-place edit of relationships and dates
-
DaveD authored
-
Seamus Lee authored
Test tearDown fixes
-
Eileen McNaughton authored
Fixes places where parent:tearDown not called and civicrm_file & civicrm_entity_file not truncated Also note - increasing use of fail() rather than allowing exceptions to bubble up in test functions in order to not let tearDown be such a distraction & require annotation
-
Eileen McNaughton authored
Tpl notice fix
-
Eileen McNaughton authored
tpl enotice fixes on extensions page
-
justinfreeman (Agileware) authored
CIVIBLD-280 View Contribution page, move the Done button to the last button, currently shown in the middle
-
justinfreeman (Agileware) authored
CIVIBLD-279 Replace "Print Invoice" and "Print Invoice and Credit Note" buttons with label "Download Invoice" and "Download Invoice and Credit Note"
-