winix/functions
Tomasz Sowa f381f24402 fixed: in DbBase: removed:
DbBase::AssertQuery(const std::wstring & q)
       there was a recurrence calling (the method called itself)
       we don't need a method which get a wstring as an argument
added: DbBase::AssertQuery(const char * q, ExecStatusType t)
       DbBase::AssertQuery(const DbTextStream & query, ExecStatusType t)
       (AssertQuery with a second argument -- the same as to AssertResult)
       we don't have to use AssertQuery and AssertResult
       only one AssertQuery now
added: to plugins: two messages:
       // preparing a current user to logout
       // send from 'logout' winix function
       // !! IMPROVE ME this message can be sent when winix is making the shutdown
       // (for sessions which are not mark as 'remember me')
       // and when the SessionManager deletes a session (from the special thread)
       #define WINIX_PREPARE_USER_LOGGED_OUT          30610

       // a user has been logged out
       // send from 'logout' winix function
       // in l1 you have the old user_id
       // !! IMPROVE ME this message can be sent when winix is making the shutdown
       // (for sessions which are not mark as 'remember me')
       // and when the SessionManager deletes a session (from the special thread)
       #define WINIX_USER_LOGGED_OUT                          30620



git-svn-id: svn://ttmath.org/publicrep/winix/trunk@804 e52654a7-88a9-db11-a3e9-0013d4bc506e
2012-02-12 14:52:52 +00:00
..
Makefile small changes in Makefiles 2011-06-06 20:35:56 +00:00
Makefile.dep added: now we have a fourth part in permissions (guests) 2012-01-24 23:03:36 +00:00
Makefile.o.dep added: TextStream<> DbTextStream<> and HtmlTextStream<> have operator<<(Space&) now 2012-01-08 03:59:51 +00:00
adduser.cpp added: now we have a fourth part in permissions (guests) 2012-01-24 23:03:36 +00:00
adduser.h added: a new winix function: passwd 2011-06-27 21:38:19 +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 fixed: UGContainer<Type> used a std::vector<Type> and when a new item was inserted 2011-09-13 06:08:34 +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: now we have a fourth part in permissions (guests) 2012-01-24 23:03:36 +00:00
emacs.h changed: added Cur structure 2011-01-23 14:15:30 +00:00
env.cpp now winix is using 'pikotools' (confparser, utf8, mainparser) 2012-01-12 02:24:08 +00:00
env.h now winix is using 'pikotools' (confparser, utf8, mainparser) 2012-01-12 02:24:08 +00:00
functionbase.cpp added: now we have a fourth part in permissions (guests) 2012-01-24 23:03:36 +00:00
functionbase.h now winix is using 'pikotools' (confparser, utf8, mainparser) 2012-01-12 02:24:08 +00:00
functionparser.cpp now winix is using 'pikotools' (confparser, utf8, mainparser) 2012-01-12 02:24:08 +00:00
functionparser.h added: Export plugin (not finished yet) 2011-07-28 22:18:10 +00:00
functions.cpp added: TextStream<> DbTextStream<> and HtmlTextStream<> have operator<<(Space&) now 2012-01-08 03:59:51 +00:00
functions.h added: TextStream<> DbTextStream<> and HtmlTextStream<> have operator<<(Space&) now 2012-01-08 03:59:51 +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 added: now we have a fourth part in permissions (guests) 2012-01-24 23:03:36 +00:00
ln.h changed: added Cur structure 2011-01-23 14:15:30 +00:00
login.cpp now winix is using 'pikotools' (confparser, utf8, mainparser) 2012-01-12 02:24:08 +00:00
login.h changed: we do not make a 'base redirect' when the request method is POST 2011-09-16 22:46:42 +00:00
logout.cpp fixed: in DbBase: removed: 2012-02-12 14:52:52 +00:00
logout.h fixed: in DbBase: removed: 2012-02-12 14:52:52 +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
man.cpp added: winix function 'man' 2012-01-06 12:07:23 +00:00
man.h added: winix function 'man' 2012-01-06 12:07:23 +00:00
meta.cpp now winix is using 'pikotools' (confparser, utf8, mainparser) 2012-01-12 02:24:08 +00:00
meta.h now winix is using 'pikotools' (confparser, utf8, mainparser) 2012-01-12 02:24:08 +00:00
mkdir.cpp added: now we have a fourth part in permissions (guests) 2012-01-24 23:03:36 +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 added: now we have a fourth part in permissions (guests) 2012-01-24 23:03:36 +00:00
mv.h added: now we have a fourth part in permissions (guests) 2012-01-24 23:03:36 +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
passwd.cpp added: a new winix function: passwd 2011-06-27 21:38:19 +00:00
passwd.h added: a new winix function: passwd 2011-06-27 21:38:19 +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 added: now we have a fourth part in permissions (guests) 2012-01-24 23:03:36 +00:00
privchanger.h changed: added Cur structure 2011-01-23 14:15:30 +00:00
reload.cpp added: now we have a fourth part in permissions (guests) 2012-01-24 23:03:36 +00:00
reload.h added: now we have a fourth part in permissions (guests) 2012-01-24 23:03:36 +00:00
rm.cpp fixed: uninitialized variable in 'rm' winix function (in HasAccess method) 2012-02-10 00:50:05 +00:00
rm.h added: now we have a fourth part in permissions (guests) 2012-01-24 23:03:36 +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
sort.cpp fixed: UGContainer<Type> used a std::vector<Type> and when a new item was inserted 2011-09-13 06:08:34 +00:00
sort.h added: new winix function: "sort" 2011-08-02 00:10:45 +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 added: now we have a fourth part in permissions (guests) 2012-01-24 23:03:36 +00:00
upload.h fixed: UGContainer<Type> used a std::vector<Type> and when a new item was inserted 2011-09-13 06:08:34 +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