IphpFileStoreBundle
IphpFileStoreBundle copied to clipboard
Default namer not fully implemented
If you don't put namer: ~ in your mapping configuration, conflicting files are not renamed (and I think they should, using the default namer).
In fact I think the documentation is wrong when stating that the default namer is used when none is specified in config, because if you don't define a namer, none is used and the filename is not changed at all.
How do we solve this issue ? fix the documentation or use the default namer if none is specified (no 'namer' entry in config) I can make a PR