- May 07, 2019
-
-
yashodha authored
Fix CRM-21832 - Recurring activities don't carry over custom datas & add test provided by Agileware
-
Seamus Lee authored
5.14
-
Seamus Lee authored
Add 5.13.2 release notes
-
- May 06, 2019
-
-
totten authored
-
Seamus Lee authored
Include Dave D for review purposes
-
totten authored
-
Seamus Lee authored
(#940) Fix regression involving Email Processor filing and ".unknown" attachments
-
Seamus Lee authored
-
mattwire authored
[REF+ test] start process of cleaning up payment activity handling
-
-
Seamus Lee authored
(#934; followup) Fix escaping on new query code
-
eileen authored
Per https://github.com/civicrm/civicrm-core/pull/13470 custom fields are inconsistently copied where copying entities. This makes the code from BAO_Event called from the genericCopy function. I did a bit of an audit and the places where this is currently called from don't appear to call the copyGeneric function with the 'custom' param that would have activated the old code. I also consistently removed the & when it was being called so I could take it out of the signature. The original PR handled tags as well, but not in a generic way. I've left that out of scope but the test is present, commented out, so it would be easy enough to revist
-
totten authored
This updates a line which was added in the past day (#14194) to ensure that the data is escaped.
-
- May 05, 2019
-
-
Eileen McNaughton authored
Stop overriding is_active default when saving new relationship
-
colemanw authored
For some obscure reason the relationsip BAO was forcing the is_active field to default to 0 even though the schema sets a more sensible default of 1.
-
Seamus Lee authored
5.14
-
Seamus Lee authored
contributor-keys file - jira/lab.c.o username fix
-
Seamus Lee authored
#934 Fix regression on sorting activity tab by 'Added by'
-
- May 04, 2019
-
-
Eileen McNaughton authored
IDE re-format of tools directory
-
eileen authored
At the moment activities are created when using the additional payment form but not the UI. This needs cleaning up & this takes the first step by adding testing & slightly simplifying where decisions are made about variables (assign title directly rather than component just to assign title deeper down
-
Eileen McNaughton authored
Enotice fix on creating a smart group
-
eileen authored
-
- May 03, 2019
-
-
DaveD authored
-
eileen authored
-
Eileen McNaughton authored
On PHP 7.2 we cannot start session until it has been configured by Dr…
-
mfb authored
-
Eileen McNaughton authored
5.14
-
Seamus Lee authored
Add in release notes for 5.13.1 drop
-
- May 02, 2019
-
-
totten authored
Don't call session_start() before CMS bootstrap (PHP 7.2 compat)
-
Seamus Lee authored
Hook to alter menubar css variables & fix breakpoint in WP
-
totten authored
-
Seamus Lee authored
wordpress#26 - fix REST
-
Seamus Lee authored
-
JonGold authored
-
Seamus Lee authored
Resolve #931 by not doing translation on the query if field e…
-
Seamus Lee authored
Resolve #931 by not doing translation on the query if field exists during the upgrade process
-
mattwire authored
[ref] Move copyCustomFields function from Event to Core_DAO for re-usablibilty
-
Monish Deb authored
translation#26 Fix Notice errors caused by l10n rewriting of quer…
-
eileen authored
We didn't fix array syntax on this one yet
-
eileen authored
Dates back to https://github.com/civicrm/civicrm-core/commit/eda34f9b15c494715e8fc54f09b5ea4308d16b17#diff-8041069091a94b730ff8ad60bdd24042R70 (Mar 2018). To recreate do a first name search & create a smart group from it
-