mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 02:35:49 +00:00
fixed bug with building file table from json data, when we go around and come back to root dir
This commit is contained in:
parent
723bb9f9c3
commit
729cff791d
1 changed files with 10 additions and 1 deletions
11
ChangeLog
11
ChangeLog
|
|
@ -2,7 +2,8 @@
|
|||
|
||||
* Fixed bug with nodester (jitsu env.HOME make him go done).
|
||||
|
||||
* Fixed bug: gzip do not working out, becouse accessible flag settet up to _controller object.
|
||||
* Fixed bug: gzip do not working out, becouse accessible flag settet
|
||||
up to _controller object.
|
||||
|
||||
* To every panel added scroll bars which is hiding if do not needed.
|
||||
|
||||
|
|
@ -14,6 +15,14 @@
|
|||
|
||||
* Added Client Side CodeMirror library with name Cloud Editor.
|
||||
|
||||
* Fixed bug with building file table from json data, when we go around
|
||||
and come back to root dir.
|
||||
If name of a file or directory is more then 16 charactes it shows
|
||||
like 'VERY-LONG-NAME..', so becaouse of on first came we load page
|
||||
like no js, so json building from file table thet was genereted on
|
||||
server. So if file to long we should take it's name from title
|
||||
parameter of <a> tag.
|
||||
|
||||
|
||||
2012.07.14, Version 0.1.2
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue