silverstripe-framework/filesystem
2008-10-10 17:35:24 +00:00
..
Archive.php MINOR Unified @package PHPdoc (added where missing, removed duplicates) 2008-06-15 13:33:53 +00:00
File.php ENHANCEMENT Introduced constants for system paths like /sapphire in preparation for a more flexible directory reorganisation. Instead of hardcoding your path, please use the following constants: BASE_PATH, BASE_URL, SAPPHIRE_DIR, SAPPHIRE_PATH, CMS_DIR, CMS_PATH, THIRDPARTY_DIR, THIRDPARTY_PATH, ASSETS_DIR, ASSETS_PATH, THEMES_DIR, THEMES_PATH 2008-09-27 16:02:38 +00:00
Filesystem.php Multiple 'protected' variable declaration fixed 2008-09-10 22:01:09 +00:00
Folder.php BUGFIX Fixing AssetAdmin translations which were previously moved to Folder.php - i18n::include_by_class() doesn't like filenames/namespaces which are in a different folder than the language file they're referenced in (see #2359) - started in r64076 2008-10-10 17:35:24 +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