silverstripe-framework/filesystem
Sam Minnee ddeebf3b7b MINOR Respecting folder sort order in admin/assets by adding Folder::$default_sort="Sort" (#5235) (from r101698)
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/trunk@112024 467b73ca-7a2a-4603-9d3b-597d59a354a9
2010-10-13 01:01:12 +00:00
..
Archive.php MINOR Unified @package PHPdoc (added where missing, removed duplicates) 2008-06-15 13:33:53 +00:00
File.php BUGFIX Fixed Folder writing by overloading validate() (was inheriting File->validate() which does extension checks) 2010-10-12 23:02:10 +00:00
Filesystem.php BUGFIX: Update file link tracking as part of Filesystem::sync() (from r89907) (from r96722) 2010-04-12 01:49:37 +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 Respecting folder sort order in admin/assets by adding Folder::$default_sort="Sort" (#5235) (from r101698) 2010-10-13 01:01:12 +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: Don't rely on the current working directory for any file access; use BASE_PATH. (from r97728) 2010-04-12 23:14:36 +00:00
Upload.php BUGFIX Fixed Upload and checking for size with files that don't have any extension (from r101061) 2010-10-04 04:44:03 +00:00