Changes between Initial Version and Version 2 of Ticket #27860
- Timestamp:
- 04/20/2014 10:44:07 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #27860
- Property Keywords dev-feedback added
-
Ticket #27860 – Description
initial v2 1 If a file is uploaded myimgage.png and then a second image is uploaded with the same name the file is renames myimgage.png to myimgage1.pngthis is fine.1 If a file is uploaded `myimgage.png` and then a second image is uploaded with the same name the file is renames `myimgage.png` to `myimgage1.png` this is fine. 2 2 3 However if a Retina image is uploaded using the Apple retina standard @2x i.e. myimage@2x.png3 However if a Retina image is uploaded using the Apple retina standard @2x i.e. `myimage@2x.png` 4 4 5 The increment is myimage@2x1.png this is not correct and should be myimage1@2x.png5 The increment is `myimage@2x1.png` this is not correct and should be `myimage1@2x.png` 6 6 7 Should be myimage[[prefex]]@2x.png NOT myimage@2x[[prefex]].png7 Should be `myimage[[prefex]]@2x.png` NOT `myimage@2x[[prefex]].png`