Commit graph

113 commits

Author SHA1 Message Date
coderaiser
272d5a22fd from now on disconnecting - trying to do new connection 2012-09-21 08:40:32 -04:00
coderaiser
3df5f12367 minor changes 2012-09-21 07:05:01 -04:00
coderaiser
94c94f2e4f added appcache paramter to config.json 2012-09-21 04:46:26 -04:00
coderaiser
b52910a2cf added ability to execute commands on server thrue terminal 2012-09-20 11:13:49 -04:00
coderaiser
d2c6f28896 add plugin terminal 2012-09-19 05:53:49 -04:00
coderaiser
505c2bb729 from now right panel would be always shown 2012-09-18 04:42:38 -04:00
coderaiser
9c9900d657 minor changes 2012-09-18 03:58:09 -04:00
coderaiser
601f7507bd added ability to remove files 2012-09-18 03:52:51 -04:00
coderaiser
ce35937ca3 fixed bugs with generateHeaders 2012-09-17 08:37:55 -04:00
coderaiser
8e08a28213 fixed bug with keyboard not responding when click on file 2012-09-15 14:48:44 -04:00
coderaiser
4ca746eea3 Update ChangeLog 2012-09-15 20:34:12 +03:00
coderaiser
78fea25494 added suport of app cache 2012-09-13 05:26:43 -04:00
coderaiser
33b479fdc9 added module is-file-changed 2012-09-12 06:05:54 -04:00
coderaiser
770cd1c9b6 moved calling api scrollIntoViewIfNeeded to setCurrentFile 2012-09-12 03:23:41 -04:00
coderaiser
3d8f5af424 added ability to watch is file changed wile server is running 2012-09-11 08:12:19 -04:00
coderaiser
1bffa3033e improved borders over CodeMirror and panels 2012-09-10 11:11:49 -04:00
coderaiser
6a033c1c08 fixed bug with setting current file when mouse down 2012-09-08 07:20:56 -04:00
coderaiser
6595a72b9b minor changes 2012-09-07 06:43:11 -04:00
coderaiser
356d9586c2 fixed scrolling bug on non-webkit based browsers 2012-09-06 07:04:05 -04:00
coderaiser
6f98d2fc0a removed property keyBinded, from now it's private member of KeyBinding class 2012-09-04 09:57:30 -04:00
coderaiser
aa18e800b5 minor changes 2012-09-04 08:22:12 -04:00
coderaiser
0ee4af5411 fixed bug with keyboard not responding when go deeper in file tree 2012-09-04 08:21:23 -04:00
coderaiser
e533b0f872 fixed bug with getByClass ie version 2012-09-03 11:05:24 -04:00
coderaiser
7ad33a4617 From now jquery not necessary for Cloud Commander, so start load get faster 2012-09-03 05:52:28 -04:00
coderaiser
7a47780308 added ability to use ajax without jquery 2012-08-31 11:03:58 -04:00
coderaiser
948f268d7a removed packed versions of files, uglifing would be doing on-a-fly 2012-08-27 07:29:53 -04:00
coderaiser
c96c65067b fixed bug with empty directorys 2012-08-24 10:38:27 -04:00
coderaiser
a2ee2c3512 changed minimal node version 2012-08-24 09:33:23 -04:00
coderaiser
f1a469ab4a Version 0.1.6
2012.08.24, Version 0.1.6
 
* From now jsload, cssload and anyload suport arrays.




* Added ability to move scrollbar, when Home and
End buttons pressed.




* Added ability to move with Page Up and Page Down
buttons.




* Added moving scrolling by cursor ability.




* Fixed bug with go to parent directory: from now,
if parent directory not in view area, page will
scroll to needed place.




* Fixed bug with tab key pressed.




* Fixed bug: files now clickable to.




* Fixed bug with double click on files.




* Fixed bug with double click on images.




* Fixed bug with Array.isArray and getElementsByClassName in IE.




* Fixed bug with document.head in IE.




* JQuery 1.7.2 changed to 1.8.0




* Added support of mibile browsers and touch events.




* Fixed bug with ignoring all browser defined keys.




* Moved unSetCurrentfile to setCurrent file.
All the time one of files must be current, so wen we setting up some file
current, file that was previously current must be unset automatically.




* Added context menu on shift + F10.




* A little bit beautified css.




* Added function getRefreshButton.




* Fixed bug with refreshing directory, from now current file would not be seeted up to first, after refresh.




* Added ability to view any file.




* Moved error message a little bit lower.




* Added ability to download files.
2012-08-24 14:41:41 +03:00
coderaiser
a87309a447 added ability to download files 2012-08-17 10:30:13 -04:00
coderaiser
a0500848ca moved error message a little bit lower 2012-08-17 06:16:59 -04:00
coderaiser
72736e7d3b added ability to view any file 2012-08-17 06:14:39 -04:00
coderaiser
ab962b9102 fixed bug with refreshing directory, from now current file would not be seeted up to first, after refresh 2012-08-16 07:45:10 -04:00
coderaiser
6e910eb431 minor changes 2012-08-16 04:07:50 -04:00
coderaiser
b62fa33927 A little bit beautified css 2012-08-15 16:19:56 +03:00
coderaiser
69ace5ca25 added context menu on shift+f10 2012-08-14 07:06:50 -04:00
coderaiser
c875e5da29 moved unSetCurrentfile to setCurrent file
All the time one of files must be current, so wen we setting up some file
current, file that was previously current must be unset automatically.
2012-08-14 12:18:55 +03:00
coderaiser
2b4e457a39 fixed bug with ignoring all browser defined keys 2012-08-14 01:48:48 -07:00
coderaiser
a118b82c3d added support of mibile browsers and touch events 2012-08-13 07:26:00 -04:00
coderaiser
e27b8ba037 JQuery 1.7.2 changed to 1.8.0 2012-08-13 03:45:55 -04:00
coderaiser
fbd82e287f minor changes 2012-08-10 08:15:40 -04:00
coderaiser
dd439e6290 fixed bug with document.head and document.body in IE 2012-08-10 08:08:25 -04:00
coderaiser
3255600f1c fixed bug with Array.isArray and getElementsByClassName in IE 2012-08-10 07:51:42 -04:00
coderaiser
f3cd2e07fa fixed bug with double click on images 2012-08-08 16:23:19 +03:00
coderaiser
81236c9fa7 fixed bug with double click on files 2012-08-08 15:18:28 +03:00
coderaiser
aa3c15418f fixed bug: files now clickable to 2012-08-08 15:03:15 +03:00
coderaiser
1c63eaea19 fixed bug with tab key pressed 2012-08-08 13:28:29 +03:00
coderaiser
51368e565b fixed bug with go to parent directory
From now, if parent directory not in view area, page will scroll
to needed place.
2012-08-08 13:05:39 +03:00
coderaiser
fb9f8dd449 added moving scrolling by cursor ability 2012-08-07 10:47:43 -04:00
coderaiser
5515cdf11c added ability to move with Page Up and Page Down buttons 2012-08-07 09:30:31 -04:00