silverstripe-framework/filesystem
2011-03-21 16:12:37 +13:00
..
Archive.php MINOR Unified @package PHPdoc (added where missing, removed duplicates) 2008-06-15 13:33:53 +00:00
File.php Merge branch '2.4' 2011-02-14 18:47:53 +13:00
Filesystem.php BUGFIX Filesystem::removeFolder() did not remove files that ended with a "." when this is a valid file. Remove the regex and replace with specific case for "." and ".." 2011-02-02 14:19:56 +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 Fixed SQL injection in Folder::findOrMake() parameter. Exploitable through Upload::, although unlikely to be set via user input. 2011-03-21 16:12:37 +13:00
GD.php MINOR Moved GD::set_default_quality() function to the top of the file to align with conventions 2011-02-02 14:19:56 +13:00
TarballArchive.php BUGFIX TarballArchive::extractTo() uses an incorrectly spelled argument (from r111126) 2010-10-19 03:47:26 +00:00
Upload.php ENHANCEMENT: Added allowed actions to core classes 2011-02-14 11:14:51 +13:00