Commit Graph

250 Commits

Author SHA1 Message Date
Dmitry (dio) Levashov 964f9d0b91 fix tree sync 2012-09-03 23:12:10 +04:00
Dmitry (dio) Levashov da50bbad39 closes #350 2012-09-01 00:39:00 +04:00
Dmitry (dio) Levashov 5689f604cf add hquery 1.8.1 2012-08-31 22:18:30 +04:00
Dmitry (dio) Levashov c058511f18 nothing 2012-08-30 00:31:18 +04:00
Dmitry (dio) Levashov f9805cffe6 closes #340, closes #331, thanks foxel 2012-07-26 21:17:01 +04:00
Dmitry (dio) Levashov 925afc75e8 optimize search in MYSQL driver 2012-07-25 23:05:21 +04:00
Dmitry (dio) Levashov 5ef993ec83 closes #336 2012-07-09 22:57:11 +04:00
Dmitry (dio) Levashov 79da4e27d0 closes #327 - icrease tree render speed 3 times. 2012-07-07 18:52:54 +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
Dmitry (dio) Levashov cc7bbe67c2 fix infinity requests on 'parent' cmd 2012-07-05 23:25:05 +04:00
nao-pon e38cffb258 fix move dirctory problem 2012-07-03 17:26:19 +09:00
Dmitry (dio) Levashov bb8a606bbb Merge branch '2.x' of github.com:Studio-42/elFinder into 2.x 2012-07-02 22:37:46 +04:00
Dmitry (dio) Levashov 80dd6212e8 fixed: treeDeep option has no effect 2012-07-02 22:37:33 +04:00
Troex Nevelin d34c44e25e added docs links to release files 2012-07-01 17:52:39 +03: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 4fed970787 dummy 2012-06-24 15:45:21 +04:00
Dmitry (dio) Levashov d1d0582fb1 fix #312 2012-06-24 15:41:29 +04:00
Troex Nevelin 453f3274b6 check if session is already started 2012-06-19 16:18:21 +03:00
Troex Nevelin dfc65555d4 rename session variable netVolumes into elFinderNetVolumes 2012-06-19 16:12:41 +03: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 2983d3de3a Merge pull request #307 from nao-pon/copyFrom_patch
I want use file stat in _save() when calling from copyFrom()
2012-06-14 11:40:17 -07:00
nao-pon 68dd196dd9 fix #306 - Safari download problem 2012-06-13 18:42:57 +09: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 793902de86 tests 2012-06-02 10:56:29 +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 4dfb9ae59f fix mkdir 2012-06-01 09:15:34 +09:00
nao-pon 436eab58ff fix notice error 2012-05-06 10:41:16 +09: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
nao-pon 050f9769bc fix attr()
attr($path, $name, $val) - $val was not effective.
2012-04-19 23:14:11 +09:00
Dmitry (dio) Levashov 8077b690a1 do nothing 2012-04-18 22:33:27 +04:00
Dmitry (dio) Levashov 4cd6022dbd if alias is not set use 'user@host' as alias 2012-04-18 22:32:27 +04:00
Dmitry (dio) Levashov dd2209a897 mount error message on no path 2012-04-18 22:31:55 +04:00
Dmitry (dio) Levashov 313bbf3117 netmount fixed 2012-04-18 22:31:29 +04:00