silverstripe-framework/filesystem
Ingo Schommer a3295e2a37 API File->canEdit() returns TRUE by default (not checking CMS perms)
This is a measure to support form fields and controllers
interacting with files in different contexts,
for example an UploadField used in a ModelAdmin,
or a website frontend. The check for 'CMS_ACCESS_AssetAdmin'
was too restricting. This wasn't a problem in 2.x simply because
the old FileField/Upload classes didn't respect File->can*()
permissions.
2012-10-12 15:42:06 +02:00
..
File.php API File->canEdit() returns TRUE by default (not checking CMS perms) 2012-10-12 15:42:06 +02:00
FileFinder.php MINOR Update @package values to match renaming sapphire 2012-04-15 10:50:19 +12:00
FileNameFilter.php Method visibility according to coding conventions 2012-09-20 10:46:59 +02:00
Filesystem.php FIX Remove instances of lines longer than 120c 2012-09-30 17:18:13 +13:00
Folder.php FIX Remove instances of lines longer than 120c 2012-09-30 17:18:13 +13:00
GD.php FIX Remove instances of lines longer than 120c 2012-09-30 17:18:13 +13:00
Upload.php FIX Remove instances of lines longer than 120c 2012-09-30 17:18:13 +13:00