silverstripe-framework/filesystem
Sean Harvey 74d5761a3c API CHANGE Removed deprecated File::loadUploaded(), please use Upload directly instead!
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/branches/2.4@100495 467b73ca-7a2a-4603-9d3b-597d59a354a9
2011-02-02 14:18:46 +13:00
..
Archive.php MINOR Unified @package PHPdoc (added where missing, removed duplicates) 2008-06-15 13:33:53 +00:00
File.php API CHANGE Removed deprecated File::loadUploaded(), please use Upload directly instead! 2011-02-02 14:18:46 +13:00
Filesystem.php BUGFIX: Update file link tracking as part of Filesystem::sync() (from r89907) 2011-02-02 14:18:03 +13:00
FlushGeneratedImagesTask.php BUGFIX Consistently returning from a Security::permissionFailure() to avoid ambiguous situations when controllers are in ajax mode 2009-09-10 02:00:42 +00:00
Folder.php BUGFIX: Handle filename deduping when uploading of double-barrelled extensions and files ending in numbers better. 2011-02-02 14:18:42 +13:00
GD.php BUGFIX GD::setQuality() persistence issue because the GD instance is re-created instead of being cloned - thanks Tjofras! 2011-02-02 14:18:46 +13:00
TarballArchive.php BUGFIX: Don't rely on the current working directory for any file access; use BASE_PATH. 2011-02-02 14:18:15 +13:00
Upload.php API CHANGE #5107 Upload now uses Upload_Validator to separate the validation rules from the File loading done in the Upload class 2011-02-02 14:18:44 +13:00