- Jun 14, 2022
-
-
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
-
colemanw authored
Before: Error: [$compile:nonassign] Expression 'undefined' in attribute 'totalCount' used with directive 'crmSearchDisplayTable' is non-assignable! After: Fixed, and totalCount still functions correctly for its indended purpose with SearchSegments.
-
Eileen McNaughton authored
-
- Jun 10, 2022
-
-
Eileen McNaughton authored
-
Eileen McNaughton authored
-
Eileen McNaughton authored
-
Eileen McNaughton authored
-
Eileen McNaughton authored
-
gitsync authored
-
totten authored
Remove some more unused code
-
Seamus Lee authored
Reduce test output spam
-
Seamus Lee authored
Update guzzle to 6.5.7
-
Eileen McNaughton authored
-
Eileen McNaughton authored
Fix for failing test in master
-
Eileen McNaughton authored
CRM_Queue_Runner - Add basic/skeletal support for `runAllInteractively()`
-
Eileen McNaughton authored
Civi::queue() - Add support for 'template' queues
-