silverstripe-framework/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
..
File.php Merge remote-tracking branch 'origin/3.1' into 3 2015-06-02 19:13:38 +12:00
FileFinder.php API Marked statics private, use Config API instead (#8317) 2013-03-24 17:20:53 +01:00
FileNameFilter.php Remove all redundant whitespace 2014-08-19 09:17:15 +12:00
Filesystem.php API New Database abstraction layer. Ticket #7429 2014-07-09 18:04:05 +12:00
Folder.php Merge remote-tracking branch 'origin/3.1' into 3 2015-06-02 19:13:38 +12:00
GD.php Merge remote-tracking branch 'composer/3.1' into 3 2015-01-15 18:52:46 +13:00
ImagickBackend.php Merge remote-tracking branch 'origin/3.1' into 3 2015-03-11 11:40:06 +13:00
Upload.php NEW: Configurable file version prefix 2015-06-03 08:55:38 -07:00