silverstripe-framework/tests/filesystem
2011-03-30 18:16:16 +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 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
FileTest.php API-CHANGE: Renaming a folder did not update the folder's filename on the disk. This is now fixed. There is now a one-to-one mapping between a folder and its "Title" label. Files still can have a Title that is different from the Filename (fixes #6088, thanks Pike) 2011-03-30 18:16:16 +13:00
FileTest.yml API CHANGE Don't reflect changes in File and Folder property setters on filesystem before write() is called, to ensure that validate() applies in all cases. This fixes a problem where File->setName() would circumvent restrictions in File::$allowed_extensions (fixes #5693) 2010-10-15 03:20:47 +00:00
FolderTest.php MINOR: Unit test breaks if another module or project extends Folder (from r111669) 2010-10-19 04:52:20 +00:00
UploadTest.php MINOR: Unit test fails if the previous build left temp files behind, so they are removed at the start of the test (from r104050) 2010-10-14 23:55:31 +00:00
UploadTest.yml Added fixture for UploadTest so that it would create a database 2008-04-08 06:08:31 +00:00