silverstripe-framework/filesystem
2008-11-02 20:04:10 +00:00
..
Archive.php MINOR Unified @package PHPdoc (added where missing, removed duplicates) 2008-06-15 13:33:53 +00:00
File.php ENHANCEMENT Added fieldLabels() overloading to various DataObject subclasses. Use this method instead of directly calling _t() in getCMSFields(), and use fieldLabel('MyField') to get the label for a specific FormField. This way, we can transparently support formfield scaffolding and re-use the labels for search fields automatically. 2008-11-02 20:04:10 +00:00
Filesystem.php API CHANGE Removed Filesystem::moverootfilesto() 2008-10-16 11:03:45 +00:00
Folder.php API CHANGE Removed deprecated File->setMaxFileSize(), use Upload class 2008-10-16 11:05:57 +00:00
GD.php FEATURE: #2166 - Ability to set deafult for all resampeld JPEGs (dio5) 2008-06-25 05:22:56 +00:00
TarballArchive.php MINOR Unified @package PHPdoc (added where missing, removed duplicates) 2008-06-15 13:33:53 +00:00
Upload.php BUGFIX Fixed Upload->isValidExtension() - was checking array keys instead of array values .... 2008-10-01 18:31:08 +00:00