silverstripe-framework/filesystem
cwchong dc24d3f21f Bug fix: File->setName()
Logical error. $base should use PATHINFO_FILENAME instead of
PATHINFO_BASENAME in order to exclude extension; final $name should
include a period before $ext as $ext uses PATHINFO_EXTENSION which
excludes the period.
2015-05-19 13:43:00 +08:00
..
File.php Bug fix: File->setName() 2015-05-19 13:43:00 +08: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: GD - check file exists before getimagesize 2014-12-11 15:21:38 +00:00
ImagickBackend.php Renamed IMagickBackend to ImagicBackend 2015-02-27 11:19:09 +00:00
Upload.php BUG Upload: File versioning with existing files 2014-10-22 08:48:55 +13:00