- May 26, 2020
-
-
eileen authored
On deploying this code I'm seeing InvalidArgumentException: 'processorID field has max length of 255'
-
- May 20, 2020
-
-
colemanw authored
Remove "page=CiviCRM" query string from WordPress front-end (5.26)
-
mattwire authored
Revert "[REF] Code readability changes on activity tokens."
-
eileen authored
Per https://docs.civicrm.org/dev/en/latest/framework/token/#token-processor The contactId is actually documented. While I've been removing those in various places in favour of contactID or contact_id it seems Tim has been putting them in so I think it's safer to revert this change at this stage This reverts commit 2ebb452b.
-
- May 19, 2020
-
-
haystack authored
-
- May 16, 2020
-
-
Seamus Lee authored
[REF] Fix install on Drupal 8 using new setup code
-
- May 15, 2020
-
-
Seamus Lee authored
-
Seamus Lee authored
#1681 Add in deprecation notice for Systems using MySQL versions before 5.7 and require 5.5 for install
-
- May 14, 2020
-
-
Seamus Lee authored
Fix to use min install version
-
Seamus Lee authored
-
- May 13, 2020
-
-
Seamus Lee authored
[regression] Fix error on no MIME type
-
- May 08, 2020
-
-
JonGold authored
-
Seamus Lee authored
SyntaxConformanceTest::testSqlOperators - Fix failure on MySQL 8
-
totten authored
Before ------ `SyntaxConformanceTest::testSqlOperators` frequently fails on the `Dedupe` entity when running on MySQL 8 (`bknix-edge`). After ------ `SyntaxConformanceTest::testSqlOperators` repeatedly passes for all entities on my copy of MySQL 8 (`bknix-edge`). Technical Details ----------------- The `testSqlOperators` creates a small pool of example records (`$entities`), then it slices/dices that pool with a few SQL operators and asserts the number of matches. In particular: ```php $this->callAPISuccessGetCount($entityName, ['id' => ['>' => $entities[0]]], $totalEntities - 1); ``` The problem is that `$entities[0]` does not necessarily have the lowest ID -- because `$entities` was not fetched in any particular order. The default ordering is *often* the same as the `id`, but not always. I suspect that this problem manifests most frequently with the `Dedupe` entity because the underlying table (`civicrm_prevnext_cache`) is highly volatile (many writes+deletes) -- thus it's more likely to reuse old storage slots for new rows.
-
gitsync authored
-
totten authored
Add workflow_name column to civicrm_msg_template, deprecate workflow_id
-
- May 07, 2020
-
-
Seamus Lee authored
[NFC/Test] - Fix typo in `if` statement that seems intended as a workaround
-
DaveD authored
-
totten authored
-
Seamus Lee authored
5.25
-
totten authored
-
totten authored
E2E_Core_HookTest - Fix test failure due to leak
-
Seamus Lee authored
install/index.php - Fix leak which breaks compatibility with current Backdrop
-
totten authored
Before ------ The `HookTest` class fails when running on WordPress. The event-listener from `testSymfonyListener_names` leaks and remains active during `testSymfonyListener_int`. After ----- The `HookTest` class passes when running on WordPress. The event-listeners from `testSymfonyListener_names` and `testSymfonyListener_int` are cleaned up.
-
totten authored
-
totten authored
-
Seamus Lee authored
5.25
-
Seamus Lee authored
-
totten authored
5.25.0 - Small finalizations
-
totten authored
-
totten authored
-
- May 06, 2020
-
-
Seamus Lee authored
5.25
-
Seamus Lee authored
#1739 Enable Longitude on Address editing by default (option 12)
-
Seamus Lee authored
5.25.0 release notes final edits
-
Andie Hunt authored
-
colemanw authored
Api4 AJAX endpoint: allow either access CiviCRM or access AJAX API
-
Andie Hunt authored
-
Andie Hunt authored
-
colemanw authored
APIv4 - Fix schema map to use canonical field names
-