silverstripe-cms/code
Sean Harvey 118b28dea1 BUG setFolderName in CMSFileAddController should default to the root
setFolderName expects a folder name relative to the root. Specifying
ASSETS_DIR will create a duplicate folder called "assets", so the
file gets uploaded into "assets/assets". Specifying "/" means the
file will get uploaded into the root instead, which is correct.
2012-09-21 16:00:35 +12:00
..
batchactions BUGFIX: Add batch handler status messages (fixes #7427) 2012-06-22 14:09:52 +12:00
controllers BUG setFolderName in CMSFileAddController should default to the root 2012-09-21 16:00:35 +12:00
forms MINOR Use shorthand syntax for DataList querying 2012-05-28 21:05:24 +12:00
model BUG Consistently save SiteConfig, and refactor Translatable hooks 2012-09-07 17:06:29 +02:00
reports Fixed report title column localization 2012-09-11 12:49:27 +02:00
search BUG Check for the parameter existence. 2012-07-20 14:04:52 +12:00
staticpublisher BUGFIX Provide default constructor value to filesystem publisher so that singleton calls (which don't pass params) don't fail 2012-08-05 18:02:13 +12:00