silverstripe-framework/tests/filesystem
Jonathon Menz 44b1ff1931 NEW: Configurable file version prefix
Numbers are often used at the end of file names in image sequences (e.g. digital photos) and the current renaming scheme can disrupt this, creating a confusing situation for the user. A configurable file version prefix should help prevent this, with a default of '-v' proposed for SS4.0.

Filename   | Old result | New result (with '-v' prefix)
-----------|------------|--------------
IMG001.jpg | IMG2.jpg   | IMG001-v2.jpg
2015-06-03 08:55:38 -07: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
gdtest BUG GD::greyscale did not correctly preserve alpha component of images Added test cases to test greyscale operation across various image formats Replaced various magic numbers with IMAGETYPE_XXX definitions 2012-12-04 09:47:26 +01:00
FileFinderTest.php MINOR Update @package values to match renaming sapphire 2012-04-15 10:50:19 +12:00
FileNameFilterTest.php Remove all redundant whitespace 2014-08-19 09:17:15 +12:00
FileTest.php Merge remote-tracking branch 'origin/3.1' into 3 2015-06-02 19:13:38 +12:00
FileTest.yml BUG Fix users with all cms section access not able to edit files 2015-04-20 18:20:56 +12:00
FolderTest.php Remove all redundant whitespace 2014-08-19 09:17:15 +12:00
GDTest.php Remove all redundant whitespace 2014-08-19 09:17:15 +12:00
UploadTest.php NEW: Configurable file version prefix 2015-06-03 08:55:38 -07:00
UploadTest.yml Added fixture for UploadTest so that it would create a database 2008-04-08 06:08:31 +00:00