silverstripe-framework/filesystem
Jonathon Menz 223466a8b8 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.

Filename   | Old result | New result
-----------|------------|--------------
IMG001.jpg | IMG2.jpg   | IMG001-v2.jpg
2015-06-03 09:24:30 -07:00
..
File.php Merge remote-tracking branch 'origin/3.1' into 3 2015-03-11 11:40:06 +13: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 API New Database abstraction layer. Ticket #7429 2014-07-09 18:04:05 +12:00
GD.php Fixed " Image_Backend interface constructor needs updating (master) #3477 " on both the Image_Backend Model and Imagick_Backend filesystem class 2015-02-11 15:58:47 +00:00
ImagickBackend.php Merge remote-tracking branch 'origin/3' 2015-04-09 16:26:16 +12:00
Upload.php NEW Configurable file version prefix 2015-06-03 09:24:30 -07:00