silverstripe-framework/filesystem
Jeremy Shipman 392ddef2e8 FIX: Image resizing breaks when one of the resized image dimensions is between 0 and 1.
Solution: Round up to 1 instead of down to 0.
Converted php errors to exceptions in the process.
2014-10-30 14:21:04 +13:00
..
File.php FIX folder Title not being exactly the same as Name field if setName modified the value 2014-05-02 14:41:10 +12:00
FileFinder.php API Marked statics private, use Config API instead (#8317) 2013-03-24 17:20:53 +01:00
FileNameFilter.php API Marked statics private, use Config API instead (#8317) 2013-03-24 17:20:53 +01:00
Filesystem.php BUG Fixing Filesystem::sync breaking subsite pages with same URLSegments 2013-05-14 09:45:14 +12:00
Folder.php FIX folder Title not being exactly the same as Name field if setName modified the value 2014-05-02 14:41:10 +12:00
GD.php FIX: Image resizing breaks when one of the resized image dimensions is between 0 and 1. 2014-10-30 14:21:04 +13:00
ImagickBackend.php FIX: Image resizing breaks when one of the resized image dimensions is between 0 and 1. 2014-10-30 14:21:04 +13:00
Upload.php BUG Upload: File versioning with existing files 2014-10-22 08:48:55 +13:00