- Jun 16, 2020
-
-
Seamus Lee authored
#1806 - Fix import of "Radio"-style custom fields using option "label"
-
Seamus Lee authored
-
-
colemanw authored
-
Seamus Lee authored
#1822 - Fix missing newly created activity types from the dropdown on the new activity form
-
Seamus Lee authored
Fix issue with building smart groups when is empty
-
- Jun 15, 2020
-
-
DaveD authored
-
Seamus Lee authored
#1823 Fix building the Price Field visibility options
-
Seamus Lee authored
-
Seamus Lee authored
-
- Jun 14, 2020
-
-
mattwire authored
Fix payment instrument bug by using correct payment instrument
-
eileen authored
Per https://github.com/civicrm/civicrm-core/pull/17589 it is necessary that we do NOT pass the wrong payment_instrument_id to the payment processor. BUT we have to provide accurate defaults for manual payments. This is a narrower fix than - back office membership form - back office participant form - back office contribution form and in all cases the Manual processor still loaded correctly. I don't feel I can say this is the last fix in this area but it stands alone as a sensible fix to do and also one that should address the immediate issue. Note there is some weirdness in a second function in EventFees - that function should GO IMHO - but I have not yet reached it in UI testing to confirm if other changes need to be made.
-
- Jun 12, 2020
-
-
Seamus Lee authored
[REF] Fix unit test failures on MySQL 5.6 due to Custom Field table being created without Dynamic Row Format
-
Seamus Lee authored
Fix unit test failures on MySQL 5.6 due to Custom Field table being created without Dynamic Row Format
-
- Jun 11, 2020
-
-
Seamus Lee authored
Add in deprecation notice and status check for a money value format co…
-
Seamus Lee authored
Dedupe performance - hard-remove financial_item from list of dymnamic refs to contact table
-
Seamus Lee authored
Add in depreation notice and status check for a money value format configuration other than the default Update to include issue link Update to use CRM_Core_Error::deprecated function and mention deprecation notice on settings page
-
- Jun 10, 2020
-
-
eileen authored
-
- Jun 07, 2020
-
-
Seamus Lee authored
QueueTest - Be more forgiving about slow execution
-
totten authored
The `CRM_Queue_QueueTest` is producing failures with the [TIME_FUNC](https://github.com/civicrm/civicrm-core/pull/17414) option of `linear:500` (the value currently used in PR test runs) -- which is to say, it fails when the system runs very slowly (with some 500ms stalling during execution). This gets it working under some very slow scenarios: ``` for TIME_FUNC in natural frozen linear:500 linear:1250 prng:500 prng:666 prng:1000 prng:1500 ; do export TIME_FUNC; echo; echo "TIME_FUNC=$TIME_FUNC" ; env CIVICRM_UF=UnitTests phpunit6 tests/phpunit/CRM/Queue/QueueTest.php ; done ```
-
Seamus Lee authored
WP - Change definitions of `cms.root`, `civicrm.root`
-
Seamus Lee authored
CommunityMessages - Define more consistent behavior in the face of slow execution
-
- Jun 06, 2020
-
-
totten authored
This passes under some brutally slow scenarios: ``` for TIME_FUNC in natural frozen linear:500 linear:1250 prng:500 prng:666 prng:1000 prng:1500 ; do export TIME_FUNC; echo; echo "TIME_FUNC=$TIME_FUNC" ; env CIVICRM_UF=UnitTests phpunit6 tests/phpunit/CRM/Core/CommunityMessagesTest.php ; done ```
-
gitsync authored
-
totten authored
Add release-notes/5.26.1.md
-
totten authored
-
totten authored
-
Seamus Lee authored
#1681 - Copy-edits on MySQL version notices
-
totten authored
* The titles for PHP+MySQL notices should use the same capitalization/hyphenation ("Out-of-Date" vs "Out of date"). * Extract some more "%n" variables. Fix one errant variable. * Reduce floweriness of the "version" / "at least" / "or later" text. * Make it possible to add/remove the "+" notation without changing the ts() message.
-
totten authored
[REF] Start to convert Dummy processor to use PropertyBag
-
- Jun 05, 2020
-
-
Seamus Lee authored
Payment PropertyBag - Fix setAmount
-
mattwire authored
-
Seamus Lee authored
#1681 Add in notice about 5.28 Dropping MySQL 5.5 Support
-
Seamus Lee authored
[REF] Remove always NULL param modified_id
-
Seamus Lee authored
-
Eileen McNaughton authored
#1797 Fix jquery Credit card validation on front end contribu…
-
- Jun 04, 2020
-
-
Eileen McNaughton authored
Add MembershipType to Api4
-
Seamus Lee authored
Convert remaining Authorize.net test to use guzzle
-
Seamus Lee authored
-
Seamus Lee authored
set boolean fields to false if not set.
-