- 15 May, 2019 4 commits
-
-
totten authored
-
Seamus Lee authored
-
totten authored
-
Seamus Lee authored
Update Release notes based on Tim's Review and likely drop of 5.13.3
-
- 14 May, 2019 14 commits
-
-
totten authored
Previous versions of Civi sometimes generated URLs for contact-images with incorrect `&mime-type` values: http://dmaster.bknix:8001/civicrm/file?reset=1&filename=Hello_cca4153cb14beab37c68ab7f07162425.jpg&mime-type=image/jpg The recent security update will generate an error if the mime-type is incorrect, so this patch relaxes it to allow the old links to continue working.
-
Seamus Lee authored
Add whitelist back in and validate extension of file is permtted for the mime-type supplied and use mime-type from db if supplied with an fid and eid Switch to different libary that is php5.6 compatable
-
Seamus Lee authored
Strength mime checking by comparing mime-type to the file path mime-type if we have entity_id and file id otherwise only permit image mime_types to be accepted if going via the filename route Ensure mimetype is set in the case where we are passing it through and its valid Remove Whitelisting of mime-types as not useful and only check mime-types if we have had one passed in
-
Seamus Lee authored
-
Seamus Lee authored
-
Seamus Lee authored
Fix Rule checking and add a unit test Add in unit test on building country_id options too Add in a unit test for building county options with a state_province_id filter
-
Seamus Lee authored
-
Seamus Lee authored
-
Jamie McClelland authored
-
Seamus Lee authored
-
totten authored
-
colemanw authored
-
totten authored
-
totten authored
I saw a typo and asked Patrick for preferred text.
-
- 12 May, 2019 2 commits
-
-
eileen authored
Add in release notes for 5.13.3 and bump version to 5.13.3
-
Seamus Lee authored
#942 fix failure to render names for some activities
-
- 11 May, 2019 7 commits
-
-
Seamus Lee authored
-
Seamus Lee authored
#956 Fix hard breakage in find participants form when you do a filter on o…
-
Seamus Lee authored
-
totten authored
-
totten authored
-
eileenmcnaugton authored
Overview ---------------------------------------- Set limit for activity_contact retrieval to 0, allowing to retrieve more than 25 activity contacts when rendering the first 25 activities on the activity contact tab Before ----------------------------------------  After ----------------------------------------  Technical Details ---------------------------------------- This moves the logic for retrieving the target contacts back into the getActivities function. We are stil not wanting to bypass the ACLs so still using the api but strictly limiting the number of contacts we retrieve (at the cost of extra queries, but cheap ones). Some tests added on the Bulk Mail activity. Comments ----------------------------------------
-
Seamus Lee authored
-
- 10 May, 2019 10 commits
-
-
Seamus Lee authored
Fixes to layout on activity date time on search page
-
Seamus Lee authored
core/issues/923, Fixed notice error when creating/editing profile
-
Seamus Lee authored
#956 Fix hard breakage in find participants form when you do a filter on one event and n participant statues
-
Seamus Lee authored
-
Seamus Lee authored
-
Pradeep Nayak authored
-
Seamus Lee authored
Add in Wrapper template around DatePickerRange template to have better layout of Activity Search Form Allow for colspan and class to be set when adding in wrapper Update the wrapper to be only one td and not all and fix activity template appropriately
-
Seamus Lee authored
Remove deprecated :hover jQuery selector
-
jitendra authored
-
colemanw authored
-
- 07 May, 2019 1 commit
-
- 06 May, 2019 2 commits
-
-
Seamus Lee authored
(#940) Fix regression involving Email Processor and ".unknown" attachments
-
totten authored
-