summaryrefslogtreecommitdiffstats
path: root/lib/files/mapper.php
Commit message (Collapse)AuthorAgeFilesLines
* Squashed commit of the following:Thomas Mueller2013-06-141-16/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | commit 1c7d5da4d1687183f8701336fc14636f61095f4e Author: infoneo <infoneo@yahoo.pl> Date: Sat Jun 8 19:44:58 2013 +0300 Update mapper.php commit 37f1f034f776b084ac7e25be136ce64b5772a446 Author: infoneo <infoneo@yahoo.pl> Date: Sat Jun 8 18:39:25 2013 +0300 Update mapper.php Now slugify is performed on whole filename (including extension). Changed method of adding index number (using regular expressions pathinfo() method removed). commit 4a5f872f1f55941d07992d7ac5e8f8b74ec8febc Author: infoneo <infoneo@yahoo.pl> Date: Sun May 12 15:22:57 2013 +0300 Fixed problems with a dots in a filenames commit bc17f958349e36c1caacfc9263ae1de2df8e6a76 Author: infoneo <infoneo@yahoo.pl> Date: Sun May 12 01:47:48 2013 +0200 Dots in a filenames fix
* some more test cases & fix on file name generation with indexThomas Mueller2013-03-241-2/+2
|
* adding extension to slugified physical pathThomas Mueller2013-03-241-7/+16
|
* fixing various filesystem/storage unit tests on windowsThomas Mueller2013-03-121-3/+5
| | | | fixing copy operation on mapper
* adding //IGNORE to iconv to prevent nasty php warningsThomas Mueller2013-03-121-1/+1
|
* slug generates uniqid in case the file/folder name contains not one single ↵Thomas Mueller2013-03-121-4/+2
| | | | valid character
* indexed slug should be created based on logic pathThomas Mueller2013-03-121-1/+1
|
* class Mapper no respects an unchanged physical root which will be excluded ↵Thomas Mueller2013-02-151-12/+12
| | | | from slugifying the path
* Fix NoSpaceAfterComma and SpaceBeforeCommaBart Visscher2013-02-141-1/+1
|
* fixing mappedlocal storage to work on non-windows as wellThomas Mueller2013-02-111-1/+15
| | | | this allows us to run unit tests on linux - necessary to enable easy regression testing
* Mapper: use md5 hashes for database indexesRobin Appelman2013-02-101-6/+6
| | | | indexing the full path exeeds the maximum index length for MySQL
* initial version of a local storage implementation which will use unique ↵Thomas Mueller2013-02-061-0/+216
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.