silverstripe-framework/tests/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
..
fixtures/filefinder FEATURE: Added the SS_FileFinder class for finding files within a directory true that match a set of rules. 2011-03-24 20:14:42 +11:00
FileFinderTest.php MINOR Update @package values to match renaming sapphire 2012-04-15 10:50:19 +12:00
FileNameFilterTest.php BUG FileNameFilter should remove any amount of underscores from start of filename 2012-10-29 17:07:58 +13:00
FileTest.php FIX Remove instances of lines longer than 120c 2012-09-30 17:18:13 +13:00
FileTest.yml ENHANCEMENT: remove dependencies between framework tests and cms module. 2012-06-20 16:28:06 +02:00
FolderTest.php FIX Remove instances of lines longer than 120c 2012-09-30 17:18:13 +13:00
UploadTest.php Method visibility according to coding conventions 2012-09-20 10:46:59 +02:00
UploadTest.yml Added fixture for UploadTest so that it would create a database 2008-04-08 06:08:31 +00:00