silverstripe-framework/filesystem
Sean Harvey 1ce279ec9d BUG FileNameFilter should remove any amount of underscores from start of filename
When a user renames a file to "__test.txt" (two underscores or more),
then FileNameFilter will only remove the very first underscore from the
filename. This is not sufficient, as any number of underscores in the
filename will be problematic when Filesystem::sync() is called, it will
remove that File record thinking it's an internal file. This fixes it
so any number of underscores are stripped out at the start of the filename.
2012-10-29 17:07:58 +13:00
..
File.php FIX Remove instances of lines longer than 120c 2012-09-30 17:18:13 +13:00
FileFinder.php MINOR Update @package values to match renaming sapphire 2012-04-15 10:50:19 +12:00
FileNameFilter.php BUG FileNameFilter should remove any amount of underscores from start of filename 2012-10-29 17:07:58 +13: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