silverstripe-framework/filesystem
Sam Minnee cf0bf20e26 BUGFIX: Don't include web.config in the assets tracked in the File table.
MINOR: Add documentation to File::$allowed_extensions explaining that there are config files to edit in assets/

git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/branches/2.4@112961 467b73ca-7a2a-4603-9d3b-597d59a354a9
2011-02-02 14:19:58 +13:00
..
Archive.php MINOR Unified @package PHPdoc (added where missing, removed duplicates) 2008-06-15 13:33:53 +00:00
File.php BUGFIX: Don't include web.config in the assets tracked in the File table. 2011-02-02 14:19:58 +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: Don't include web.config in the assets tracked in the File table. 2011-02-02 14:19:58 +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 2011-02-02 14:19:53 +13:00
Upload.php MINOR Better presentation of extension error message in File and UploadValidator 2011-02-02 14:19:34 +13:00