- Jun 16, 2022
-
-
bgm authored
SearchKit - Only add filter values to Afform title if passed internally
-
colemanw authored
This narrows the scope of contextual titles from #22319 to only those filters passed internally, as used in drilldown forms. It makes sense to exclude values from exposed filters because that can lead to a confusing UI.
-
Eileen McNaughton authored
[REF] Fix second output in customFormat function and extend unit test
-
Seamus Lee authored
-
totten authored
Fix breakage in message preview on workflow contributions
-
- Jun 15, 2022
-
-
Monish Deb authored
financial#197 Revert freezing on total_amount field on recurring form (alt to #23796)
-
mattwire authored
-
Monish Deb authored
Fix Automatic renewal membership from front end contribution forms
-
Eileen McNaughton authored
-
Seamus Lee authored
Properly fix regression and update unit tests to match what the form does
-
- Jun 14, 2022
-
-
colemanw authored
Add integer validation to import
-
colemanw authored
Fix target contact label back to include target
-
Eileen McNaughton authored
only check batch currency match when adding a financial_trxn
-
DaveD authored
financial#199 Fix additional details on edit template contribution
-
mattwire authored
-
ufundo authored
-
totten authored
-
totten authored
-
Eileen McNaughton authored
FiveFiftyOne - Enable snapshots for data modified data
-
totten authored
Before ------ The 5.51.alpha upgrade modifies a some data-structures (`civicrm_mapping_*`, `civicrm_queue`), but it doesn't take any snapshots. After ----- It does snapshots. Comments -------- Both tables should generally be quite small. Strictly, the `civicrm_mapping_*` updates are more in-place modifications, so that's more important. The `civicrm_queue` changes are only adding new columns. But the table is so small - it doesn't hurt. I suppose one could argue that these particular fields aren't likely to have problems - but it's important to get in the habit of enabling snapshots so that we have them when they do matter.
-
Eileen McNaughton authored
#3651 #1337 Fix failure to show last column data in output, spaces in names
- Jun 13, 2022
-
-
Eileen McNaughton authored
(#3653) CRM_Queue_Runner - Fix upgrade warnings. Extract disableBackgroundExecution().
-
totten authored
This is a revision to #23775. As before, it prevents a hard error when upgrading to 5.51. However, the try-catch produces confusing error messages in the `CiviCRM.log.*` (ie they indicate a SQL error, but the situation is actually a normal/expected during upgrade). This avoids the error messages. Tested (`r-run`) with `civicrm/upgrade`, `drush civicrm-upgrade-db`, and `cv upgrade:db` -- for both 5.45=>5.51 and 5.45=>5.49=>5.51.
-
Eileen McNaughton authored
fix disableUSPS since import running in separate context of Queue.
-
darrick authored
-
- Jun 12, 2022
-
-
Eileen McNaughton authored
-
Eileen McNaughton authored
Fix import regression - contribution import borks on do_not_import
-
Eileen McNaughton authored
Deduepe - Fix form buttons (again)
-
Eileen McNaughton authored
-
Eileen McNaughton authored
-
- Jun 11, 2022
-
-
Eileen McNaughton authored
See #3513 for why it's confusing
-
DaveD authored
[REGRESSION] SearchKit - Fix angular console error when totalCount is not given
-
colemanw authored
Catch & convert Guzzle exception
-
DaveD authored
Setup - Remove CiviGrant from available components
-