-
- Downloads
initial version of a local storage implementation which will use unique...
initial version of a local storage implementation which will use unique slugified filename on the local filesystem. This implementation will only be enabled on windows based system to solve the issues around UTF-8 file names with php on windows.
Showing
- db_structure.xml 44 additions, 0 deletionsdb_structure.xml
- lib/files/mapper.php 216 additions, 0 deletionslib/files/mapper.php
- lib/files/storage/local.php 5 additions, 0 deletionslib/files/storage/local.php
- lib/files/storage/mappedlocal.php 335 additions, 0 deletionslib/files/storage/mappedlocal.php
- lib/files/storage/temporary.php 1 addition, 0 deletionslib/files/storage/temporary.php
- tests/lib/files/storage/storage.php 13 additions, 4 deletionstests/lib/files/storage/storage.php
Loading
Please register or sign in to comment