From 729cff791ddad48c190dee9487f62f0ed1f91910 Mon Sep 17 00:00:00 2001 From: coderaiser Date: Wed, 18 Jul 2012 15:13:35 +0300 Subject: [PATCH] fixed bug with building file table from json data, when we go around and come back to root dir --- ChangeLog | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 4dd094b1..6a67c1b6 100644 --- a/ChangeLog +++ b/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 tag. + 2012.07.14, Version 0.1.2