- May 27, 2019
-
-
Seamus Lee authored
Include Upgrade step and regenrate civicrm_generated file Fix upgrade
-
- May 26, 2019
-
-
Eileen McNaughton authored
#968 Fix javascript error on public pages
-
- May 24, 2019
-
-
Seamus Lee authored
fixes issue #981: sort participants did not remember search criteria
-
alainb authored
-
- May 21, 2019
-
-
Seamus Lee authored
Remove htmlpurifier from composer and move it back to within IDS to f…
-
Seamus Lee authored
Remove htmlpurifier from composer and move it back to within IDS to fix breakage on drupal with the htmlpurifier module
-
- May 15, 2019
-
-
Seamus Lee authored
-
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
-
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
-
Jamie McClelland authored
-
Seamus Lee authored
-
Seamus Lee authored
-
totten authored
-
colemanw authored
-
totten authored
-
- May 14, 2019
-
-
Seamus Lee authored
5.13.3 Release Notes
-
totten authored
I saw a typo and asked Patrick for preferred text.
-
totten authored
-
totten authored
-
Seamus Lee authored
-
Seamus Lee authored
-
- May 11, 2019
-
-
eileen authored
Fix Failing Activity Test
-
Seamus Lee authored
-
Seamus Lee authored
#942 fix failure to render names for some activities
-
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 ----------------------------------------
-
Eileen McNaughton authored
#956 Fix hard breakage in find participants form when you do a filter on o…
-
- May 10, 2019
-
-
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
-
Eileen McNaughton authored
Add select2 to input field of datepicker
-
Eileen McNaughton authored
Add in Wrapper template around DatePickerRange template to have bette…
-