silverstripe-framework/filesystem
Ingo Schommer 1c34d8f1b4 API CHANGE Deprecated TreeTitle(), use getTreeTitle() (in SiteTree, File, Group)
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/trunk@115119 467b73ca-7a2a-4603-9d3b-597d59a354a9
2010-12-16 05:16:06 +00:00
..
Archive.php MINOR Unified @package PHPdoc (added where missing, removed duplicates) 2008-06-15 13:33:53 +00:00
File.php API CHANGE Deprecated TreeTitle(), use getTreeTitle() (in SiteTree, File, Group) 2010-12-16 05:16:06 +00: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 ".." 2010-10-19 05:06:25 +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 BUGFIX: Don't include web.config in the assets tracked in the File table. 2010-12-05 00:05:05 +00:00
GD.php MINOR Moved GD::set_default_quality() function to the top of the file to align with conventions (from r111888) 2010-10-19 05:04:14 +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 Checking for class_exists() before SapphireTest::is_running_tests() to avoid including the whole testing framework, and triggering PHPUnit to run a performance-intensive directory traversal for coverage file blacklists 2010-11-30 05:13:09 +00:00