silverstripe-framework/filesystem
Stephen Holdaway 3be01968ec Delete formatted images after image upload
This change fixes an issue where old/existing formatted images are used
when a filename is reused (by overwrite or by coincidence), regardless
of if the file contents have changed. To users this mainly manifests
as a file overwrite appearing not to work; the thumbnails in the CMS
show the original image until regeneration is forced.

Calling Image::deleteFormattedImages() after image upload ensures that
no stagnant formatted images will be used.
2014-04-08 14:33:44 +12:00
..
File.php Cast TreeTitle to HTMLText 2014-03-30 18:01:05 +13:00
FileFinder.php API Marked statics private, use Config API instead (#8317) 2013-03-24 17:20:53 +01:00
FileNameFilter.php API Marked statics private, use Config API instead (#8317) 2013-03-24 17:20:53 +01:00
Filesystem.php BUG Fixing Filesystem::sync breaking subsite pages with same URLSegments 2013-05-14 09:45:14 +12:00
Folder.php Cast TreeTitle to HTMLText 2014-03-30 18:01:05 +13:00
GD.php Merge branch 'pulls/apidocs-package-list' of https://github.com/madmatt/silverstripe-framework into madmatt-pulls/apidocs-package-list 2014-01-31 15:15:59 +13:00
ImagickBackend.php Update ImagickBackend.php 2013-08-25 11:37:00 +12:00
Upload.php Delete formatted images after image upload 2014-04-08 14:33:44 +12:00