silverstripe-framework/filesystem
2010-10-19 04:00:57 +00:00
..
Archive.php MINOR Unified @package PHPdoc (added where missing, removed duplicates) 2008-06-15 13:33:53 +00:00
File.php BUGFIX Moving folder after executing Folder::findOrMake will not set the Filenames properly. Invoking updateFilesystem() in File->onAfterWrite() instead of onBeforeWrite(), and avoid caching in FIle->getRelativePath() (fixes #5994 and #5937, thanks muzdowski) (from r111493) 2010-10-19 04:00:57 +00:00
Filesystem.php BUGFIX: Fixed bug with Filesystem::removeFolder() where it wouldn't delete files that ended in '.' 2010-10-19 02:45:24 +00: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 MINOR Fixed merge error 2010-10-15 04:02:54 +00:00
GD.php BUGFIX GD::setQuality() persistence issue because the GD instance is re-created instead of being cloned - thanks Tjofras! (from r100438) 2010-05-25 03:53:12 +00:00
TarballArchive.php BUGFIX TarballArchive::extractTo() uses an incorrectly spelled argument (from r111126) 2010-10-19 03:47:26 +00:00
Upload.php MINOR Better presentation of extension error message in File and UploadValidator (from r107274) 2010-10-15 03:21:04 +00:00