silverstripe-framework/filesystem
Will Rossiter c35c48b768 Merge pull request #51 from drzax/fix-gd
BUGFIX: Ensure image sizes are rounded.
2011-09-15 18:26:32 -07:00
..
File.php Merge pull request #59 from mobiusnz/master 2011-09-15 18:15:51 -07:00
FileFinder.php FEATURE: Added the SS_FileFinder class for finding files within a directory true that match a set of rules. 2011-03-24 20:14:42 +11:00
Filesystem.php MINOR Removed dependency on SiteTree in various unit tests 2011-03-29 18:07:58 +13:00
Folder.php BUGFIX Consistently using Convert::raw2sql() instead of DB::getConn()->addslashes() or PHP's deprecated addslashes() for database escaping 2011-09-15 14:24:46 +02:00
GD.php Bug fix: Ensure image sizes are rounded. The imagecopyresampled function should be provided with integers, not floats. 2011-08-30 12:31:36 +10:00
Upload.php ENHANCEMENT: Added allowed actions to core classes 2011-02-14 11:14:51 +13:00