-
-
Notifications
You must be signed in to change notification settings - Fork 825
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
dev/core#2164 Exporting in localized civicrm crashes due to long translations in columns T_Boolean #19957
Conversation
Fix OSM Javascript to work on Search Kit display
This also moves template assignments to the email function
… contact record Also removes the possibility to set a user-defined password for WordPress users.
Makes typing a bit stricter, uses preferred strpos function
Part of using the mergeHandler to (slowly) make code more readable. changes from self::mergeLocations(); to mergeHandler->mergeLocations()
dev/core#2498 Fix regression on saving dedupe rules
(Standard links)
|
[REF] Extract getMembershipTypeValues
Test failure seems related https://test.civicrm.org/job/CiviCRM-Core-PR/40108/ |
Yes, thanks @monishdeb. It seems to be more complicated than I thought, and maybe we have to extend all the ID fields to 64 characters as well. I'll adjust the PR |
[REF] Move function from static class to OO class
Not quite yet... CRM_Export_BAO_ExportTest.testExportSpecifyFields with data set #0 (Can you squash them at the end?) |
Expose mapping search task to Search Kit
dev/financial#171 - Don't try to money_format html
Donot over-ride total amount incase contribution has more than one line item
dev/core#527 use public title for on behalf profile and confirm/thank you profile in emails
dev/financial#171 - Trigger an error if non-numeric value passed to Money::format()
[REF] [Towards membership api] more consistent handling on amount
[REF] Minor cleanup - strictness & formatting
@bjendres are you able to squash the commits now you have beaten jenkins into submission? |
Fix for dev/core#2503
dev/wordpress#82 Add support for creating WordPress accounts from the contact record
looks like I'm not. idk what happened, but nothing good. I'll open a new PR :( |
(messed up and) withdrawn in favour of #19963 |
Overview
Patch for CORE-2146. Quote from there:
Before
Export of all contact data with at least one contact with an email on hold in German l10n crashes with
Data too long
exception.After
Export works again.
Technical Details
This is a re-implementation of @wannesderoy's #18920