Standard Image & File Uploads

  • v. 3.8.0
    • Compatability with JEvents 3.6.0  and Joomla 4
  • v. 3.7.17 Fix count warning, keep . in the filename to explode easily, clean file names as we do with image file names, keep filenames instead of unique if they don't exist, change getSizedImageURL to public function, fix plugin from not running if images allowed is 0, allow changing file when new file is uploaded, remove skipping function if empty as prevent cleanup.
  • v. 3.7.15 Updated htmlentities to JEventsHTML::special, Fix not calling imagetitle within latest events module, if no file title then use Event Title and make sure empty images are not saved to the database
    make file location setting more robust when uploading images
    add support for auto-uploading selected images
  • v. 3.7.14 Workaround for problems caused by Cloudflare rocketloader
  • v. 3.7.13 Fixes the auto loading of images always duplicating image1. 
  • v. 3.7.12 Added config option to disable scalling images and Code Reformatting.
  • v. 3.7.11 Fix to backend image selection from Joomla media manager, fix to frontend detail page showing first image instead of second etc.
  • v. 3.7.10
    Correction to Joomla media manager picker to allow folders to be changed in frontend
    Fix to allow facebook social images to be picked up correctly
  • v. 3.7.9 Add support for new JEvents getter which allows template overrides to use the old variables to get the new output, Fix for fallback to category image
  • v. 3.7.8 Fix imageimg not always returning a full pathed image and just the filename. Fix for JEV_LIST_IMAGE_ not being replaced. (Hopefully the last release in a while)
  • v. 3.7.7 Fix for menu items configured to show events specifically with or without events
  • v. 3.7.6 Fixes small bug where html was rendered for pop-up images if no image exists.
  • v. 3.7.5 Fixes issues with bad tag replacements, 0 error on event details due to scaled image sizes being set to 0 and therefore skip resizing. Removes unnecessary DB Query elements for all individual output fields to make the queries alot shorter. 
  • v. 3.7.4 Prevent install on php versions prior to PHP 5.4.1. 
  • v. 3.7.3 Move to using scaled images everywhere
  • v. 3.7.2 Fix for duplicated hidden element in edit page which made it appear that  Joomla media manager was not setting field value
  • v. 3.7.1 Option to use Joomla Media manager for images and files, fix clean up of old files when emptying trash of old events.
  • v. 3.6.5 change data migration to use PHP instead of MySQL stored procedures (too many sites were having problems), fix display of images associated with repeat exceptions
  • v. 3.6.4 remove hard coded DB name and prefix from code to clean up orphan data during migration
  • v. 3.6.3 Offer option to migrate old data to super users when editing and event if the migration failed during installtion
  • v. 3.6.1 Improved installation checks on DB permissions
  • v. 3.6.0 Combine all image information into a single database row thereby improving performance in list views,  Also allowing image data to be stored for specific repeats.  Add missing GD library warning, add missing langauge strings,
  • Fixed undefined variable and added image link for custom layouts.
  • v. 3.4.8 - Fix scaling of alpha transparent images, add option to output image title in layout editor,  fix quality parameter usage in sized images.
  • v. 3.4.7 - do not rescale images that are the right size already, add image quality scaling factor, fix for image quality in scaled PNG images
  • v. 3.4.3 - remove mootools dependency
  • v. 3.4.1 - fix for uploading files
  • v. 3.4.0 - change to use Joomla file uploaded and image manipulation libraries and add support for sized images!!!
  • v. 3.0.14 - Added in Installer improvements and usage of image RAWLINK in the List Row Custom layouts. 
  • v. 3.0.13 improve defult access levels so super used should always be able to upload by default, increase default upload size limits to reflect php image handling improvements, keep copy of original image to allow resizing in future versions, enable by default in list views
  • v. 3.0.11 add optional file title to display in the link
  • v. 3.0.10 a javascript fix for a MSIE 9 bug was affecting recent Firefox/Chrome releases so needed to run only for MSIE.  Add second language strings for layout editor distinct from frontend labels.
  • v. 3.0.9 php 5.4, fix javascript error for some browsers when uploading image,
  • v. 3.0.8 allow fall back to category image if no event image is set and default image is blank.  fix for file upload issue in Joomla 3.1
  • v. 3.0.6 Refine file/image clean up to protect images/files attached to copied events that therefore share the same file name
  • v 3.0.5 Important update - deleting events was cleaning up images/files attached to events, locations and people using the custm fields addon.
  • v 3.0.3 use loadColumn instread of loadResultAttay, remove myISAM reference
  • v 3.0.2 Config option to allow default image to only be used in the first image slot so that the rest can be empty in layouts, Fix Url root for file links, fix file clean up to remove orphan images and files