winix/functions
Tomasz Sowa 06f42dd9cb changed: winix 'upload' function is a file manager now
we're using an jquery upload plugin
added:   Item struct has new rows: hash, hash_type, file_size, sort_index
added:   css mount parameter
         you can specify css files there, and javascript wysiwyg editors
         (ckeditor, tinymce) can make use of it
changed: post parsers can parse post variables with the same name
         (a postfix is added in such a case)
added:   common_dir parameter to the config
         this is a path to common directory (directory with common static files)
         it is needed to the 'css' mount parameter
         


git-svn-id: svn://ttmath.org/publicrep/winix/trunk@746 e52654a7-88a9-db11-a3e9-0013d4bc506e
2011-06-24 20:53:21 +00:00
..
Makefile small changes in Makefiles 2011-06-06 20:35:56 +00:00
Makefile.dep changed: winix 'upload' function is a file manager now 2011-06-24 20:53:21 +00:00
Makefile.o.dep added: new winix function: mount 2011-06-21 21:24:49 +00:00
adduser.cpp deleted some log info 2011-06-19 10:40:09 +00:00
adduser.h changed: when winix demonizes it creates a three new descriptors (0, 1 and 3) 2011-06-09 21:22:08 +00:00
cat.cpp changed: added Cur structure 2011-01-23 14:15:30 +00:00
cat.h changed: added Cur structure 2011-01-23 14:15:30 +00:00
chmod.cpp changed: added Cur structure 2011-01-23 14:15:30 +00:00
chmod.h changed: added Cur structure 2011-01-23 14:15:30 +00:00
chown.cpp changed: added Cur structure 2011-01-23 14:15:30 +00:00
chown.h changed: added Cur structure 2011-01-23 14:15:30 +00:00
ckeditor.cpp changed: winix 'upload' function is a file manager now 2011-06-24 20:53:21 +00:00
ckeditor.h changed: winix 'upload' function is a file manager now 2011-06-24 20:53:21 +00:00
cp.cpp changed: added Cur structure 2011-01-23 14:15:30 +00:00
cp.h changed: added Cur structure 2011-01-23 14:15:30 +00:00
default.cpp changed: added Cur structure 2011-01-23 14:15:30 +00:00
default.h changed: added Cur structure 2011-01-23 14:15:30 +00:00
download.cpp changed: added Cur structure 2011-01-23 14:15:30 +00:00
download.h changed: added Cur structure 2011-01-23 14:15:30 +00:00
emacs.cpp added: winix uses now [filter] statement from ezc 2011-01-26 12:45:38 +00:00
emacs.h changed: added Cur structure 2011-01-23 14:15:30 +00:00
functionbase.cpp changed: added Cur structure 2011-01-23 14:15:30 +00:00
functionbase.h changed: added Cur structure 2011-01-23 14:15:30 +00:00
functionparser.cpp added: a new mount type: static 2011-06-14 23:45:42 +00:00
functionparser.h changed: added Cur structure 2011-01-23 14:15:30 +00:00
functions.cpp added: new winix function: mount 2011-06-21 21:24:49 +00:00
functions.h added: new winix function: mount 2011-06-21 21:24:49 +00:00
last.cpp added support for UTF-8 2010-11-21 00:19:17 +00:00
last.h changed: added Cur structure 2011-01-23 14:15:30 +00:00
ln.cpp changed: added Cur structure 2011-01-23 14:15:30 +00:00
ln.h changed: added Cur structure 2011-01-23 14:15:30 +00:00
login.cpp changed: when winix demonizes it creates a three new descriptors (0, 1 and 3) 2011-06-09 21:22:08 +00:00
login.h changed: when winix demonizes it creates a three new descriptors (0, 1 and 3) 2011-06-09 21:22:08 +00:00
logout.cpp added support for UTF-8 2010-11-21 00:19:17 +00:00
logout.h changed: added Cur structure 2011-01-23 14:15:30 +00:00
ls.cpp changed: added Cur structure 2011-01-23 14:15:30 +00:00
ls.h changed: added Cur structure 2011-01-23 14:15:30 +00:00
mkdir.cpp changed: added Cur structure 2011-01-23 14:15:30 +00:00
mkdir.h changed: added Cur structure 2011-01-23 14:15:30 +00:00
mount.cpp added: new winix function: mount 2011-06-21 21:24:49 +00:00
mount.h added: new winix function: mount 2011-06-21 21:24:49 +00:00
mv.cpp changed: added Cur structure 2011-01-23 14:15:30 +00:00
mv.h changed: added Cur structure 2011-01-23 14:15:30 +00:00
nicedit.cpp added: nicedit: a new wysiwyg javascript editor 2011-06-13 01:06:10 +00:00
nicedit.h added: nicedit: a new wysiwyg javascript editor 2011-06-13 01:06:10 +00:00
node.cpp changed: added Cur structure 2011-01-23 14:15:30 +00:00
node.h changed: added Cur structure 2011-01-23 14:15:30 +00:00
priv.cpp changed: added Cur structure 2011-01-23 14:15:30 +00:00
priv.h changed: added Cur structure 2011-01-23 14:15:30 +00:00
privchanger.cpp changed: added Cur structure 2011-01-23 14:15:30 +00:00
privchanger.h changed: added Cur structure 2011-01-23 14:15:30 +00:00
reload.cpp changed: added Cur structure 2011-01-23 14:15:30 +00:00
reload.h changed: added Cur structure 2011-01-23 14:15:30 +00:00
rm.cpp changed: winix 'upload' function is a file manager now 2011-06-24 20:53:21 +00:00
rm.h changed: winix 'upload' function is a file manager now 2011-06-24 20:53:21 +00:00
run.cpp changed: added Cur structure 2011-01-23 14:15:30 +00:00
run.h changed: added Cur structure 2011-01-23 14:15:30 +00:00
specialdefault.cpp added a special default function: "-" 2010-12-07 18:18:45 +00:00
specialdefault.h changed: added Cur structure 2011-01-23 14:15:30 +00:00
stat.cpp added support for UTF-8 2010-11-21 00:19:17 +00:00
stat.h changed: added Cur structure 2011-01-23 14:15:30 +00:00
subject.cpp changed: added Cur structure 2011-01-23 14:15:30 +00:00
subject.h changed: added Cur structure 2011-01-23 14:15:30 +00:00
template.cpp changed: added Cur structure 2011-01-23 14:15:30 +00:00
template.h changed: added Cur structure 2011-01-23 14:15:30 +00:00
tinymce.cpp changed: winix 'upload' function is a file manager now 2011-06-24 20:53:21 +00:00
tinymce.h changed: winix 'upload' function is a file manager now 2011-06-24 20:53:21 +00:00
uname.cpp added support for UTF-8 2010-11-21 00:19:17 +00:00
uname.h changed: added Cur structure 2011-01-23 14:15:30 +00:00
upload.cpp changed: winix 'upload' function is a file manager now 2011-06-24 20:53:21 +00:00
upload.h changed: winix 'upload' function is a file manager now 2011-06-24 20:53:21 +00:00
uptime.cpp added support for UTF-8 2010-11-21 00:19:17 +00:00
uptime.h changed: added Cur structure 2011-01-23 14:15:30 +00:00
vim.cpp changed: winix 'upload' function is a file manager now 2011-06-24 20:53:21 +00:00
vim.h changed: added Cur structure 2011-01-23 14:15:30 +00:00
who.cpp added support for UTF-8 2010-11-21 00:19:17 +00:00
who.h changed: added Cur structure 2011-01-23 14:15:30 +00:00