56 Commits

Author SHA1 Message Date
Dominik 561cac21ad Fix wrong return types 2016-04-06 15:21:43 +02:00
Dominik 16641a68c1 Fix PHPDoc 2016-04-06 15:02:54 +02:00
nao-pon bf35ee56d5 [VD:MySQL,MsSQL] fix specific holder search problem 2016-03-16 21:03:03 +09:00
Jonas Schürmann 410a5e7a49 VolumeMySQL: Use single quotation marks in SQL queries 2016-03-16 11:57:52 +01:00
nao-pon 83a09fe85e [VD:MySQL] fix _path() return rootName twice 2016-01-25 21:35:40 +09:00
nao-pon eb5cc804bb [VD:MySQL] fix notice error 2016-01-23 21:29:17 +09:00
nao-pon 516147caf6 [VD] main option commonTempPath to use
and fixes some notice errors
2016-01-20 17:09:57 +09:00
nao-pon 357122c20f [VD:MySQL] include info "path" into search result 2016-01-12 22:45:44 +09:00
nao-pon 8b8c8288e5 [VD:config] add a volume root option searchTimeout (default 30s)
```php
// Search timeout (sec)
'searchTimeout'   => 30,
```
2016-01-12 22:31:07 +09:00
Jonas Schürmann c55c5de042 Fix file permissions for MySQL LOAD_FILE command 2015-11-11 08:16:29 +01:00
nao-pon 651260caf6 [VD, css] fix #1115, new VD option rootCssClass
New VolumeDriver(connector) option `rootCssClass` that CSS Class of
volume root in tree.

Fix `​` problem of title attr of cwd icon view
2015-11-05 17:38:41 +09:00
Jonas Schürmann fc71166d94 Fix small semantic typo 2015-10-07 08:56:38 +02:00
nao-pon f1f3b97cee correction of chmod function 2015-06-19 23:08:35 +09:00
David Bartle 6d93c7ac64 chmod command 2015-06-19 22:01:54 +09:00
nao-pon 1ed2052b5d [VD:MySql] optimize mysql query of file search 2015-05-23 01:40:06 +09:00
nao-pon 5464168cf6 [VD:abstract,Dropbox,MySql] fix dir include always in mime search result 2015-05-22 21:28:23 +09:00
nao-pon 70a47b0a3d [VD:abstract,Dropbox,MySQL] fix mime type search logic 2015-05-22 10:49:41 +09:00
nao-pon ec70a47fb6 [VD:MySQL] support target dirctory search 2015-05-22 01:15:48 +09:00
nao-pon 6d65f8da5c add function elFinderVolumeDriver::getTempFile($path = '')
/**
 * Get temporary filename. Tempfile will be removed when after script execution finishes or exit() is called.
 * When needing the unique file to a path, give $path to parameter.
 * 
 * @param  string       $path for get unique file to a path
 * @return string|false
 * @author Naoki Sawada
 */
2015-01-25 11:18:15 +09:00
nao-pon 4459bb5947 [volume] super class function resize support remote volume
ref.
https://github.com/Studio-42/elFinder/pull/928#issuecomment-70731922
2015-01-23 17:38:19 +09:00
nao-pon f7e8d38cf0 add volume icons ( ftp, local & sql ) 2014-03-12 01:13:41 +09:00
Dmitry (dio) Levashov 455221fc16 fix rename 2012-09-16 15:26:21 +04:00
Dmitry (dio) Levashov f2afa9fa7e _save calls fixes 2012-09-11 22:54:32 +04:00
Dmitry (dio) Levashov 6638eae1d2 drivers inner api changedgit status! elFinderVolumeDriver::_save(, , , , , ) -> elFinderVolumeDriver::_save(, , , ) 2012-09-11 22:22:36 +04:00
Dmitry (dio) Levashov 925afc75e8 optimize search in MYSQL driver 2012-07-25 23:05:21 +04:00
Troex Nevelin 6d79514094 refactor rmTmb method, now accepts $stat instead tmb name
reimplement eb8f7b7c6c and simplify 468b587abb
2012-06-19 15:53:27 +03:00
Dmitry (dio) Levashov 34641a75e4 minor fixes 2012-03-14 23:58:05 +04:00
Dmitry (dio) Levashov 9b04f0700d Merge branch '2.x' of github.com:Studio-42/elFinder into 2.x 2012-03-11 20:03:13 +04:00
Dmitry (dio) Levashov b283ab8bd9 updated 2012-03-05 23:44:51 +04:00
Troex Nevelin b5f54d2172 fix strict warning 2012-03-04 11:06:00 +02:00
Troex Nevelin f6e33d96c8 remove output buffering and closing php brackets 2012-03-03 22:30:31 +02:00
Troex Nevelin eb11847635 fix LOAD_FILE on windows, closes #203 2012-03-03 19:33:01 +02:00
Dmitry (dio) Levashov b758b4db78 resize/crop for mysql driver 2012-03-03 20:13:11 +04:00
Troex Nevelin 3acc673616 check MySQL host and socket 2012-02-23 22:23:59 +02:00
Dmitry (dio) Levashov 6b125c6d5e mysql driver - resize image (not complete) 2012-01-27 01:12:08 +04:00
Dmitry (dio) Levashov 5e5d28022d mysql driver - fix get/putContents methods 2012-01-26 23:57:43 +04:00
Dmitry (dio) Levashov ba833a0b1c mysql driver - fix _save() method 2012-01-26 23:44:33 +04:00
Dmitry (dio) Levashov a8606b25fc fix paste command 2012-01-25 00:02:40 +04:00
Dmitry (dio) Levashov d287b534d2 minor fix 2012-01-23 22:15:10 +04:00
Dmitry (dio) Levashov 53b8fe268d mysql driver - fix rmdir command 2012-01-20 00:28:17 +04:00
Dmitry (dio) Levashov 1a3d5d402c mysql driver - fix unlink command 2012-01-20 00:05:36 +04:00
Dmitry (dio) Levashov 6415ddc4d8 mysql driver - fix command 'rename' 2012-01-19 23:48:04 +04:00
Dmitry (dio) Levashov e9f965a2e5 fixes 2012-01-19 23:46:09 +04:00
Dmitry (dio) Levashov add24c274b fix thumbnails creation 2012-01-19 00:01:25 +04:00
Dmitry (dio) Levashov 0c80c88edb minor fix 2012-01-18 23:50:46 +04:00
Dmitry (dio) Levashov 1705517740 mysql driver - fix _fopen/fclose 2012-01-18 23:48:52 +04:00
Dmitry (dio) Levashov 3e439947aa mysql driver - fix mkdir/mkfile 2012-01-18 23:15:51 +04:00
Dmitry (dio) Levashov 89c1a50df5 minor code optimization 2012-01-18 22:46:42 +04:00
Dmitry (dio) Levashov 118efb4284 mysql driver reparement (not complete) 2011-12-28 23:52:54 +04:00
Dmitry (dio) Levashov 708200b818 update mysql driver (not complete) 2011-12-28 00:18:32 +04:00