nao-pon
9a1bd26690
[php:driver] add optional parameter $lineal into parents()
...
`@param bool|null $lineal only lineal parents`
2014-01-14 14:29:38 +09:00
nao-pon
40f9de28f8
[VolumeDriver] new func getArchivers for calls from _checkArchivers
...
Added new function `getArchivers()` for calls from `_checkArchivers()`.
`getArchivers()` catching exists archivers into session data for improve
performance.
ex.
```php
protected function _checkArchivers() {
$this->archivers = $this->getArchivers();
return;
}
```
And, added cmd check about `7z` for windows server.
ref. #550 , #722
2013-11-15 16:43:21 +09:00
Naoki Sawada
ba6bcc45ea
Merge pull request #542 from Tuxion/2.x
...
Fixed 2 bugs. Local FS directory traversal and remove didn't notify when file not found.
2013-04-18 00:44:52 -07:00
Beanow
6d5234067a
Fixed remove bug when files not found.
...
Because $stat['realpath'] was being set, the empty($stat) check was always false after that.
2013-03-21 14:58:10 +01:00
Yuri Khrustalev
1644251eac
Adding archive/extract functionality to FTP driver on GNU/Linux
...
Adding localization for new error messages for archive/extract commands
Fixing sort localization
Fixing defect with temporary path directory permissions
Fixing defect with cacheDir function hiding files in folders with space in name
Fixing defect with mount function
Fixed overwrite dialog for extract command
2013-03-19 12:30:24 +04:00
Dmitry (dio) Levashov
7f59c1382e
fixes #513
2013-02-28 01:11:07 +04:00
Dmitry (dio) Levashov
8f2fd98be5
fix ui theme
2013-02-28 00:32:21 +04:00
Dmitry (dio) Levashov
c4717c43f2
fix call_user_func call
2013-02-28 00:25:14 +04:00
Dmitry (dio) Levashov
4b8941a06b
Merge pull request #426 from boekkooi/patch-1
...
Add closure support for `accessControl`
2013-02-27 12:10:06 -08:00
nao-pon
5d82c3b8a9
simply of @19fb90d8
2013-01-23 23:42:04 +09:00
mangirdas
b9df301e60
Put file info into temporary variable. Fixes #136
2013-01-23 23:41:16 +09:00
anton-slim
a8ba48ae9d
Update php/elFinderVolumeDriver.class.php
...
fix bug to call arguments in function $this->imgResize
2012-12-17 13:42:58 +04:00
Warnar Boekkooi
a8614ac6ee
Add closure support for accessControl
...
This fixes the issue where the `accessControl` wouldn't accept a closure.
2012-11-06 06:02:30 +01:00
Dmitry (dio) Levashov
455221fc16
fix rename
2012-09-16 15:26:21 +04:00
Dmitry (dio) Levashov
276105605a
minor fix
2012-09-16 15:12:55 +04:00
Dmitry (dio) Levashov
c8d132d0c8
fix
2012-09-13 22:08:49 +04:00
Dmitry (dio) Levashov
00f3a2c258
minor fix in calc folder size
2012-09-13 22:01:32 +04:00
Dmitry (dio) Levashov
f2afa9fa7e
_save calls fixes
2012-09-11 22:54:32 +04:00
Dmitry (dio) Levashov
f4cbafb5f6
Merge branch '2.x' of github.com:Studio-42/elFinder into 2.x
2012-09-11 22:22:52 +04:00
ph0enix
323bce8daa
Thumbnail background fix, code formatting
2012-09-12 02:07:37 +04:00
Dmitry (dio) Levashov
6638eae1d2
drivers inner api changedgit status! elFinderVolumeDriver::_save(, , , , , ) -> elFinderVolumeDriver::_save(, , , )
2012-09-11 22:22:36 +04:00
Josh Schmidt
72912668e4
Update php/elFinderVolumeDriver.class.php
...
use new gd.. image functions
2012-09-07 10:43:26 -06:00
Josh Schmidt
0b80e015f8
Update php/elFinderVolumeDriver.class.php
...
gdImageCreate(), gdImage() and gdImageBackground()
2012-09-07 10:34:19 -06:00
Dmitry (dio) Levashov
c058511f18
nothing
2012-08-30 00:31:18 +04:00
Dmitry (dio) Levashov
04b0186ddc
fixes #136
2012-07-07 17:50:33 +04:00
Dmitry (dio) Levashov
d84988cb71
update fix infinity requests on parent cmd
2012-07-06 21:01:38 +04:00
nao-pon
e38cffb258
fix move dirctory problem
2012-07-03 17:26:19 +09:00
Dmitry (dio) Levashov
80dd6212e8
fixed: treeDeep option has no effect
2012-07-02 22:37:33 +04:00
Dmitry (dio) Levashov
2a2d5e9cfc
disable date format on server side
2012-06-28 23:41:17 +04:00
Dmitry (dio) Levashov
979bb02ebd
fix private -> protected for allowCreate()
2012-06-28 21:44:45 +04:00
Dmitry (dio) Levashov
8df1f79936
checkfilename fixes
2012-06-28 21:32:52 +04:00
Dmitry (dio) Levashov
d1d0582fb1
fix #312
2012-06-24 15:41:29 +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
nao-pon
093222ee9f
can use file stat in _save() when calling from copyFrom()
2012-06-11 16:51:44 +09:00
Dmitry (dio) Levashov
a4d6bf2ace
closes #267
2012-06-06 00:03:57 +04:00
Dmitry (dio) Levashov
748676c6ec
closes #268
2012-06-05 23:57:14 +04:00
Dmitry (dio) Levashov
6c1a7fcdee
minor optimization
2012-06-05 23:34:02 +04:00
Troex Nevelin
fa1c1ac0e7
fixes #297
2012-06-03 01:27:18 +03:00
Dmitry (dio) Levashov
b60c5e2cc4
Merge branch '2.x' of github.com:Studio-42/elFinder into 2.x
2012-06-02 10:56:37 +04:00
Dmitry (dio) Levashov
e2f178075d
Merge pull request #272 from nao-pon/fix_attr
...
fix attr()
2012-06-01 23:56:07 -07:00
Dmitry (dio) Levashov
01ada53c7c
Merge pull request #275 from nao-pon/fix_paste
...
fix problem of losing the entity file by pasting its own alias
2012-06-01 23:54:27 -07:00
Dmitry (dio) Levashov
7910ecfc63
Merge branch '2.x' of github.com:Studio-42/elFinder into 2.x
2012-06-02 10:49:52 +04:00
Dmitry (dio) Levashov
02c875e732
fix acceptedName
2012-06-02 10:49:43 +04:00
Dmitry (dio) Levashov
08dff46a2b
Merge pull request #276 from nao-pon/fix_mime_detect
...
fix mime type detection by finfo_file()
2012-06-01 23:49:22 -07:00
Dmitry (dio) Levashov
10f2549927
fix acceptedName options
2012-06-02 10:34:26 +04:00
nao-pon
6595ab3296
fix upload problem when file exists
2012-05-03 13:46:14 +09:00
nao-pon
eb8f7b7c6c
fix thumbnail remains when directory move inside current volume
2012-04-28 22:07:18 +09:00
nao-pon
468b587abb
fix thumbnail remains when file moved, and copy also thumbnail at copy
2012-04-25 11:34:10 +09:00
nao-pon
299c73d5bd
fix mime type detection by finfo_file()
...
When a MIME type was judged by finfo_file(), the MIME type of some file
types (Office, 7z, etc.) corrected the correctly unacquirable problem.
2012-04-21 23:46:55 +09:00
nao-pon
94fed3eea2
fix problem of losing the entity file by pasting its own alias
...
This problem has appeared on the "MySQL volume driver" of my own. Its
driver has the ability to use an alias fake path.
2012-04-20 23:45:49 +09:00