- Apr 27, 2019
-
-
eileen authored
This file was added to core around 4.2 but for various reasons the ExtendedReport intiative moved to an extension & it was never used. This just removes it
-
Eileen McNaughton authored
[REF] move gathering of location info to relevant function (towards #723)
-
Eileen McNaughton authored
#560 Remove a couple of instances of fatal errors in favour of throwing exceptions
-
Seamus Lee authored
[REF] Move the qfbug handling to it's own function (towards #723)
-
Seamus Lee authored
Fixed double protocol being added in link by CKEditor.
-
eileen authored
We have a loop that parses the migrationInfo to get just location fields which we loop through, but migrationInfo is already available in the moveLocationInfo fn so we can just handle that param in there & improve code readability (we do a little less array looping but it's pretty cheap & the code readabiliity is a real issue here
-
eileen authored
This is a really toxi function. In order to save the pain or iterating multiple times through a small array we are dealing with an awful lot of complexity. I'm changing this to iterate through it multiple times in order to rationalise the code - I think performance is minimal & being able to read the code....
-
Seamus Lee authored
#832 CiviCase: rebuild case activity views during upgrade
-
Andie Hunt authored
-
- Apr 26, 2019
-
-
totten authored
[REF] Use events for CMS resource loading
-
Seamus Lee authored
5.13
-
Seamus Lee authored
Add 5.12.4 release notes
-
totten authored
-
totten authored
-
Seamus Lee authored
-
Seamus Lee authored
-
colemanw authored
-
- Apr 25, 2019
-
-
Eileen McNaughton authored
Case activity query performs poorly on large databases
-
Eileen McNaughton authored
[REF] Use variable for menubar height
-
colemanw authored
-
Monish Deb authored
Call Payment.create from payment.cancel
-
Seamus Lee authored
5.13
-
Seamus Lee authored
Fix typo in DROP table query.
-
Eileen McNaughton authored
(REF; #873) MailingAB - Migrate "copy winner" logic from JS to PHP
-
mfb authored
-
Eileen McNaughton authored
REF Don't pass activity object to addCaseActivityLinks
-
Eileen McNaughton authored
Add function filterLinks to return an array of links for an entity that can be used by the API / form layer to generate a link
-
Eileen McNaughton authored
REF Use shared function to check inbound email permissions
-
- Apr 24, 2019
-
-
Eileen McNaughton authored
Revert "#553: Creating new event takes value from default value not from saved template for custom fields"
-
Seamus Lee authored
[REF] Follow up tidy up on import fixes
-
eileen authored
This is covered by testImportPrimaryAddressUpdate
-
Seamus Lee authored
#880: Fix typo in DROP table query.
-
Seamus Lee authored
Fix import primary phone, primary email, add tests
-
mfb authored
-
eileen authored
' phone & email and enable test Prior to this selecting 'Primary' as location_type_id for phone or email will result in duplicates. This also simplifies the indexing to be by location type, as it is with addresses, as the code is kinda confusing
-
- Apr 23, 2019
-
-
eileen authored
REF Replace hardcoded IDs with pseudoconstants in activity form
-