From 7902389ef1bfb96298bc0c210dfe6c90c39edc7d Mon Sep 17 00:00:00 2001 From: Tomasz Sowa Date: Fri, 25 Nov 2011 04:51:55 +0000 Subject: [PATCH] changed: in plugin 'menu' menu_dir_tab ezc functions can be nested now (not finished yet) added: 'meta' winix function additional meta information for files and directories (not finished yet) git-svn-id: svn://ttmath.org/publicrep/winix/trunk@775 e52654a7-88a9-db11-a3e9-0013d4bc506e --- core/Makefile.dep | 333 ++++---- core/config.cpp | 2 +- core/confparser.cpp | 54 +- core/confparser.h | 158 +++- core/item.cpp | 1 + core/item.h | 6 +- core/request.cpp | 40 + core/request.h | 14 +- db/Makefile.dep | 36 +- db/db.cpp | 60 +- db/db.h | 7 +- db/dbitemcolumns.cpp | 25 + db/dbitemcolumns.h | 14 + db/dbitemquery.cpp | 1 + db/dbitemquery.h | 1 + functions/Makefile.dep | 1454 +++++++++++++++++----------------- functions/Makefile.o.dep | 2 +- functions/functions.cpp | 1 + functions/functions.h | 2 + functions/meta.cpp | 71 ++ functions/meta.h | 40 + html/fun_meta.html | 27 + locale/en | 4 + locale/pl | 4 + main/Makefile.dep | 38 +- notify/Makefile.dep | 39 +- plugins/export/Makefile.dep | 68 +- plugins/gallery/Makefile.dep | 173 ++-- plugins/group/Makefile.dep | 52 +- plugins/menu/Makefile.dep | 95 ++- plugins/menu/templates.cpp | 216 ++++- plugins/stats/Makefile.dep | 60 +- plugins/thread/Makefile.dep | 314 ++++---- plugins/ticket/Makefile.dep | 334 ++++---- templates/Makefile.dep | 508 ++++++------ templates/dir.cpp | 27 +- templates/doc.cpp | 13 +- templates/item.cpp | 8 + templates/templates.cpp | 5 + templates/templates.h | 5 + templates/winix.cpp | 12 + 41 files changed, 2461 insertions(+), 1863 deletions(-) create mode 100755 functions/meta.cpp create mode 100755 functions/meta.h create mode 100755 html/fun_meta.html diff --git a/core/Makefile.dep b/core/Makefile.dep index 22a3483..a1b3a1d 100755 --- a/core/Makefile.dep +++ b/core/Makefile.dep @@ -5,11 +5,11 @@ app.o: app.h config.h confparser.h htmlfilter.h system.h dirs.h item.h app.o: dircontainer.h ../db/db.h ../db/dbbase.h ../db/dbconn.h app.o: ../db/dbtextstream.h ../core/textstream.h misc.h requesttypes.h app.o: ../core/error.h ../db/dbitemquery.h ../core/item.h -app.o: ../db/dbitemcolumns.h ../core/user.h ../core/group.h -app.o: ../core/dircontainer.h ../core/ugcontainer.h log.h textstream.h -app.o: logmanipulators.h slog.h cur.h request.h error.h +app.o: ../db/dbitemcolumns.h ../core/confparser.h ../core/user.h +app.o: ../core/group.h ../core/dircontainer.h ../core/ugcontainer.h log.h +app.o: textstream.h logmanipulators.h slog.h cur.h request.h error.h app.o: ../templates/htmltextstream.h session.h user.h plugindata.h rebus.h -app.o: mount.h ../templates/locale.h ../core/confparser.h ../notify/notify.h +app.o: mount.h ../templates/locale.h ../notify/notify.h app.o: ../notify/notifypool.h ../templates/patterns.h ../templates/locale.h app.o: ../templates/localefilter.h ../../ezc/src/ezc.h ../../ezc/src/utf8.h app.o: ../../ezc/src/generator.h ../../ezc/src/pattern.h @@ -27,22 +27,23 @@ app.o: ../functions/chmod.h ../functions/privchanger.h ../functions/chown.h app.o: ../functions/ckeditor.h ../functions/cp.h ../functions/default.h app.o: ../functions/download.h ../functions/emacs.h ../functions/last.h app.o: ../functions/login.h ../functions/logout.h ../functions/ln.h -app.o: ../functions/ls.h ../functions/mkdir.h ../functions/mv.h -app.o: ../functions/nicedit.h ../functions/node.h ../functions/passwd.h -app.o: ../functions/priv.h ../functions/reload.h ../functions/rm.h -app.o: ../functions/sort.h ../functions/specialdefault.h ../functions/stat.h -app.o: ../functions/subject.h ../functions/template.h ../functions/tinymce.h -app.o: ../functions/uname.h ../functions/upload.h ../functions/uptime.h -app.o: ../functions/who.h ../functions/vim.h ../core/htmlfilter.h -app.o: ../templates/templates.h ../templates/patterncacher.h -app.o: ../templates/indexpatterns.h ../templates/patterns.h -app.o: ../templates/changepatterns.h ../core/sessionmanager.h compress.h -app.o: postparser.h httpsimpleparser.h cookieparser.h postmultiparser.h -app.o: acceptencodingparser.h acceptbaseparser.h plugin.h pluginmsg.h +app.o: ../functions/ls.h ../functions/meta.h ../functions/mkdir.h +app.o: ../functions/mv.h ../functions/nicedit.h ../functions/node.h +app.o: ../functions/passwd.h ../functions/priv.h ../functions/reload.h +app.o: ../functions/rm.h ../functions/sort.h ../functions/specialdefault.h +app.o: ../functions/stat.h ../functions/subject.h ../functions/template.h +app.o: ../functions/tinymce.h ../functions/uname.h ../functions/upload.h +app.o: ../functions/uptime.h ../functions/who.h ../functions/vim.h +app.o: ../core/htmlfilter.h ../templates/templates.h +app.o: ../templates/patterncacher.h ../templates/indexpatterns.h +app.o: ../templates/patterns.h ../templates/changepatterns.h +app.o: ../core/sessionmanager.h compress.h postparser.h httpsimpleparser.h +app.o: cookieparser.h postmultiparser.h acceptencodingparser.h +app.o: acceptbaseparser.h plugin.h pluginmsg.h basethread.o: basethread.h bbcodeparser.o: bbcodeparser.h htmlfilter.h compress.o: compress.h log.h textstream.h logmanipulators.h slog.h cur.h -compress.o: request.h requesttypes.h item.h error.h config.h confparser.h +compress.o: request.h requesttypes.h item.h confparser.h error.h config.h compress.o: htmlfilter.h ../templates/htmltextstream.h ../core/textstream.h compress.o: misc.h session.h user.h plugindata.h rebus.h mount.h compress.o: ../templates/locale.h ../core/confparser.h @@ -73,11 +74,12 @@ config.o: ../functions/cat.h ../functions/chmod.h ../functions/privchanger.h config.o: ../functions/chown.h ../functions/ckeditor.h ../functions/cp.h config.o: ../functions/default.h ../functions/download.h ../functions/emacs.h config.o: ../functions/last.h ../functions/login.h ../functions/logout.h -config.o: ../functions/ln.h ../functions/ls.h ../functions/mkdir.h -config.o: ../functions/mv.h ../functions/nicedit.h ../functions/node.h -config.o: ../functions/passwd.h ../functions/priv.h ../functions/reload.h -config.o: ../functions/rm.h ../functions/sort.h ../functions/specialdefault.h -config.o: ../functions/stat.h ../functions/subject.h ../functions/template.h +config.o: ../functions/ln.h ../functions/ls.h ../functions/meta.h +config.o: ../functions/mkdir.h ../functions/mv.h ../functions/nicedit.h +config.o: ../functions/node.h ../functions/passwd.h ../functions/priv.h +config.o: ../functions/reload.h ../functions/rm.h ../functions/sort.h +config.o: ../functions/specialdefault.h ../functions/stat.h +config.o: ../functions/subject.h ../functions/template.h config.o: ../functions/tinymce.h ../functions/uname.h ../functions/upload.h config.o: ../functions/uptime.h ../functions/who.h ../functions/vim.h config.o: ../core/htmlfilter.h ../templates/templates.h @@ -91,21 +93,20 @@ crypt.o: logmanipulators.h slog.h cur.h request.h error.h crypt.o: ../templates/htmltextstream.h ../core/textstream.h session.h crypt.o: plugindata.h rebus.h mount.h ../templates/locale.h crypt.o: ../core/confparser.h -dircontainer.o: dircontainer.h item.h log.h textstream.h logmanipulators.h -dircontainer.o: slog.h cur.h request.h requesttypes.h error.h config.h -dircontainer.o: confparser.h htmlfilter.h ../templates/htmltextstream.h +dircontainer.o: dircontainer.h item.h confparser.h log.h textstream.h +dircontainer.o: logmanipulators.h slog.h cur.h request.h requesttypes.h +dircontainer.o: error.h config.h htmlfilter.h ../templates/htmltextstream.h dircontainer.o: ../core/textstream.h misc.h session.h user.h plugindata.h dircontainer.o: rebus.h mount.h ../templates/locale.h ../core/confparser.h -dirs.o: dirs.h item.h dircontainer.h ../db/db.h ../db/dbbase.h ../db/dbconn.h -dirs.o: ../db/dbtextstream.h ../core/textstream.h misc.h requesttypes.h -dirs.o: ../core/error.h ../db/dbitemquery.h ../core/item.h -dirs.o: ../db/dbitemcolumns.h ../core/user.h ../core/group.h -dirs.o: ../core/dircontainer.h ../core/ugcontainer.h log.h textstream.h -dirs.o: logmanipulators.h slog.h cur.h request.h error.h config.h -dirs.o: confparser.h htmlfilter.h ../templates/htmltextstream.h session.h -dirs.o: user.h plugindata.h rebus.h mount.h ../templates/locale.h -dirs.o: ../core/confparser.h ../notify/notify.h ../notify/notifypool.h -dirs.o: ../templates/patterns.h ../templates/locale.h +dirs.o: dirs.h item.h confparser.h dircontainer.h ../db/db.h ../db/dbbase.h +dirs.o: ../db/dbconn.h ../db/dbtextstream.h ../core/textstream.h misc.h +dirs.o: requesttypes.h ../core/error.h ../db/dbitemquery.h ../core/item.h +dirs.o: ../db/dbitemcolumns.h ../core/confparser.h ../core/user.h +dirs.o: ../core/group.h ../core/dircontainer.h ../core/ugcontainer.h log.h +dirs.o: textstream.h logmanipulators.h slog.h cur.h request.h error.h +dirs.o: config.h htmlfilter.h ../templates/htmltextstream.h session.h user.h +dirs.o: plugindata.h rebus.h mount.h ../templates/locale.h ../notify/notify.h +dirs.o: ../notify/notifypool.h ../templates/patterns.h ../templates/locale.h dirs.o: ../templates/localefilter.h ../../ezc/src/ezc.h ../../ezc/src/utf8.h dirs.o: ../../ezc/src/generator.h ../../ezc/src/pattern.h dirs.o: ../../ezc/src/functions.h ../../ezc/src/funinfo.h @@ -115,74 +116,75 @@ dirs.o: ../core/config.h ../core/users.h ugcontainer.h lastcontainer.h dirs.o: ../templates/misc.h ../templates/htmltextstream.h groups.o: groups.h group.h ugcontainer.h ../db/db.h ../db/dbbase.h groups.o: ../db/dbconn.h ../db/dbtextstream.h ../core/textstream.h misc.h -groups.o: item.h requesttypes.h ../core/error.h ../db/dbitemquery.h -groups.o: ../core/item.h ../db/dbitemcolumns.h ../core/user.h ../core/group.h +groups.o: item.h confparser.h requesttypes.h ../core/error.h +groups.o: ../db/dbitemquery.h ../core/item.h ../db/dbitemcolumns.h +groups.o: ../core/confparser.h ../core/user.h ../core/group.h groups.o: ../core/dircontainer.h ../core/ugcontainer.h log.h textstream.h groups.o: logmanipulators.h slog.h cur.h request.h error.h config.h -groups.o: confparser.h htmlfilter.h ../templates/htmltextstream.h session.h -groups.o: user.h plugindata.h rebus.h mount.h ../templates/locale.h -groups.o: ../core/confparser.h +groups.o: htmlfilter.h ../templates/htmltextstream.h session.h user.h +groups.o: plugindata.h rebus.h mount.h ../templates/locale.h htmlfilter.o: htmlfilter.h httpsimpleparser.o: httpsimpleparser.h image.o: image.h basethread.h textstream.h ../db/db.h ../db/dbbase.h image.o: ../db/dbconn.h ../db/dbtextstream.h ../core/textstream.h misc.h -image.o: item.h requesttypes.h ../core/error.h ../db/dbitemquery.h -image.o: ../core/item.h ../db/dbitemcolumns.h ../core/user.h ../core/group.h +image.o: item.h confparser.h requesttypes.h ../core/error.h +image.o: ../db/dbitemquery.h ../core/item.h ../db/dbitemcolumns.h +image.o: ../core/confparser.h ../core/user.h ../core/group.h image.o: ../core/dircontainer.h ../core/ugcontainer.h log.h logmanipulators.h -image.o: slog.h cur.h request.h error.h config.h confparser.h htmlfilter.h +image.o: slog.h cur.h request.h error.h config.h htmlfilter.h image.o: ../templates/htmltextstream.h session.h user.h plugindata.h rebus.h -image.o: mount.h ../templates/locale.h ../core/confparser.h ../core/config.h -image.o: ../../ezc/src/utf8.h system.h dirs.h dircontainer.h -image.o: ../notify/notify.h ../notify/notifypool.h ../templates/patterns.h -image.o: ../templates/locale.h ../templates/localefilter.h -image.o: ../../ezc/src/ezc.h ../../ezc/src/generator.h -image.o: ../../ezc/src/pattern.h ../../ezc/src/functions.h -image.o: ../../ezc/src/funinfo.h ../../ezc/src/stringconv.h -image.o: ../notify/notifythread.h ../core/basethread.h synchro.h -image.o: ../notify/templatesnotify.h ../core/users.h ugcontainer.h -image.o: lastcontainer.h ../templates/misc.h ../templates/htmltextstream.h -image.o: mounts.h mountparser.h crypt.h run.h users.h groups.h group.h -image.o: loadavg.h threadmanager.h plugin.h pluginmsg.h sessionmanager.h -image.o: sessioncontainer.h ../functions/functions.h -image.o: ../functions/functionbase.h ../core/request.h ../core/system.h -image.o: ../core/synchro.h ../functions/functionparser.h ../core/cur.h -image.o: ../functions/adduser.h ../functions/cat.h ../functions/chmod.h -image.o: ../functions/privchanger.h ../functions/chown.h -image.o: ../functions/ckeditor.h ../functions/cp.h ../functions/default.h -image.o: ../functions/download.h ../functions/emacs.h ../functions/last.h -image.o: ../functions/login.h ../functions/logout.h ../functions/ln.h -image.o: ../functions/ls.h ../functions/mkdir.h ../functions/mv.h -image.o: ../functions/nicedit.h ../functions/node.h ../functions/passwd.h -image.o: ../functions/priv.h ../functions/reload.h ../functions/rm.h -image.o: ../functions/sort.h ../functions/specialdefault.h -image.o: ../functions/stat.h ../functions/subject.h ../functions/template.h +image.o: mount.h ../templates/locale.h ../core/config.h ../../ezc/src/utf8.h +image.o: system.h dirs.h dircontainer.h ../notify/notify.h +image.o: ../notify/notifypool.h ../templates/patterns.h ../templates/locale.h +image.o: ../templates/localefilter.h ../../ezc/src/ezc.h +image.o: ../../ezc/src/generator.h ../../ezc/src/pattern.h +image.o: ../../ezc/src/functions.h ../../ezc/src/funinfo.h +image.o: ../../ezc/src/stringconv.h ../notify/notifythread.h +image.o: ../core/basethread.h synchro.h ../notify/templatesnotify.h +image.o: ../core/users.h ugcontainer.h lastcontainer.h ../templates/misc.h +image.o: ../templates/htmltextstream.h mounts.h mountparser.h crypt.h run.h +image.o: users.h groups.h group.h loadavg.h threadmanager.h plugin.h +image.o: pluginmsg.h sessionmanager.h sessioncontainer.h +image.o: ../functions/functions.h ../functions/functionbase.h +image.o: ../core/request.h ../core/system.h ../core/synchro.h +image.o: ../functions/functionparser.h ../core/cur.h ../functions/adduser.h +image.o: ../functions/cat.h ../functions/chmod.h ../functions/privchanger.h +image.o: ../functions/chown.h ../functions/ckeditor.h ../functions/cp.h +image.o: ../functions/default.h ../functions/download.h ../functions/emacs.h +image.o: ../functions/last.h ../functions/login.h ../functions/logout.h +image.o: ../functions/ln.h ../functions/ls.h ../functions/meta.h +image.o: ../functions/mkdir.h ../functions/mv.h ../functions/nicedit.h +image.o: ../functions/node.h ../functions/passwd.h ../functions/priv.h +image.o: ../functions/reload.h ../functions/rm.h ../functions/sort.h +image.o: ../functions/specialdefault.h ../functions/stat.h +image.o: ../functions/subject.h ../functions/template.h image.o: ../functions/tinymce.h ../functions/uname.h ../functions/upload.h image.o: ../functions/uptime.h ../functions/who.h ../functions/vim.h image.o: ../core/htmlfilter.h ../templates/templates.h image.o: ../templates/patterncacher.h ../templates/indexpatterns.h image.o: ../templates/patterns.h ../templates/changepatterns.h image.o: ../core/sessionmanager.h -item.o: item.h misc.h requesttypes.h crypt.h run.h config.h confparser.h +item.o: item.h confparser.h misc.h requesttypes.h crypt.h run.h config.h item.o: htmlfilter.h user.h lastcontainer.o: lastcontainer.h log.h textstream.h logmanipulators.h slog.h -lastcontainer.o: cur.h request.h requesttypes.h item.h error.h config.h -lastcontainer.o: confparser.h htmlfilter.h ../templates/htmltextstream.h +lastcontainer.o: cur.h request.h requesttypes.h item.h confparser.h error.h +lastcontainer.o: config.h htmlfilter.h ../templates/htmltextstream.h lastcontainer.o: ../core/textstream.h misc.h session.h user.h plugindata.h lastcontainer.o: rebus.h mount.h ../templates/locale.h ../core/confparser.h loadavg.o: loadavg.h log.h textstream.h logmanipulators.h slog.h cur.h -loadavg.o: request.h requesttypes.h item.h error.h config.h confparser.h +loadavg.o: request.h requesttypes.h item.h confparser.h error.h config.h loadavg.o: htmlfilter.h ../templates/htmltextstream.h ../core/textstream.h loadavg.o: misc.h session.h user.h plugindata.h rebus.h mount.h loadavg.o: ../templates/locale.h ../core/confparser.h log.o: log.h textstream.h logmanipulators.h slog.h cur.h request.h -log.o: requesttypes.h item.h error.h config.h confparser.h htmlfilter.h +log.o: requesttypes.h item.h confparser.h error.h config.h htmlfilter.h log.o: ../templates/htmltextstream.h ../core/textstream.h misc.h session.h log.o: user.h plugindata.h rebus.h mount.h ../templates/locale.h log.o: ../core/confparser.h ../../ezc/src/utf8.h -misc.o: misc.h item.h requesttypes.h log.h textstream.h logmanipulators.h -misc.o: slog.h cur.h request.h error.h config.h confparser.h htmlfilter.h -misc.o: ../templates/htmltextstream.h ../core/textstream.h session.h user.h -misc.o: plugindata.h rebus.h mount.h ../templates/locale.h +misc.o: misc.h item.h confparser.h requesttypes.h log.h textstream.h +misc.o: logmanipulators.h slog.h cur.h request.h error.h config.h +misc.o: htmlfilter.h ../templates/htmltextstream.h ../core/textstream.h +misc.o: session.h user.h plugindata.h rebus.h mount.h ../templates/locale.h misc.o: ../core/confparser.h ../templates/templates.h ../../ezc/src/ezc.h misc.o: ../../ezc/src/utf8.h ../../ezc/src/generator.h misc.o: ../../ezc/src/pattern.h ../../ezc/src/functions.h @@ -196,38 +198,38 @@ misc.o: ../core/sessionmanager.h ../core/htmlfilter.h ../db/db.h misc.o: ../db/dbbase.h ../db/dbconn.h ../db/dbtextstream.h ../core/error.h misc.o: ../db/dbitemquery.h ../db/dbitemcolumns.h ../core/user.h misc.o: ../core/group.h ../core/dircontainer.h ../core/ugcontainer.h -mount.o: mount.h misc.h item.h requesttypes.h -mountparser.o: mountparser.h mount.h item.h dirs.h dircontainer.h ../db/db.h -mountparser.o: ../db/dbbase.h ../db/dbconn.h ../db/dbtextstream.h -mountparser.o: ../core/textstream.h misc.h requesttypes.h ../core/error.h -mountparser.o: ../db/dbitemquery.h ../core/item.h ../db/dbitemcolumns.h +mount.o: mount.h misc.h item.h confparser.h requesttypes.h +mountparser.o: mountparser.h mount.h item.h confparser.h dirs.h +mountparser.o: dircontainer.h ../db/db.h ../db/dbbase.h ../db/dbconn.h +mountparser.o: ../db/dbtextstream.h ../core/textstream.h misc.h +mountparser.o: requesttypes.h ../core/error.h ../db/dbitemquery.h +mountparser.o: ../core/item.h ../db/dbitemcolumns.h ../core/confparser.h mountparser.o: ../core/user.h ../core/group.h ../core/dircontainer.h mountparser.o: ../core/ugcontainer.h log.h textstream.h logmanipulators.h -mountparser.o: slog.h cur.h request.h error.h config.h confparser.h -mountparser.o: htmlfilter.h ../templates/htmltextstream.h session.h user.h -mountparser.o: plugindata.h rebus.h ../templates/locale.h -mountparser.o: ../core/confparser.h ../notify/notify.h ../notify/notifypool.h -mountparser.o: ../templates/patterns.h ../templates/locale.h -mountparser.o: ../templates/localefilter.h ../../ezc/src/ezc.h -mountparser.o: ../../ezc/src/utf8.h ../../ezc/src/generator.h -mountparser.o: ../../ezc/src/pattern.h ../../ezc/src/functions.h -mountparser.o: ../../ezc/src/funinfo.h ../../ezc/src/stringconv.h -mountparser.o: ../notify/notifythread.h ../core/basethread.h synchro.h -mountparser.o: ../notify/templatesnotify.h ../core/config.h ../core/users.h -mountparser.o: ugcontainer.h lastcontainer.h ../templates/misc.h -mountparser.o: ../templates/htmltextstream.h -mounts.o: mounts.h mount.h error.h dirs.h item.h dircontainer.h ../db/db.h -mounts.o: ../db/dbbase.h ../db/dbconn.h ../db/dbtextstream.h +mountparser.o: slog.h cur.h request.h error.h config.h htmlfilter.h +mountparser.o: ../templates/htmltextstream.h session.h user.h plugindata.h +mountparser.o: rebus.h ../templates/locale.h ../notify/notify.h +mountparser.o: ../notify/notifypool.h ../templates/patterns.h +mountparser.o: ../templates/locale.h ../templates/localefilter.h +mountparser.o: ../../ezc/src/ezc.h ../../ezc/src/utf8.h +mountparser.o: ../../ezc/src/generator.h ../../ezc/src/pattern.h +mountparser.o: ../../ezc/src/functions.h ../../ezc/src/funinfo.h +mountparser.o: ../../ezc/src/stringconv.h ../notify/notifythread.h +mountparser.o: ../core/basethread.h synchro.h ../notify/templatesnotify.h +mountparser.o: ../core/config.h ../core/users.h ugcontainer.h lastcontainer.h +mountparser.o: ../templates/misc.h ../templates/htmltextstream.h +mounts.o: mounts.h mount.h error.h dirs.h item.h confparser.h dircontainer.h +mounts.o: ../db/db.h ../db/dbbase.h ../db/dbconn.h ../db/dbtextstream.h mounts.o: ../core/textstream.h misc.h requesttypes.h ../core/error.h mounts.o: ../db/dbitemquery.h ../core/item.h ../db/dbitemcolumns.h -mounts.o: ../core/user.h ../core/group.h ../core/dircontainer.h -mounts.o: ../core/ugcontainer.h log.h textstream.h logmanipulators.h slog.h -mounts.o: cur.h request.h config.h confparser.h htmlfilter.h +mounts.o: ../core/confparser.h ../core/user.h ../core/group.h +mounts.o: ../core/dircontainer.h ../core/ugcontainer.h log.h textstream.h +mounts.o: logmanipulators.h slog.h cur.h request.h config.h htmlfilter.h mounts.o: ../templates/htmltextstream.h session.h user.h plugindata.h rebus.h -mounts.o: ../templates/locale.h ../core/confparser.h ../notify/notify.h -mounts.o: ../notify/notifypool.h ../templates/patterns.h -mounts.o: ../templates/locale.h ../templates/localefilter.h -mounts.o: ../../ezc/src/ezc.h ../../ezc/src/utf8.h ../../ezc/src/generator.h +mounts.o: ../templates/locale.h ../notify/notify.h ../notify/notifypool.h +mounts.o: ../templates/patterns.h ../templates/locale.h +mounts.o: ../templates/localefilter.h ../../ezc/src/ezc.h +mounts.o: ../../ezc/src/utf8.h ../../ezc/src/generator.h mounts.o: ../../ezc/src/pattern.h ../../ezc/src/functions.h mounts.o: ../../ezc/src/funinfo.h ../../ezc/src/stringconv.h mounts.o: ../notify/notifythread.h ../core/basethread.h synchro.h @@ -243,11 +245,12 @@ mounts.o: ../functions/cat.h ../functions/chmod.h ../functions/privchanger.h mounts.o: ../functions/chown.h ../functions/ckeditor.h ../functions/cp.h mounts.o: ../functions/default.h ../functions/download.h ../functions/emacs.h mounts.o: ../functions/last.h ../functions/login.h ../functions/logout.h -mounts.o: ../functions/ln.h ../functions/ls.h ../functions/mkdir.h -mounts.o: ../functions/mv.h ../functions/nicedit.h ../functions/node.h -mounts.o: ../functions/passwd.h ../functions/priv.h ../functions/reload.h -mounts.o: ../functions/rm.h ../functions/sort.h ../functions/specialdefault.h -mounts.o: ../functions/stat.h ../functions/subject.h ../functions/template.h +mounts.o: ../functions/ln.h ../functions/ls.h ../functions/meta.h +mounts.o: ../functions/mkdir.h ../functions/mv.h ../functions/nicedit.h +mounts.o: ../functions/node.h ../functions/passwd.h ../functions/priv.h +mounts.o: ../functions/reload.h ../functions/rm.h ../functions/sort.h +mounts.o: ../functions/specialdefault.h ../functions/stat.h +mounts.o: ../functions/subject.h ../functions/template.h mounts.o: ../functions/tinymce.h ../functions/uname.h ../functions/upload.h mounts.o: ../functions/uptime.h ../functions/who.h ../functions/vim.h mounts.o: ../core/htmlfilter.h ../templates/templates.h @@ -255,7 +258,7 @@ mounts.o: ../templates/patterncacher.h ../templates/indexpatterns.h mounts.o: ../templates/patterns.h ../templates/changepatterns.h mounts.o: ../core/sessionmanager.h plugin.o: plugin.h pluginmsg.h log.h textstream.h logmanipulators.h slog.h -plugin.o: cur.h request.h requesttypes.h item.h error.h config.h confparser.h +plugin.o: cur.h request.h requesttypes.h item.h confparser.h error.h config.h plugin.o: htmlfilter.h ../templates/htmltextstream.h ../core/textstream.h plugin.o: misc.h session.h user.h plugindata.h rebus.h mount.h plugin.o: ../templates/locale.h ../core/confparser.h system.h dirs.h @@ -281,11 +284,12 @@ plugin.o: ../functions/cat.h ../functions/chmod.h ../functions/privchanger.h plugin.o: ../functions/chown.h ../functions/ckeditor.h ../functions/cp.h plugin.o: ../functions/default.h ../functions/download.h ../functions/emacs.h plugin.o: ../functions/last.h ../functions/login.h ../functions/logout.h -plugin.o: ../functions/ln.h ../functions/ls.h ../functions/mkdir.h -plugin.o: ../functions/mv.h ../functions/nicedit.h ../functions/node.h -plugin.o: ../functions/passwd.h ../functions/priv.h ../functions/reload.h -plugin.o: ../functions/rm.h ../functions/sort.h ../functions/specialdefault.h -plugin.o: ../functions/stat.h ../functions/subject.h ../functions/template.h +plugin.o: ../functions/ln.h ../functions/ls.h ../functions/meta.h +plugin.o: ../functions/mkdir.h ../functions/mv.h ../functions/nicedit.h +plugin.o: ../functions/node.h ../functions/passwd.h ../functions/priv.h +plugin.o: ../functions/reload.h ../functions/rm.h ../functions/sort.h +plugin.o: ../functions/specialdefault.h ../functions/stat.h +plugin.o: ../functions/subject.h ../functions/template.h plugin.o: ../functions/tinymce.h ../functions/uname.h ../functions/upload.h plugin.o: ../functions/uptime.h ../functions/who.h ../functions/vim.h plugin.o: ../core/htmlfilter.h ../templates/templates.h @@ -294,7 +298,7 @@ plugin.o: ../templates/patterns.h ../templates/changepatterns.h plugin.o: ../core/sessionmanager.h plugindata.o: plugindata.h plugin.h pluginmsg.h log.h textstream.h plugindata.o: logmanipulators.h slog.h cur.h request.h requesttypes.h item.h -plugindata.o: error.h config.h confparser.h htmlfilter.h +plugindata.o: confparser.h error.h config.h htmlfilter.h plugindata.o: ../templates/htmltextstream.h ../core/textstream.h misc.h plugindata.o: session.h user.h rebus.h mount.h ../templates/locale.h plugindata.o: ../core/confparser.h system.h dirs.h dircontainer.h ../db/db.h @@ -322,9 +326,10 @@ plugindata.o: ../functions/ckeditor.h ../functions/cp.h plugindata.o: ../functions/default.h ../functions/download.h plugindata.o: ../functions/emacs.h ../functions/last.h ../functions/login.h plugindata.o: ../functions/logout.h ../functions/ln.h ../functions/ls.h -plugindata.o: ../functions/mkdir.h ../functions/mv.h ../functions/nicedit.h -plugindata.o: ../functions/node.h ../functions/passwd.h ../functions/priv.h -plugindata.o: ../functions/reload.h ../functions/rm.h ../functions/sort.h +plugindata.o: ../functions/meta.h ../functions/mkdir.h ../functions/mv.h +plugindata.o: ../functions/nicedit.h ../functions/node.h +plugindata.o: ../functions/passwd.h ../functions/priv.h ../functions/reload.h +plugindata.o: ../functions/rm.h ../functions/sort.h plugindata.o: ../functions/specialdefault.h ../functions/stat.h plugindata.o: ../functions/subject.h ../functions/template.h plugindata.o: ../functions/tinymce.h ../functions/uname.h @@ -341,11 +346,11 @@ postmultiparser.o: session.h user.h plugindata.h rebus.h mount.h postmultiparser.o: ../templates/locale.h ../core/confparser.h postmultiparser.o: ../../ezc/src/utf8.h rebus.o: log.h textstream.h logmanipulators.h slog.h cur.h request.h -rebus.o: requesttypes.h item.h error.h config.h confparser.h htmlfilter.h +rebus.o: requesttypes.h item.h confparser.h error.h config.h htmlfilter.h rebus.o: ../templates/htmltextstream.h ../core/textstream.h misc.h session.h rebus.o: user.h plugindata.h rebus.h mount.h ../templates/locale.h rebus.o: ../core/confparser.h -request.o: request.h requesttypes.h item.h error.h config.h confparser.h +request.o: request.h requesttypes.h item.h confparser.h error.h config.h request.o: htmlfilter.h textstream.h ../templates/htmltextstream.h request.o: ../core/textstream.h misc.h log.h logmanipulators.h slog.h cur.h request.o: session.h user.h plugindata.h rebus.h mount.h @@ -374,11 +379,11 @@ request.o: ../functions/chown.h ../functions/ckeditor.h ../functions/cp.h request.o: ../functions/default.h ../functions/download.h request.o: ../functions/emacs.h ../functions/last.h ../functions/login.h request.o: ../functions/logout.h ../functions/ln.h ../functions/ls.h -request.o: ../functions/mkdir.h ../functions/mv.h ../functions/nicedit.h -request.o: ../functions/node.h ../functions/passwd.h ../functions/priv.h -request.o: ../functions/reload.h ../functions/rm.h ../functions/sort.h -request.o: ../functions/specialdefault.h ../functions/stat.h -request.o: ../functions/subject.h ../functions/template.h +request.o: ../functions/meta.h ../functions/mkdir.h ../functions/mv.h +request.o: ../functions/nicedit.h ../functions/node.h ../functions/passwd.h +request.o: ../functions/priv.h ../functions/reload.h ../functions/rm.h +request.o: ../functions/sort.h ../functions/specialdefault.h +request.o: ../functions/stat.h ../functions/subject.h ../functions/template.h request.o: ../functions/tinymce.h ../functions/uname.h ../functions/upload.h request.o: ../functions/uptime.h ../functions/who.h ../functions/vim.h request.o: ../core/htmlfilter.h ../templates/templates.h @@ -386,29 +391,29 @@ request.o: ../templates/patterncacher.h ../templates/indexpatterns.h request.o: ../templates/patterns.h ../templates/changepatterns.h request.o: ../core/sessionmanager.h run.o: run.h log.h textstream.h logmanipulators.h slog.h cur.h request.h -run.o: requesttypes.h item.h error.h config.h confparser.h htmlfilter.h +run.o: requesttypes.h item.h confparser.h error.h config.h htmlfilter.h run.o: ../templates/htmltextstream.h ../core/textstream.h misc.h session.h run.o: user.h plugindata.h rebus.h mount.h ../templates/locale.h run.o: ../core/confparser.h -session.o: session.h item.h error.h user.h plugindata.h rebus.h textstream.h -session.o: misc.h requesttypes.h -sessioncontainer.o: sessioncontainer.h session.h item.h error.h user.h -sessioncontainer.o: plugindata.h rebus.h textstream.h cur.h request.h -sessioncontainer.o: requesttypes.h config.h confparser.h htmlfilter.h +session.o: session.h item.h confparser.h error.h user.h plugindata.h rebus.h +session.o: textstream.h misc.h requesttypes.h +sessioncontainer.o: sessioncontainer.h session.h item.h confparser.h error.h +sessioncontainer.o: user.h plugindata.h rebus.h textstream.h cur.h request.h +sessioncontainer.o: requesttypes.h config.h htmlfilter.h sessioncontainer.o: ../templates/htmltextstream.h ../core/textstream.h misc.h sessioncontainer.o: mount.h log.h logmanipulators.h slog.h sessioncontainer.o: ../templates/locale.h ../core/confparser.h sessionmanager.o: sessionmanager.h sessioncontainer.h session.h item.h -sessionmanager.o: error.h user.h plugindata.h rebus.h textstream.h cur.h -sessionmanager.o: request.h requesttypes.h config.h confparser.h htmlfilter.h -sessionmanager.o: ../templates/htmltextstream.h ../core/textstream.h misc.h -sessionmanager.o: mount.h lastcontainer.h system.h dirs.h dircontainer.h -sessionmanager.o: ../db/db.h ../db/dbbase.h ../db/dbconn.h -sessionmanager.o: ../db/dbtextstream.h ../core/error.h ../db/dbitemquery.h -sessionmanager.o: ../core/item.h ../db/dbitemcolumns.h ../core/user.h -sessionmanager.o: ../core/group.h ../core/dircontainer.h -sessionmanager.o: ../core/ugcontainer.h log.h logmanipulators.h slog.h -sessionmanager.o: ../templates/locale.h ../core/confparser.h +sessionmanager.o: confparser.h error.h user.h plugindata.h rebus.h +sessionmanager.o: textstream.h cur.h request.h requesttypes.h config.h +sessionmanager.o: htmlfilter.h ../templates/htmltextstream.h +sessionmanager.o: ../core/textstream.h misc.h mount.h lastcontainer.h +sessionmanager.o: system.h dirs.h dircontainer.h ../db/db.h ../db/dbbase.h +sessionmanager.o: ../db/dbconn.h ../db/dbtextstream.h ../core/error.h +sessionmanager.o: ../db/dbitemquery.h ../core/item.h ../db/dbitemcolumns.h +sessionmanager.o: ../core/confparser.h ../core/user.h ../core/group.h +sessionmanager.o: ../core/dircontainer.h ../core/ugcontainer.h log.h +sessionmanager.o: logmanipulators.h slog.h ../templates/locale.h sessionmanager.o: ../notify/notify.h ../notify/notifypool.h sessionmanager.o: ../templates/patterns.h ../templates/locale.h sessionmanager.o: ../templates/localefilter.h ../../ezc/src/ezc.h @@ -432,7 +437,7 @@ sessionmanager.o: ../functions/cp.h ../functions/default.h sessionmanager.o: ../functions/download.h ../functions/emacs.h sessionmanager.o: ../functions/last.h ../functions/login.h sessionmanager.o: ../functions/logout.h ../functions/ln.h ../functions/ls.h -sessionmanager.o: ../functions/mkdir.h ../functions/mv.h +sessionmanager.o: ../functions/meta.h ../functions/mkdir.h ../functions/mv.h sessionmanager.o: ../functions/nicedit.h ../functions/node.h sessionmanager.o: ../functions/passwd.h ../functions/priv.h sessionmanager.o: ../functions/reload.h ../functions/rm.h ../functions/sort.h @@ -444,29 +449,29 @@ sessionmanager.o: ../functions/who.h ../functions/vim.h ../core/htmlfilter.h sessionmanager.o: ../templates/templates.h ../templates/patterncacher.h sessionmanager.o: ../templates/indexpatterns.h ../templates/patterns.h sessionmanager.o: ../templates/changepatterns.h ../core/sessionmanager.h -sessionparser.o: sessionparser.h session.h item.h error.h user.h plugindata.h -sessionparser.o: rebus.h textstream.h sessioncontainer.h cur.h request.h -sessionparser.o: requesttypes.h config.h confparser.h htmlfilter.h +sessionparser.o: sessionparser.h session.h item.h confparser.h error.h user.h +sessionparser.o: plugindata.h rebus.h textstream.h sessioncontainer.h cur.h +sessionparser.o: request.h requesttypes.h config.h htmlfilter.h sessionparser.o: ../templates/htmltextstream.h ../core/textstream.h misc.h sessionparser.o: mount.h users.h log.h logmanipulators.h slog.h sessionparser.o: ../templates/locale.h ../core/confparser.h -slog.o: slog.h cur.h request.h requesttypes.h item.h error.h config.h -slog.o: confparser.h htmlfilter.h textstream.h ../templates/htmltextstream.h +slog.o: slog.h cur.h request.h requesttypes.h item.h confparser.h error.h +slog.o: config.h htmlfilter.h textstream.h ../templates/htmltextstream.h slog.o: ../core/textstream.h misc.h session.h user.h plugindata.h rebus.h slog.o: mount.h logmanipulators.h ../templates/locale.h ../core/confparser.h synchro.o: synchro.h -system.o: system.h dirs.h item.h dircontainer.h ../db/db.h ../db/dbbase.h -system.o: ../db/dbconn.h ../db/dbtextstream.h ../core/textstream.h misc.h -system.o: requesttypes.h ../core/error.h ../db/dbitemquery.h ../core/item.h -system.o: ../db/dbitemcolumns.h ../core/user.h ../core/group.h +system.o: system.h dirs.h item.h confparser.h dircontainer.h ../db/db.h +system.o: ../db/dbbase.h ../db/dbconn.h ../db/dbtextstream.h +system.o: ../core/textstream.h misc.h requesttypes.h ../core/error.h +system.o: ../db/dbitemquery.h ../core/item.h ../db/dbitemcolumns.h +system.o: ../core/confparser.h ../core/user.h ../core/group.h system.o: ../core/dircontainer.h ../core/ugcontainer.h log.h textstream.h system.o: logmanipulators.h slog.h cur.h request.h error.h config.h -system.o: confparser.h htmlfilter.h ../templates/htmltextstream.h session.h -system.o: user.h plugindata.h rebus.h mount.h ../templates/locale.h -system.o: ../core/confparser.h ../notify/notify.h ../notify/notifypool.h -system.o: ../templates/patterns.h ../templates/locale.h -system.o: ../templates/localefilter.h ../../ezc/src/ezc.h -system.o: ../../ezc/src/utf8.h ../../ezc/src/generator.h +system.o: htmlfilter.h ../templates/htmltextstream.h session.h user.h +system.o: plugindata.h rebus.h mount.h ../templates/locale.h +system.o: ../notify/notify.h ../notify/notifypool.h ../templates/patterns.h +system.o: ../templates/locale.h ../templates/localefilter.h +system.o: ../../ezc/src/ezc.h ../../ezc/src/utf8.h ../../ezc/src/generator.h system.o: ../../ezc/src/pattern.h ../../ezc/src/functions.h system.o: ../../ezc/src/funinfo.h ../../ezc/src/stringconv.h system.o: ../notify/notifythread.h ../core/basethread.h synchro.h @@ -485,18 +490,18 @@ system.o: ../functions/privchanger.h ../functions/chown.h system.o: ../functions/ckeditor.h ../functions/cp.h ../functions/default.h system.o: ../functions/download.h ../functions/emacs.h ../functions/last.h system.o: ../functions/login.h ../functions/logout.h ../functions/ln.h -system.o: ../functions/ls.h ../functions/mkdir.h ../functions/mv.h -system.o: ../functions/nicedit.h ../functions/node.h ../functions/passwd.h -system.o: ../functions/priv.h ../functions/reload.h ../functions/rm.h -system.o: ../functions/sort.h ../functions/specialdefault.h +system.o: ../functions/ls.h ../functions/meta.h ../functions/mkdir.h +system.o: ../functions/mv.h ../functions/nicedit.h ../functions/node.h +system.o: ../functions/passwd.h ../functions/priv.h ../functions/reload.h +system.o: ../functions/rm.h ../functions/sort.h ../functions/specialdefault.h system.o: ../functions/stat.h ../functions/subject.h ../functions/template.h system.o: ../functions/tinymce.h ../functions/uname.h ../functions/upload.h system.o: ../functions/uptime.h ../functions/who.h ../functions/vim.h system.o: plugin.h pluginmsg.h sessionmanager.h sessioncontainer.h -textstream.o: textstream.h misc.h item.h requesttypes.h +textstream.o: textstream.h misc.h item.h confparser.h requesttypes.h threadmanager.o: threadmanager.h basethread.h synchro.h log.h textstream.h threadmanager.o: logmanipulators.h slog.h cur.h request.h requesttypes.h -threadmanager.o: item.h error.h config.h confparser.h htmlfilter.h +threadmanager.o: item.h confparser.h error.h config.h htmlfilter.h threadmanager.o: ../templates/htmltextstream.h ../core/textstream.h misc.h threadmanager.o: session.h user.h plugindata.h rebus.h mount.h threadmanager.o: ../templates/locale.h ../core/confparser.h diff --git a/core/config.cpp b/core/config.cpp index b67660b..b91fc63 100755 --- a/core/config.cpp +++ b/core/config.cpp @@ -406,7 +406,7 @@ bool Config::ListText(const std::wstring & name, std::vector & lis void Config::Print(std::wostream & out) { - space.Print(out); + space.Serialize(out); } diff --git a/core/confparser.cpp b/core/confparser.cpp index f9df884..566cdae 100755 --- a/core/confparser.cpp +++ b/core/confparser.cpp @@ -345,58 +345,6 @@ return false; -void Space::PrintLevel(std::wostream & out, int level) -{ - for(int i=0 ; ifirst << '=' << i1->second << std::endl; - } - } - - if( !table.empty() ) - { - PrintLevel(out, level); - out << "table: " << std::endl; - - Table::iterator i2; - Value::iterator i3; - - for(i2 = table.begin() ; i2 != table.end() ; ++i2) - { - PrintLevel(out, level); - out << i2->first << '='; - - for(i3 = i2->second.begin() ; i3 != i2->second.end() ; ++i3) - out << *i3 << ','; - - out << std::endl; - } - } - - for(size_t i=0 ; iPrint(out, level+1); -} - - - /* * * @@ -872,6 +820,8 @@ bool ConfParser::ReadValueQuoted() { ReadChar(); // skipping the first quote +// !! dodac obsluge innych escapowanych znakow w szczegolnosci \0 (serializator Space juz tak zapisuje) + while( lastc != '"' && lastc != -1 ) { if( use_escape_char && lastc == '\\' ) diff --git a/core/confparser.h b/core/confparser.h index 167b450..f471551 100755 --- a/core/confparser.h +++ b/core/confparser.h @@ -236,7 +236,8 @@ public: printing the content (for debug purposes) */ - void Print(std::wostream & out, int level = 0); + template + void Serialize(Stream & out, bool use_indents = false, bool use_comments = false, int level = 0) const; private: std::wstring tmp_name; @@ -248,12 +249,165 @@ private: bool ToBool(const std::wstring & value); wchar_t ToSmall(wchar_t c); bool EqualNoCase(const wchar_t * str1, const wchar_t * str2); - void PrintLevel(std::wostream & out, int level); + + + template + void PrintLevel(Stream & out, bool use_indents, int level) const; + + template + void SerializeTableSingle(Stream & out, bool use_indents, int level) const; + + template + void SerializeTableMulti(Stream & out, bool use_indents, int level) const; + + template + void PrintValue(Stream & out, const std::wstring & str) const; + }; + +template +void Space::PrintLevel(Stream & out, bool use_indents, int level) const +{ + if( use_indents ) + { + for(int i=0 ; i +void Space::PrintValue(Stream & out, const std::wstring & str) const +{ + out << '\"'; + + for(size_t i=0 ; i +void Space::SerializeTableSingle(Stream & out, bool use_indents, int level) const +{ + if( !table_single.empty() ) + { + TableSingle::const_iterator i; + + for(i = table_single.begin() ; i != table_single.end() ; ++i) + { + PrintLevel(out, use_indents, level); + out << i->first << L" = "; + PrintValue(out, i->second); + out << '\n'; + } + } +} + + + +template +void Space::SerializeTableMulti(Stream & out, bool use_indents, int level) const +{ +Table::const_iterator i2; +size_t v; + + + if( !table.empty() ) + { + for(i2 = table.begin() ; i2 != table.end() ; ++i2) + { + PrintLevel(out, use_indents, level); + out << i2->first << L" = "; + + if( i2->second.size() != 1 ) + out << '('; + + for(v = 0 ; v < i2->second.size() ; ++v) + { + if( v > 0 ) + PrintLevel(out, use_indents, level + i2->first.size() + 3); + + PrintValue(out, i2->second[v]); + + if( v + 1 < i2->second.size() ) + out << '\n'; + } + + if( i2->second.size() != 1 ) + out << ')'; + + out << '\n'; + } + } +} + + +template +void Space::Serialize(Stream & out, bool use_indents, bool use_comments, int level) const +{ + if( level > 0 ) + { + out << '\n'; + PrintLevel(out, use_indents, level); + + if( !name.empty() ) + out << name << ' '; + + out << L"(\n"; + + if( use_comments ) + { + PrintLevel(out, use_indents, level); + out << L"# space level " << level << '\n'; + } + } + + SerializeTableSingle(out, use_indents, level); + SerializeTableMulti(out, use_indents, level); + + for(size_t i=0 ; iSerialize(out, use_indents, use_comments, level+1); + + if( level > 0 ) + { + PrintLevel(out, use_indents, level); + out << ')'; + + if( use_comments ) + { + if( name.empty() ) + out << L" # end of unnamed space"; + else + out << L" # end of space: " << name; + + out << L" (level " << level << L")"; + } + + out << '\n'; + } +} + + + + + class ConfParser { public: diff --git a/core/item.cpp b/core/item.cpp index 939f14b..86192ee 100755 --- a/core/item.cpp +++ b/core/item.cpp @@ -69,6 +69,7 @@ void Item::Clear() html_template.clear(); sort_index = 0; + meta.Clear(); SetDateToNow(); } diff --git a/core/item.h b/core/item.h index caccbaa..464fa7b 100755 --- a/core/item.h +++ b/core/item.h @@ -11,6 +11,7 @@ #define headerfile_winix_core_item #include +#include "confparser.h" #define WINIX_ITEM_FILETYPE_NONE 0 @@ -86,7 +87,6 @@ struct Item size_t file_size; // size of the file - std::wstring html_template; @@ -94,6 +94,10 @@ struct Item int sort_index; + // meta information + Space meta; + + // methods Item(); void SetDateToNow(); diff --git a/core/request.cpp b/core/request.cpp index b57f554..a30833f 100755 --- a/core/request.cpp +++ b/core/request.cpp @@ -132,6 +132,18 @@ return true; } +bool Request::IsPostVar(const std::wstring & var) +{ + PostTab::iterator p; + + p = post_tab.find(var); + + if( p == post_tab.end() ) + return false; + +return true; +} + const std::wstring & Request::PostVar(const wchar_t * var) { @@ -144,6 +156,17 @@ return p->second; } +const std::wstring & Request::PostVar(const std::wstring & var) +{ +PostTab::iterator p = post_tab.find(var); + + if( p == post_tab.end() ) + return str_empty; + +return p->second; +} + + bool Request::PostVar(const wchar_t * var, std::wstring & result) { @@ -161,6 +184,23 @@ return true; } +bool Request::PostVar(const std::wstring & var, std::wstring & result) +{ +PostTab::iterator p = post_tab.find(var); + + if( p == post_tab.end() ) + { + result.clear(); + return false; + } + + result = p->second; + +return true; +} + + + std::wstring * Request::PostVarp(const wchar_t * var) { PostTab::iterator p = post_tab.find(var); diff --git a/core/request.h b/core/request.h index 192ab85..8662926 100755 --- a/core/request.h +++ b/core/request.h @@ -140,15 +140,23 @@ struct Request bool IsParam(const wchar_t * param_name); bool IsParam(const std::wstring & param_name); - const std::wstring & ParamValue(const wchar_t * param_name); // returns empty string if there is no such a parameter - const std::wstring & ParamValue(const std::wstring & param_name); // returns empty string if there is no such a parameter + + const std::wstring & ParamValue(const wchar_t * param_name); // returns an empty string if there is no such a parameter + const std::wstring & ParamValue(const std::wstring & param_name); // returns an empty string if there is no such a parameter void SetCookie(const char * name, const char * value, tm * expires = 0); void SetCookie(const char * name, long value, tm * expires = 0); bool IsPostVar(const wchar_t * var); - const std::wstring & PostVar(const wchar_t * var); // !! zamienic na referencje nie do stałej (bez const) + bool IsPostVar(const std::wstring & var); + + const std::wstring & PostVar(const wchar_t * var); // returns an empty string if there is no such a parameter + const std::wstring & PostVar(const std::wstring & var); // returns an empty string if there is no such a parameter + + bool PostVar(const wchar_t * var, std::wstring & result); + bool PostVar(const std::wstring & var, std::wstring & result); + std::wstring * PostVarp(const wchar_t * var); bool AllPostVarEmpty(); // returning true if all post vars are empty diff --git a/db/Makefile.dep b/db/Makefile.dep index b35e6db..5fc1cc9 100755 --- a/db/Makefile.dep +++ b/db/Makefile.dep @@ -1,23 +1,27 @@ # DO NOT DELETE db.o: db.h dbbase.h dbconn.h dbtextstream.h ../core/textstream.h -db.o: ../core/misc.h ../core/item.h ../core/requesttypes.h ../core/error.h -db.o: dbitemquery.h ../core/item.h dbitemcolumns.h ../core/user.h -db.o: ../core/group.h ../core/dircontainer.h ../core/ugcontainer.h -db.o: ../core/log.h ../core/textstream.h ../core/logmanipulators.h -db.o: ../core/slog.h ../core/cur.h ../core/request.h ../core/error.h -db.o: ../core/config.h ../core/confparser.h ../core/htmlfilter.h -db.o: ../templates/htmltextstream.h ../core/session.h ../core/user.h -db.o: ../core/plugindata.h ../core/rebus.h ../core/mount.h -db.o: ../templates/locale.h ../core/confparser.h ../core/log.h ../core/misc.h +db.o: ../core/misc.h ../core/item.h ../core/confparser.h +db.o: ../core/requesttypes.h ../core/error.h dbitemquery.h ../core/item.h +db.o: dbitemcolumns.h ../core/confparser.h ../core/user.h ../core/group.h +db.o: ../core/dircontainer.h ../core/ugcontainer.h ../core/log.h +db.o: ../core/textstream.h ../core/logmanipulators.h ../core/slog.h +db.o: ../core/cur.h ../core/request.h ../core/error.h ../core/config.h +db.o: ../core/htmlfilter.h ../templates/htmltextstream.h ../core/session.h +db.o: ../core/user.h ../core/plugindata.h ../core/rebus.h ../core/mount.h +db.o: ../templates/locale.h ../core/log.h ../core/misc.h dbbase.o: dbbase.h dbconn.h dbtextstream.h ../core/textstream.h -dbbase.o: ../core/misc.h ../core/item.h ../core/requesttypes.h -dbbase.o: ../core/error.h ../core/log.h ../core/misc.h ../../ezc/src/utf8.h +dbbase.o: ../core/misc.h ../core/item.h ../core/confparser.h +dbbase.o: ../core/requesttypes.h ../core/error.h ../core/log.h ../core/misc.h +dbbase.o: ../../ezc/src/utf8.h dbconn.o: dbconn.h dbtextstream.h ../core/textstream.h ../core/misc.h -dbconn.o: ../core/item.h ../core/requesttypes.h ../core/log.h ../core/error.h -dbitemcolumns.o: dbitemcolumns.h ../core/item.h dbbase.h dbconn.h -dbitemcolumns.o: dbtextstream.h ../core/textstream.h ../core/misc.h -dbitemcolumns.o: ../core/item.h ../core/requesttypes.h ../core/error.h +dbconn.o: ../core/item.h ../core/confparser.h ../core/requesttypes.h +dbconn.o: ../core/log.h ../core/error.h +dbitemcolumns.o: dbitemcolumns.h ../core/item.h ../core/confparser.h dbbase.h +dbitemcolumns.o: dbconn.h dbtextstream.h ../core/textstream.h ../core/misc.h +dbitemcolumns.o: ../core/item.h ../core/confparser.h ../core/requesttypes.h +dbitemcolumns.o: ../core/error.h ../core/log.h dbitemquery.o: dbitemquery.h ../core/item.h dbtextstream.o: dbtextstream.h ../core/textstream.h ../core/misc.h -dbtextstream.o: ../core/item.h ../core/requesttypes.h ../../ezc/src/utf8.h +dbtextstream.o: ../core/item.h ../core/confparser.h ../core/requesttypes.h +dbtextstream.o: ../../ezc/src/utf8.h diff --git a/db/db.cpp b/db/db.cpp index b98c75a..9fad2da 100755 --- a/db/db.cpp +++ b/db/db.cpp @@ -678,6 +678,7 @@ void Db::GetItemsQuerySelect(const DbItemQuery & iq, DbTextStream & query, bool if( iq.sel_file ) query << R(", file_path, file_fs, file_type, has_thumb, hash, hash_type, file_size"); if( iq.sel_html_template ) query << R(", template"); if( iq.sel_sort_index ) query << R(", sort_index"); + if( iq.sel_meta ) query << R(", meta"); } query << R(" from core.item"); @@ -811,16 +812,18 @@ void Db::GetItems(std::vector & item_tab, const DbItemQuery & item_query) r = GetItemsQuery(item_query); AssertResult(r, PGRES_TUPLES_OK); - Item item; + get_item_temp.Clear(); int rows = Rows(r); - DbItemColumns col; - col.SetColumns(r); + if( rows > 0 && size_t(rows) > item_tab.capacity() ) + item_tab.reserve(rows); + + item_cols.SetColumns(r); - for(int i = 0 ; i meta_stream; + bool AddItemCreateUrlSubject(Item & item); diff --git a/db/dbitemcolumns.cpp b/db/dbitemcolumns.cpp index a39da8e..f5eb1ce 100755 --- a/db/dbitemcolumns.cpp +++ b/db/dbitemcolumns.cpp @@ -9,6 +9,7 @@ #include "dbitemcolumns.h" #include "dbbase.h" +#include "core/log.h" @@ -43,6 +44,28 @@ void DbItemColumns::SetColumns(PGresult * r) ref = PQfnumber(r, "ref"); modify_index = PQfnumber(r, "modify_index"); sort_index = PQfnumber(r, "sort_index"); + meta = PQfnumber(r, "meta"); +} + + +void DbItemColumns::SetMeta(PGresult * r, long row, Item & item) +{ + DbBase::AssertValueWide(r, row, meta, meta_str); + + item.meta.Clear(); + conf_parser.SetSpace(item.meta); + conf_parser.UTF8(true); // from the db we always have UTF-8 string + conf_parser.SplitSingle(true); + + if( conf_parser.ParseString(meta_str) != ConfParser::ok ) + { + log << log1 << "Db: syntax error when parsing meta information for" + << " item id: " << item.id + << ", url: " << item.url + << ", line: " << conf_parser.line << logend; + } + + meta_str.clear(); } @@ -79,6 +102,8 @@ void DbItemColumns::SetItem(PGresult * r, long row, Item & item) if( guest_name != -1 ) DbBase::AssertValueWide(r, row, guest_name, item.guest_name); if( html_template != -1 ) DbBase::AssertValueWide(r, row, html_template, item.html_template); if( sort_index != -1 ) item.sort_index = DbBase::AssertValueInt(r, row, sort_index); + + if( meta != -1 ) SetMeta(r, row, item); } diff --git a/db/dbitemcolumns.h b/db/dbitemcolumns.h index b1c55e8..9dc6d55 100755 --- a/db/dbitemcolumns.h +++ b/db/dbitemcolumns.h @@ -13,6 +13,7 @@ #include #include "core/item.h" +#include "core/confparser.h" @@ -47,9 +48,22 @@ struct DbItemColumns int ref; int modify_index; int sort_index; + int meta; void SetColumns(PGresult * r); void SetItem(PGresult * r, long row, Item & item); + + +private: + + // for parsing meta information + ConfParser conf_parser; + + // meta string + std::wstring meta_str; + + void SetMeta(PGresult * r, long row, Item & item); + }; diff --git a/db/dbitemquery.cpp b/db/dbitemquery.cpp index 2232178..220f688 100755 --- a/db/dbitemquery.cpp +++ b/db/dbitemquery.cpp @@ -57,6 +57,7 @@ void DbItemQuery::SetAllSel(bool sel) sel_file = sel; sel_html_template = sel; sel_sort_index = sel; + sel_meta = sel; } diff --git a/db/dbitemquery.h b/db/dbitemquery.h index 26287a1..c191f98 100755 --- a/db/dbitemquery.h +++ b/db/dbitemquery.h @@ -33,6 +33,7 @@ struct DbItemQuery bool sel_file; // file_path, file_fs, file_type, has_thumb, hash, hash_type, file_size bool sel_html_template; // template bool sel_sort_index; // sort_index + bool sel_meta; // meta Space bool where_id; // bool where_parent_id; // diff --git a/functions/Makefile.dep b/functions/Makefile.dep index e4fb19e..5e9646b 100755 --- a/functions/Makefile.dep +++ b/functions/Makefile.dep @@ -1,27 +1,27 @@ # DO NOT DELETE -adduser.o: adduser.h functionbase.h ../core/item.h ../db/db.h ../db/dbbase.h -adduser.o: ../db/dbconn.h ../db/dbtextstream.h ../core/textstream.h -adduser.o: ../core/misc.h ../core/item.h ../core/requesttypes.h -adduser.o: ../core/error.h ../db/dbitemquery.h ../db/dbitemcolumns.h -adduser.o: ../core/user.h ../core/group.h ../core/dircontainer.h -adduser.o: ../core/ugcontainer.h ../core/log.h ../core/textstream.h -adduser.o: ../core/logmanipulators.h ../core/slog.h ../core/cur.h -adduser.o: ../core/request.h ../core/error.h ../core/config.h -adduser.o: ../core/confparser.h ../core/htmlfilter.h +adduser.o: adduser.h functionbase.h ../core/item.h ../core/confparser.h +adduser.o: ../db/db.h ../db/dbbase.h ../db/dbconn.h ../db/dbtextstream.h +adduser.o: ../core/textstream.h ../core/misc.h ../core/item.h +adduser.o: ../core/requesttypes.h ../core/error.h ../db/dbitemquery.h +adduser.o: ../db/dbitemcolumns.h ../core/confparser.h ../core/user.h +adduser.o: ../core/group.h ../core/dircontainer.h ../core/ugcontainer.h +adduser.o: ../core/log.h ../core/textstream.h ../core/logmanipulators.h +adduser.o: ../core/slog.h ../core/cur.h ../core/request.h ../core/error.h +adduser.o: ../core/config.h ../core/htmlfilter.h adduser.o: ../templates/htmltextstream.h ../core/session.h ../core/user.h adduser.o: ../core/plugindata.h ../core/rebus.h mount.h ../templates/locale.h -adduser.o: ../core/confparser.h ../core/request.h ../core/config.h -adduser.o: ../core/system.h ../core/dirs.h ../core/dircontainer.h -adduser.o: ../notify/notify.h ../notify/notifypool.h ../templates/patterns.h -adduser.o: ../templates/locale.h ../templates/localefilter.h -adduser.o: ../../ezc/src/ezc.h ../../ezc/src/utf8.h ../../ezc/src/generator.h +adduser.o: ../core/request.h ../core/config.h ../core/system.h ../core/dirs.h +adduser.o: ../core/dircontainer.h ../notify/notify.h ../notify/notifypool.h +adduser.o: ../templates/patterns.h ../templates/locale.h +adduser.o: ../templates/localefilter.h ../../ezc/src/ezc.h +adduser.o: ../../ezc/src/utf8.h ../../ezc/src/generator.h adduser.o: ../../ezc/src/pattern.h functions.h functionparser.h ../core/cur.h adduser.o: cat.h chmod.h privchanger.h chown.h ckeditor.h cp.h default.h -adduser.o: download.h emacs.h last.h login.h logout.h ln.h ls.h mkdir.h mv.h -adduser.o: nicedit.h node.h passwd.h priv.h reload.h rm.h run.h sort.h -adduser.o: specialdefault.h stat.h subject.h template.h tinymce.h uname.h -adduser.o: upload.h uptime.h who.h vim.h ../core/htmlfilter.h +adduser.o: download.h emacs.h last.h login.h logout.h ln.h ls.h meta.h +adduser.o: mkdir.h mv.h nicedit.h node.h passwd.h priv.h reload.h rm.h run.h +adduser.o: sort.h specialdefault.h stat.h subject.h template.h tinymce.h +adduser.o: uname.h upload.h uptime.h who.h vim.h ../core/htmlfilter.h adduser.o: ../../ezc/src/stringconv.h ../notify/notifythread.h adduser.o: ../core/basethread.h ../core/synchro.h ../notify/templatesnotify.h adduser.o: ../core/users.h ../core/ugcontainer.h ../core/lastcontainer.h @@ -30,24 +30,24 @@ adduser.o: ../core/mountparser.h ../core/crypt.h ../core/users.h adduser.o: ../core/groups.h ../core/group.h ../core/loadavg.h ../core/image.h adduser.o: ../core/basethread.h ../core/threadmanager.h ../core/synchro.h adduser.o: ../core/slog.h -cat.o: cat.h functionbase.h ../core/item.h ../db/db.h ../db/dbbase.h -cat.o: ../db/dbconn.h ../db/dbtextstream.h ../core/textstream.h -cat.o: ../core/misc.h ../core/item.h ../core/requesttypes.h ../core/error.h -cat.o: ../db/dbitemquery.h ../db/dbitemcolumns.h ../core/user.h +cat.o: cat.h functionbase.h ../core/item.h ../core/confparser.h ../db/db.h +cat.o: ../db/dbbase.h ../db/dbconn.h ../db/dbtextstream.h +cat.o: ../core/textstream.h ../core/misc.h ../core/item.h +cat.o: ../core/requesttypes.h ../core/error.h ../db/dbitemquery.h +cat.o: ../db/dbitemcolumns.h ../core/confparser.h ../core/user.h cat.o: ../core/group.h ../core/dircontainer.h ../core/ugcontainer.h cat.o: ../core/log.h ../core/textstream.h ../core/logmanipulators.h cat.o: ../core/slog.h ../core/cur.h ../core/request.h ../core/error.h -cat.o: ../core/config.h ../core/confparser.h ../core/htmlfilter.h -cat.o: ../templates/htmltextstream.h ../core/session.h ../core/user.h -cat.o: ../core/plugindata.h ../core/rebus.h mount.h ../templates/locale.h -cat.o: ../core/confparser.h ../core/request.h ../core/config.h +cat.o: ../core/config.h ../core/htmlfilter.h ../templates/htmltextstream.h +cat.o: ../core/session.h ../core/user.h ../core/plugindata.h ../core/rebus.h +cat.o: mount.h ../templates/locale.h ../core/request.h ../core/config.h cat.o: ../core/system.h ../core/dirs.h ../core/dircontainer.h cat.o: ../notify/notify.h ../notify/notifypool.h ../templates/patterns.h cat.o: ../templates/locale.h ../templates/localefilter.h ../../ezc/src/ezc.h cat.o: ../../ezc/src/utf8.h ../../ezc/src/generator.h ../../ezc/src/pattern.h cat.o: functions.h functionparser.h ../core/cur.h adduser.h chmod.h cat.o: privchanger.h chown.h ckeditor.h cp.h default.h download.h emacs.h -cat.o: last.h login.h logout.h ln.h ls.h mkdir.h mv.h nicedit.h node.h +cat.o: last.h login.h logout.h ln.h ls.h meta.h mkdir.h mv.h nicedit.h node.h cat.o: passwd.h priv.h reload.h rm.h run.h sort.h specialdefault.h stat.h cat.o: subject.h template.h tinymce.h uname.h upload.h uptime.h who.h vim.h cat.o: ../core/htmlfilter.h ../../ezc/src/stringconv.h @@ -58,87 +58,88 @@ cat.o: ../templates/htmltextstream.h ../core/mounts.h ../core/mountparser.h cat.o: ../core/crypt.h ../core/users.h ../core/groups.h ../core/group.h cat.o: ../core/loadavg.h ../core/image.h ../core/basethread.h cat.o: ../core/threadmanager.h ../core/synchro.h -chmod.o: chmod.h functionbase.h ../core/item.h ../db/db.h ../db/dbbase.h -chmod.o: ../db/dbconn.h ../db/dbtextstream.h ../core/textstream.h -chmod.o: ../core/misc.h ../core/item.h ../core/requesttypes.h ../core/error.h -chmod.o: ../db/dbitemquery.h ../db/dbitemcolumns.h ../core/user.h +chmod.o: chmod.h functionbase.h ../core/item.h ../core/confparser.h +chmod.o: ../db/db.h ../db/dbbase.h ../db/dbconn.h ../db/dbtextstream.h +chmod.o: ../core/textstream.h ../core/misc.h ../core/item.h +chmod.o: ../core/requesttypes.h ../core/error.h ../db/dbitemquery.h +chmod.o: ../db/dbitemcolumns.h ../core/confparser.h ../core/user.h chmod.o: ../core/group.h ../core/dircontainer.h ../core/ugcontainer.h chmod.o: ../core/log.h ../core/textstream.h ../core/logmanipulators.h chmod.o: ../core/slog.h ../core/cur.h ../core/request.h ../core/error.h -chmod.o: ../core/config.h ../core/confparser.h ../core/htmlfilter.h -chmod.o: ../templates/htmltextstream.h ../core/session.h ../core/user.h -chmod.o: ../core/plugindata.h ../core/rebus.h mount.h ../templates/locale.h -chmod.o: ../core/confparser.h ../core/request.h ../core/config.h -chmod.o: ../core/system.h ../core/dirs.h ../core/dircontainer.h -chmod.o: ../notify/notify.h ../notify/notifypool.h ../templates/patterns.h -chmod.o: ../templates/locale.h ../templates/localefilter.h -chmod.o: ../../ezc/src/ezc.h ../../ezc/src/utf8.h ../../ezc/src/generator.h -chmod.o: ../../ezc/src/pattern.h functions.h functionparser.h ../core/cur.h -chmod.o: adduser.h cat.h chown.h privchanger.h ckeditor.h cp.h default.h -chmod.o: download.h emacs.h last.h login.h logout.h ln.h ls.h mkdir.h mv.h -chmod.o: nicedit.h node.h passwd.h priv.h reload.h rm.h run.h sort.h -chmod.o: specialdefault.h stat.h subject.h template.h tinymce.h uname.h -chmod.o: upload.h uptime.h who.h vim.h ../core/htmlfilter.h -chmod.o: ../../ezc/src/stringconv.h ../notify/notifythread.h -chmod.o: ../core/basethread.h ../core/synchro.h ../notify/templatesnotify.h -chmod.o: ../core/users.h ../core/ugcontainer.h ../core/lastcontainer.h -chmod.o: ../templates/misc.h ../templates/htmltextstream.h ../core/mounts.h -chmod.o: ../core/mountparser.h ../core/crypt.h ../core/users.h -chmod.o: ../core/groups.h ../core/group.h ../core/loadavg.h ../core/image.h -chmod.o: ../core/basethread.h ../core/threadmanager.h ../core/synchro.h -chown.o: chown.h functionbase.h ../core/item.h ../db/db.h ../db/dbbase.h -chown.o: ../db/dbconn.h ../db/dbtextstream.h ../core/textstream.h -chown.o: ../core/misc.h ../core/item.h ../core/requesttypes.h ../core/error.h -chown.o: ../db/dbitemquery.h ../db/dbitemcolumns.h ../core/user.h +chmod.o: ../core/config.h ../core/htmlfilter.h ../templates/htmltextstream.h +chmod.o: ../core/session.h ../core/user.h ../core/plugindata.h +chmod.o: ../core/rebus.h mount.h ../templates/locale.h ../core/request.h +chmod.o: ../core/config.h ../core/system.h ../core/dirs.h +chmod.o: ../core/dircontainer.h ../notify/notify.h ../notify/notifypool.h +chmod.o: ../templates/patterns.h ../templates/locale.h +chmod.o: ../templates/localefilter.h ../../ezc/src/ezc.h ../../ezc/src/utf8.h +chmod.o: ../../ezc/src/generator.h ../../ezc/src/pattern.h functions.h +chmod.o: functionparser.h ../core/cur.h adduser.h cat.h chown.h privchanger.h +chmod.o: ckeditor.h cp.h default.h download.h emacs.h last.h login.h logout.h +chmod.o: ln.h ls.h meta.h mkdir.h mv.h nicedit.h node.h passwd.h priv.h +chmod.o: reload.h rm.h run.h sort.h specialdefault.h stat.h subject.h +chmod.o: template.h tinymce.h uname.h upload.h uptime.h who.h vim.h +chmod.o: ../core/htmlfilter.h ../../ezc/src/stringconv.h +chmod.o: ../notify/notifythread.h ../core/basethread.h ../core/synchro.h +chmod.o: ../notify/templatesnotify.h ../core/users.h ../core/ugcontainer.h +chmod.o: ../core/lastcontainer.h ../templates/misc.h +chmod.o: ../templates/htmltextstream.h ../core/mounts.h ../core/mountparser.h +chmod.o: ../core/crypt.h ../core/users.h ../core/groups.h ../core/group.h +chmod.o: ../core/loadavg.h ../core/image.h ../core/basethread.h +chmod.o: ../core/threadmanager.h ../core/synchro.h +chown.o: chown.h functionbase.h ../core/item.h ../core/confparser.h +chown.o: ../db/db.h ../db/dbbase.h ../db/dbconn.h ../db/dbtextstream.h +chown.o: ../core/textstream.h ../core/misc.h ../core/item.h +chown.o: ../core/requesttypes.h ../core/error.h ../db/dbitemquery.h +chown.o: ../db/dbitemcolumns.h ../core/confparser.h ../core/user.h chown.o: ../core/group.h ../core/dircontainer.h ../core/ugcontainer.h chown.o: ../core/log.h ../core/textstream.h ../core/logmanipulators.h chown.o: ../core/slog.h ../core/cur.h ../core/request.h ../core/error.h -chown.o: ../core/config.h ../core/confparser.h ../core/htmlfilter.h -chown.o: ../templates/htmltextstream.h ../core/session.h ../core/user.h -chown.o: ../core/plugindata.h ../core/rebus.h mount.h ../templates/locale.h -chown.o: ../core/confparser.h ../core/request.h ../core/config.h -chown.o: ../core/system.h ../core/dirs.h ../core/dircontainer.h -chown.o: ../notify/notify.h ../notify/notifypool.h ../templates/patterns.h -chown.o: ../templates/locale.h ../templates/localefilter.h -chown.o: ../../ezc/src/ezc.h ../../ezc/src/utf8.h ../../ezc/src/generator.h -chown.o: ../../ezc/src/pattern.h functions.h functionparser.h ../core/cur.h -chown.o: adduser.h cat.h chmod.h privchanger.h ckeditor.h cp.h default.h -chown.o: download.h emacs.h last.h login.h logout.h ln.h ls.h mkdir.h mv.h -chown.o: nicedit.h node.h passwd.h priv.h reload.h rm.h run.h sort.h -chown.o: specialdefault.h stat.h subject.h template.h tinymce.h uname.h -chown.o: upload.h uptime.h who.h vim.h ../core/htmlfilter.h -chown.o: ../../ezc/src/stringconv.h ../notify/notifythread.h -chown.o: ../core/basethread.h ../core/synchro.h ../notify/templatesnotify.h -chown.o: ../core/users.h ../core/ugcontainer.h ../core/lastcontainer.h -chown.o: ../templates/misc.h ../templates/htmltextstream.h ../core/mounts.h -chown.o: ../core/mountparser.h ../core/crypt.h ../core/users.h -chown.o: ../core/groups.h ../core/group.h ../core/loadavg.h ../core/image.h -chown.o: ../core/basethread.h ../core/threadmanager.h ../core/synchro.h -ckeditor.o: ckeditor.h functionbase.h ../core/item.h ../db/db.h -ckeditor.o: ../db/dbbase.h ../db/dbconn.h ../db/dbtextstream.h +chown.o: ../core/config.h ../core/htmlfilter.h ../templates/htmltextstream.h +chown.o: ../core/session.h ../core/user.h ../core/plugindata.h +chown.o: ../core/rebus.h mount.h ../templates/locale.h ../core/request.h +chown.o: ../core/config.h ../core/system.h ../core/dirs.h +chown.o: ../core/dircontainer.h ../notify/notify.h ../notify/notifypool.h +chown.o: ../templates/patterns.h ../templates/locale.h +chown.o: ../templates/localefilter.h ../../ezc/src/ezc.h ../../ezc/src/utf8.h +chown.o: ../../ezc/src/generator.h ../../ezc/src/pattern.h functions.h +chown.o: functionparser.h ../core/cur.h adduser.h cat.h chmod.h privchanger.h +chown.o: ckeditor.h cp.h default.h download.h emacs.h last.h login.h logout.h +chown.o: ln.h ls.h meta.h mkdir.h mv.h nicedit.h node.h passwd.h priv.h +chown.o: reload.h rm.h run.h sort.h specialdefault.h stat.h subject.h +chown.o: template.h tinymce.h uname.h upload.h uptime.h who.h vim.h +chown.o: ../core/htmlfilter.h ../../ezc/src/stringconv.h +chown.o: ../notify/notifythread.h ../core/basethread.h ../core/synchro.h +chown.o: ../notify/templatesnotify.h ../core/users.h ../core/ugcontainer.h +chown.o: ../core/lastcontainer.h ../templates/misc.h +chown.o: ../templates/htmltextstream.h ../core/mounts.h ../core/mountparser.h +chown.o: ../core/crypt.h ../core/users.h ../core/groups.h ../core/group.h +chown.o: ../core/loadavg.h ../core/image.h ../core/basethread.h +chown.o: ../core/threadmanager.h ../core/synchro.h +ckeditor.o: ckeditor.h functionbase.h ../core/item.h ../core/confparser.h +ckeditor.o: ../db/db.h ../db/dbbase.h ../db/dbconn.h ../db/dbtextstream.h ckeditor.o: ../core/textstream.h ../core/misc.h ../core/item.h ckeditor.o: ../core/requesttypes.h ../core/error.h ../db/dbitemquery.h -ckeditor.o: ../db/dbitemcolumns.h ../core/user.h ../core/group.h -ckeditor.o: ../core/dircontainer.h ../core/ugcontainer.h ../core/log.h -ckeditor.o: ../core/textstream.h ../core/logmanipulators.h ../core/slog.h -ckeditor.o: ../core/cur.h ../core/request.h ../core/error.h ../core/config.h -ckeditor.o: ../core/confparser.h ../core/htmlfilter.h +ckeditor.o: ../db/dbitemcolumns.h ../core/confparser.h ../core/user.h +ckeditor.o: ../core/group.h ../core/dircontainer.h ../core/ugcontainer.h +ckeditor.o: ../core/log.h ../core/textstream.h ../core/logmanipulators.h +ckeditor.o: ../core/slog.h ../core/cur.h ../core/request.h ../core/error.h +ckeditor.o: ../core/config.h ../core/htmlfilter.h ckeditor.o: ../templates/htmltextstream.h ../core/session.h ../core/user.h ckeditor.o: ../core/plugindata.h ../core/rebus.h mount.h -ckeditor.o: ../templates/locale.h ../core/confparser.h ../core/request.h -ckeditor.o: ../core/config.h ../core/system.h ../core/dirs.h -ckeditor.o: ../core/dircontainer.h ../notify/notify.h ../notify/notifypool.h -ckeditor.o: ../templates/patterns.h ../templates/locale.h -ckeditor.o: ../templates/localefilter.h ../../ezc/src/ezc.h -ckeditor.o: ../../ezc/src/utf8.h ../../ezc/src/generator.h -ckeditor.o: ../../ezc/src/pattern.h functions.h functionparser.h -ckeditor.o: ../core/cur.h adduser.h cat.h chmod.h privchanger.h chown.h cp.h -ckeditor.o: default.h download.h emacs.h last.h login.h logout.h ln.h ls.h -ckeditor.o: mkdir.h mv.h nicedit.h node.h passwd.h priv.h reload.h rm.h run.h -ckeditor.o: sort.h specialdefault.h stat.h subject.h template.h tinymce.h -ckeditor.o: uname.h upload.h uptime.h who.h vim.h ../core/htmlfilter.h -ckeditor.o: ../../ezc/src/stringconv.h ../notify/notifythread.h -ckeditor.o: ../core/basethread.h ../core/synchro.h +ckeditor.o: ../templates/locale.h ../core/request.h ../core/config.h +ckeditor.o: ../core/system.h ../core/dirs.h ../core/dircontainer.h +ckeditor.o: ../notify/notify.h ../notify/notifypool.h ../templates/patterns.h +ckeditor.o: ../templates/locale.h ../templates/localefilter.h +ckeditor.o: ../../ezc/src/ezc.h ../../ezc/src/utf8.h +ckeditor.o: ../../ezc/src/generator.h ../../ezc/src/pattern.h functions.h +ckeditor.o: functionparser.h ../core/cur.h adduser.h cat.h chmod.h +ckeditor.o: privchanger.h chown.h cp.h default.h download.h emacs.h last.h +ckeditor.o: login.h logout.h ln.h ls.h meta.h mkdir.h mv.h nicedit.h node.h +ckeditor.o: passwd.h priv.h reload.h rm.h run.h sort.h specialdefault.h +ckeditor.o: stat.h subject.h template.h tinymce.h uname.h upload.h uptime.h +ckeditor.o: who.h vim.h ../core/htmlfilter.h ../../ezc/src/stringconv.h +ckeditor.o: ../notify/notifythread.h ../core/basethread.h ../core/synchro.h ckeditor.o: ../notify/templatesnotify.h ../core/users.h ../core/ugcontainer.h ckeditor.o: ../core/lastcontainer.h ../templates/misc.h ckeditor.o: ../templates/htmltextstream.h ../core/mounts.h @@ -146,33 +147,32 @@ ckeditor.o: ../core/mountparser.h ../core/crypt.h ../core/users.h ckeditor.o: ../core/groups.h ../core/group.h ../core/loadavg.h ckeditor.o: ../core/image.h ../core/basethread.h ../core/threadmanager.h ckeditor.o: ../core/synchro.h -cp.o: cp.h functionbase.h ../core/item.h ../db/db.h ../db/dbbase.h -cp.o: ../db/dbconn.h ../db/dbtextstream.h ../core/textstream.h ../core/misc.h -cp.o: ../core/item.h ../core/requesttypes.h ../core/error.h -cp.o: ../db/dbitemquery.h ../db/dbitemcolumns.h ../core/user.h -cp.o: ../core/group.h ../core/dircontainer.h ../core/ugcontainer.h -cp.o: ../core/log.h ../core/textstream.h ../core/logmanipulators.h -cp.o: ../core/slog.h ../core/cur.h ../core/request.h ../core/error.h -cp.o: ../core/config.h ../core/confparser.h ../core/htmlfilter.h +cp.o: cp.h functionbase.h ../core/item.h ../core/confparser.h ../db/db.h +cp.o: ../db/dbbase.h ../db/dbconn.h ../db/dbtextstream.h ../core/textstream.h +cp.o: ../core/misc.h ../core/item.h ../core/requesttypes.h ../core/error.h +cp.o: ../db/dbitemquery.h ../db/dbitemcolumns.h ../core/confparser.h +cp.o: ../core/user.h ../core/group.h ../core/dircontainer.h +cp.o: ../core/ugcontainer.h ../core/log.h ../core/textstream.h +cp.o: ../core/logmanipulators.h ../core/slog.h ../core/cur.h +cp.o: ../core/request.h ../core/error.h ../core/config.h ../core/htmlfilter.h cp.o: ../templates/htmltextstream.h ../core/session.h ../core/user.h cp.o: ../core/plugindata.h ../core/rebus.h mount.h ../templates/locale.h -cp.o: ../core/confparser.h ../core/request.h ../core/config.h -cp.o: ../core/system.h ../core/dirs.h ../core/dircontainer.h -cp.o: ../notify/notify.h ../notify/notifypool.h ../templates/patterns.h -cp.o: ../templates/locale.h ../templates/localefilter.h ../../ezc/src/ezc.h -cp.o: ../../ezc/src/utf8.h ../../ezc/src/generator.h ../../ezc/src/pattern.h -cp.o: functions.h functionparser.h ../core/cur.h adduser.h cat.h chmod.h -cp.o: privchanger.h chown.h ckeditor.h default.h download.h emacs.h last.h -cp.o: login.h logout.h ln.h ls.h mkdir.h mv.h nicedit.h node.h passwd.h -cp.o: priv.h reload.h rm.h run.h sort.h specialdefault.h stat.h subject.h -cp.o: template.h tinymce.h uname.h upload.h uptime.h who.h vim.h -cp.o: ../core/htmlfilter.h ../../ezc/src/stringconv.h -cp.o: ../notify/notifythread.h ../core/basethread.h ../core/synchro.h -cp.o: ../notify/templatesnotify.h ../core/users.h ../core/ugcontainer.h -cp.o: ../core/lastcontainer.h ../templates/misc.h -cp.o: ../templates/htmltextstream.h ../core/mounts.h ../core/mountparser.h -cp.o: ../core/crypt.h ../core/users.h ../core/groups.h ../core/group.h -cp.o: ../core/loadavg.h ../core/image.h ../core/basethread.h +cp.o: ../core/request.h ../core/config.h ../core/system.h ../core/dirs.h +cp.o: ../core/dircontainer.h ../notify/notify.h ../notify/notifypool.h +cp.o: ../templates/patterns.h ../templates/locale.h +cp.o: ../templates/localefilter.h ../../ezc/src/ezc.h ../../ezc/src/utf8.h +cp.o: ../../ezc/src/generator.h ../../ezc/src/pattern.h functions.h +cp.o: functionparser.h ../core/cur.h adduser.h cat.h chmod.h privchanger.h +cp.o: chown.h ckeditor.h default.h download.h emacs.h last.h login.h logout.h +cp.o: ln.h ls.h meta.h mkdir.h mv.h nicedit.h node.h passwd.h priv.h reload.h +cp.o: rm.h run.h sort.h specialdefault.h stat.h subject.h template.h +cp.o: tinymce.h uname.h upload.h uptime.h who.h vim.h ../core/htmlfilter.h +cp.o: ../../ezc/src/stringconv.h ../notify/notifythread.h +cp.o: ../core/basethread.h ../core/synchro.h ../notify/templatesnotify.h +cp.o: ../core/users.h ../core/ugcontainer.h ../core/lastcontainer.h +cp.o: ../templates/misc.h ../templates/htmltextstream.h ../core/mounts.h +cp.o: ../core/mountparser.h ../core/crypt.h ../core/users.h ../core/groups.h +cp.o: ../core/group.h ../core/loadavg.h ../core/image.h ../core/basethread.h cp.o: ../core/threadmanager.h ../core/synchro.h ../core/misc.h cp.o: ../core/plugin.h ../core/pluginmsg.h ../core/system.h cp.o: ../core/sessionmanager.h ../core/sessioncontainer.h @@ -180,28 +180,28 @@ cp.o: ../functions/functions.h ../templates/templates.h cp.o: ../templates/patterncacher.h ../templates/indexpatterns.h cp.o: ../templates/patterns.h ../templates/changepatterns.h cp.o: ../core/sessionmanager.h -default.o: default.h functionbase.h ../core/item.h ../db/db.h ../db/dbbase.h -default.o: ../db/dbconn.h ../db/dbtextstream.h ../core/textstream.h -default.o: ../core/misc.h ../core/item.h ../core/requesttypes.h -default.o: ../core/error.h ../db/dbitemquery.h ../db/dbitemcolumns.h -default.o: ../core/user.h ../core/group.h ../core/dircontainer.h -default.o: ../core/ugcontainer.h ../core/log.h ../core/textstream.h -default.o: ../core/logmanipulators.h ../core/slog.h ../core/cur.h -default.o: ../core/request.h ../core/error.h ../core/config.h -default.o: ../core/confparser.h ../core/htmlfilter.h +default.o: default.h functionbase.h ../core/item.h ../core/confparser.h +default.o: ../db/db.h ../db/dbbase.h ../db/dbconn.h ../db/dbtextstream.h +default.o: ../core/textstream.h ../core/misc.h ../core/item.h +default.o: ../core/requesttypes.h ../core/error.h ../db/dbitemquery.h +default.o: ../db/dbitemcolumns.h ../core/confparser.h ../core/user.h +default.o: ../core/group.h ../core/dircontainer.h ../core/ugcontainer.h +default.o: ../core/log.h ../core/textstream.h ../core/logmanipulators.h +default.o: ../core/slog.h ../core/cur.h ../core/request.h ../core/error.h +default.o: ../core/config.h ../core/htmlfilter.h default.o: ../templates/htmltextstream.h ../core/session.h ../core/user.h default.o: ../core/plugindata.h ../core/rebus.h mount.h ../templates/locale.h -default.o: ../core/confparser.h ../core/request.h ../core/config.h -default.o: ../core/system.h ../core/dirs.h ../core/dircontainer.h -default.o: ../notify/notify.h ../notify/notifypool.h ../templates/patterns.h -default.o: ../templates/locale.h ../templates/localefilter.h -default.o: ../../ezc/src/ezc.h ../../ezc/src/utf8.h ../../ezc/src/generator.h +default.o: ../core/request.h ../core/config.h ../core/system.h ../core/dirs.h +default.o: ../core/dircontainer.h ../notify/notify.h ../notify/notifypool.h +default.o: ../templates/patterns.h ../templates/locale.h +default.o: ../templates/localefilter.h ../../ezc/src/ezc.h +default.o: ../../ezc/src/utf8.h ../../ezc/src/generator.h default.o: ../../ezc/src/pattern.h functions.h functionparser.h ../core/cur.h default.o: adduser.h cat.h chmod.h privchanger.h chown.h ckeditor.h cp.h -default.o: download.h emacs.h last.h login.h logout.h ln.h ls.h mkdir.h mv.h -default.o: nicedit.h node.h passwd.h priv.h reload.h rm.h run.h sort.h -default.o: specialdefault.h stat.h subject.h template.h tinymce.h uname.h -default.o: upload.h uptime.h who.h vim.h ../core/htmlfilter.h +default.o: download.h emacs.h last.h login.h logout.h ln.h ls.h meta.h +default.o: mkdir.h mv.h nicedit.h node.h passwd.h priv.h reload.h rm.h run.h +default.o: sort.h specialdefault.h stat.h subject.h template.h tinymce.h +default.o: uname.h upload.h uptime.h who.h vim.h ../core/htmlfilter.h default.o: ../../ezc/src/stringconv.h ../notify/notifythread.h default.o: ../core/basethread.h ../core/synchro.h ../notify/templatesnotify.h default.o: ../core/users.h ../core/ugcontainer.h ../core/lastcontainer.h @@ -209,30 +209,29 @@ default.o: ../templates/misc.h ../templates/htmltextstream.h ../core/mounts.h default.o: ../core/mountparser.h ../core/crypt.h ../core/users.h default.o: ../core/groups.h ../core/group.h ../core/loadavg.h ../core/image.h default.o: ../core/basethread.h ../core/threadmanager.h ../core/synchro.h -download.o: download.h functionbase.h ../core/item.h ../db/db.h -download.o: ../db/dbbase.h ../db/dbconn.h ../db/dbtextstream.h +download.o: download.h functionbase.h ../core/item.h ../core/confparser.h +download.o: ../db/db.h ../db/dbbase.h ../db/dbconn.h ../db/dbtextstream.h download.o: ../core/textstream.h ../core/misc.h ../core/item.h download.o: ../core/requesttypes.h ../core/error.h ../db/dbitemquery.h -download.o: ../db/dbitemcolumns.h ../core/user.h ../core/group.h -download.o: ../core/dircontainer.h ../core/ugcontainer.h ../core/log.h -download.o: ../core/textstream.h ../core/logmanipulators.h ../core/slog.h -download.o: ../core/cur.h ../core/request.h ../core/error.h ../core/config.h -download.o: ../core/confparser.h ../core/htmlfilter.h +download.o: ../db/dbitemcolumns.h ../core/confparser.h ../core/user.h +download.o: ../core/group.h ../core/dircontainer.h ../core/ugcontainer.h +download.o: ../core/log.h ../core/textstream.h ../core/logmanipulators.h +download.o: ../core/slog.h ../core/cur.h ../core/request.h ../core/error.h +download.o: ../core/config.h ../core/htmlfilter.h download.o: ../templates/htmltextstream.h ../core/session.h ../core/user.h download.o: ../core/plugindata.h ../core/rebus.h mount.h -download.o: ../templates/locale.h ../core/confparser.h ../core/request.h -download.o: ../core/config.h ../core/system.h ../core/dirs.h -download.o: ../core/dircontainer.h ../notify/notify.h ../notify/notifypool.h -download.o: ../templates/patterns.h ../templates/locale.h -download.o: ../templates/localefilter.h ../../ezc/src/ezc.h -download.o: ../../ezc/src/utf8.h ../../ezc/src/generator.h -download.o: ../../ezc/src/pattern.h functions.h functionparser.h -download.o: ../core/cur.h adduser.h cat.h chmod.h privchanger.h chown.h -download.o: ckeditor.h cp.h default.h emacs.h last.h login.h logout.h ln.h -download.o: ls.h mkdir.h mv.h nicedit.h node.h passwd.h priv.h reload.h rm.h -download.o: run.h sort.h specialdefault.h stat.h subject.h template.h -download.o: tinymce.h uname.h upload.h uptime.h who.h vim.h -download.o: ../core/htmlfilter.h ../../ezc/src/stringconv.h +download.o: ../templates/locale.h ../core/request.h ../core/config.h +download.o: ../core/system.h ../core/dirs.h ../core/dircontainer.h +download.o: ../notify/notify.h ../notify/notifypool.h ../templates/patterns.h +download.o: ../templates/locale.h ../templates/localefilter.h +download.o: ../../ezc/src/ezc.h ../../ezc/src/utf8.h +download.o: ../../ezc/src/generator.h ../../ezc/src/pattern.h functions.h +download.o: functionparser.h ../core/cur.h adduser.h cat.h chmod.h +download.o: privchanger.h chown.h ckeditor.h cp.h default.h emacs.h last.h +download.o: login.h logout.h ln.h ls.h meta.h mkdir.h mv.h nicedit.h node.h +download.o: passwd.h priv.h reload.h rm.h run.h sort.h specialdefault.h +download.o: stat.h subject.h template.h tinymce.h uname.h upload.h uptime.h +download.o: who.h vim.h ../core/htmlfilter.h ../../ezc/src/stringconv.h download.o: ../notify/notifythread.h ../core/basethread.h ../core/synchro.h download.o: ../notify/templatesnotify.h ../core/users.h ../core/ugcontainer.h download.o: ../core/lastcontainer.h ../templates/misc.h @@ -241,61 +240,62 @@ download.o: ../core/mountparser.h ../core/crypt.h ../core/users.h download.o: ../core/groups.h ../core/group.h ../core/loadavg.h download.o: ../core/image.h ../core/basethread.h ../core/threadmanager.h download.o: ../core/synchro.h -emacs.o: emacs.h functionbase.h ../core/item.h ../db/db.h ../db/dbbase.h -emacs.o: ../db/dbconn.h ../db/dbtextstream.h ../core/textstream.h -emacs.o: ../core/misc.h ../core/item.h ../core/requesttypes.h ../core/error.h -emacs.o: ../db/dbitemquery.h ../db/dbitemcolumns.h ../core/user.h +emacs.o: emacs.h functionbase.h ../core/item.h ../core/confparser.h +emacs.o: ../db/db.h ../db/dbbase.h ../db/dbconn.h ../db/dbtextstream.h +emacs.o: ../core/textstream.h ../core/misc.h ../core/item.h +emacs.o: ../core/requesttypes.h ../core/error.h ../db/dbitemquery.h +emacs.o: ../db/dbitemcolumns.h ../core/confparser.h ../core/user.h emacs.o: ../core/group.h ../core/dircontainer.h ../core/ugcontainer.h emacs.o: ../core/log.h ../core/textstream.h ../core/logmanipulators.h emacs.o: ../core/slog.h ../core/cur.h ../core/request.h ../core/error.h -emacs.o: ../core/config.h ../core/confparser.h ../core/htmlfilter.h -emacs.o: ../templates/htmltextstream.h ../core/session.h ../core/user.h -emacs.o: ../core/plugindata.h ../core/rebus.h mount.h ../templates/locale.h -emacs.o: ../core/confparser.h ../core/request.h ../core/config.h -emacs.o: ../core/system.h ../core/dirs.h ../core/dircontainer.h -emacs.o: ../notify/notify.h ../notify/notifypool.h ../templates/patterns.h -emacs.o: ../templates/locale.h ../templates/localefilter.h -emacs.o: ../../ezc/src/ezc.h ../../ezc/src/utf8.h ../../ezc/src/generator.h -emacs.o: ../../ezc/src/pattern.h functions.h functionparser.h ../core/cur.h -emacs.o: adduser.h cat.h chmod.h privchanger.h chown.h ckeditor.h cp.h -emacs.o: default.h download.h last.h login.h logout.h ln.h ls.h mkdir.h mv.h -emacs.o: nicedit.h node.h passwd.h priv.h reload.h rm.h run.h sort.h -emacs.o: specialdefault.h stat.h subject.h template.h tinymce.h uname.h -emacs.o: upload.h uptime.h who.h vim.h ../core/htmlfilter.h -emacs.o: ../../ezc/src/stringconv.h ../notify/notifythread.h -emacs.o: ../core/basethread.h ../core/synchro.h ../notify/templatesnotify.h -emacs.o: ../core/users.h ../core/ugcontainer.h ../core/lastcontainer.h -emacs.o: ../templates/misc.h ../templates/htmltextstream.h ../core/mounts.h -emacs.o: ../core/mountparser.h ../core/crypt.h ../core/users.h -emacs.o: ../core/groups.h ../core/group.h ../core/loadavg.h ../core/image.h -emacs.o: ../core/basethread.h ../core/threadmanager.h ../core/synchro.h -emacs.o: ../templates/templates.h ../templates/patterncacher.h -emacs.o: ../templates/indexpatterns.h ../templates/patterns.h -emacs.o: ../templates/changepatterns.h ../core/sessionmanager.h -functionbase.o: functionbase.h ../core/item.h ../db/db.h ../db/dbbase.h -functionbase.o: ../db/dbconn.h ../db/dbtextstream.h ../core/textstream.h -functionbase.o: ../core/misc.h ../core/item.h ../core/requesttypes.h -functionbase.o: ../core/error.h ../db/dbitemquery.h ../db/dbitemcolumns.h -functionbase.o: ../core/user.h ../core/group.h ../core/dircontainer.h -functionbase.o: ../core/ugcontainer.h ../core/log.h ../core/textstream.h -functionbase.o: ../core/logmanipulators.h ../core/slog.h ../core/cur.h -functionbase.o: ../core/request.h ../core/error.h ../core/config.h -functionbase.o: ../core/confparser.h ../core/htmlfilter.h +emacs.o: ../core/config.h ../core/htmlfilter.h ../templates/htmltextstream.h +emacs.o: ../core/session.h ../core/user.h ../core/plugindata.h +emacs.o: ../core/rebus.h mount.h ../templates/locale.h ../core/request.h +emacs.o: ../core/config.h ../core/system.h ../core/dirs.h +emacs.o: ../core/dircontainer.h ../notify/notify.h ../notify/notifypool.h +emacs.o: ../templates/patterns.h ../templates/locale.h +emacs.o: ../templates/localefilter.h ../../ezc/src/ezc.h ../../ezc/src/utf8.h +emacs.o: ../../ezc/src/generator.h ../../ezc/src/pattern.h functions.h +emacs.o: functionparser.h ../core/cur.h adduser.h cat.h chmod.h privchanger.h +emacs.o: chown.h ckeditor.h cp.h default.h download.h last.h login.h logout.h +emacs.o: ln.h ls.h meta.h mkdir.h mv.h nicedit.h node.h passwd.h priv.h +emacs.o: reload.h rm.h run.h sort.h specialdefault.h stat.h subject.h +emacs.o: template.h tinymce.h uname.h upload.h uptime.h who.h vim.h +emacs.o: ../core/htmlfilter.h ../../ezc/src/stringconv.h +emacs.o: ../notify/notifythread.h ../core/basethread.h ../core/synchro.h +emacs.o: ../notify/templatesnotify.h ../core/users.h ../core/ugcontainer.h +emacs.o: ../core/lastcontainer.h ../templates/misc.h +emacs.o: ../templates/htmltextstream.h ../core/mounts.h ../core/mountparser.h +emacs.o: ../core/crypt.h ../core/users.h ../core/groups.h ../core/group.h +emacs.o: ../core/loadavg.h ../core/image.h ../core/basethread.h +emacs.o: ../core/threadmanager.h ../core/synchro.h ../templates/templates.h +emacs.o: ../templates/patterncacher.h ../templates/indexpatterns.h +emacs.o: ../templates/patterns.h ../templates/changepatterns.h +emacs.o: ../core/sessionmanager.h +functionbase.o: functionbase.h ../core/item.h ../core/confparser.h ../db/db.h +functionbase.o: ../db/dbbase.h ../db/dbconn.h ../db/dbtextstream.h +functionbase.o: ../core/textstream.h ../core/misc.h ../core/item.h +functionbase.o: ../core/requesttypes.h ../core/error.h ../db/dbitemquery.h +functionbase.o: ../db/dbitemcolumns.h ../core/confparser.h ../core/user.h +functionbase.o: ../core/group.h ../core/dircontainer.h ../core/ugcontainer.h +functionbase.o: ../core/log.h ../core/textstream.h ../core/logmanipulators.h +functionbase.o: ../core/slog.h ../core/cur.h ../core/request.h +functionbase.o: ../core/error.h ../core/config.h ../core/htmlfilter.h functionbase.o: ../templates/htmltextstream.h ../core/session.h functionbase.o: ../core/user.h ../core/plugindata.h ../core/rebus.h mount.h -functionbase.o: ../templates/locale.h ../core/confparser.h ../core/request.h -functionbase.o: ../core/config.h ../core/system.h ../core/dirs.h -functionbase.o: ../core/dircontainer.h ../notify/notify.h -functionbase.o: ../notify/notifypool.h ../templates/patterns.h -functionbase.o: ../templates/locale.h ../templates/localefilter.h -functionbase.o: ../../ezc/src/ezc.h ../../ezc/src/utf8.h -functionbase.o: ../../ezc/src/generator.h ../../ezc/src/pattern.h functions.h -functionbase.o: functionparser.h ../core/cur.h adduser.h cat.h chmod.h -functionbase.o: privchanger.h chown.h ckeditor.h cp.h default.h download.h -functionbase.o: emacs.h last.h login.h logout.h ln.h ls.h mkdir.h mv.h -functionbase.o: nicedit.h node.h passwd.h priv.h reload.h rm.h run.h sort.h -functionbase.o: specialdefault.h stat.h subject.h template.h tinymce.h -functionbase.o: uname.h upload.h uptime.h who.h vim.h ../core/htmlfilter.h +functionbase.o: ../templates/locale.h ../core/request.h ../core/config.h +functionbase.o: ../core/system.h ../core/dirs.h ../core/dircontainer.h +functionbase.o: ../notify/notify.h ../notify/notifypool.h +functionbase.o: ../templates/patterns.h ../templates/locale.h +functionbase.o: ../templates/localefilter.h ../../ezc/src/ezc.h +functionbase.o: ../../ezc/src/utf8.h ../../ezc/src/generator.h +functionbase.o: ../../ezc/src/pattern.h functions.h functionparser.h +functionbase.o: ../core/cur.h adduser.h cat.h chmod.h privchanger.h chown.h +functionbase.o: ckeditor.h cp.h default.h download.h emacs.h last.h login.h +functionbase.o: logout.h ln.h ls.h meta.h mkdir.h mv.h nicedit.h node.h +functionbase.o: passwd.h priv.h reload.h rm.h run.h sort.h specialdefault.h +functionbase.o: stat.h subject.h template.h tinymce.h uname.h upload.h +functionbase.o: uptime.h who.h vim.h ../core/htmlfilter.h functionbase.o: ../../ezc/src/stringconv.h ../notify/notifythread.h functionbase.o: ../core/basethread.h ../core/synchro.h functionbase.o: ../notify/templatesnotify.h ../core/users.h @@ -308,51 +308,52 @@ functionbase.o: ../core/threadmanager.h ../core/synchro.h functionparser.o: functionparser.h ../db/db.h ../db/dbbase.h ../db/dbconn.h functionparser.o: ../db/dbtextstream.h ../core/textstream.h ../core/misc.h functionparser.o: ../core/item.h ../core/requesttypes.h ../core/error.h -functionparser.o: ../db/dbitemquery.h ../core/item.h ../db/dbitemcolumns.h -functionparser.o: ../core/user.h ../core/group.h ../core/dircontainer.h +functionparser.o: ../db/dbitemquery.h ../core/item.h ../core/confparser.h +functionparser.o: ../db/dbitemcolumns.h ../core/confparser.h ../core/user.h +functionparser.o: ../core/group.h ../core/dircontainer.h functionparser.o: ../core/ugcontainer.h ../core/log.h ../core/textstream.h functionparser.o: ../core/logmanipulators.h ../core/slog.h ../core/cur.h functionparser.o: ../core/request.h ../core/error.h ../core/config.h -functionparser.o: ../core/confparser.h ../core/htmlfilter.h -functionparser.o: ../templates/htmltextstream.h ../core/session.h -functionparser.o: ../core/user.h ../core/plugindata.h ../core/rebus.h mount.h -functionparser.o: functionbase.h ../core/request.h ../core/config.h -functionparser.o: ../core/system.h ../core/dirs.h ../core/dircontainer.h -functionparser.o: ../notify/notify.h ../notify/notifypool.h -functionparser.o: ../templates/locale.h ../core/confparser.h +functionparser.o: ../core/htmlfilter.h ../templates/htmltextstream.h +functionparser.o: ../core/session.h ../core/user.h ../core/plugindata.h +functionparser.o: ../core/rebus.h mount.h functionbase.h ../core/request.h +functionparser.o: ../core/config.h ../core/system.h ../core/dirs.h +functionparser.o: ../core/dircontainer.h ../notify/notify.h +functionparser.o: ../notify/notifypool.h ../templates/locale.h functionparser.o: ../templates/patterns.h ../templates/locale.h functionparser.o: ../templates/localefilter.h ../../ezc/src/ezc.h functionparser.o: ../../ezc/src/utf8.h ../../ezc/src/generator.h functionparser.o: ../../ezc/src/pattern.h functions.h adduser.h cat.h chmod.h functionparser.o: privchanger.h chown.h ckeditor.h cp.h default.h download.h -functionparser.o: emacs.h last.h login.h logout.h ln.h ls.h mkdir.h mv.h -functionparser.o: nicedit.h node.h passwd.h priv.h reload.h rm.h run.h sort.h -functionparser.o: specialdefault.h stat.h subject.h template.h tinymce.h -functionparser.o: uname.h upload.h uptime.h who.h vim.h ../core/htmlfilter.h -functionparser.o: ../../ezc/src/stringconv.h ../notify/notifythread.h -functionparser.o: ../core/basethread.h ../core/synchro.h -functionparser.o: ../notify/templatesnotify.h ../core/users.h -functionparser.o: ../core/ugcontainer.h ../core/lastcontainer.h -functionparser.o: ../templates/misc.h ../templates/htmltextstream.h -functionparser.o: ../core/mounts.h ../core/mountparser.h ../core/crypt.h -functionparser.o: ../core/users.h ../core/groups.h ../core/group.h -functionparser.o: ../core/loadavg.h ../core/image.h ../core/basethread.h +functionparser.o: emacs.h last.h login.h logout.h ln.h ls.h meta.h mkdir.h +functionparser.o: mv.h nicedit.h node.h passwd.h priv.h reload.h rm.h run.h +functionparser.o: sort.h specialdefault.h stat.h subject.h template.h +functionparser.o: tinymce.h uname.h upload.h uptime.h who.h vim.h +functionparser.o: ../core/htmlfilter.h ../../ezc/src/stringconv.h +functionparser.o: ../notify/notifythread.h ../core/basethread.h +functionparser.o: ../core/synchro.h ../notify/templatesnotify.h +functionparser.o: ../core/users.h ../core/ugcontainer.h +functionparser.o: ../core/lastcontainer.h ../templates/misc.h +functionparser.o: ../templates/htmltextstream.h ../core/mounts.h +functionparser.o: ../core/mountparser.h ../core/crypt.h ../core/users.h +functionparser.o: ../core/groups.h ../core/group.h ../core/loadavg.h +functionparser.o: ../core/image.h ../core/basethread.h functionparser.o: ../core/threadmanager.h ../core/synchro.h ../core/cur.h functionparser.o: ../core/log.h -functions.o: functions.h functionbase.h ../core/item.h ../db/db.h -functions.o: ../db/dbbase.h ../db/dbconn.h ../db/dbtextstream.h +functions.o: functions.h functionbase.h ../core/item.h ../core/confparser.h +functions.o: ../db/db.h ../db/dbbase.h ../db/dbconn.h ../db/dbtextstream.h functions.o: ../core/textstream.h ../core/misc.h ../core/item.h functions.o: ../core/requesttypes.h ../core/error.h ../db/dbitemquery.h -functions.o: ../db/dbitemcolumns.h ../core/user.h ../core/group.h -functions.o: ../core/dircontainer.h ../core/ugcontainer.h ../core/log.h -functions.o: ../core/textstream.h ../core/logmanipulators.h ../core/slog.h -functions.o: ../core/cur.h ../core/request.h ../core/error.h ../core/config.h -functions.o: ../core/confparser.h ../core/htmlfilter.h +functions.o: ../db/dbitemcolumns.h ../core/confparser.h ../core/user.h +functions.o: ../core/group.h ../core/dircontainer.h ../core/ugcontainer.h +functions.o: ../core/log.h ../core/textstream.h ../core/logmanipulators.h +functions.o: ../core/slog.h ../core/cur.h ../core/request.h ../core/error.h +functions.o: ../core/config.h ../core/htmlfilter.h functions.o: ../templates/htmltextstream.h ../core/session.h ../core/user.h functions.o: ../core/plugindata.h ../core/rebus.h mount.h -functions.o: ../templates/locale.h ../core/confparser.h ../core/request.h -functions.o: ../core/config.h ../core/system.h ../core/dirs.h -functions.o: ../core/dircontainer.h ../notify/notify.h ../notify/notifypool.h +functions.o: ../templates/locale.h ../core/request.h ../core/config.h +functions.o: ../core/system.h ../core/dirs.h ../core/dircontainer.h +functions.o: ../notify/notify.h ../notify/notifypool.h functions.o: ../templates/patterns.h ../templates/locale.h functions.o: ../templates/localefilter.h ../../ezc/src/ezc.h functions.o: ../../ezc/src/utf8.h ../../ezc/src/generator.h @@ -367,8 +368,8 @@ functions.o: ../core/loadavg.h ../core/image.h ../core/basethread.h functions.o: ../core/threadmanager.h ../core/synchro.h functionparser.h functions.o: ../core/cur.h adduser.h cat.h chmod.h privchanger.h chown.h functions.o: ckeditor.h cp.h default.h download.h emacs.h last.h login.h -functions.o: logout.h ln.h ls.h mkdir.h mv.h nicedit.h node.h passwd.h priv.h -functions.o: reload.h rm.h sort.h specialdefault.h stat.h subject.h +functions.o: logout.h ln.h ls.h meta.h mkdir.h mv.h nicedit.h node.h passwd.h +functions.o: priv.h reload.h rm.h sort.h specialdefault.h stat.h subject.h functions.o: template.h tinymce.h uname.h upload.h uptime.h who.h vim.h functions.o: ../core/htmlfilter.h ../core/log.h ../core/misc.h functions.o: ../core/plugin.h ../core/pluginmsg.h ../core/system.h @@ -377,26 +378,26 @@ functions.o: ../functions/functions.h ../templates/templates.h functions.o: ../templates/patterncacher.h ../templates/indexpatterns.h functions.o: ../templates/patterns.h ../templates/changepatterns.h functions.o: ../core/sessionmanager.h -last.o: last.h functionbase.h ../core/item.h ../db/db.h ../db/dbbase.h -last.o: ../db/dbconn.h ../db/dbtextstream.h ../core/textstream.h -last.o: ../core/misc.h ../core/item.h ../core/requesttypes.h ../core/error.h -last.o: ../db/dbitemquery.h ../db/dbitemcolumns.h ../core/user.h +last.o: last.h functionbase.h ../core/item.h ../core/confparser.h ../db/db.h +last.o: ../db/dbbase.h ../db/dbconn.h ../db/dbtextstream.h +last.o: ../core/textstream.h ../core/misc.h ../core/item.h +last.o: ../core/requesttypes.h ../core/error.h ../db/dbitemquery.h +last.o: ../db/dbitemcolumns.h ../core/confparser.h ../core/user.h last.o: ../core/group.h ../core/dircontainer.h ../core/ugcontainer.h last.o: ../core/log.h ../core/textstream.h ../core/logmanipulators.h last.o: ../core/slog.h ../core/cur.h ../core/request.h ../core/error.h -last.o: ../core/config.h ../core/confparser.h ../core/htmlfilter.h -last.o: ../templates/htmltextstream.h ../core/session.h ../core/user.h -last.o: ../core/plugindata.h ../core/rebus.h mount.h ../templates/locale.h -last.o: ../core/confparser.h ../core/request.h ../core/config.h +last.o: ../core/config.h ../core/htmlfilter.h ../templates/htmltextstream.h +last.o: ../core/session.h ../core/user.h ../core/plugindata.h ../core/rebus.h +last.o: mount.h ../templates/locale.h ../core/request.h ../core/config.h last.o: ../core/system.h ../core/dirs.h ../core/dircontainer.h last.o: ../notify/notify.h ../notify/notifypool.h ../templates/patterns.h last.o: ../templates/locale.h ../templates/localefilter.h ../../ezc/src/ezc.h last.o: ../../ezc/src/utf8.h ../../ezc/src/generator.h last.o: ../../ezc/src/pattern.h functions.h functionparser.h ../core/cur.h last.o: adduser.h cat.h chmod.h privchanger.h chown.h ckeditor.h cp.h -last.o: default.h download.h emacs.h login.h logout.h ln.h ls.h mkdir.h mv.h -last.o: nicedit.h node.h passwd.h priv.h reload.h rm.h run.h sort.h -last.o: specialdefault.h stat.h subject.h template.h tinymce.h uname.h +last.o: default.h download.h emacs.h login.h logout.h ln.h ls.h meta.h +last.o: mkdir.h mv.h nicedit.h node.h passwd.h priv.h reload.h rm.h run.h +last.o: sort.h specialdefault.h stat.h subject.h template.h tinymce.h uname.h last.o: upload.h uptime.h who.h vim.h ../core/htmlfilter.h last.o: ../../ezc/src/stringconv.h ../notify/notifythread.h last.o: ../core/basethread.h ../core/synchro.h ../notify/templatesnotify.h @@ -405,91 +406,90 @@ last.o: ../templates/misc.h ../templates/htmltextstream.h ../core/mounts.h last.o: ../core/mountparser.h ../core/crypt.h ../core/users.h last.o: ../core/groups.h ../core/group.h ../core/loadavg.h ../core/image.h last.o: ../core/basethread.h ../core/threadmanager.h ../core/synchro.h -ln.o: ln.h functionbase.h ../core/item.h ../db/db.h ../db/dbbase.h -ln.o: ../db/dbconn.h ../db/dbtextstream.h ../core/textstream.h ../core/misc.h -ln.o: ../core/item.h ../core/requesttypes.h ../core/error.h -ln.o: ../db/dbitemquery.h ../db/dbitemcolumns.h ../core/user.h -ln.o: ../core/group.h ../core/dircontainer.h ../core/ugcontainer.h -ln.o: ../core/log.h ../core/textstream.h ../core/logmanipulators.h -ln.o: ../core/slog.h ../core/cur.h ../core/request.h ../core/error.h -ln.o: ../core/config.h ../core/confparser.h ../core/htmlfilter.h +ln.o: ln.h functionbase.h ../core/item.h ../core/confparser.h ../db/db.h +ln.o: ../db/dbbase.h ../db/dbconn.h ../db/dbtextstream.h ../core/textstream.h +ln.o: ../core/misc.h ../core/item.h ../core/requesttypes.h ../core/error.h +ln.o: ../db/dbitemquery.h ../db/dbitemcolumns.h ../core/confparser.h +ln.o: ../core/user.h ../core/group.h ../core/dircontainer.h +ln.o: ../core/ugcontainer.h ../core/log.h ../core/textstream.h +ln.o: ../core/logmanipulators.h ../core/slog.h ../core/cur.h +ln.o: ../core/request.h ../core/error.h ../core/config.h ../core/htmlfilter.h ln.o: ../templates/htmltextstream.h ../core/session.h ../core/user.h ln.o: ../core/plugindata.h ../core/rebus.h mount.h ../templates/locale.h -ln.o: ../core/confparser.h ../core/request.h ../core/config.h -ln.o: ../core/system.h ../core/dirs.h ../core/dircontainer.h -ln.o: ../notify/notify.h ../notify/notifypool.h ../templates/patterns.h -ln.o: ../templates/locale.h ../templates/localefilter.h ../../ezc/src/ezc.h -ln.o: ../../ezc/src/utf8.h ../../ezc/src/generator.h ../../ezc/src/pattern.h -ln.o: functions.h functionparser.h ../core/cur.h adduser.h cat.h chmod.h -ln.o: privchanger.h chown.h ckeditor.h cp.h default.h download.h emacs.h -ln.o: last.h login.h logout.h ls.h mkdir.h mv.h nicedit.h node.h passwd.h -ln.o: priv.h reload.h rm.h run.h sort.h specialdefault.h stat.h subject.h -ln.o: template.h tinymce.h uname.h upload.h uptime.h who.h vim.h -ln.o: ../core/htmlfilter.h ../../ezc/src/stringconv.h -ln.o: ../notify/notifythread.h ../core/basethread.h ../core/synchro.h -ln.o: ../notify/templatesnotify.h ../core/users.h ../core/ugcontainer.h -ln.o: ../core/lastcontainer.h ../templates/misc.h -ln.o: ../templates/htmltextstream.h ../core/mounts.h ../core/mountparser.h -ln.o: ../core/crypt.h ../core/users.h ../core/groups.h ../core/group.h -ln.o: ../core/loadavg.h ../core/image.h ../core/basethread.h +ln.o: ../core/request.h ../core/config.h ../core/system.h ../core/dirs.h +ln.o: ../core/dircontainer.h ../notify/notify.h ../notify/notifypool.h +ln.o: ../templates/patterns.h ../templates/locale.h +ln.o: ../templates/localefilter.h ../../ezc/src/ezc.h ../../ezc/src/utf8.h +ln.o: ../../ezc/src/generator.h ../../ezc/src/pattern.h functions.h +ln.o: functionparser.h ../core/cur.h adduser.h cat.h chmod.h privchanger.h +ln.o: chown.h ckeditor.h cp.h default.h download.h emacs.h last.h login.h +ln.o: logout.h ls.h meta.h mkdir.h mv.h nicedit.h node.h passwd.h priv.h +ln.o: reload.h rm.h run.h sort.h specialdefault.h stat.h subject.h template.h +ln.o: tinymce.h uname.h upload.h uptime.h who.h vim.h ../core/htmlfilter.h +ln.o: ../../ezc/src/stringconv.h ../notify/notifythread.h +ln.o: ../core/basethread.h ../core/synchro.h ../notify/templatesnotify.h +ln.o: ../core/users.h ../core/ugcontainer.h ../core/lastcontainer.h +ln.o: ../templates/misc.h ../templates/htmltextstream.h ../core/mounts.h +ln.o: ../core/mountparser.h ../core/crypt.h ../core/users.h ../core/groups.h +ln.o: ../core/group.h ../core/loadavg.h ../core/image.h ../core/basethread.h ln.o: ../core/threadmanager.h ../core/synchro.h ../core/misc.h ln.o: ../functions/functions.h -login.o: login.h functionbase.h ../core/item.h ../db/db.h ../db/dbbase.h -login.o: ../db/dbconn.h ../db/dbtextstream.h ../core/textstream.h -login.o: ../core/misc.h ../core/item.h ../core/requesttypes.h ../core/error.h -login.o: ../db/dbitemquery.h ../db/dbitemcolumns.h ../core/user.h +login.o: login.h functionbase.h ../core/item.h ../core/confparser.h +login.o: ../db/db.h ../db/dbbase.h ../db/dbconn.h ../db/dbtextstream.h +login.o: ../core/textstream.h ../core/misc.h ../core/item.h +login.o: ../core/requesttypes.h ../core/error.h ../db/dbitemquery.h +login.o: ../db/dbitemcolumns.h ../core/confparser.h ../core/user.h login.o: ../core/group.h ../core/dircontainer.h ../core/ugcontainer.h login.o: ../core/log.h ../core/textstream.h ../core/logmanipulators.h login.o: ../core/slog.h ../core/cur.h ../core/request.h ../core/error.h -login.o: ../core/config.h ../core/confparser.h ../core/htmlfilter.h -login.o: ../templates/htmltextstream.h ../core/session.h ../core/user.h -login.o: ../core/plugindata.h ../core/rebus.h mount.h ../templates/locale.h -login.o: ../core/confparser.h ../core/request.h ../core/config.h -login.o: ../core/system.h ../core/dirs.h ../core/dircontainer.h -login.o: ../notify/notify.h ../notify/notifypool.h ../templates/patterns.h -login.o: ../templates/locale.h ../templates/localefilter.h -login.o: ../../ezc/src/ezc.h ../../ezc/src/utf8.h ../../ezc/src/generator.h -login.o: ../../ezc/src/pattern.h functions.h functionparser.h ../core/cur.h -login.o: adduser.h cat.h chmod.h privchanger.h chown.h ckeditor.h cp.h -login.o: default.h download.h emacs.h last.h logout.h ln.h ls.h mkdir.h mv.h -login.o: nicedit.h node.h passwd.h priv.h reload.h rm.h run.h sort.h -login.o: specialdefault.h stat.h subject.h template.h tinymce.h uname.h -login.o: upload.h uptime.h who.h vim.h ../core/htmlfilter.h -login.o: ../../ezc/src/stringconv.h ../notify/notifythread.h -login.o: ../core/basethread.h ../core/synchro.h ../notify/templatesnotify.h -login.o: ../core/users.h ../core/ugcontainer.h ../core/lastcontainer.h -login.o: ../templates/misc.h ../templates/htmltextstream.h ../core/mounts.h -login.o: ../core/mountparser.h ../core/crypt.h ../core/users.h -login.o: ../core/groups.h ../core/group.h ../core/loadavg.h ../core/image.h -login.o: ../core/basethread.h ../core/threadmanager.h ../core/synchro.h -login.o: ../core/plugin.h ../core/pluginmsg.h ../core/system.h -login.o: ../core/sessionmanager.h ../core/sessioncontainer.h -login.o: ../functions/functions.h ../templates/templates.h -login.o: ../templates/patterncacher.h ../templates/indexpatterns.h -login.o: ../templates/patterns.h ../templates/changepatterns.h -login.o: ../core/sessionmanager.h -logout.o: logout.h functionbase.h ../core/item.h ../db/db.h ../db/dbbase.h -logout.o: ../db/dbconn.h ../db/dbtextstream.h ../core/textstream.h -logout.o: ../core/misc.h ../core/item.h ../core/requesttypes.h -logout.o: ../core/error.h ../db/dbitemquery.h ../db/dbitemcolumns.h -logout.o: ../core/user.h ../core/group.h ../core/dircontainer.h -logout.o: ../core/ugcontainer.h ../core/log.h ../core/textstream.h -logout.o: ../core/logmanipulators.h ../core/slog.h ../core/cur.h -logout.o: ../core/request.h ../core/error.h ../core/config.h -logout.o: ../core/confparser.h ../core/htmlfilter.h -logout.o: ../templates/htmltextstream.h ../core/session.h ../core/user.h -logout.o: ../core/plugindata.h ../core/rebus.h mount.h ../templates/locale.h -logout.o: ../core/confparser.h ../core/request.h ../core/config.h -logout.o: ../core/system.h ../core/dirs.h ../core/dircontainer.h -logout.o: ../notify/notify.h ../notify/notifypool.h ../templates/patterns.h -logout.o: ../templates/locale.h ../templates/localefilter.h -logout.o: ../../ezc/src/ezc.h ../../ezc/src/utf8.h ../../ezc/src/generator.h +login.o: ../core/config.h ../core/htmlfilter.h ../templates/htmltextstream.h +login.o: ../core/session.h ../core/user.h ../core/plugindata.h +login.o: ../core/rebus.h mount.h ../templates/locale.h ../core/request.h +login.o: ../core/config.h ../core/system.h ../core/dirs.h +login.o: ../core/dircontainer.h ../notify/notify.h ../notify/notifypool.h +login.o: ../templates/patterns.h ../templates/locale.h +login.o: ../templates/localefilter.h ../../ezc/src/ezc.h ../../ezc/src/utf8.h +login.o: ../../ezc/src/generator.h ../../ezc/src/pattern.h functions.h +login.o: functionparser.h ../core/cur.h adduser.h cat.h chmod.h privchanger.h +login.o: chown.h ckeditor.h cp.h default.h download.h emacs.h last.h logout.h +login.o: ln.h ls.h meta.h mkdir.h mv.h nicedit.h node.h passwd.h priv.h +login.o: reload.h rm.h run.h sort.h specialdefault.h stat.h subject.h +login.o: template.h tinymce.h uname.h upload.h uptime.h who.h vim.h +login.o: ../core/htmlfilter.h ../../ezc/src/stringconv.h +login.o: ../notify/notifythread.h ../core/basethread.h ../core/synchro.h +login.o: ../notify/templatesnotify.h ../core/users.h ../core/ugcontainer.h +login.o: ../core/lastcontainer.h ../templates/misc.h +login.o: ../templates/htmltextstream.h ../core/mounts.h ../core/mountparser.h +login.o: ../core/crypt.h ../core/users.h ../core/groups.h ../core/group.h +login.o: ../core/loadavg.h ../core/image.h ../core/basethread.h +login.o: ../core/threadmanager.h ../core/synchro.h ../core/plugin.h +login.o: ../core/pluginmsg.h ../core/system.h ../core/sessionmanager.h +login.o: ../core/sessioncontainer.h ../functions/functions.h +login.o: ../templates/templates.h ../templates/patterncacher.h +login.o: ../templates/indexpatterns.h ../templates/patterns.h +login.o: ../templates/changepatterns.h ../core/sessionmanager.h +logout.o: logout.h functionbase.h ../core/item.h ../core/confparser.h +logout.o: ../db/db.h ../db/dbbase.h ../db/dbconn.h ../db/dbtextstream.h +logout.o: ../core/textstream.h ../core/misc.h ../core/item.h +logout.o: ../core/requesttypes.h ../core/error.h ../db/dbitemquery.h +logout.o: ../db/dbitemcolumns.h ../core/confparser.h ../core/user.h +logout.o: ../core/group.h ../core/dircontainer.h ../core/ugcontainer.h +logout.o: ../core/log.h ../core/textstream.h ../core/logmanipulators.h +logout.o: ../core/slog.h ../core/cur.h ../core/request.h ../core/error.h +logout.o: ../core/config.h ../core/htmlfilter.h ../templates/htmltextstream.h +logout.o: ../core/session.h ../core/user.h ../core/plugindata.h +logout.o: ../core/rebus.h mount.h ../templates/locale.h ../core/request.h +logout.o: ../core/config.h ../core/system.h ../core/dirs.h +logout.o: ../core/dircontainer.h ../notify/notify.h ../notify/notifypool.h +logout.o: ../templates/patterns.h ../templates/locale.h +logout.o: ../templates/localefilter.h ../../ezc/src/ezc.h +logout.o: ../../ezc/src/utf8.h ../../ezc/src/generator.h logout.o: ../../ezc/src/pattern.h functions.h functionparser.h ../core/cur.h logout.o: adduser.h cat.h chmod.h privchanger.h chown.h ckeditor.h cp.h -logout.o: default.h download.h emacs.h last.h login.h ln.h ls.h mkdir.h mv.h -logout.o: nicedit.h node.h passwd.h priv.h reload.h rm.h run.h sort.h -logout.o: specialdefault.h stat.h subject.h template.h tinymce.h uname.h -logout.o: upload.h uptime.h who.h vim.h ../core/htmlfilter.h +logout.o: default.h download.h emacs.h last.h login.h ln.h ls.h meta.h +logout.o: mkdir.h mv.h nicedit.h node.h passwd.h priv.h reload.h rm.h run.h +logout.o: sort.h specialdefault.h stat.h subject.h template.h tinymce.h +logout.o: uname.h upload.h uptime.h who.h vim.h ../core/htmlfilter.h logout.o: ../../ezc/src/stringconv.h ../notify/notifythread.h logout.o: ../core/basethread.h ../core/synchro.h ../notify/templatesnotify.h logout.o: ../core/users.h ../core/ugcontainer.h ../core/lastcontainer.h @@ -497,145 +497,174 @@ logout.o: ../templates/misc.h ../templates/htmltextstream.h ../core/mounts.h logout.o: ../core/mountparser.h ../core/crypt.h ../core/users.h logout.o: ../core/groups.h ../core/group.h ../core/loadavg.h ../core/image.h logout.o: ../core/basethread.h ../core/threadmanager.h ../core/synchro.h -ls.o: ls.h functionbase.h ../core/item.h ../db/db.h ../db/dbbase.h -ls.o: ../db/dbconn.h ../db/dbtextstream.h ../core/textstream.h ../core/misc.h -ls.o: ../core/item.h ../core/requesttypes.h ../core/error.h -ls.o: ../db/dbitemquery.h ../db/dbitemcolumns.h ../core/user.h -ls.o: ../core/group.h ../core/dircontainer.h ../core/ugcontainer.h -ls.o: ../core/log.h ../core/textstream.h ../core/logmanipulators.h -ls.o: ../core/slog.h ../core/cur.h ../core/request.h ../core/error.h -ls.o: ../core/config.h ../core/confparser.h ../core/htmlfilter.h +ls.o: ls.h functionbase.h ../core/item.h ../core/confparser.h ../db/db.h +ls.o: ../db/dbbase.h ../db/dbconn.h ../db/dbtextstream.h ../core/textstream.h +ls.o: ../core/misc.h ../core/item.h ../core/requesttypes.h ../core/error.h +ls.o: ../db/dbitemquery.h ../db/dbitemcolumns.h ../core/confparser.h +ls.o: ../core/user.h ../core/group.h ../core/dircontainer.h +ls.o: ../core/ugcontainer.h ../core/log.h ../core/textstream.h +ls.o: ../core/logmanipulators.h ../core/slog.h ../core/cur.h +ls.o: ../core/request.h ../core/error.h ../core/config.h ../core/htmlfilter.h ls.o: ../templates/htmltextstream.h ../core/session.h ../core/user.h ls.o: ../core/plugindata.h ../core/rebus.h mount.h ../templates/locale.h -ls.o: ../core/confparser.h ../core/request.h ../core/config.h -ls.o: ../core/system.h ../core/dirs.h ../core/dircontainer.h -ls.o: ../notify/notify.h ../notify/notifypool.h ../templates/patterns.h -ls.o: ../templates/locale.h ../templates/localefilter.h ../../ezc/src/ezc.h -ls.o: ../../ezc/src/utf8.h ../../ezc/src/generator.h ../../ezc/src/pattern.h -ls.o: functions.h functionparser.h ../core/cur.h adduser.h cat.h chmod.h -ls.o: privchanger.h chown.h ckeditor.h cp.h default.h download.h emacs.h -ls.o: last.h login.h logout.h ln.h mkdir.h mv.h nicedit.h node.h passwd.h -ls.o: priv.h reload.h rm.h run.h sort.h specialdefault.h stat.h subject.h -ls.o: template.h tinymce.h uname.h upload.h uptime.h who.h vim.h -ls.o: ../core/htmlfilter.h ../../ezc/src/stringconv.h -ls.o: ../notify/notifythread.h ../core/basethread.h ../core/synchro.h -ls.o: ../notify/templatesnotify.h ../core/users.h ../core/ugcontainer.h -ls.o: ../core/lastcontainer.h ../templates/misc.h -ls.o: ../templates/htmltextstream.h ../core/mounts.h ../core/mountparser.h -ls.o: ../core/crypt.h ../core/users.h ../core/groups.h ../core/group.h -ls.o: ../core/loadavg.h ../core/image.h ../core/basethread.h +ls.o: ../core/request.h ../core/config.h ../core/system.h ../core/dirs.h +ls.o: ../core/dircontainer.h ../notify/notify.h ../notify/notifypool.h +ls.o: ../templates/patterns.h ../templates/locale.h +ls.o: ../templates/localefilter.h ../../ezc/src/ezc.h ../../ezc/src/utf8.h +ls.o: ../../ezc/src/generator.h ../../ezc/src/pattern.h functions.h +ls.o: functionparser.h ../core/cur.h adduser.h cat.h chmod.h privchanger.h +ls.o: chown.h ckeditor.h cp.h default.h download.h emacs.h last.h login.h +ls.o: logout.h ln.h meta.h mkdir.h mv.h nicedit.h node.h passwd.h priv.h +ls.o: reload.h rm.h run.h sort.h specialdefault.h stat.h subject.h template.h +ls.o: tinymce.h uname.h upload.h uptime.h who.h vim.h ../core/htmlfilter.h +ls.o: ../../ezc/src/stringconv.h ../notify/notifythread.h +ls.o: ../core/basethread.h ../core/synchro.h ../notify/templatesnotify.h +ls.o: ../core/users.h ../core/ugcontainer.h ../core/lastcontainer.h +ls.o: ../templates/misc.h ../templates/htmltextstream.h ../core/mounts.h +ls.o: ../core/mountparser.h ../core/crypt.h ../core/users.h ../core/groups.h +ls.o: ../core/group.h ../core/loadavg.h ../core/image.h ../core/basethread.h ls.o: ../core/threadmanager.h ../core/synchro.h -mkdir.o: mkdir.h functionbase.h ../core/item.h ../db/db.h ../db/dbbase.h -mkdir.o: ../db/dbconn.h ../db/dbtextstream.h ../core/textstream.h -mkdir.o: ../core/misc.h ../core/item.h ../core/requesttypes.h ../core/error.h -mkdir.o: ../db/dbitemquery.h ../db/dbitemcolumns.h ../core/user.h +meta.o: meta.h functionbase.h ../core/item.h ../core/confparser.h ../db/db.h +meta.o: ../db/dbbase.h ../db/dbconn.h ../db/dbtextstream.h +meta.o: ../core/textstream.h ../core/misc.h ../core/item.h +meta.o: ../core/requesttypes.h ../core/error.h ../db/dbitemquery.h +meta.o: ../db/dbitemcolumns.h ../core/confparser.h ../core/user.h +meta.o: ../core/group.h ../core/dircontainer.h ../core/ugcontainer.h +meta.o: ../core/log.h ../core/textstream.h ../core/logmanipulators.h +meta.o: ../core/slog.h ../core/cur.h ../core/request.h ../core/error.h +meta.o: ../core/config.h ../core/htmlfilter.h ../templates/htmltextstream.h +meta.o: ../core/session.h ../core/user.h ../core/plugindata.h ../core/rebus.h +meta.o: mount.h ../templates/locale.h ../core/request.h ../core/config.h +meta.o: ../core/system.h ../core/dirs.h ../core/dircontainer.h +meta.o: ../notify/notify.h ../notify/notifypool.h ../templates/patterns.h +meta.o: ../templates/locale.h ../templates/localefilter.h ../../ezc/src/ezc.h +meta.o: ../../ezc/src/utf8.h ../../ezc/src/generator.h +meta.o: ../../ezc/src/pattern.h functions.h functionparser.h ../core/cur.h +meta.o: adduser.h cat.h chmod.h privchanger.h chown.h ckeditor.h cp.h +meta.o: default.h download.h emacs.h last.h login.h logout.h ln.h ls.h +meta.o: mkdir.h mv.h nicedit.h node.h passwd.h priv.h reload.h rm.h run.h +meta.o: sort.h specialdefault.h stat.h subject.h template.h tinymce.h uname.h +meta.o: upload.h uptime.h who.h vim.h ../core/htmlfilter.h +meta.o: ../../ezc/src/stringconv.h ../notify/notifythread.h +meta.o: ../core/basethread.h ../core/synchro.h ../notify/templatesnotify.h +meta.o: ../core/users.h ../core/ugcontainer.h ../core/lastcontainer.h +meta.o: ../templates/misc.h ../templates/htmltextstream.h ../core/mounts.h +meta.o: ../core/mountparser.h ../core/crypt.h ../core/users.h +meta.o: ../core/groups.h ../core/group.h ../core/loadavg.h ../core/image.h +meta.o: ../core/basethread.h ../core/threadmanager.h ../core/synchro.h +meta.o: ../core/log.h +mkdir.o: mkdir.h functionbase.h ../core/item.h ../core/confparser.h +mkdir.o: ../db/db.h ../db/dbbase.h ../db/dbconn.h ../db/dbtextstream.h +mkdir.o: ../core/textstream.h ../core/misc.h ../core/item.h +mkdir.o: ../core/requesttypes.h ../core/error.h ../db/dbitemquery.h +mkdir.o: ../db/dbitemcolumns.h ../core/confparser.h ../core/user.h mkdir.o: ../core/group.h ../core/dircontainer.h ../core/ugcontainer.h mkdir.o: ../core/log.h ../core/textstream.h ../core/logmanipulators.h mkdir.o: ../core/slog.h ../core/cur.h ../core/request.h ../core/error.h -mkdir.o: ../core/config.h ../core/confparser.h ../core/htmlfilter.h -mkdir.o: ../templates/htmltextstream.h ../core/session.h ../core/user.h -mkdir.o: ../core/plugindata.h ../core/rebus.h mount.h ../templates/locale.h -mkdir.o: ../core/confparser.h ../core/request.h ../core/config.h -mkdir.o: ../core/system.h ../core/dirs.h ../core/dircontainer.h -mkdir.o: ../notify/notify.h ../notify/notifypool.h ../templates/patterns.h -mkdir.o: ../templates/locale.h ../templates/localefilter.h -mkdir.o: ../../ezc/src/ezc.h ../../ezc/src/utf8.h ../../ezc/src/generator.h -mkdir.o: ../../ezc/src/pattern.h functions.h functionparser.h ../core/cur.h -mkdir.o: adduser.h cat.h chmod.h privchanger.h chown.h ckeditor.h cp.h -mkdir.o: default.h download.h emacs.h last.h login.h logout.h ln.h ls.h mv.h -mkdir.o: nicedit.h node.h passwd.h priv.h reload.h rm.h run.h sort.h -mkdir.o: specialdefault.h stat.h subject.h template.h tinymce.h uname.h -mkdir.o: upload.h uptime.h who.h vim.h ../core/htmlfilter.h -mkdir.o: ../../ezc/src/stringconv.h ../notify/notifythread.h -mkdir.o: ../core/basethread.h ../core/synchro.h ../notify/templatesnotify.h -mkdir.o: ../core/users.h ../core/ugcontainer.h ../core/lastcontainer.h -mkdir.o: ../templates/misc.h ../templates/htmltextstream.h ../core/mounts.h -mkdir.o: ../core/mountparser.h ../core/crypt.h ../core/users.h -mkdir.o: ../core/groups.h ../core/group.h ../core/loadavg.h ../core/image.h -mkdir.o: ../core/basethread.h ../core/threadmanager.h ../core/synchro.h -mount.o: mount.h functionbase.h ../core/item.h ../db/db.h ../db/dbbase.h -mount.o: ../db/dbconn.h ../db/dbtextstream.h ../core/textstream.h -mount.o: ../core/misc.h ../core/item.h ../core/requesttypes.h ../core/error.h -mount.o: ../db/dbitemquery.h ../db/dbitemcolumns.h ../core/user.h +mkdir.o: ../core/config.h ../core/htmlfilter.h ../templates/htmltextstream.h +mkdir.o: ../core/session.h ../core/user.h ../core/plugindata.h +mkdir.o: ../core/rebus.h mount.h ../templates/locale.h ../core/request.h +mkdir.o: ../core/config.h ../core/system.h ../core/dirs.h +mkdir.o: ../core/dircontainer.h ../notify/notify.h ../notify/notifypool.h +mkdir.o: ../templates/patterns.h ../templates/locale.h +mkdir.o: ../templates/localefilter.h ../../ezc/src/ezc.h ../../ezc/src/utf8.h +mkdir.o: ../../ezc/src/generator.h ../../ezc/src/pattern.h functions.h +mkdir.o: functionparser.h ../core/cur.h adduser.h cat.h chmod.h privchanger.h +mkdir.o: chown.h ckeditor.h cp.h default.h download.h emacs.h last.h login.h +mkdir.o: logout.h ln.h ls.h meta.h mv.h nicedit.h node.h passwd.h priv.h +mkdir.o: reload.h rm.h run.h sort.h specialdefault.h stat.h subject.h +mkdir.o: template.h tinymce.h uname.h upload.h uptime.h who.h vim.h +mkdir.o: ../core/htmlfilter.h ../../ezc/src/stringconv.h +mkdir.o: ../notify/notifythread.h ../core/basethread.h ../core/synchro.h +mkdir.o: ../notify/templatesnotify.h ../core/users.h ../core/ugcontainer.h +mkdir.o: ../core/lastcontainer.h ../templates/misc.h +mkdir.o: ../templates/htmltextstream.h ../core/mounts.h ../core/mountparser.h +mkdir.o: ../core/crypt.h ../core/users.h ../core/groups.h ../core/group.h +mkdir.o: ../core/loadavg.h ../core/image.h ../core/basethread.h +mkdir.o: ../core/threadmanager.h ../core/synchro.h +mount.o: mount.h functionbase.h ../core/item.h ../core/confparser.h +mount.o: ../db/db.h ../db/dbbase.h ../db/dbconn.h ../db/dbtextstream.h +mount.o: ../core/textstream.h ../core/misc.h ../core/item.h +mount.o: ../core/requesttypes.h ../core/error.h ../db/dbitemquery.h +mount.o: ../db/dbitemcolumns.h ../core/confparser.h ../core/user.h mount.o: ../core/group.h ../core/dircontainer.h ../core/ugcontainer.h mount.o: ../core/log.h ../core/textstream.h ../core/logmanipulators.h mount.o: ../core/slog.h ../core/cur.h ../core/request.h ../core/error.h -mount.o: ../core/config.h ../core/confparser.h ../core/htmlfilter.h -mount.o: ../templates/htmltextstream.h ../core/session.h ../core/user.h -mount.o: ../core/plugindata.h ../core/rebus.h ../templates/locale.h -mount.o: ../core/confparser.h ../core/request.h ../core/config.h -mount.o: ../core/system.h ../core/dirs.h ../core/dircontainer.h -mount.o: ../notify/notify.h ../notify/notifypool.h ../templates/patterns.h -mount.o: ../templates/locale.h ../templates/localefilter.h -mount.o: ../../ezc/src/ezc.h ../../ezc/src/utf8.h ../../ezc/src/generator.h -mount.o: ../../ezc/src/pattern.h functions.h functionparser.h ../core/cur.h -mount.o: adduser.h cat.h chmod.h privchanger.h chown.h ckeditor.h cp.h -mount.o: default.h download.h emacs.h last.h login.h logout.h ln.h ls.h -mount.o: mkdir.h mv.h nicedit.h node.h passwd.h priv.h reload.h rm.h run.h -mount.o: sort.h specialdefault.h stat.h subject.h template.h tinymce.h -mount.o: uname.h upload.h uptime.h who.h vim.h ../core/htmlfilter.h -mount.o: ../../ezc/src/stringconv.h ../notify/notifythread.h -mount.o: ../core/basethread.h ../core/synchro.h ../notify/templatesnotify.h -mount.o: ../core/users.h ../core/ugcontainer.h ../core/lastcontainer.h -mount.o: ../templates/misc.h ../templates/htmltextstream.h ../core/mounts.h -mount.o: ../core/mountparser.h ../core/crypt.h ../core/users.h -mount.o: ../core/groups.h ../core/group.h ../core/loadavg.h ../core/image.h -mount.o: ../core/basethread.h ../core/threadmanager.h ../core/synchro.h -mv.o: mv.h functionbase.h ../core/item.h ../db/db.h ../db/dbbase.h -mv.o: ../db/dbconn.h ../db/dbtextstream.h ../core/textstream.h ../core/misc.h -mv.o: ../core/item.h ../core/requesttypes.h ../core/error.h -mv.o: ../db/dbitemquery.h ../db/dbitemcolumns.h ../core/user.h -mv.o: ../core/group.h ../core/dircontainer.h ../core/ugcontainer.h -mv.o: ../core/log.h ../core/textstream.h ../core/logmanipulators.h -mv.o: ../core/slog.h ../core/cur.h ../core/request.h ../core/error.h -mv.o: ../core/config.h ../core/confparser.h ../core/htmlfilter.h +mount.o: ../core/config.h ../core/htmlfilter.h ../templates/htmltextstream.h +mount.o: ../core/session.h ../core/user.h ../core/plugindata.h +mount.o: ../core/rebus.h ../templates/locale.h ../core/request.h +mount.o: ../core/config.h ../core/system.h ../core/dirs.h +mount.o: ../core/dircontainer.h ../notify/notify.h ../notify/notifypool.h +mount.o: ../templates/patterns.h ../templates/locale.h +mount.o: ../templates/localefilter.h ../../ezc/src/ezc.h ../../ezc/src/utf8.h +mount.o: ../../ezc/src/generator.h ../../ezc/src/pattern.h functions.h +mount.o: functionparser.h ../core/cur.h adduser.h cat.h chmod.h privchanger.h +mount.o: chown.h ckeditor.h cp.h default.h download.h emacs.h last.h login.h +mount.o: logout.h ln.h ls.h meta.h mkdir.h mv.h nicedit.h node.h passwd.h +mount.o: priv.h reload.h rm.h run.h sort.h specialdefault.h stat.h subject.h +mount.o: template.h tinymce.h uname.h upload.h uptime.h who.h vim.h +mount.o: ../core/htmlfilter.h ../../ezc/src/stringconv.h +mount.o: ../notify/notifythread.h ../core/basethread.h ../core/synchro.h +mount.o: ../notify/templatesnotify.h ../core/users.h ../core/ugcontainer.h +mount.o: ../core/lastcontainer.h ../templates/misc.h +mount.o: ../templates/htmltextstream.h ../core/mounts.h ../core/mountparser.h +mount.o: ../core/crypt.h ../core/users.h ../core/groups.h ../core/group.h +mount.o: ../core/loadavg.h ../core/image.h ../core/basethread.h +mount.o: ../core/threadmanager.h ../core/synchro.h +mv.o: mv.h functionbase.h ../core/item.h ../core/confparser.h ../db/db.h +mv.o: ../db/dbbase.h ../db/dbconn.h ../db/dbtextstream.h ../core/textstream.h +mv.o: ../core/misc.h ../core/item.h ../core/requesttypes.h ../core/error.h +mv.o: ../db/dbitemquery.h ../db/dbitemcolumns.h ../core/confparser.h +mv.o: ../core/user.h ../core/group.h ../core/dircontainer.h +mv.o: ../core/ugcontainer.h ../core/log.h ../core/textstream.h +mv.o: ../core/logmanipulators.h ../core/slog.h ../core/cur.h +mv.o: ../core/request.h ../core/error.h ../core/config.h ../core/htmlfilter.h mv.o: ../templates/htmltextstream.h ../core/session.h ../core/user.h mv.o: ../core/plugindata.h ../core/rebus.h mount.h ../templates/locale.h -mv.o: ../core/confparser.h ../core/request.h ../core/config.h -mv.o: ../core/system.h ../core/dirs.h ../core/dircontainer.h -mv.o: ../notify/notify.h ../notify/notifypool.h ../templates/patterns.h -mv.o: ../templates/locale.h ../templates/localefilter.h ../../ezc/src/ezc.h -mv.o: ../../ezc/src/utf8.h ../../ezc/src/generator.h ../../ezc/src/pattern.h -mv.o: functions.h functionparser.h ../core/cur.h adduser.h cat.h chmod.h -mv.o: privchanger.h chown.h ckeditor.h cp.h default.h download.h emacs.h -mv.o: last.h login.h logout.h ln.h ls.h mkdir.h nicedit.h node.h passwd.h -mv.o: priv.h reload.h rm.h run.h sort.h specialdefault.h stat.h subject.h -mv.o: template.h tinymce.h uname.h upload.h uptime.h who.h vim.h -mv.o: ../core/htmlfilter.h ../../ezc/src/stringconv.h -mv.o: ../notify/notifythread.h ../core/basethread.h ../core/synchro.h -mv.o: ../notify/templatesnotify.h ../core/users.h ../core/ugcontainer.h -mv.o: ../core/lastcontainer.h ../templates/misc.h -mv.o: ../templates/htmltextstream.h ../core/mounts.h ../core/mountparser.h -mv.o: ../core/crypt.h ../core/users.h ../core/groups.h ../core/group.h -mv.o: ../core/loadavg.h ../core/image.h ../core/basethread.h +mv.o: ../core/request.h ../core/config.h ../core/system.h ../core/dirs.h +mv.o: ../core/dircontainer.h ../notify/notify.h ../notify/notifypool.h +mv.o: ../templates/patterns.h ../templates/locale.h +mv.o: ../templates/localefilter.h ../../ezc/src/ezc.h ../../ezc/src/utf8.h +mv.o: ../../ezc/src/generator.h ../../ezc/src/pattern.h functions.h +mv.o: functionparser.h ../core/cur.h adduser.h cat.h chmod.h privchanger.h +mv.o: chown.h ckeditor.h cp.h default.h download.h emacs.h last.h login.h +mv.o: logout.h ln.h ls.h meta.h mkdir.h nicedit.h node.h passwd.h priv.h +mv.o: reload.h rm.h run.h sort.h specialdefault.h stat.h subject.h template.h +mv.o: tinymce.h uname.h upload.h uptime.h who.h vim.h ../core/htmlfilter.h +mv.o: ../../ezc/src/stringconv.h ../notify/notifythread.h +mv.o: ../core/basethread.h ../core/synchro.h ../notify/templatesnotify.h +mv.o: ../core/users.h ../core/ugcontainer.h ../core/lastcontainer.h +mv.o: ../templates/misc.h ../templates/htmltextstream.h ../core/mounts.h +mv.o: ../core/mountparser.h ../core/crypt.h ../core/users.h ../core/groups.h +mv.o: ../core/group.h ../core/loadavg.h ../core/image.h ../core/basethread.h mv.o: ../core/threadmanager.h ../core/synchro.h ../core/plugin.h mv.o: ../core/pluginmsg.h ../core/system.h ../core/sessionmanager.h mv.o: ../core/sessioncontainer.h ../functions/functions.h mv.o: ../templates/templates.h ../templates/patterncacher.h mv.o: ../templates/indexpatterns.h ../templates/patterns.h mv.o: ../templates/changepatterns.h ../core/sessionmanager.h -nicedit.o: nicedit.h functionbase.h ../core/item.h ../db/db.h ../db/dbbase.h -nicedit.o: ../db/dbconn.h ../db/dbtextstream.h ../core/textstream.h -nicedit.o: ../core/misc.h ../core/item.h ../core/requesttypes.h -nicedit.o: ../core/error.h ../db/dbitemquery.h ../db/dbitemcolumns.h -nicedit.o: ../core/user.h ../core/group.h ../core/dircontainer.h -nicedit.o: ../core/ugcontainer.h ../core/log.h ../core/textstream.h -nicedit.o: ../core/logmanipulators.h ../core/slog.h ../core/cur.h -nicedit.o: ../core/request.h ../core/error.h ../core/config.h -nicedit.o: ../core/confparser.h ../core/htmlfilter.h +nicedit.o: nicedit.h functionbase.h ../core/item.h ../core/confparser.h +nicedit.o: ../db/db.h ../db/dbbase.h ../db/dbconn.h ../db/dbtextstream.h +nicedit.o: ../core/textstream.h ../core/misc.h ../core/item.h +nicedit.o: ../core/requesttypes.h ../core/error.h ../db/dbitemquery.h +nicedit.o: ../db/dbitemcolumns.h ../core/confparser.h ../core/user.h +nicedit.o: ../core/group.h ../core/dircontainer.h ../core/ugcontainer.h +nicedit.o: ../core/log.h ../core/textstream.h ../core/logmanipulators.h +nicedit.o: ../core/slog.h ../core/cur.h ../core/request.h ../core/error.h +nicedit.o: ../core/config.h ../core/htmlfilter.h nicedit.o: ../templates/htmltextstream.h ../core/session.h ../core/user.h nicedit.o: ../core/plugindata.h ../core/rebus.h mount.h ../templates/locale.h -nicedit.o: ../core/confparser.h ../core/request.h ../core/config.h -nicedit.o: ../core/system.h ../core/dirs.h ../core/dircontainer.h -nicedit.o: ../notify/notify.h ../notify/notifypool.h ../templates/patterns.h -nicedit.o: ../templates/locale.h ../templates/localefilter.h -nicedit.o: ../../ezc/src/ezc.h ../../ezc/src/utf8.h ../../ezc/src/generator.h +nicedit.o: ../core/request.h ../core/config.h ../core/system.h ../core/dirs.h +nicedit.o: ../core/dircontainer.h ../notify/notify.h ../notify/notifypool.h +nicedit.o: ../templates/patterns.h ../templates/locale.h +nicedit.o: ../templates/localefilter.h ../../ezc/src/ezc.h +nicedit.o: ../../ezc/src/utf8.h ../../ezc/src/generator.h nicedit.o: ../../ezc/src/pattern.h functions.h functionparser.h ../core/cur.h nicedit.o: adduser.h cat.h chmod.h privchanger.h chown.h ckeditor.h cp.h nicedit.o: default.h download.h emacs.h last.h login.h logout.h ln.h ls.h -nicedit.o: mkdir.h mv.h node.h passwd.h priv.h reload.h rm.h run.h sort.h -nicedit.o: specialdefault.h stat.h subject.h template.h tinymce.h uname.h -nicedit.o: upload.h uptime.h who.h vim.h ../core/htmlfilter.h +nicedit.o: meta.h mkdir.h mv.h node.h passwd.h priv.h reload.h rm.h run.h +nicedit.o: sort.h specialdefault.h stat.h subject.h template.h tinymce.h +nicedit.o: uname.h upload.h uptime.h who.h vim.h ../core/htmlfilter.h nicedit.o: ../../ezc/src/stringconv.h ../notify/notifythread.h nicedit.o: ../core/basethread.h ../core/synchro.h ../notify/templatesnotify.h nicedit.o: ../core/users.h ../core/ugcontainer.h ../core/lastcontainer.h @@ -643,24 +672,24 @@ nicedit.o: ../templates/misc.h ../templates/htmltextstream.h ../core/mounts.h nicedit.o: ../core/mountparser.h ../core/crypt.h ../core/users.h nicedit.o: ../core/groups.h ../core/group.h ../core/loadavg.h ../core/image.h nicedit.o: ../core/basethread.h ../core/threadmanager.h ../core/synchro.h -node.o: node.h functionbase.h ../core/item.h ../db/db.h ../db/dbbase.h -node.o: ../db/dbconn.h ../db/dbtextstream.h ../core/textstream.h -node.o: ../core/misc.h ../core/item.h ../core/requesttypes.h ../core/error.h -node.o: ../db/dbitemquery.h ../db/dbitemcolumns.h ../core/user.h +node.o: node.h functionbase.h ../core/item.h ../core/confparser.h ../db/db.h +node.o: ../db/dbbase.h ../db/dbconn.h ../db/dbtextstream.h +node.o: ../core/textstream.h ../core/misc.h ../core/item.h +node.o: ../core/requesttypes.h ../core/error.h ../db/dbitemquery.h +node.o: ../db/dbitemcolumns.h ../core/confparser.h ../core/user.h node.o: ../core/group.h ../core/dircontainer.h ../core/ugcontainer.h node.o: ../core/log.h ../core/textstream.h ../core/logmanipulators.h node.o: ../core/slog.h ../core/cur.h ../core/request.h ../core/error.h -node.o: ../core/config.h ../core/confparser.h ../core/htmlfilter.h -node.o: ../templates/htmltextstream.h ../core/session.h ../core/user.h -node.o: ../core/plugindata.h ../core/rebus.h mount.h ../templates/locale.h -node.o: ../core/confparser.h ../core/request.h ../core/config.h +node.o: ../core/config.h ../core/htmlfilter.h ../templates/htmltextstream.h +node.o: ../core/session.h ../core/user.h ../core/plugindata.h ../core/rebus.h +node.o: mount.h ../templates/locale.h ../core/request.h ../core/config.h node.o: ../core/system.h ../core/dirs.h ../core/dircontainer.h node.o: ../notify/notify.h ../notify/notifypool.h ../templates/patterns.h node.o: ../templates/locale.h ../templates/localefilter.h ../../ezc/src/ezc.h node.o: ../../ezc/src/utf8.h ../../ezc/src/generator.h node.o: ../../ezc/src/pattern.h functions.h functionparser.h ../core/cur.h node.o: adduser.h cat.h chmod.h privchanger.h chown.h ckeditor.h cp.h -node.o: default.h download.h emacs.h last.h login.h logout.h ln.h ls.h +node.o: default.h download.h emacs.h last.h login.h logout.h ln.h ls.h meta.h node.o: mkdir.h mv.h nicedit.h passwd.h priv.h reload.h rm.h run.h sort.h node.o: specialdefault.h stat.h subject.h template.h tinymce.h uname.h node.o: upload.h uptime.h who.h vim.h ../core/htmlfilter.h @@ -671,28 +700,28 @@ node.o: ../templates/misc.h ../templates/htmltextstream.h ../core/mounts.h node.o: ../core/mountparser.h ../core/crypt.h ../core/users.h node.o: ../core/groups.h ../core/group.h ../core/loadavg.h ../core/image.h node.o: ../core/basethread.h ../core/threadmanager.h ../core/synchro.h -passwd.o: passwd.h functionbase.h ../core/item.h ../db/db.h ../db/dbbase.h -passwd.o: ../db/dbconn.h ../db/dbtextstream.h ../core/textstream.h -passwd.o: ../core/misc.h ../core/item.h ../core/requesttypes.h -passwd.o: ../core/error.h ../db/dbitemquery.h ../db/dbitemcolumns.h -passwd.o: ../core/user.h ../core/group.h ../core/dircontainer.h -passwd.o: ../core/ugcontainer.h ../core/log.h ../core/textstream.h -passwd.o: ../core/logmanipulators.h ../core/slog.h ../core/cur.h -passwd.o: ../core/request.h ../core/error.h ../core/config.h -passwd.o: ../core/confparser.h ../core/htmlfilter.h -passwd.o: ../templates/htmltextstream.h ../core/session.h ../core/user.h -passwd.o: ../core/plugindata.h ../core/rebus.h mount.h ../templates/locale.h -passwd.o: ../core/confparser.h ../core/request.h ../core/config.h -passwd.o: ../core/system.h ../core/dirs.h ../core/dircontainer.h -passwd.o: ../notify/notify.h ../notify/notifypool.h ../templates/patterns.h -passwd.o: ../templates/locale.h ../templates/localefilter.h -passwd.o: ../../ezc/src/ezc.h ../../ezc/src/utf8.h ../../ezc/src/generator.h +passwd.o: passwd.h functionbase.h ../core/item.h ../core/confparser.h +passwd.o: ../db/db.h ../db/dbbase.h ../db/dbconn.h ../db/dbtextstream.h +passwd.o: ../core/textstream.h ../core/misc.h ../core/item.h +passwd.o: ../core/requesttypes.h ../core/error.h ../db/dbitemquery.h +passwd.o: ../db/dbitemcolumns.h ../core/confparser.h ../core/user.h +passwd.o: ../core/group.h ../core/dircontainer.h ../core/ugcontainer.h +passwd.o: ../core/log.h ../core/textstream.h ../core/logmanipulators.h +passwd.o: ../core/slog.h ../core/cur.h ../core/request.h ../core/error.h +passwd.o: ../core/config.h ../core/htmlfilter.h ../templates/htmltextstream.h +passwd.o: ../core/session.h ../core/user.h ../core/plugindata.h +passwd.o: ../core/rebus.h mount.h ../templates/locale.h ../core/request.h +passwd.o: ../core/config.h ../core/system.h ../core/dirs.h +passwd.o: ../core/dircontainer.h ../notify/notify.h ../notify/notifypool.h +passwd.o: ../templates/patterns.h ../templates/locale.h +passwd.o: ../templates/localefilter.h ../../ezc/src/ezc.h +passwd.o: ../../ezc/src/utf8.h ../../ezc/src/generator.h passwd.o: ../../ezc/src/pattern.h functions.h functionparser.h ../core/cur.h passwd.o: adduser.h cat.h chmod.h privchanger.h chown.h ckeditor.h cp.h passwd.o: default.h download.h emacs.h last.h login.h logout.h ln.h ls.h -passwd.o: mkdir.h mv.h nicedit.h node.h priv.h reload.h rm.h run.h sort.h -passwd.o: specialdefault.h stat.h subject.h template.h tinymce.h uname.h -passwd.o: upload.h uptime.h who.h vim.h ../core/htmlfilter.h +passwd.o: meta.h mkdir.h mv.h nicedit.h node.h priv.h reload.h rm.h run.h +passwd.o: sort.h specialdefault.h stat.h subject.h template.h tinymce.h +passwd.o: uname.h upload.h uptime.h who.h vim.h ../core/htmlfilter.h passwd.o: ../../ezc/src/stringconv.h ../notify/notifythread.h passwd.o: ../core/basethread.h ../core/synchro.h ../notify/templatesnotify.h passwd.o: ../core/users.h ../core/ugcontainer.h ../core/lastcontainer.h @@ -701,24 +730,24 @@ passwd.o: ../core/mountparser.h ../core/crypt.h ../core/users.h passwd.o: ../core/groups.h ../core/group.h ../core/loadavg.h ../core/image.h passwd.o: ../core/basethread.h ../core/threadmanager.h ../core/synchro.h passwd.o: ../core/slog.h ../functions/functions.h -priv.o: priv.h functionbase.h ../core/item.h ../db/db.h ../db/dbbase.h -priv.o: ../db/dbconn.h ../db/dbtextstream.h ../core/textstream.h -priv.o: ../core/misc.h ../core/item.h ../core/requesttypes.h ../core/error.h -priv.o: ../db/dbitemquery.h ../db/dbitemcolumns.h ../core/user.h +priv.o: priv.h functionbase.h ../core/item.h ../core/confparser.h ../db/db.h +priv.o: ../db/dbbase.h ../db/dbconn.h ../db/dbtextstream.h +priv.o: ../core/textstream.h ../core/misc.h ../core/item.h +priv.o: ../core/requesttypes.h ../core/error.h ../db/dbitemquery.h +priv.o: ../db/dbitemcolumns.h ../core/confparser.h ../core/user.h priv.o: ../core/group.h ../core/dircontainer.h ../core/ugcontainer.h priv.o: ../core/log.h ../core/textstream.h ../core/logmanipulators.h priv.o: ../core/slog.h ../core/cur.h ../core/request.h ../core/error.h -priv.o: ../core/config.h ../core/confparser.h ../core/htmlfilter.h -priv.o: ../templates/htmltextstream.h ../core/session.h ../core/user.h -priv.o: ../core/plugindata.h ../core/rebus.h mount.h ../templates/locale.h -priv.o: ../core/confparser.h ../core/request.h ../core/config.h +priv.o: ../core/config.h ../core/htmlfilter.h ../templates/htmltextstream.h +priv.o: ../core/session.h ../core/user.h ../core/plugindata.h ../core/rebus.h +priv.o: mount.h ../templates/locale.h ../core/request.h ../core/config.h priv.o: ../core/system.h ../core/dirs.h ../core/dircontainer.h priv.o: ../notify/notify.h ../notify/notifypool.h ../templates/patterns.h priv.o: ../templates/locale.h ../templates/localefilter.h ../../ezc/src/ezc.h priv.o: ../../ezc/src/utf8.h ../../ezc/src/generator.h priv.o: ../../ezc/src/pattern.h functions.h functionparser.h ../core/cur.h priv.o: adduser.h cat.h chmod.h privchanger.h chown.h ckeditor.h cp.h -priv.o: default.h download.h emacs.h last.h login.h logout.h ln.h ls.h +priv.o: default.h download.h emacs.h last.h login.h logout.h ln.h ls.h meta.h priv.o: mkdir.h mv.h nicedit.h node.h passwd.h reload.h rm.h run.h sort.h priv.o: specialdefault.h stat.h subject.h template.h tinymce.h uname.h priv.o: upload.h uptime.h who.h vim.h ../core/htmlfilter.h @@ -734,25 +763,26 @@ privchanger.o: ../core/dirs.h ../core/item.h ../core/dircontainer.h privchanger.o: ../db/db.h ../db/dbbase.h ../db/dbconn.h ../db/dbtextstream.h privchanger.o: ../core/textstream.h ../core/misc.h ../core/requesttypes.h privchanger.o: ../core/error.h ../db/dbitemquery.h ../core/item.h -privchanger.o: ../db/dbitemcolumns.h ../core/user.h ../core/group.h +privchanger.o: ../core/confparser.h ../db/dbitemcolumns.h +privchanger.o: ../core/confparser.h ../core/user.h ../core/group.h privchanger.o: ../core/dircontainer.h ../core/ugcontainer.h ../core/log.h privchanger.o: ../core/textstream.h ../core/logmanipulators.h ../core/slog.h privchanger.o: ../core/cur.h ../core/request.h ../core/error.h -privchanger.o: ../core/config.h ../core/confparser.h ../core/htmlfilter.h +privchanger.o: ../core/config.h ../core/htmlfilter.h privchanger.o: ../templates/htmltextstream.h ../core/session.h ../core/user.h privchanger.o: ../core/plugindata.h ../core/rebus.h mount.h functionbase.h privchanger.o: ../core/config.h ../core/synchro.h ../notify/notify.h privchanger.o: ../notify/notifypool.h ../templates/locale.h -privchanger.o: ../core/confparser.h ../templates/patterns.h -privchanger.o: ../templates/locale.h ../templates/localefilter.h -privchanger.o: ../../ezc/src/ezc.h ../../ezc/src/utf8.h -privchanger.o: ../../ezc/src/generator.h ../../ezc/src/pattern.h functions.h -privchanger.o: functionparser.h ../core/cur.h adduser.h cat.h chmod.h chown.h -privchanger.o: ckeditor.h cp.h default.h download.h emacs.h last.h login.h -privchanger.o: logout.h ln.h ls.h mkdir.h mv.h nicedit.h node.h passwd.h -privchanger.o: priv.h reload.h rm.h run.h sort.h specialdefault.h stat.h -privchanger.o: subject.h template.h tinymce.h uname.h upload.h uptime.h who.h -privchanger.o: vim.h ../core/htmlfilter.h ../../ezc/src/stringconv.h +privchanger.o: ../templates/patterns.h ../templates/locale.h +privchanger.o: ../templates/localefilter.h ../../ezc/src/ezc.h +privchanger.o: ../../ezc/src/utf8.h ../../ezc/src/generator.h +privchanger.o: ../../ezc/src/pattern.h functions.h functionparser.h +privchanger.o: ../core/cur.h adduser.h cat.h chmod.h chown.h ckeditor.h cp.h +privchanger.o: default.h download.h emacs.h last.h login.h logout.h ln.h ls.h +privchanger.o: meta.h mkdir.h mv.h nicedit.h node.h passwd.h priv.h reload.h +privchanger.o: rm.h run.h sort.h specialdefault.h stat.h subject.h template.h +privchanger.o: tinymce.h uname.h upload.h uptime.h who.h vim.h +privchanger.o: ../core/htmlfilter.h ../../ezc/src/stringconv.h privchanger.o: ../notify/notifythread.h ../core/basethread.h privchanger.o: ../core/synchro.h ../notify/templatesnotify.h ../core/users.h privchanger.o: ../core/ugcontainer.h ../core/lastcontainer.h @@ -761,28 +791,28 @@ privchanger.o: ../core/mounts.h ../core/mountparser.h ../core/crypt.h privchanger.o: ../core/users.h ../core/groups.h ../core/group.h privchanger.o: ../core/loadavg.h ../core/image.h ../core/basethread.h privchanger.o: ../core/threadmanager.h -reload.o: reload.h functionbase.h ../core/item.h ../db/db.h ../db/dbbase.h -reload.o: ../db/dbconn.h ../db/dbtextstream.h ../core/textstream.h -reload.o: ../core/misc.h ../core/item.h ../core/requesttypes.h -reload.o: ../core/error.h ../db/dbitemquery.h ../db/dbitemcolumns.h -reload.o: ../core/user.h ../core/group.h ../core/dircontainer.h -reload.o: ../core/ugcontainer.h ../core/log.h ../core/textstream.h -reload.o: ../core/logmanipulators.h ../core/slog.h ../core/cur.h -reload.o: ../core/request.h ../core/error.h ../core/config.h -reload.o: ../core/confparser.h ../core/htmlfilter.h -reload.o: ../templates/htmltextstream.h ../core/session.h ../core/user.h -reload.o: ../core/plugindata.h ../core/rebus.h mount.h ../templates/locale.h -reload.o: ../core/confparser.h ../core/request.h ../core/config.h -reload.o: ../core/system.h ../core/dirs.h ../core/dircontainer.h -reload.o: ../notify/notify.h ../notify/notifypool.h ../templates/patterns.h -reload.o: ../templates/locale.h ../templates/localefilter.h -reload.o: ../../ezc/src/ezc.h ../../ezc/src/utf8.h ../../ezc/src/generator.h +reload.o: reload.h functionbase.h ../core/item.h ../core/confparser.h +reload.o: ../db/db.h ../db/dbbase.h ../db/dbconn.h ../db/dbtextstream.h +reload.o: ../core/textstream.h ../core/misc.h ../core/item.h +reload.o: ../core/requesttypes.h ../core/error.h ../db/dbitemquery.h +reload.o: ../db/dbitemcolumns.h ../core/confparser.h ../core/user.h +reload.o: ../core/group.h ../core/dircontainer.h ../core/ugcontainer.h +reload.o: ../core/log.h ../core/textstream.h ../core/logmanipulators.h +reload.o: ../core/slog.h ../core/cur.h ../core/request.h ../core/error.h +reload.o: ../core/config.h ../core/htmlfilter.h ../templates/htmltextstream.h +reload.o: ../core/session.h ../core/user.h ../core/plugindata.h +reload.o: ../core/rebus.h mount.h ../templates/locale.h ../core/request.h +reload.o: ../core/config.h ../core/system.h ../core/dirs.h +reload.o: ../core/dircontainer.h ../notify/notify.h ../notify/notifypool.h +reload.o: ../templates/patterns.h ../templates/locale.h +reload.o: ../templates/localefilter.h ../../ezc/src/ezc.h +reload.o: ../../ezc/src/utf8.h ../../ezc/src/generator.h reload.o: ../../ezc/src/pattern.h functions.h functionparser.h ../core/cur.h reload.o: adduser.h cat.h chmod.h privchanger.h chown.h ckeditor.h cp.h reload.o: default.h download.h emacs.h last.h login.h logout.h ln.h ls.h -reload.o: mkdir.h mv.h nicedit.h node.h passwd.h priv.h rm.h run.h sort.h -reload.o: specialdefault.h stat.h subject.h template.h tinymce.h uname.h -reload.o: upload.h uptime.h who.h vim.h ../core/htmlfilter.h +reload.o: meta.h mkdir.h mv.h nicedit.h node.h passwd.h priv.h rm.h run.h +reload.o: sort.h specialdefault.h stat.h subject.h template.h tinymce.h +reload.o: uname.h upload.h uptime.h who.h vim.h ../core/htmlfilter.h reload.o: ../../ezc/src/stringconv.h ../notify/notifythread.h reload.o: ../core/basethread.h ../core/synchro.h ../notify/templatesnotify.h reload.o: ../core/users.h ../core/ugcontainer.h ../core/lastcontainer.h @@ -793,57 +823,56 @@ reload.o: ../core/basethread.h ../core/threadmanager.h ../core/synchro.h reload.o: ../templates/templates.h ../templates/patterncacher.h reload.o: ../templates/indexpatterns.h ../templates/patterns.h reload.o: ../templates/changepatterns.h ../core/sessionmanager.h -rm.o: rm.h functionbase.h ../core/item.h ../db/db.h ../db/dbbase.h -rm.o: ../db/dbconn.h ../db/dbtextstream.h ../core/textstream.h ../core/misc.h -rm.o: ../core/item.h ../core/requesttypes.h ../core/error.h -rm.o: ../db/dbitemquery.h ../db/dbitemcolumns.h ../core/user.h -rm.o: ../core/group.h ../core/dircontainer.h ../core/ugcontainer.h -rm.o: ../core/log.h ../core/textstream.h ../core/logmanipulators.h -rm.o: ../core/slog.h ../core/cur.h ../core/request.h ../core/error.h -rm.o: ../core/config.h ../core/confparser.h ../core/htmlfilter.h +rm.o: rm.h functionbase.h ../core/item.h ../core/confparser.h ../db/db.h +rm.o: ../db/dbbase.h ../db/dbconn.h ../db/dbtextstream.h ../core/textstream.h +rm.o: ../core/misc.h ../core/item.h ../core/requesttypes.h ../core/error.h +rm.o: ../db/dbitemquery.h ../db/dbitemcolumns.h ../core/confparser.h +rm.o: ../core/user.h ../core/group.h ../core/dircontainer.h +rm.o: ../core/ugcontainer.h ../core/log.h ../core/textstream.h +rm.o: ../core/logmanipulators.h ../core/slog.h ../core/cur.h +rm.o: ../core/request.h ../core/error.h ../core/config.h ../core/htmlfilter.h rm.o: ../templates/htmltextstream.h ../core/session.h ../core/user.h rm.o: ../core/plugindata.h ../core/rebus.h mount.h ../templates/locale.h -rm.o: ../core/confparser.h ../core/request.h ../core/config.h -rm.o: ../core/system.h ../core/dirs.h ../core/dircontainer.h -rm.o: ../notify/notify.h ../notify/notifypool.h ../templates/patterns.h -rm.o: ../templates/locale.h ../templates/localefilter.h ../../ezc/src/ezc.h -rm.o: ../../ezc/src/utf8.h ../../ezc/src/generator.h ../../ezc/src/pattern.h -rm.o: functions.h functionparser.h ../core/cur.h adduser.h cat.h chmod.h -rm.o: privchanger.h chown.h ckeditor.h cp.h default.h download.h emacs.h -rm.o: last.h login.h logout.h ln.h ls.h mkdir.h mv.h nicedit.h node.h -rm.o: passwd.h priv.h reload.h run.h sort.h specialdefault.h stat.h subject.h -rm.o: template.h tinymce.h uname.h upload.h uptime.h who.h vim.h -rm.o: ../core/htmlfilter.h ../../ezc/src/stringconv.h -rm.o: ../notify/notifythread.h ../core/basethread.h ../core/synchro.h -rm.o: ../notify/templatesnotify.h ../core/users.h ../core/ugcontainer.h -rm.o: ../core/lastcontainer.h ../templates/misc.h -rm.o: ../templates/htmltextstream.h ../core/mounts.h ../core/mountparser.h -rm.o: ../core/crypt.h ../core/users.h ../core/groups.h ../core/group.h -rm.o: ../core/loadavg.h ../core/image.h ../core/basethread.h +rm.o: ../core/request.h ../core/config.h ../core/system.h ../core/dirs.h +rm.o: ../core/dircontainer.h ../notify/notify.h ../notify/notifypool.h +rm.o: ../templates/patterns.h ../templates/locale.h +rm.o: ../templates/localefilter.h ../../ezc/src/ezc.h ../../ezc/src/utf8.h +rm.o: ../../ezc/src/generator.h ../../ezc/src/pattern.h functions.h +rm.o: functionparser.h ../core/cur.h adduser.h cat.h chmod.h privchanger.h +rm.o: chown.h ckeditor.h cp.h default.h download.h emacs.h last.h login.h +rm.o: logout.h ln.h ls.h meta.h mkdir.h mv.h nicedit.h node.h passwd.h priv.h +rm.o: reload.h run.h sort.h specialdefault.h stat.h subject.h template.h +rm.o: tinymce.h uname.h upload.h uptime.h who.h vim.h ../core/htmlfilter.h +rm.o: ../../ezc/src/stringconv.h ../notify/notifythread.h +rm.o: ../core/basethread.h ../core/synchro.h ../notify/templatesnotify.h +rm.o: ../core/users.h ../core/ugcontainer.h ../core/lastcontainer.h +rm.o: ../templates/misc.h ../templates/htmltextstream.h ../core/mounts.h +rm.o: ../core/mountparser.h ../core/crypt.h ../core/users.h ../core/groups.h +rm.o: ../core/group.h ../core/loadavg.h ../core/image.h ../core/basethread.h rm.o: ../core/threadmanager.h ../core/synchro.h ../core/plugin.h rm.o: ../core/pluginmsg.h ../core/system.h ../core/sessionmanager.h rm.o: ../core/sessioncontainer.h ../functions/functions.h rm.o: ../templates/templates.h ../templates/patterncacher.h rm.o: ../templates/indexpatterns.h ../templates/patterns.h rm.o: ../templates/changepatterns.h ../core/sessionmanager.h ../core/misc.h -run.o: run.h functionbase.h ../core/item.h ../db/db.h ../db/dbbase.h -run.o: ../db/dbconn.h ../db/dbtextstream.h ../core/textstream.h -run.o: ../core/misc.h ../core/item.h ../core/requesttypes.h ../core/error.h -run.o: ../db/dbitemquery.h ../db/dbitemcolumns.h ../core/user.h +run.o: run.h functionbase.h ../core/item.h ../core/confparser.h ../db/db.h +run.o: ../db/dbbase.h ../db/dbconn.h ../db/dbtextstream.h +run.o: ../core/textstream.h ../core/misc.h ../core/item.h +run.o: ../core/requesttypes.h ../core/error.h ../db/dbitemquery.h +run.o: ../db/dbitemcolumns.h ../core/confparser.h ../core/user.h run.o: ../core/group.h ../core/dircontainer.h ../core/ugcontainer.h run.o: ../core/log.h ../core/textstream.h ../core/logmanipulators.h run.o: ../core/slog.h ../core/cur.h ../core/request.h ../core/error.h -run.o: ../core/config.h ../core/confparser.h ../core/htmlfilter.h -run.o: ../templates/htmltextstream.h ../core/session.h ../core/user.h -run.o: ../core/plugindata.h ../core/rebus.h mount.h ../templates/locale.h -run.o: ../core/confparser.h ../core/request.h ../core/config.h +run.o: ../core/config.h ../core/htmlfilter.h ../templates/htmltextstream.h +run.o: ../core/session.h ../core/user.h ../core/plugindata.h ../core/rebus.h +run.o: mount.h ../templates/locale.h ../core/request.h ../core/config.h run.o: ../core/system.h ../core/dirs.h ../core/dircontainer.h run.o: ../notify/notify.h ../notify/notifypool.h ../templates/patterns.h run.o: ../templates/locale.h ../templates/localefilter.h ../../ezc/src/ezc.h run.o: ../../ezc/src/utf8.h ../../ezc/src/generator.h ../../ezc/src/pattern.h run.o: functions.h functionparser.h ../core/cur.h adduser.h cat.h chmod.h run.o: privchanger.h chown.h ckeditor.h cp.h default.h download.h emacs.h -run.o: last.h login.h logout.h ln.h ls.h mkdir.h mv.h nicedit.h node.h +run.o: last.h login.h logout.h ln.h ls.h meta.h mkdir.h mv.h nicedit.h node.h run.o: passwd.h priv.h reload.h rm.h sort.h specialdefault.h stat.h subject.h run.o: template.h tinymce.h uname.h upload.h uptime.h who.h vim.h run.o: ../core/htmlfilter.h ../../ezc/src/stringconv.h @@ -854,24 +883,24 @@ run.o: ../templates/htmltextstream.h ../core/mounts.h ../core/mountparser.h run.o: ../core/crypt.h ../core/users.h ../core/groups.h ../core/group.h run.o: ../core/loadavg.h ../core/image.h ../core/basethread.h run.o: ../core/threadmanager.h ../core/synchro.h -sort.o: sort.h functionbase.h ../core/item.h ../db/db.h ../db/dbbase.h -sort.o: ../db/dbconn.h ../db/dbtextstream.h ../core/textstream.h -sort.o: ../core/misc.h ../core/item.h ../core/requesttypes.h ../core/error.h -sort.o: ../db/dbitemquery.h ../db/dbitemcolumns.h ../core/user.h +sort.o: sort.h functionbase.h ../core/item.h ../core/confparser.h ../db/db.h +sort.o: ../db/dbbase.h ../db/dbconn.h ../db/dbtextstream.h +sort.o: ../core/textstream.h ../core/misc.h ../core/item.h +sort.o: ../core/requesttypes.h ../core/error.h ../db/dbitemquery.h +sort.o: ../db/dbitemcolumns.h ../core/confparser.h ../core/user.h sort.o: ../core/group.h ../core/dircontainer.h ../core/ugcontainer.h sort.o: ../core/log.h ../core/textstream.h ../core/logmanipulators.h sort.o: ../core/slog.h ../core/cur.h ../core/request.h ../core/error.h -sort.o: ../core/config.h ../core/confparser.h ../core/htmlfilter.h -sort.o: ../templates/htmltextstream.h ../core/session.h ../core/user.h -sort.o: ../core/plugindata.h ../core/rebus.h mount.h ../templates/locale.h -sort.o: ../core/confparser.h ../core/request.h ../core/config.h +sort.o: ../core/config.h ../core/htmlfilter.h ../templates/htmltextstream.h +sort.o: ../core/session.h ../core/user.h ../core/plugindata.h ../core/rebus.h +sort.o: mount.h ../templates/locale.h ../core/request.h ../core/config.h sort.o: ../core/system.h ../core/dirs.h ../core/dircontainer.h sort.o: ../notify/notify.h ../notify/notifypool.h ../templates/patterns.h sort.o: ../templates/locale.h ../templates/localefilter.h ../../ezc/src/ezc.h sort.o: ../../ezc/src/utf8.h ../../ezc/src/generator.h sort.o: ../../ezc/src/pattern.h functions.h functionparser.h ../core/cur.h sort.o: adduser.h cat.h chmod.h privchanger.h chown.h ckeditor.h cp.h -sort.o: default.h download.h emacs.h last.h login.h logout.h ln.h ls.h +sort.o: default.h download.h emacs.h last.h login.h logout.h ln.h ls.h meta.h sort.o: mkdir.h mv.h nicedit.h node.h passwd.h priv.h reload.h rm.h run.h sort.o: specialdefault.h stat.h subject.h template.h tinymce.h uname.h sort.o: upload.h uptime.h who.h vim.h ../core/htmlfilter.h @@ -888,19 +917,19 @@ sort.o: ../functions/functions.h ../templates/templates.h sort.o: ../templates/patterncacher.h ../templates/indexpatterns.h sort.o: ../templates/patterns.h ../templates/changepatterns.h sort.o: ../core/sessionmanager.h -specialdefault.o: specialdefault.h functionbase.h ../core/item.h ../db/db.h -specialdefault.o: ../db/dbbase.h ../db/dbconn.h ../db/dbtextstream.h -specialdefault.o: ../core/textstream.h ../core/misc.h ../core/item.h -specialdefault.o: ../core/requesttypes.h ../core/error.h ../db/dbitemquery.h -specialdefault.o: ../db/dbitemcolumns.h ../core/user.h ../core/group.h +specialdefault.o: specialdefault.h functionbase.h ../core/item.h +specialdefault.o: ../core/confparser.h ../db/db.h ../db/dbbase.h +specialdefault.o: ../db/dbconn.h ../db/dbtextstream.h ../core/textstream.h +specialdefault.o: ../core/misc.h ../core/item.h ../core/requesttypes.h +specialdefault.o: ../core/error.h ../db/dbitemquery.h ../db/dbitemcolumns.h +specialdefault.o: ../core/confparser.h ../core/user.h ../core/group.h specialdefault.o: ../core/dircontainer.h ../core/ugcontainer.h ../core/log.h specialdefault.o: ../core/textstream.h ../core/logmanipulators.h specialdefault.o: ../core/slog.h ../core/cur.h ../core/request.h -specialdefault.o: ../core/error.h ../core/config.h ../core/confparser.h -specialdefault.o: ../core/htmlfilter.h ../templates/htmltextstream.h -specialdefault.o: ../core/session.h ../core/user.h ../core/plugindata.h -specialdefault.o: ../core/rebus.h mount.h ../templates/locale.h -specialdefault.o: ../core/confparser.h ../core/request.h ../core/config.h +specialdefault.o: ../core/error.h ../core/config.h ../core/htmlfilter.h +specialdefault.o: ../templates/htmltextstream.h ../core/session.h +specialdefault.o: ../core/user.h ../core/plugindata.h ../core/rebus.h mount.h +specialdefault.o: ../templates/locale.h ../core/request.h ../core/config.h specialdefault.o: ../core/system.h ../core/dirs.h ../core/dircontainer.h specialdefault.o: ../notify/notify.h ../notify/notifypool.h specialdefault.o: ../templates/patterns.h ../templates/locale.h @@ -909,8 +938,8 @@ specialdefault.o: ../../ezc/src/utf8.h ../../ezc/src/generator.h specialdefault.o: ../../ezc/src/pattern.h functions.h functionparser.h specialdefault.o: ../core/cur.h adduser.h cat.h chmod.h privchanger.h chown.h specialdefault.o: ckeditor.h cp.h default.h download.h emacs.h last.h login.h -specialdefault.o: logout.h ln.h ls.h mkdir.h mv.h nicedit.h node.h passwd.h -specialdefault.o: priv.h reload.h rm.h run.h sort.h stat.h subject.h +specialdefault.o: logout.h ln.h ls.h meta.h mkdir.h mv.h nicedit.h node.h +specialdefault.o: passwd.h priv.h reload.h rm.h run.h sort.h stat.h subject.h specialdefault.o: template.h tinymce.h uname.h upload.h uptime.h who.h vim.h specialdefault.o: ../core/htmlfilter.h ../../ezc/src/stringconv.h specialdefault.o: ../notify/notifythread.h ../core/basethread.h @@ -922,24 +951,24 @@ specialdefault.o: ../core/mountparser.h ../core/crypt.h ../core/users.h specialdefault.o: ../core/groups.h ../core/group.h ../core/loadavg.h specialdefault.o: ../core/image.h ../core/basethread.h specialdefault.o: ../core/threadmanager.h ../core/synchro.h -stat.o: stat.h functionbase.h ../core/item.h ../db/db.h ../db/dbbase.h -stat.o: ../db/dbconn.h ../db/dbtextstream.h ../core/textstream.h -stat.o: ../core/misc.h ../core/item.h ../core/requesttypes.h ../core/error.h -stat.o: ../db/dbitemquery.h ../db/dbitemcolumns.h ../core/user.h +stat.o: stat.h functionbase.h ../core/item.h ../core/confparser.h ../db/db.h +stat.o: ../db/dbbase.h ../db/dbconn.h ../db/dbtextstream.h +stat.o: ../core/textstream.h ../core/misc.h ../core/item.h +stat.o: ../core/requesttypes.h ../core/error.h ../db/dbitemquery.h +stat.o: ../db/dbitemcolumns.h ../core/confparser.h ../core/user.h stat.o: ../core/group.h ../core/dircontainer.h ../core/ugcontainer.h stat.o: ../core/log.h ../core/textstream.h ../core/logmanipulators.h stat.o: ../core/slog.h ../core/cur.h ../core/request.h ../core/error.h -stat.o: ../core/config.h ../core/confparser.h ../core/htmlfilter.h -stat.o: ../templates/htmltextstream.h ../core/session.h ../core/user.h -stat.o: ../core/plugindata.h ../core/rebus.h mount.h ../templates/locale.h -stat.o: ../core/confparser.h ../core/request.h ../core/config.h +stat.o: ../core/config.h ../core/htmlfilter.h ../templates/htmltextstream.h +stat.o: ../core/session.h ../core/user.h ../core/plugindata.h ../core/rebus.h +stat.o: mount.h ../templates/locale.h ../core/request.h ../core/config.h stat.o: ../core/system.h ../core/dirs.h ../core/dircontainer.h stat.o: ../notify/notify.h ../notify/notifypool.h ../templates/patterns.h stat.o: ../templates/locale.h ../templates/localefilter.h ../../ezc/src/ezc.h stat.o: ../../ezc/src/utf8.h ../../ezc/src/generator.h stat.o: ../../ezc/src/pattern.h functions.h functionparser.h ../core/cur.h stat.o: adduser.h cat.h chmod.h privchanger.h chown.h ckeditor.h cp.h -stat.o: default.h download.h emacs.h last.h login.h logout.h ln.h ls.h +stat.o: default.h download.h emacs.h last.h login.h logout.h ln.h ls.h meta.h stat.o: mkdir.h mv.h nicedit.h node.h passwd.h priv.h reload.h rm.h run.h stat.o: sort.h specialdefault.h subject.h template.h tinymce.h uname.h stat.o: upload.h uptime.h who.h vim.h ../core/htmlfilter.h @@ -950,27 +979,27 @@ stat.o: ../templates/misc.h ../templates/htmltextstream.h ../core/mounts.h stat.o: ../core/mountparser.h ../core/crypt.h ../core/users.h stat.o: ../core/groups.h ../core/group.h ../core/loadavg.h ../core/image.h stat.o: ../core/basethread.h ../core/threadmanager.h ../core/synchro.h -subject.o: subject.h functionbase.h ../core/item.h ../db/db.h ../db/dbbase.h -subject.o: ../db/dbconn.h ../db/dbtextstream.h ../core/textstream.h -subject.o: ../core/misc.h ../core/item.h ../core/requesttypes.h -subject.o: ../core/error.h ../db/dbitemquery.h ../db/dbitemcolumns.h -subject.o: ../core/user.h ../core/group.h ../core/dircontainer.h -subject.o: ../core/ugcontainer.h ../core/log.h ../core/textstream.h -subject.o: ../core/logmanipulators.h ../core/slog.h ../core/cur.h -subject.o: ../core/request.h ../core/error.h ../core/config.h -subject.o: ../core/confparser.h ../core/htmlfilter.h +subject.o: subject.h functionbase.h ../core/item.h ../core/confparser.h +subject.o: ../db/db.h ../db/dbbase.h ../db/dbconn.h ../db/dbtextstream.h +subject.o: ../core/textstream.h ../core/misc.h ../core/item.h +subject.o: ../core/requesttypes.h ../core/error.h ../db/dbitemquery.h +subject.o: ../db/dbitemcolumns.h ../core/confparser.h ../core/user.h +subject.o: ../core/group.h ../core/dircontainer.h ../core/ugcontainer.h +subject.o: ../core/log.h ../core/textstream.h ../core/logmanipulators.h +subject.o: ../core/slog.h ../core/cur.h ../core/request.h ../core/error.h +subject.o: ../core/config.h ../core/htmlfilter.h subject.o: ../templates/htmltextstream.h ../core/session.h ../core/user.h subject.o: ../core/plugindata.h ../core/rebus.h mount.h ../templates/locale.h -subject.o: ../core/confparser.h ../core/request.h ../core/config.h -subject.o: ../core/system.h ../core/dirs.h ../core/dircontainer.h -subject.o: ../notify/notify.h ../notify/notifypool.h ../templates/patterns.h -subject.o: ../templates/locale.h ../templates/localefilter.h -subject.o: ../../ezc/src/ezc.h ../../ezc/src/utf8.h ../../ezc/src/generator.h +subject.o: ../core/request.h ../core/config.h ../core/system.h ../core/dirs.h +subject.o: ../core/dircontainer.h ../notify/notify.h ../notify/notifypool.h +subject.o: ../templates/patterns.h ../templates/locale.h +subject.o: ../templates/localefilter.h ../../ezc/src/ezc.h +subject.o: ../../ezc/src/utf8.h ../../ezc/src/generator.h subject.o: ../../ezc/src/pattern.h functions.h functionparser.h ../core/cur.h subject.o: adduser.h cat.h chmod.h privchanger.h chown.h ckeditor.h cp.h subject.o: default.h download.h emacs.h last.h login.h logout.h ln.h ls.h -subject.o: mkdir.h mv.h nicedit.h node.h passwd.h priv.h reload.h rm.h run.h -subject.o: sort.h specialdefault.h stat.h template.h tinymce.h uname.h +subject.o: meta.h mkdir.h mv.h nicedit.h node.h passwd.h priv.h reload.h rm.h +subject.o: run.h sort.h specialdefault.h stat.h template.h tinymce.h uname.h subject.o: upload.h uptime.h who.h vim.h ../core/htmlfilter.h subject.o: ../../ezc/src/stringconv.h ../notify/notifythread.h subject.o: ../core/basethread.h ../core/synchro.h ../notify/templatesnotify.h @@ -979,31 +1008,31 @@ subject.o: ../templates/misc.h ../templates/htmltextstream.h ../core/mounts.h subject.o: ../core/mountparser.h ../core/crypt.h ../core/users.h subject.o: ../core/groups.h ../core/group.h ../core/loadavg.h ../core/image.h subject.o: ../core/basethread.h ../core/threadmanager.h ../core/synchro.h -template.o: template.h functionbase.h ../core/item.h ../db/db.h -template.o: ../db/dbbase.h ../db/dbconn.h ../db/dbtextstream.h +template.o: template.h functionbase.h ../core/item.h ../core/confparser.h +template.o: ../db/db.h ../db/dbbase.h ../db/dbconn.h ../db/dbtextstream.h template.o: ../core/textstream.h ../core/misc.h ../core/item.h template.o: ../core/requesttypes.h ../core/error.h ../db/dbitemquery.h -template.o: ../db/dbitemcolumns.h ../core/user.h ../core/group.h -template.o: ../core/dircontainer.h ../core/ugcontainer.h ../core/log.h -template.o: ../core/textstream.h ../core/logmanipulators.h ../core/slog.h -template.o: ../core/cur.h ../core/request.h ../core/error.h ../core/config.h -template.o: ../core/confparser.h ../core/htmlfilter.h +template.o: ../db/dbitemcolumns.h ../core/confparser.h ../core/user.h +template.o: ../core/group.h ../core/dircontainer.h ../core/ugcontainer.h +template.o: ../core/log.h ../core/textstream.h ../core/logmanipulators.h +template.o: ../core/slog.h ../core/cur.h ../core/request.h ../core/error.h +template.o: ../core/config.h ../core/htmlfilter.h template.o: ../templates/htmltextstream.h ../core/session.h ../core/user.h template.o: ../core/plugindata.h ../core/rebus.h mount.h -template.o: ../templates/locale.h ../core/confparser.h ../core/request.h -template.o: ../core/config.h ../core/system.h ../core/dirs.h -template.o: ../core/dircontainer.h ../notify/notify.h ../notify/notifypool.h -template.o: ../templates/patterns.h ../templates/locale.h -template.o: ../templates/localefilter.h ../../ezc/src/ezc.h -template.o: ../../ezc/src/utf8.h ../../ezc/src/generator.h -template.o: ../../ezc/src/pattern.h functions.h functionparser.h -template.o: ../core/cur.h adduser.h cat.h chmod.h privchanger.h chown.h -template.o: ckeditor.h cp.h default.h download.h emacs.h last.h login.h -template.o: logout.h ln.h ls.h mkdir.h mv.h nicedit.h node.h passwd.h priv.h -template.o: reload.h rm.h run.h sort.h specialdefault.h stat.h subject.h -template.o: tinymce.h uname.h upload.h uptime.h who.h vim.h -template.o: ../core/htmlfilter.h ../../ezc/src/stringconv.h -template.o: ../notify/notifythread.h ../core/basethread.h ../core/synchro.h +template.o: ../templates/locale.h ../core/request.h ../core/config.h +template.o: ../core/system.h ../core/dirs.h ../core/dircontainer.h +template.o: ../notify/notify.h ../notify/notifypool.h ../templates/patterns.h +template.o: ../templates/locale.h ../templates/localefilter.h +template.o: ../../ezc/src/ezc.h ../../ezc/src/utf8.h +template.o: ../../ezc/src/generator.h ../../ezc/src/pattern.h functions.h +template.o: functionparser.h ../core/cur.h adduser.h cat.h chmod.h +template.o: privchanger.h chown.h ckeditor.h cp.h default.h download.h +template.o: emacs.h last.h login.h logout.h ln.h ls.h meta.h mkdir.h mv.h +template.o: nicedit.h node.h passwd.h priv.h reload.h rm.h run.h sort.h +template.o: specialdefault.h stat.h subject.h tinymce.h uname.h upload.h +template.o: uptime.h who.h vim.h ../core/htmlfilter.h +template.o: ../../ezc/src/stringconv.h ../notify/notifythread.h +template.o: ../core/basethread.h ../core/synchro.h template.o: ../notify/templatesnotify.h ../core/users.h ../core/ugcontainer.h template.o: ../core/lastcontainer.h ../templates/misc.h template.o: ../templates/htmltextstream.h ../core/mounts.h @@ -1011,27 +1040,27 @@ template.o: ../core/mountparser.h ../core/crypt.h ../core/users.h template.o: ../core/groups.h ../core/group.h ../core/loadavg.h template.o: ../core/image.h ../core/basethread.h ../core/threadmanager.h template.o: ../core/synchro.h ../core/misc.h -tinymce.o: tinymce.h functionbase.h ../core/item.h ../db/db.h ../db/dbbase.h -tinymce.o: ../db/dbconn.h ../db/dbtextstream.h ../core/textstream.h -tinymce.o: ../core/misc.h ../core/item.h ../core/requesttypes.h -tinymce.o: ../core/error.h ../db/dbitemquery.h ../db/dbitemcolumns.h -tinymce.o: ../core/user.h ../core/group.h ../core/dircontainer.h -tinymce.o: ../core/ugcontainer.h ../core/log.h ../core/textstream.h -tinymce.o: ../core/logmanipulators.h ../core/slog.h ../core/cur.h -tinymce.o: ../core/request.h ../core/error.h ../core/config.h -tinymce.o: ../core/confparser.h ../core/htmlfilter.h +tinymce.o: tinymce.h functionbase.h ../core/item.h ../core/confparser.h +tinymce.o: ../db/db.h ../db/dbbase.h ../db/dbconn.h ../db/dbtextstream.h +tinymce.o: ../core/textstream.h ../core/misc.h ../core/item.h +tinymce.o: ../core/requesttypes.h ../core/error.h ../db/dbitemquery.h +tinymce.o: ../db/dbitemcolumns.h ../core/confparser.h ../core/user.h +tinymce.o: ../core/group.h ../core/dircontainer.h ../core/ugcontainer.h +tinymce.o: ../core/log.h ../core/textstream.h ../core/logmanipulators.h +tinymce.o: ../core/slog.h ../core/cur.h ../core/request.h ../core/error.h +tinymce.o: ../core/config.h ../core/htmlfilter.h tinymce.o: ../templates/htmltextstream.h ../core/session.h ../core/user.h tinymce.o: ../core/plugindata.h ../core/rebus.h mount.h ../templates/locale.h -tinymce.o: ../core/confparser.h ../core/request.h ../core/config.h -tinymce.o: ../core/system.h ../core/dirs.h ../core/dircontainer.h -tinymce.o: ../notify/notify.h ../notify/notifypool.h ../templates/patterns.h -tinymce.o: ../templates/locale.h ../templates/localefilter.h -tinymce.o: ../../ezc/src/ezc.h ../../ezc/src/utf8.h ../../ezc/src/generator.h +tinymce.o: ../core/request.h ../core/config.h ../core/system.h ../core/dirs.h +tinymce.o: ../core/dircontainer.h ../notify/notify.h ../notify/notifypool.h +tinymce.o: ../templates/patterns.h ../templates/locale.h +tinymce.o: ../templates/localefilter.h ../../ezc/src/ezc.h +tinymce.o: ../../ezc/src/utf8.h ../../ezc/src/generator.h tinymce.o: ../../ezc/src/pattern.h functions.h functionparser.h ../core/cur.h tinymce.o: adduser.h cat.h chmod.h privchanger.h chown.h ckeditor.h cp.h tinymce.o: default.h download.h emacs.h last.h login.h logout.h ln.h ls.h -tinymce.o: mkdir.h mv.h nicedit.h node.h passwd.h priv.h reload.h rm.h run.h -tinymce.o: sort.h specialdefault.h stat.h subject.h template.h uname.h +tinymce.o: meta.h mkdir.h mv.h nicedit.h node.h passwd.h priv.h reload.h rm.h +tinymce.o: run.h sort.h specialdefault.h stat.h subject.h template.h uname.h tinymce.o: upload.h uptime.h who.h vim.h ../core/htmlfilter.h tinymce.o: ../../ezc/src/stringconv.h ../notify/notifythread.h tinymce.o: ../core/basethread.h ../core/synchro.h ../notify/templatesnotify.h @@ -1040,55 +1069,56 @@ tinymce.o: ../templates/misc.h ../templates/htmltextstream.h ../core/mounts.h tinymce.o: ../core/mountparser.h ../core/crypt.h ../core/users.h tinymce.o: ../core/groups.h ../core/group.h ../core/loadavg.h ../core/image.h tinymce.o: ../core/basethread.h ../core/threadmanager.h ../core/synchro.h -uname.o: uname.h functionbase.h ../core/item.h ../db/db.h ../db/dbbase.h -uname.o: ../db/dbconn.h ../db/dbtextstream.h ../core/textstream.h -uname.o: ../core/misc.h ../core/item.h ../core/requesttypes.h ../core/error.h -uname.o: ../db/dbitemquery.h ../db/dbitemcolumns.h ../core/user.h +uname.o: uname.h functionbase.h ../core/item.h ../core/confparser.h +uname.o: ../db/db.h ../db/dbbase.h ../db/dbconn.h ../db/dbtextstream.h +uname.o: ../core/textstream.h ../core/misc.h ../core/item.h +uname.o: ../core/requesttypes.h ../core/error.h ../db/dbitemquery.h +uname.o: ../db/dbitemcolumns.h ../core/confparser.h ../core/user.h uname.o: ../core/group.h ../core/dircontainer.h ../core/ugcontainer.h uname.o: ../core/log.h ../core/textstream.h ../core/logmanipulators.h uname.o: ../core/slog.h ../core/cur.h ../core/request.h ../core/error.h -uname.o: ../core/config.h ../core/confparser.h ../core/htmlfilter.h -uname.o: ../templates/htmltextstream.h ../core/session.h ../core/user.h -uname.o: ../core/plugindata.h ../core/rebus.h mount.h ../templates/locale.h -uname.o: ../core/confparser.h ../core/request.h ../core/config.h -uname.o: ../core/system.h ../core/dirs.h ../core/dircontainer.h -uname.o: ../notify/notify.h ../notify/notifypool.h ../templates/patterns.h -uname.o: ../templates/locale.h ../templates/localefilter.h -uname.o: ../../ezc/src/ezc.h ../../ezc/src/utf8.h ../../ezc/src/generator.h -uname.o: ../../ezc/src/pattern.h functions.h functionparser.h ../core/cur.h -uname.o: adduser.h cat.h chmod.h privchanger.h chown.h ckeditor.h cp.h -uname.o: default.h download.h emacs.h last.h login.h logout.h ln.h ls.h -uname.o: mkdir.h mv.h nicedit.h node.h passwd.h priv.h reload.h rm.h run.h -uname.o: sort.h specialdefault.h stat.h subject.h template.h tinymce.h -uname.o: upload.h uptime.h who.h vim.h ../core/htmlfilter.h -uname.o: ../../ezc/src/stringconv.h ../notify/notifythread.h -uname.o: ../core/basethread.h ../core/synchro.h ../notify/templatesnotify.h -uname.o: ../core/users.h ../core/ugcontainer.h ../core/lastcontainer.h -uname.o: ../templates/misc.h ../templates/htmltextstream.h ../core/mounts.h -uname.o: ../core/mountparser.h ../core/crypt.h ../core/users.h -uname.o: ../core/groups.h ../core/group.h ../core/loadavg.h ../core/image.h -uname.o: ../core/basethread.h ../core/threadmanager.h ../core/synchro.h -upload.o: upload.h functionbase.h ../core/item.h ../db/db.h ../db/dbbase.h -upload.o: ../db/dbconn.h ../db/dbtextstream.h ../core/textstream.h -upload.o: ../core/misc.h ../core/item.h ../core/requesttypes.h -upload.o: ../core/error.h ../db/dbitemquery.h ../db/dbitemcolumns.h -upload.o: ../core/user.h ../core/group.h ../core/dircontainer.h -upload.o: ../core/ugcontainer.h ../core/log.h ../core/textstream.h -upload.o: ../core/logmanipulators.h ../core/slog.h ../core/cur.h -upload.o: ../core/request.h ../core/error.h ../core/config.h -upload.o: ../core/confparser.h ../core/htmlfilter.h -upload.o: ../templates/htmltextstream.h ../core/session.h ../core/user.h -upload.o: ../core/plugindata.h ../core/rebus.h mount.h ../templates/locale.h -upload.o: ../core/confparser.h ../core/request.h ../core/config.h -upload.o: ../core/system.h ../core/dirs.h ../core/dircontainer.h -upload.o: ../notify/notify.h ../notify/notifypool.h ../templates/patterns.h -upload.o: ../templates/locale.h ../templates/localefilter.h -upload.o: ../../ezc/src/ezc.h ../../ezc/src/utf8.h ../../ezc/src/generator.h +uname.o: ../core/config.h ../core/htmlfilter.h ../templates/htmltextstream.h +uname.o: ../core/session.h ../core/user.h ../core/plugindata.h +uname.o: ../core/rebus.h mount.h ../templates/locale.h ../core/request.h +uname.o: ../core/config.h ../core/system.h ../core/dirs.h +uname.o: ../core/dircontainer.h ../notify/notify.h ../notify/notifypool.h +uname.o: ../templates/patterns.h ../templates/locale.h +uname.o: ../templates/localefilter.h ../../ezc/src/ezc.h ../../ezc/src/utf8.h +uname.o: ../../ezc/src/generator.h ../../ezc/src/pattern.h functions.h +uname.o: functionparser.h ../core/cur.h adduser.h cat.h chmod.h privchanger.h +uname.o: chown.h ckeditor.h cp.h default.h download.h emacs.h last.h login.h +uname.o: logout.h ln.h ls.h meta.h mkdir.h mv.h nicedit.h node.h passwd.h +uname.o: priv.h reload.h rm.h run.h sort.h specialdefault.h stat.h subject.h +uname.o: template.h tinymce.h upload.h uptime.h who.h vim.h +uname.o: ../core/htmlfilter.h ../../ezc/src/stringconv.h +uname.o: ../notify/notifythread.h ../core/basethread.h ../core/synchro.h +uname.o: ../notify/templatesnotify.h ../core/users.h ../core/ugcontainer.h +uname.o: ../core/lastcontainer.h ../templates/misc.h +uname.o: ../templates/htmltextstream.h ../core/mounts.h ../core/mountparser.h +uname.o: ../core/crypt.h ../core/users.h ../core/groups.h ../core/group.h +uname.o: ../core/loadavg.h ../core/image.h ../core/basethread.h +uname.o: ../core/threadmanager.h ../core/synchro.h +upload.o: upload.h functionbase.h ../core/item.h ../core/confparser.h +upload.o: ../db/db.h ../db/dbbase.h ../db/dbconn.h ../db/dbtextstream.h +upload.o: ../core/textstream.h ../core/misc.h ../core/item.h +upload.o: ../core/requesttypes.h ../core/error.h ../db/dbitemquery.h +upload.o: ../db/dbitemcolumns.h ../core/confparser.h ../core/user.h +upload.o: ../core/group.h ../core/dircontainer.h ../core/ugcontainer.h +upload.o: ../core/log.h ../core/textstream.h ../core/logmanipulators.h +upload.o: ../core/slog.h ../core/cur.h ../core/request.h ../core/error.h +upload.o: ../core/config.h ../core/htmlfilter.h ../templates/htmltextstream.h +upload.o: ../core/session.h ../core/user.h ../core/plugindata.h +upload.o: ../core/rebus.h mount.h ../templates/locale.h ../core/request.h +upload.o: ../core/config.h ../core/system.h ../core/dirs.h +upload.o: ../core/dircontainer.h ../notify/notify.h ../notify/notifypool.h +upload.o: ../templates/patterns.h ../templates/locale.h +upload.o: ../templates/localefilter.h ../../ezc/src/ezc.h +upload.o: ../../ezc/src/utf8.h ../../ezc/src/generator.h upload.o: ../../ezc/src/pattern.h functions.h functionparser.h ../core/cur.h upload.o: adduser.h cat.h chmod.h privchanger.h chown.h ckeditor.h cp.h upload.o: default.h download.h emacs.h last.h login.h logout.h ln.h ls.h -upload.o: mkdir.h mv.h nicedit.h node.h passwd.h priv.h reload.h rm.h run.h -upload.o: sort.h specialdefault.h stat.h subject.h template.h tinymce.h +upload.o: meta.h mkdir.h mv.h nicedit.h node.h passwd.h priv.h reload.h rm.h +upload.o: run.h sort.h specialdefault.h stat.h subject.h template.h tinymce.h upload.o: uname.h uptime.h who.h vim.h ../core/htmlfilter.h upload.o: ../../ezc/src/stringconv.h ../notify/notifythread.h upload.o: ../core/basethread.h ../core/synchro.h ../notify/templatesnotify.h @@ -1103,27 +1133,27 @@ upload.o: ../core/sessioncontainer.h ../functions/functions.h upload.o: ../templates/templates.h ../templates/patterncacher.h upload.o: ../templates/indexpatterns.h ../templates/patterns.h upload.o: ../templates/changepatterns.h ../core/sessionmanager.h -uptime.o: uptime.h functionbase.h ../core/item.h ../db/db.h ../db/dbbase.h -uptime.o: ../db/dbconn.h ../db/dbtextstream.h ../core/textstream.h -uptime.o: ../core/misc.h ../core/item.h ../core/requesttypes.h -uptime.o: ../core/error.h ../db/dbitemquery.h ../db/dbitemcolumns.h -uptime.o: ../core/user.h ../core/group.h ../core/dircontainer.h -uptime.o: ../core/ugcontainer.h ../core/log.h ../core/textstream.h -uptime.o: ../core/logmanipulators.h ../core/slog.h ../core/cur.h -uptime.o: ../core/request.h ../core/error.h ../core/config.h -uptime.o: ../core/confparser.h ../core/htmlfilter.h -uptime.o: ../templates/htmltextstream.h ../core/session.h ../core/user.h -uptime.o: ../core/plugindata.h ../core/rebus.h mount.h ../templates/locale.h -uptime.o: ../core/confparser.h ../core/request.h ../core/config.h -uptime.o: ../core/system.h ../core/dirs.h ../core/dircontainer.h -uptime.o: ../notify/notify.h ../notify/notifypool.h ../templates/patterns.h -uptime.o: ../templates/locale.h ../templates/localefilter.h -uptime.o: ../../ezc/src/ezc.h ../../ezc/src/utf8.h ../../ezc/src/generator.h +uptime.o: uptime.h functionbase.h ../core/item.h ../core/confparser.h +uptime.o: ../db/db.h ../db/dbbase.h ../db/dbconn.h ../db/dbtextstream.h +uptime.o: ../core/textstream.h ../core/misc.h ../core/item.h +uptime.o: ../core/requesttypes.h ../core/error.h ../db/dbitemquery.h +uptime.o: ../db/dbitemcolumns.h ../core/confparser.h ../core/user.h +uptime.o: ../core/group.h ../core/dircontainer.h ../core/ugcontainer.h +uptime.o: ../core/log.h ../core/textstream.h ../core/logmanipulators.h +uptime.o: ../core/slog.h ../core/cur.h ../core/request.h ../core/error.h +uptime.o: ../core/config.h ../core/htmlfilter.h ../templates/htmltextstream.h +uptime.o: ../core/session.h ../core/user.h ../core/plugindata.h +uptime.o: ../core/rebus.h mount.h ../templates/locale.h ../core/request.h +uptime.o: ../core/config.h ../core/system.h ../core/dirs.h +uptime.o: ../core/dircontainer.h ../notify/notify.h ../notify/notifypool.h +uptime.o: ../templates/patterns.h ../templates/locale.h +uptime.o: ../templates/localefilter.h ../../ezc/src/ezc.h +uptime.o: ../../ezc/src/utf8.h ../../ezc/src/generator.h uptime.o: ../../ezc/src/pattern.h functions.h functionparser.h ../core/cur.h uptime.o: adduser.h cat.h chmod.h privchanger.h chown.h ckeditor.h cp.h uptime.o: default.h download.h emacs.h last.h login.h logout.h ln.h ls.h -uptime.o: mkdir.h mv.h nicedit.h node.h passwd.h priv.h reload.h rm.h run.h -uptime.o: sort.h specialdefault.h stat.h subject.h template.h tinymce.h +uptime.o: meta.h mkdir.h mv.h nicedit.h node.h passwd.h priv.h reload.h rm.h +uptime.o: run.h sort.h specialdefault.h stat.h subject.h template.h tinymce.h uptime.o: uname.h upload.h who.h vim.h ../core/htmlfilter.h uptime.o: ../../ezc/src/stringconv.h ../notify/notifythread.h uptime.o: ../core/basethread.h ../core/synchro.h ../notify/templatesnotify.h @@ -1132,24 +1162,24 @@ uptime.o: ../templates/misc.h ../templates/htmltextstream.h ../core/mounts.h uptime.o: ../core/mountparser.h ../core/crypt.h ../core/users.h uptime.o: ../core/groups.h ../core/group.h ../core/loadavg.h ../core/image.h uptime.o: ../core/basethread.h ../core/threadmanager.h ../core/synchro.h -vim.o: vim.h functionbase.h ../core/item.h ../db/db.h ../db/dbbase.h -vim.o: ../db/dbconn.h ../db/dbtextstream.h ../core/textstream.h -vim.o: ../core/misc.h ../core/item.h ../core/requesttypes.h ../core/error.h -vim.o: ../db/dbitemquery.h ../db/dbitemcolumns.h ../core/user.h +vim.o: vim.h functionbase.h ../core/item.h ../core/confparser.h ../db/db.h +vim.o: ../db/dbbase.h ../db/dbconn.h ../db/dbtextstream.h +vim.o: ../core/textstream.h ../core/misc.h ../core/item.h +vim.o: ../core/requesttypes.h ../core/error.h ../db/dbitemquery.h +vim.o: ../db/dbitemcolumns.h ../core/confparser.h ../core/user.h vim.o: ../core/group.h ../core/dircontainer.h ../core/ugcontainer.h vim.o: ../core/log.h ../core/textstream.h ../core/logmanipulators.h vim.o: ../core/slog.h ../core/cur.h ../core/request.h ../core/error.h -vim.o: ../core/config.h ../core/confparser.h ../core/htmlfilter.h -vim.o: ../templates/htmltextstream.h ../core/session.h ../core/user.h -vim.o: ../core/plugindata.h ../core/rebus.h mount.h ../templates/locale.h -vim.o: ../core/confparser.h ../core/request.h ../core/config.h +vim.o: ../core/config.h ../core/htmlfilter.h ../templates/htmltextstream.h +vim.o: ../core/session.h ../core/user.h ../core/plugindata.h ../core/rebus.h +vim.o: mount.h ../templates/locale.h ../core/request.h ../core/config.h vim.o: ../core/system.h ../core/dirs.h ../core/dircontainer.h vim.o: ../notify/notify.h ../notify/notifypool.h ../templates/patterns.h vim.o: ../templates/locale.h ../templates/localefilter.h ../../ezc/src/ezc.h vim.o: ../../ezc/src/utf8.h ../../ezc/src/generator.h ../../ezc/src/pattern.h vim.o: functions.h functionparser.h ../core/cur.h adduser.h cat.h chmod.h vim.o: privchanger.h chown.h ckeditor.h cp.h default.h download.h emacs.h -vim.o: last.h login.h logout.h ln.h ls.h mkdir.h mv.h nicedit.h node.h +vim.o: last.h login.h logout.h ln.h ls.h meta.h mkdir.h mv.h nicedit.h node.h vim.o: passwd.h priv.h reload.h rm.h run.h sort.h specialdefault.h stat.h vim.o: subject.h template.h tinymce.h uname.h upload.h uptime.h who.h vim.o: ../core/htmlfilter.h ../../ezc/src/stringconv.h @@ -1160,24 +1190,24 @@ vim.o: ../templates/htmltextstream.h ../core/mounts.h ../core/mountparser.h vim.o: ../core/crypt.h ../core/users.h ../core/groups.h ../core/group.h vim.o: ../core/loadavg.h ../core/image.h ../core/basethread.h vim.o: ../core/threadmanager.h ../core/synchro.h -who.o: who.h functionbase.h ../core/item.h ../db/db.h ../db/dbbase.h -who.o: ../db/dbconn.h ../db/dbtextstream.h ../core/textstream.h -who.o: ../core/misc.h ../core/item.h ../core/requesttypes.h ../core/error.h -who.o: ../db/dbitemquery.h ../db/dbitemcolumns.h ../core/user.h +who.o: who.h functionbase.h ../core/item.h ../core/confparser.h ../db/db.h +who.o: ../db/dbbase.h ../db/dbconn.h ../db/dbtextstream.h +who.o: ../core/textstream.h ../core/misc.h ../core/item.h +who.o: ../core/requesttypes.h ../core/error.h ../db/dbitemquery.h +who.o: ../db/dbitemcolumns.h ../core/confparser.h ../core/user.h who.o: ../core/group.h ../core/dircontainer.h ../core/ugcontainer.h who.o: ../core/log.h ../core/textstream.h ../core/logmanipulators.h who.o: ../core/slog.h ../core/cur.h ../core/request.h ../core/error.h -who.o: ../core/config.h ../core/confparser.h ../core/htmlfilter.h -who.o: ../templates/htmltextstream.h ../core/session.h ../core/user.h -who.o: ../core/plugindata.h ../core/rebus.h mount.h ../templates/locale.h -who.o: ../core/confparser.h ../core/request.h ../core/config.h +who.o: ../core/config.h ../core/htmlfilter.h ../templates/htmltextstream.h +who.o: ../core/session.h ../core/user.h ../core/plugindata.h ../core/rebus.h +who.o: mount.h ../templates/locale.h ../core/request.h ../core/config.h who.o: ../core/system.h ../core/dirs.h ../core/dircontainer.h who.o: ../notify/notify.h ../notify/notifypool.h ../templates/patterns.h who.o: ../templates/locale.h ../templates/localefilter.h ../../ezc/src/ezc.h who.o: ../../ezc/src/utf8.h ../../ezc/src/generator.h ../../ezc/src/pattern.h who.o: functions.h functionparser.h ../core/cur.h adduser.h cat.h chmod.h who.o: privchanger.h chown.h ckeditor.h cp.h default.h download.h emacs.h -who.o: last.h login.h logout.h ln.h ls.h mkdir.h mv.h nicedit.h node.h +who.o: last.h login.h logout.h ln.h ls.h meta.h mkdir.h mv.h nicedit.h node.h who.o: passwd.h priv.h reload.h rm.h run.h sort.h specialdefault.h stat.h who.o: subject.h template.h tinymce.h uname.h upload.h uptime.h vim.h who.o: ../core/htmlfilter.h ../../ezc/src/stringconv.h diff --git a/functions/Makefile.o.dep b/functions/Makefile.o.dep index 45d281c..974a0d8 100755 --- a/functions/Makefile.o.dep +++ b/functions/Makefile.o.dep @@ -1 +1 @@ -o = adduser.o cat.o chmod.o chown.o ckeditor.o cp.o default.o download.o emacs.o functionbase.o functionparser.o functions.o last.o ln.o login.o logout.o ls.o mkdir.o mount.o mv.o nicedit.o node.o passwd.o priv.o privchanger.o reload.o rm.o run.o sort.o specialdefault.o stat.o subject.o template.o tinymce.o uname.o upload.o uptime.o vim.o who.o +o = adduser.o cat.o chmod.o chown.o ckeditor.o cp.o default.o download.o emacs.o functionbase.o functionparser.o functions.o last.o ln.o login.o logout.o ls.o meta.o mkdir.o mount.o mv.o nicedit.o node.o passwd.o priv.o privchanger.o reload.o rm.o run.o sort.o specialdefault.o stat.o subject.o template.o tinymce.o uname.o upload.o uptime.o vim.o who.o diff --git a/functions/functions.cpp b/functions/functions.cpp index 7d6d409..d725448 100755 --- a/functions/functions.cpp +++ b/functions/functions.cpp @@ -185,6 +185,7 @@ void Functions::CreateFunctions() Add(fun_logout); Add(fun_ln); Add(fun_ls); + Add(fun_meta); Add(fun_mkdir); Add(fun_mount); Add(fun_mv); diff --git a/functions/functions.h b/functions/functions.h index eb351cd..ff3eac4 100755 --- a/functions/functions.h +++ b/functions/functions.h @@ -27,6 +27,7 @@ #include "logout.h" #include "ln.h" #include "ls.h" +#include "meta.h" #include "mkdir.h" #include "mount.h" #include "mv.h" @@ -73,6 +74,7 @@ public: Fun::Logout fun_logout; Fun::Ln fun_ln; Fun::Ls fun_ls; + Fun::Meta fun_meta; Fun::Mkdir fun_mkdir; Fun::Mount fun_mount; Fun::Mv fun_mv; diff --git a/functions/meta.cpp b/functions/meta.cpp new file mode 100755 index 0000000..f1d218a --- /dev/null +++ b/functions/meta.cpp @@ -0,0 +1,71 @@ +/* + * This file is a part of Winix + * and is not publicly distributed + * + * Copyright (c) 2011, Tomasz Sowa + * All rights reserved. + * + */ + +#include "meta.h" +#include "core/log.h" + + +namespace Fun +{ + +Meta::Meta() +{ + fun.url = L"meta"; +} + + +bool Meta::HasAccess() +{ + return system->HasReadAccess(*cur->request->last_item); +} + + + +bool Meta::AddMetaInfo(Item & item, const std::wstring & meta_str) +{ + space.Clear(); + conf_parser.SetSpace(space); + conf_parser.UTF8(config->utf8); + conf_parser.SplitSingle(true); + + if( conf_parser.ParseString(meta_str) == ConfParser::ok ) + { + if( db->EditMetaById(space, item.id) == WINIX_ERR_OK ) + { + item.meta = space; + return true; + } + } + +return false; +} + + + +void Meta::MakePost() +{ + if( system->HasWriteAccess(*cur->request->last_item) ) + { + const std::wstring & meta_str = cur->request->PostVar(L"itemmeta"); + + if( AddMetaInfo(*cur->request->last_item, meta_str) ) + system->RedirectToLastItem(); + else + slog << logerror << "Syntax error in line: " << conf_parser.line << logend; + } + else + { + cur->request->status = WINIX_ERR_PERMISSION_DENIED; + } +} + + + +} // namespace + diff --git a/functions/meta.h b/functions/meta.h new file mode 100755 index 0000000..18be040 --- /dev/null +++ b/functions/meta.h @@ -0,0 +1,40 @@ +/* + * This file is a part of Winix + * and is not publicly distributed + * + * Copyright (c) 2011, Tomasz Sowa + * All rights reserved. + * + */ + +#ifndef headerfile_winix_functions_meta +#define headerfile_winix_functions_meta + +#include "functionbase.h" +#include "core/confparser.h" + + +namespace Fun +{ + + +class Meta : public FunctionBase +{ +public: + + Meta(); + + bool HasAccess(); + void MakePost(); + bool AddMetaInfo(Item & item, const std::wstring & meta_str); + +private: + + ConfParser conf_parser; + Space space; +}; + + +} // namespace + +#endif diff --git a/html/fun_meta.html b/html/fun_meta.html new file mode 100755 index 0000000..e668132 --- /dev/null +++ b/html/fun_meta.html @@ -0,0 +1,27 @@ +

{meta_header}

+ +[if item_is] + [if item_can_write] +
+
+ {form_meta_legend} + + +
+
+ [else] +
[item_meta_str]
+ [end] +[else] + [if dir_can_write] +
+
+ {form_meta_legend} + + +
+
+ [else] +
[dir_last_meta_str]
+ [end] +[end] diff --git a/locale/en b/locale/en index eeca958..71edd4a 100755 --- a/locale/en +++ b/locale/en @@ -122,6 +122,10 @@ last_none = There is no anything information. ls_header = Directory listing +meta_header = Meta +form_meta_legend = Form for changing meta info + + mkdir_header = Make directory mkdir_form_legend = Make directory form diff --git a/locale/pl b/locale/pl index a01d966..970000a 100755 --- a/locale/pl +++ b/locale/pl @@ -121,6 +121,10 @@ last_none = Nie ma dostępnych żadnych informacji. ls_header = Zawartość katalogu +meta_header = Meta +form_meta_legend = Formularz zmiany meta informacji + + mkdir_header = Stwórz katalog mkdir_form_legend = Wypełnij wszystkie pozycje formularza diff --git a/main/Makefile.dep b/main/Makefile.dep index fc83185..23a1a83 100755 --- a/main/Makefile.dep +++ b/main/Makefile.dep @@ -1,11 +1,11 @@ # DO NOT DELETE main.o: ../core/log.h ../core/textstream.h ../core/misc.h ../core/item.h -main.o: ../core/requesttypes.h ../core/logmanipulators.h ../core/slog.h -main.o: ../core/cur.h ../core/request.h ../core/error.h ../core/config.h -main.o: ../core/confparser.h ../core/htmlfilter.h -main.o: ../templates/htmltextstream.h ../core/textstream.h ../core/session.h -main.o: ../core/user.h ../core/plugindata.h ../core/rebus.h ../core/mount.h +main.o: ../core/confparser.h ../core/requesttypes.h ../core/logmanipulators.h +main.o: ../core/slog.h ../core/cur.h ../core/request.h ../core/error.h +main.o: ../core/config.h ../core/htmlfilter.h ../templates/htmltextstream.h +main.o: ../core/textstream.h ../core/session.h ../core/user.h +main.o: ../core/plugindata.h ../core/rebus.h ../core/mount.h main.o: ../templates/locale.h ../core/confparser.h ../core/slog.h main.o: ../core/app.h ../core/system.h ../core/dirs.h ../core/dircontainer.h main.o: ../db/db.h ../db/dbbase.h ../db/dbconn.h ../db/dbtextstream.h @@ -32,17 +32,17 @@ main.o: ../functions/privchanger.h ../functions/chown.h main.o: ../functions/ckeditor.h ../functions/cp.h ../functions/default.h main.o: ../functions/download.h ../functions/emacs.h ../functions/last.h main.o: ../functions/login.h ../functions/logout.h ../functions/ln.h -main.o: ../functions/ls.h ../functions/mkdir.h ../functions/mv.h -main.o: ../functions/nicedit.h ../functions/node.h ../functions/passwd.h -main.o: ../functions/priv.h ../functions/reload.h ../functions/rm.h -main.o: ../functions/sort.h ../functions/specialdefault.h ../functions/stat.h -main.o: ../functions/subject.h ../functions/template.h ../functions/tinymce.h -main.o: ../functions/uname.h ../functions/upload.h ../functions/uptime.h -main.o: ../functions/who.h ../functions/vim.h ../core/htmlfilter.h -main.o: ../templates/templates.h ../templates/patterncacher.h -main.o: ../templates/indexpatterns.h ../templates/patterns.h -main.o: ../templates/changepatterns.h ../core/sessionmanager.h -main.o: ../core/compress.h ../core/postparser.h ../core/httpsimpleparser.h -main.o: ../core/cookieparser.h ../core/postmultiparser.h -main.o: ../core/acceptencodingparser.h ../core/acceptbaseparser.h -main.o: ../core/plugin.h ../core/pluginmsg.h +main.o: ../functions/ls.h ../functions/meta.h ../functions/mkdir.h +main.o: ../functions/mv.h ../functions/nicedit.h ../functions/node.h +main.o: ../functions/passwd.h ../functions/priv.h ../functions/reload.h +main.o: ../functions/rm.h ../functions/sort.h ../functions/specialdefault.h +main.o: ../functions/stat.h ../functions/subject.h ../functions/template.h +main.o: ../functions/tinymce.h ../functions/uname.h ../functions/upload.h +main.o: ../functions/uptime.h ../functions/who.h ../functions/vim.h +main.o: ../core/htmlfilter.h ../templates/templates.h +main.o: ../templates/patterncacher.h ../templates/indexpatterns.h +main.o: ../templates/patterns.h ../templates/changepatterns.h +main.o: ../core/sessionmanager.h ../core/compress.h ../core/postparser.h +main.o: ../core/httpsimpleparser.h ../core/cookieparser.h +main.o: ../core/postmultiparser.h ../core/acceptencodingparser.h +main.o: ../core/acceptbaseparser.h ../core/plugin.h ../core/pluginmsg.h diff --git a/notify/Makefile.dep b/notify/Makefile.dep index 85c7358..cd1474e 100755 --- a/notify/Makefile.dep +++ b/notify/Makefile.dep @@ -37,11 +37,12 @@ notify.o: ../functions/cat.h ../functions/chmod.h ../functions/privchanger.h notify.o: ../functions/chown.h ../functions/ckeditor.h ../functions/cp.h notify.o: ../functions/default.h ../functions/download.h ../functions/emacs.h notify.o: ../functions/last.h ../functions/login.h ../functions/logout.h -notify.o: ../functions/ln.h ../functions/ls.h ../functions/mkdir.h -notify.o: ../functions/mv.h ../functions/nicedit.h ../functions/node.h -notify.o: ../functions/passwd.h ../functions/priv.h ../functions/reload.h -notify.o: ../functions/rm.h ../functions/sort.h ../functions/specialdefault.h -notify.o: ../functions/stat.h ../functions/subject.h ../functions/template.h +notify.o: ../functions/ln.h ../functions/ls.h ../functions/meta.h +notify.o: ../functions/mkdir.h ../functions/mv.h ../functions/nicedit.h +notify.o: ../functions/node.h ../functions/passwd.h ../functions/priv.h +notify.o: ../functions/reload.h ../functions/rm.h ../functions/sort.h +notify.o: ../functions/specialdefault.h ../functions/stat.h +notify.o: ../functions/subject.h ../functions/template.h notify.o: ../functions/tinymce.h ../functions/uname.h ../functions/upload.h notify.o: ../functions/uptime.h ../functions/who.h ../functions/vim.h notifypool.o: notifypool.h ../templates/locale.h ../core/confparser.h @@ -82,27 +83,27 @@ templatesnotify.o: ../templates/htmltextstream.h ../core/session.h templatesnotify.o: ../core/user.h ../core/plugindata.h ../core/rebus.h templatesnotify.o: ../core/mount.h ../core/system.h ../core/sessionmanager.h templatesnotify.o: ../core/synchro.h ../functions/functions.h -templatesnotify.o: ../functions/functionbase.h ../core/item.h ../db/db.h -templatesnotify.o: ../db/dbbase.h ../db/dbconn.h ../db/dbtextstream.h -templatesnotify.o: ../core/error.h ../db/dbitemquery.h ../db/dbitemcolumns.h -templatesnotify.o: ../core/user.h ../core/group.h ../core/dircontainer.h +templatesnotify.o: ../functions/functionbase.h ../core/item.h +templatesnotify.o: ../core/confparser.h ../db/db.h ../db/dbbase.h +templatesnotify.o: ../db/dbconn.h ../db/dbtextstream.h ../core/error.h +templatesnotify.o: ../db/dbitemquery.h ../db/dbitemcolumns.h ../core/user.h +templatesnotify.o: ../core/group.h ../core/dircontainer.h templatesnotify.o: ../core/ugcontainer.h ../core/request.h ../core/config.h -templatesnotify.o: ../core/confparser.h ../core/htmlfilter.h ../core/system.h -templatesnotify.o: ../core/dirs.h ../core/dircontainer.h ../notify/notify.h -templatesnotify.o: ../core/mounts.h ../core/mountparser.h ../core/crypt.h -templatesnotify.o: ../core/run.h ../core/users.h ../core/groups.h -templatesnotify.o: ../core/group.h ../core/ugcontainer.h ../core/loadavg.h -templatesnotify.o: ../core/image.h ../core/basethread.h -templatesnotify.o: ../core/threadmanager.h ../core/synchro.h -templatesnotify.o: ../functions/functionparser.h ../core/cur.h -templatesnotify.o: ../functions/adduser.h ../functions/cat.h +templatesnotify.o: ../core/htmlfilter.h ../core/system.h ../core/dirs.h +templatesnotify.o: ../core/dircontainer.h ../notify/notify.h ../core/mounts.h +templatesnotify.o: ../core/mountparser.h ../core/crypt.h ../core/run.h +templatesnotify.o: ../core/users.h ../core/groups.h ../core/group.h +templatesnotify.o: ../core/ugcontainer.h ../core/loadavg.h ../core/image.h +templatesnotify.o: ../core/basethread.h ../core/threadmanager.h +templatesnotify.o: ../core/synchro.h ../functions/functionparser.h +templatesnotify.o: ../core/cur.h ../functions/adduser.h ../functions/cat.h templatesnotify.o: ../functions/chmod.h ../functions/privchanger.h templatesnotify.o: ../functions/chown.h ../functions/ckeditor.h templatesnotify.o: ../functions/cp.h ../functions/default.h templatesnotify.o: ../functions/download.h ../functions/emacs.h templatesnotify.o: ../functions/last.h ../functions/login.h templatesnotify.o: ../functions/logout.h ../functions/ln.h ../functions/ls.h -templatesnotify.o: ../functions/mkdir.h ../functions/mv.h +templatesnotify.o: ../functions/meta.h ../functions/mkdir.h ../functions/mv.h templatesnotify.o: ../functions/nicedit.h ../functions/node.h templatesnotify.o: ../functions/passwd.h ../functions/priv.h templatesnotify.o: ../functions/reload.h ../functions/rm.h diff --git a/plugins/export/Makefile.dep b/plugins/export/Makefile.dep index 6a8fc08..2042d54 100755 --- a/plugins/export/Makefile.dep +++ b/plugins/export/Makefile.dep @@ -2,43 +2,43 @@ edb.o: edb.h ../../db/dbbase.h ../../db/dbconn.h ../../db/dbtextstream.h edb.o: ../../core/textstream.h ../../core/misc.h ../../core/item.h -edb.o: ../../core/requesttypes.h ../../core/error.h export.h -edb.o: ../../core/dirs.h ../../core/dircontainer.h ../../db/db.h +edb.o: ../../core/confparser.h ../../core/requesttypes.h ../../core/error.h +edb.o: export.h ../../core/dirs.h ../../core/dircontainer.h ../../db/db.h edb.o: ../../db/dbbase.h ../../db/dbitemquery.h ../../core/item.h -edb.o: ../../db/dbitemcolumns.h ../../core/user.h ../../core/group.h -edb.o: ../../core/dircontainer.h ../../core/ugcontainer.h ../../core/log.h -edb.o: ../../core/textstream.h ../../core/logmanipulators.h ../../core/slog.h -edb.o: ../../core/cur.h ../../core/request.h ../../core/error.h -edb.o: ../../core/config.h ../../core/confparser.h ../../core/htmlfilter.h +edb.o: ../../db/dbitemcolumns.h ../../core/confparser.h ../../core/user.h +edb.o: ../../core/group.h ../../core/dircontainer.h ../../core/ugcontainer.h +edb.o: ../../core/log.h ../../core/textstream.h ../../core/logmanipulators.h +edb.o: ../../core/slog.h ../../core/cur.h ../../core/request.h +edb.o: ../../core/error.h ../../core/config.h ../../core/htmlfilter.h edb.o: ../../templates/htmltextstream.h ../../core/session.h edb.o: ../../core/user.h ../../core/plugindata.h ../../core/rebus.h -edb.o: ../../core/mount.h ../../templates/locale.h ../../core/confparser.h -edb.o: ../../notify/notify.h ../../notify/notifypool.h -edb.o: ../../templates/patterns.h ../../templates/locale.h -edb.o: ../../templates/localefilter.h ../../../ezc/src/ezc.h -edb.o: ../../../ezc/src/utf8.h ../../../ezc/src/generator.h -edb.o: ../../../ezc/src/pattern.h ../../../ezc/src/functions.h -edb.o: ../../../ezc/src/funinfo.h ../../../ezc/src/stringconv.h -edb.o: ../../notify/notifythread.h ../../core/basethread.h -edb.o: ../../core/synchro.h ../../notify/templatesnotify.h -edb.o: ../../core/config.h ../../core/users.h ../../core/ugcontainer.h -edb.o: ../../core/lastcontainer.h ../../templates/misc.h -edb.o: ../../templates/htmltextstream.h ../../core/log.h +edb.o: ../../core/mount.h ../../templates/locale.h ../../notify/notify.h +edb.o: ../../notify/notifypool.h ../../templates/patterns.h +edb.o: ../../templates/locale.h ../../templates/localefilter.h +edb.o: ../../../ezc/src/ezc.h ../../../ezc/src/utf8.h +edb.o: ../../../ezc/src/generator.h ../../../ezc/src/pattern.h +edb.o: ../../../ezc/src/functions.h ../../../ezc/src/funinfo.h +edb.o: ../../../ezc/src/stringconv.h ../../notify/notifythread.h +edb.o: ../../core/basethread.h ../../core/synchro.h +edb.o: ../../notify/templatesnotify.h ../../core/config.h ../../core/users.h +edb.o: ../../core/ugcontainer.h ../../core/lastcontainer.h +edb.o: ../../templates/misc.h ../../templates/htmltextstream.h +edb.o: ../../core/log.h exportinfo.o: ../../core/log.h exportinfo.h ../../core/system.h -exportinfo.o: ../../core/dirs.h ../../core/item.h ../../core/dircontainer.h -exportinfo.o: ../../db/db.h ../../db/dbbase.h ../../db/dbitemquery.h -exportinfo.o: ../../core/item.h ../../db/dbitemcolumns.h ../../core/user.h -exportinfo.o: ../../core/group.h ../../core/dircontainer.h +exportinfo.o: ../../core/dirs.h ../../core/item.h ../../core/confparser.h +exportinfo.o: ../../core/dircontainer.h ../../db/db.h ../../db/dbbase.h +exportinfo.o: ../../db/dbitemquery.h ../../core/item.h +exportinfo.o: ../../db/dbitemcolumns.h ../../core/confparser.h +exportinfo.o: ../../core/user.h ../../core/group.h ../../core/dircontainer.h exportinfo.o: ../../core/ugcontainer.h ../../core/log.h exportinfo.o: ../../core/textstream.h ../../core/logmanipulators.h exportinfo.o: ../../core/slog.h ../../core/cur.h ../../core/request.h exportinfo.o: ../../core/requesttypes.h ../../core/error.h -exportinfo.o: ../../core/config.h ../../core/confparser.h -exportinfo.o: ../../core/htmlfilter.h ../../templates/htmltextstream.h -exportinfo.o: ../../core/textstream.h ../../core/misc.h ../../core/session.h -exportinfo.o: ../../core/user.h ../../core/plugindata.h ../../core/rebus.h -exportinfo.o: ../../core/mount.h ../../templates/locale.h -exportinfo.o: ../../core/confparser.h ../../notify/notify.h +exportinfo.o: ../../core/config.h ../../core/htmlfilter.h +exportinfo.o: ../../templates/htmltextstream.h ../../core/textstream.h +exportinfo.o: ../../core/misc.h ../../core/session.h ../../core/user.h +exportinfo.o: ../../core/plugindata.h ../../core/rebus.h ../../core/mount.h +exportinfo.o: ../../templates/locale.h ../../notify/notify.h exportinfo.o: ../../notify/notifypool.h ../../templates/patterns.h exportinfo.o: ../../templates/locale.h ../../templates/localefilter.h exportinfo.o: ../../../ezc/src/ezc.h ../../../ezc/src/utf8.h @@ -58,13 +58,13 @@ exportinfo.o: ../../db/dbconn.h ../../db/dbtextstream.h ../../core/error.h exportinfo.o: ../../core/dirs.h message.h exportthread.h exportthread.o: exportthread.h ../../core/basethread.h ../../core/synchro.h exportthread.o: message.h ../../core/log.h ../../core/misc.h -exportthread.o: ../../core/item.h ../../core/requesttypes.h -exportthread.o: ../../../ezc/src/utf8.h +exportthread.o: ../../core/item.h ../../core/confparser.h +exportthread.o: ../../core/requesttypes.h ../../../ezc/src/utf8.h init.o: ../../core/log.h ../../core/plugin.h ../../core/pluginmsg.h init.o: ../../core/log.h ../../core/textstream.h ../../core/logmanipulators.h init.o: ../../core/slog.h ../../core/cur.h ../../core/request.h -init.o: ../../core/requesttypes.h ../../core/item.h ../../core/error.h -init.o: ../../core/config.h ../../core/confparser.h ../../core/htmlfilter.h +init.o: ../../core/requesttypes.h ../../core/item.h ../../core/confparser.h +init.o: ../../core/error.h ../../core/config.h ../../core/htmlfilter.h init.o: ../../templates/htmltextstream.h ../../core/textstream.h init.o: ../../core/misc.h ../../core/session.h ../../core/user.h init.o: ../../core/plugindata.h ../../core/rebus.h ../../core/mount.h @@ -99,7 +99,7 @@ init.o: ../../functions/cp.h ../../functions/default.h init.o: ../../functions/download.h ../../functions/emacs.h init.o: ../../functions/last.h ../../functions/login.h init.o: ../../functions/logout.h ../../functions/ln.h ../../functions/ls.h -init.o: ../../functions/mkdir.h ../../functions/mv.h +init.o: ../../functions/meta.h ../../functions/mkdir.h ../../functions/mv.h init.o: ../../functions/nicedit.h ../../functions/node.h init.o: ../../functions/passwd.h ../../functions/priv.h init.o: ../../functions/reload.h ../../functions/rm.h ../../functions/sort.h diff --git a/plugins/gallery/Makefile.dep b/plugins/gallery/Makefile.dep index 1c7e006..e398201 100755 --- a/plugins/gallery/Makefile.dep +++ b/plugins/gallery/Makefile.dep @@ -1,77 +1,78 @@ # DO NOT DELETE gallery.o: gallery.h ../../functions/functionbase.h ../../core/item.h -gallery.o: ../../db/db.h ../../db/dbbase.h ../../db/dbconn.h -gallery.o: ../../db/dbtextstream.h ../../core/textstream.h ../../core/misc.h -gallery.o: ../../core/item.h ../../core/requesttypes.h ../../core/error.h -gallery.o: ../../db/dbitemquery.h ../../db/dbitemcolumns.h ../../core/user.h -gallery.o: ../../core/group.h ../../core/dircontainer.h -gallery.o: ../../core/ugcontainer.h ../../core/log.h ../../core/textstream.h +gallery.o: ../../core/confparser.h ../../db/db.h ../../db/dbbase.h +gallery.o: ../../db/dbconn.h ../../db/dbtextstream.h ../../core/textstream.h +gallery.o: ../../core/misc.h ../../core/item.h ../../core/requesttypes.h +gallery.o: ../../core/error.h ../../db/dbitemquery.h ../../db/dbitemcolumns.h +gallery.o: ../../core/confparser.h ../../core/user.h ../../core/group.h +gallery.o: ../../core/dircontainer.h ../../core/ugcontainer.h +gallery.o: ../../core/log.h ../../core/textstream.h gallery.o: ../../core/logmanipulators.h ../../core/slog.h ../../core/cur.h gallery.o: ../../core/request.h ../../core/error.h ../../core/config.h -gallery.o: ../../core/confparser.h ../../core/htmlfilter.h -gallery.o: ../../templates/htmltextstream.h ../../core/session.h -gallery.o: ../../core/user.h ../../core/plugindata.h ../../core/rebus.h -gallery.o: ../../core/mount.h ../../templates/locale.h -gallery.o: ../../core/confparser.h ../../core/request.h ../../core/config.h -gallery.o: ../../core/system.h ../../core/dirs.h ../../core/dircontainer.h -gallery.o: ../../notify/notify.h ../../notify/notifypool.h -gallery.o: ../../templates/patterns.h ../../templates/locale.h -gallery.o: ../../templates/localefilter.h ../../../ezc/src/ezc.h -gallery.o: ../../../ezc/src/utf8.h ../../../ezc/src/generator.h -gallery.o: ../../../ezc/src/pattern.h ../../../ezc/src/functions.h -gallery.o: ../../../ezc/src/funinfo.h ../../../ezc/src/stringconv.h -gallery.o: ../../notify/notifythread.h ../../core/basethread.h -gallery.o: ../../core/synchro.h ../../notify/templatesnotify.h -gallery.o: ../../core/users.h ../../core/ugcontainer.h -gallery.o: ../../core/lastcontainer.h ../../templates/misc.h -gallery.o: ../../templates/htmltextstream.h ../../core/mounts.h -gallery.o: ../../core/mountparser.h ../../core/crypt.h ../../core/run.h -gallery.o: ../../core/users.h ../../core/groups.h ../../core/group.h -gallery.o: ../../core/loadavg.h ../../core/image.h ../../core/basethread.h -gallery.o: ../../core/threadmanager.h ../../core/synchro.h galleryinfo.h -galleryinfo.o: galleryinfo.h ../../core/item.h +gallery.o: ../../core/htmlfilter.h ../../templates/htmltextstream.h +gallery.o: ../../core/session.h ../../core/user.h ../../core/plugindata.h +gallery.o: ../../core/rebus.h ../../core/mount.h ../../templates/locale.h +gallery.o: ../../core/request.h ../../core/config.h ../../core/system.h +gallery.o: ../../core/dirs.h ../../core/dircontainer.h ../../notify/notify.h +gallery.o: ../../notify/notifypool.h ../../templates/patterns.h +gallery.o: ../../templates/locale.h ../../templates/localefilter.h +gallery.o: ../../../ezc/src/ezc.h ../../../ezc/src/utf8.h +gallery.o: ../../../ezc/src/generator.h ../../../ezc/src/pattern.h +gallery.o: ../../../ezc/src/functions.h ../../../ezc/src/funinfo.h +gallery.o: ../../../ezc/src/stringconv.h ../../notify/notifythread.h +gallery.o: ../../core/basethread.h ../../core/synchro.h +gallery.o: ../../notify/templatesnotify.h ../../core/users.h +gallery.o: ../../core/ugcontainer.h ../../core/lastcontainer.h +gallery.o: ../../templates/misc.h ../../templates/htmltextstream.h +gallery.o: ../../core/mounts.h ../../core/mountparser.h ../../core/crypt.h +gallery.o: ../../core/run.h ../../core/users.h ../../core/groups.h +gallery.o: ../../core/group.h ../../core/loadavg.h ../../core/image.h +gallery.o: ../../core/basethread.h ../../core/threadmanager.h +gallery.o: ../../core/synchro.h galleryinfo.h +galleryinfo.o: galleryinfo.h ../../core/item.h ../../core/confparser.h init.o: gallery.h ../../functions/functionbase.h ../../core/item.h -init.o: ../../db/db.h ../../db/dbbase.h ../../db/dbconn.h -init.o: ../../db/dbtextstream.h ../../core/textstream.h ../../core/misc.h -init.o: ../../core/item.h ../../core/requesttypes.h ../../core/error.h -init.o: ../../db/dbitemquery.h ../../db/dbitemcolumns.h ../../core/user.h -init.o: ../../core/group.h ../../core/dircontainer.h ../../core/ugcontainer.h -init.o: ../../core/log.h ../../core/textstream.h ../../core/logmanipulators.h +init.o: ../../core/confparser.h ../../db/db.h ../../db/dbbase.h +init.o: ../../db/dbconn.h ../../db/dbtextstream.h ../../core/textstream.h +init.o: ../../core/misc.h ../../core/item.h ../../core/requesttypes.h +init.o: ../../core/error.h ../../db/dbitemquery.h ../../db/dbitemcolumns.h +init.o: ../../core/confparser.h ../../core/user.h ../../core/group.h +init.o: ../../core/dircontainer.h ../../core/ugcontainer.h ../../core/log.h +init.o: ../../core/textstream.h ../../core/logmanipulators.h init.o: ../../core/slog.h ../../core/cur.h ../../core/request.h -init.o: ../../core/error.h ../../core/config.h ../../core/confparser.h -init.o: ../../core/htmlfilter.h ../../templates/htmltextstream.h -init.o: ../../core/session.h ../../core/user.h ../../core/plugindata.h -init.o: ../../core/rebus.h ../../core/mount.h ../../templates/locale.h -init.o: ../../core/confparser.h ../../core/request.h ../../core/config.h -init.o: ../../core/system.h ../../core/dirs.h ../../core/dircontainer.h -init.o: ../../notify/notify.h ../../notify/notifypool.h -init.o: ../../templates/patterns.h ../../templates/locale.h -init.o: ../../templates/localefilter.h ../../../ezc/src/ezc.h -init.o: ../../../ezc/src/utf8.h ../../../ezc/src/generator.h -init.o: ../../../ezc/src/pattern.h ../../../ezc/src/functions.h -init.o: ../../../ezc/src/funinfo.h ../../../ezc/src/stringconv.h -init.o: ../../notify/notifythread.h ../../core/basethread.h -init.o: ../../core/synchro.h ../../notify/templatesnotify.h -init.o: ../../core/users.h ../../core/ugcontainer.h -init.o: ../../core/lastcontainer.h ../../templates/misc.h -init.o: ../../templates/htmltextstream.h ../../core/mounts.h -init.o: ../../core/mountparser.h ../../core/crypt.h ../../core/run.h -init.o: ../../core/users.h ../../core/groups.h ../../core/group.h -init.o: ../../core/loadavg.h ../../core/image.h ../../core/basethread.h -init.o: ../../core/threadmanager.h ../../core/synchro.h galleryinfo.h -init.o: ../../core/log.h ../../core/plugin.h ../../core/pluginmsg.h -init.o: ../../core/system.h ../../core/sessionmanager.h -init.o: ../../core/sessioncontainer.h ../../functions/functions.h -init.o: ../../functions/functionbase.h ../../functions/functionparser.h -init.o: ../../core/cur.h ../../functions/adduser.h ../../functions/cat.h +init.o: ../../core/error.h ../../core/config.h ../../core/htmlfilter.h +init.o: ../../templates/htmltextstream.h ../../core/session.h +init.o: ../../core/user.h ../../core/plugindata.h ../../core/rebus.h +init.o: ../../core/mount.h ../../templates/locale.h ../../core/request.h +init.o: ../../core/config.h ../../core/system.h ../../core/dirs.h +init.o: ../../core/dircontainer.h ../../notify/notify.h +init.o: ../../notify/notifypool.h ../../templates/patterns.h +init.o: ../../templates/locale.h ../../templates/localefilter.h +init.o: ../../../ezc/src/ezc.h ../../../ezc/src/utf8.h +init.o: ../../../ezc/src/generator.h ../../../ezc/src/pattern.h +init.o: ../../../ezc/src/functions.h ../../../ezc/src/funinfo.h +init.o: ../../../ezc/src/stringconv.h ../../notify/notifythread.h +init.o: ../../core/basethread.h ../../core/synchro.h +init.o: ../../notify/templatesnotify.h ../../core/users.h +init.o: ../../core/ugcontainer.h ../../core/lastcontainer.h +init.o: ../../templates/misc.h ../../templates/htmltextstream.h +init.o: ../../core/mounts.h ../../core/mountparser.h ../../core/crypt.h +init.o: ../../core/run.h ../../core/users.h ../../core/groups.h +init.o: ../../core/group.h ../../core/loadavg.h ../../core/image.h +init.o: ../../core/basethread.h ../../core/threadmanager.h +init.o: ../../core/synchro.h galleryinfo.h ../../core/log.h +init.o: ../../core/plugin.h ../../core/pluginmsg.h ../../core/system.h +init.o: ../../core/sessionmanager.h ../../core/sessioncontainer.h +init.o: ../../functions/functions.h ../../functions/functionbase.h +init.o: ../../functions/functionparser.h ../../core/cur.h +init.o: ../../functions/adduser.h ../../functions/cat.h init.o: ../../functions/chmod.h ../../functions/privchanger.h init.o: ../../functions/chown.h ../../functions/ckeditor.h init.o: ../../functions/cp.h ../../functions/default.h init.o: ../../functions/download.h ../../functions/emacs.h init.o: ../../functions/last.h ../../functions/login.h init.o: ../../functions/logout.h ../../functions/ln.h ../../functions/ls.h -init.o: ../../functions/mkdir.h ../../functions/mv.h +init.o: ../../functions/meta.h ../../functions/mkdir.h ../../functions/mv.h init.o: ../../functions/nicedit.h ../../functions/node.h init.o: ../../functions/passwd.h ../../functions/priv.h init.o: ../../functions/reload.h ../../functions/rm.h ../../functions/sort.h @@ -84,21 +85,21 @@ init.o: ../../templates/templates.h ../../templates/patterncacher.h init.o: ../../templates/indexpatterns.h ../../templates/patterns.h init.o: ../../templates/changepatterns.h ../../core/sessionmanager.h templates.o: gallery.h ../../functions/functionbase.h ../../core/item.h -templates.o: ../../db/db.h ../../db/dbbase.h ../../db/dbconn.h -templates.o: ../../db/dbtextstream.h ../../core/textstream.h -templates.o: ../../core/misc.h ../../core/item.h ../../core/requesttypes.h -templates.o: ../../core/error.h ../../db/dbitemquery.h -templates.o: ../../db/dbitemcolumns.h ../../core/user.h ../../core/group.h +templates.o: ../../core/confparser.h ../../db/db.h ../../db/dbbase.h +templates.o: ../../db/dbconn.h ../../db/dbtextstream.h +templates.o: ../../core/textstream.h ../../core/misc.h ../../core/item.h +templates.o: ../../core/requesttypes.h ../../core/error.h +templates.o: ../../db/dbitemquery.h ../../db/dbitemcolumns.h +templates.o: ../../core/confparser.h ../../core/user.h ../../core/group.h templates.o: ../../core/dircontainer.h ../../core/ugcontainer.h templates.o: ../../core/log.h ../../core/textstream.h templates.o: ../../core/logmanipulators.h ../../core/slog.h ../../core/cur.h templates.o: ../../core/request.h ../../core/error.h ../../core/config.h -templates.o: ../../core/confparser.h ../../core/htmlfilter.h -templates.o: ../../templates/htmltextstream.h ../../core/session.h -templates.o: ../../core/user.h ../../core/plugindata.h ../../core/rebus.h -templates.o: ../../core/mount.h ../../templates/locale.h -templates.o: ../../core/confparser.h ../../core/request.h ../../core/config.h -templates.o: ../../core/system.h ../../core/dirs.h ../../core/dircontainer.h +templates.o: ../../core/htmlfilter.h ../../templates/htmltextstream.h +templates.o: ../../core/session.h ../../core/user.h ../../core/plugindata.h +templates.o: ../../core/rebus.h ../../core/mount.h ../../templates/locale.h +templates.o: ../../core/request.h ../../core/config.h ../../core/system.h +templates.o: ../../core/dirs.h ../../core/dircontainer.h templates.o: ../../notify/notify.h ../../notify/notifypool.h templates.o: ../../templates/patterns.h ../../templates/locale.h templates.o: ../../templates/localefilter.h ../../../ezc/src/ezc.h @@ -125,17 +126,17 @@ templates.o: ../../functions/cp.h ../../functions/default.h templates.o: ../../functions/download.h ../../functions/emacs.h templates.o: ../../functions/last.h ../../functions/login.h templates.o: ../../functions/logout.h ../../functions/ln.h -templates.o: ../../functions/ls.h ../../functions/mkdir.h -templates.o: ../../functions/mv.h ../../functions/nicedit.h -templates.o: ../../functions/node.h ../../functions/passwd.h -templates.o: ../../functions/priv.h ../../functions/reload.h -templates.o: ../../functions/rm.h ../../functions/sort.h -templates.o: ../../functions/specialdefault.h ../../functions/stat.h -templates.o: ../../functions/subject.h ../../functions/template.h -templates.o: ../../functions/tinymce.h ../../functions/uname.h -templates.o: ../../functions/upload.h ../../functions/uptime.h -templates.o: ../../functions/who.h ../../functions/vim.h -templates.o: ../../core/htmlfilter.h ../../templates/templates.h -templates.o: ../../templates/patterncacher.h ../../templates/indexpatterns.h -templates.o: ../../templates/patterns.h ../../templates/changepatterns.h -templates.o: ../../core/sessionmanager.h +templates.o: ../../functions/ls.h ../../functions/meta.h +templates.o: ../../functions/mkdir.h ../../functions/mv.h +templates.o: ../../functions/nicedit.h ../../functions/node.h +templates.o: ../../functions/passwd.h ../../functions/priv.h +templates.o: ../../functions/reload.h ../../functions/rm.h +templates.o: ../../functions/sort.h ../../functions/specialdefault.h +templates.o: ../../functions/stat.h ../../functions/subject.h +templates.o: ../../functions/template.h ../../functions/tinymce.h +templates.o: ../../functions/uname.h ../../functions/upload.h +templates.o: ../../functions/uptime.h ../../functions/who.h +templates.o: ../../functions/vim.h ../../core/htmlfilter.h +templates.o: ../../templates/templates.h ../../templates/patterncacher.h +templates.o: ../../templates/indexpatterns.h ../../templates/patterns.h +templates.o: ../../templates/changepatterns.h ../../core/sessionmanager.h diff --git a/plugins/group/Makefile.dep b/plugins/group/Makefile.dep index ffe54cf..5f003de 100755 --- a/plugins/group/Makefile.dep +++ b/plugins/group/Makefile.dep @@ -1,9 +1,9 @@ # DO NOT DELETE groupinfo.o: groupinfo.h groups.h ../../core/confparser.h ../../core/item.h -groupinfo.o: ../../core/system.h ../../core/dirs.h ../../core/item.h -groupinfo.o: ../../core/dircontainer.h ../../db/db.h ../../db/dbbase.h -groupinfo.o: ../../db/dbconn.h ../../db/dbtextstream.h +groupinfo.o: ../../core/confparser.h ../../core/system.h ../../core/dirs.h +groupinfo.o: ../../core/item.h ../../core/dircontainer.h ../../db/db.h +groupinfo.o: ../../db/dbbase.h ../../db/dbconn.h ../../db/dbtextstream.h groupinfo.o: ../../core/textstream.h ../../core/misc.h groupinfo.o: ../../core/requesttypes.h ../../core/error.h groupinfo.o: ../../db/dbitemquery.h ../../db/dbitemcolumns.h @@ -11,10 +11,10 @@ groupinfo.o: ../../core/user.h ../../core/group.h ../../core/dircontainer.h groupinfo.o: ../../core/ugcontainer.h ../../core/log.h groupinfo.o: ../../core/textstream.h ../../core/logmanipulators.h groupinfo.o: ../../core/slog.h ../../core/cur.h ../../core/request.h -groupinfo.o: ../../core/error.h ../../core/config.h ../../core/confparser.h -groupinfo.o: ../../core/htmlfilter.h ../../templates/htmltextstream.h -groupinfo.o: ../../core/session.h ../../core/user.h ../../core/plugindata.h -groupinfo.o: ../../core/rebus.h ../../core/mount.h ../../templates/locale.h +groupinfo.o: ../../core/error.h ../../core/config.h ../../core/htmlfilter.h +groupinfo.o: ../../templates/htmltextstream.h ../../core/session.h +groupinfo.o: ../../core/user.h ../../core/plugindata.h ../../core/rebus.h +groupinfo.o: ../../core/mount.h ../../templates/locale.h groupinfo.o: ../../notify/notify.h ../../notify/notifypool.h groupinfo.o: ../../templates/patterns.h ../../templates/locale.h groupinfo.o: ../../templates/localefilter.h ../../../ezc/src/ezc.h @@ -70,7 +70,7 @@ init.o: ../../functions/cp.h ../../functions/default.h init.o: ../../functions/download.h ../../functions/emacs.h init.o: ../../functions/last.h ../../functions/login.h init.o: ../../functions/logout.h ../../functions/ln.h ../../functions/ls.h -init.o: ../../functions/mkdir.h ../../functions/mv.h +init.o: ../../functions/meta.h ../../functions/mkdir.h ../../functions/mv.h init.o: ../../functions/nicedit.h ../../functions/node.h init.o: ../../functions/passwd.h ../../functions/priv.h init.o: ../../functions/reload.h ../../functions/rm.h ../../functions/sort.h @@ -89,32 +89,32 @@ templates.o: ../../../ezc/src/pattern.h ../../core/item.h templates.o: ../../../ezc/src/functions.h ../../../ezc/src/funinfo.h templates.o: ../../../ezc/src/stringconv.h ../../core/misc.h templates.o: ../../core/requesttypes.h ../../templates/patterncacher.h -templates.o: ../../core/item.h ../../templates/indexpatterns.h -templates.o: ../../templates/patterns.h ../../templates/locale.h -templates.o: ../../templates/changepatterns.h +templates.o: ../../core/item.h ../../core/confparser.h +templates.o: ../../templates/indexpatterns.h ../../templates/patterns.h +templates.o: ../../templates/locale.h ../../templates/changepatterns.h templates.o: ../../templates/htmltextstream.h ../../templates/localefilter.h templates.o: ../../core/config.h ../../core/cur.h ../../core/system.h templates.o: ../../core/dirs.h ../../core/dircontainer.h ../../db/db.h templates.o: ../../db/dbbase.h ../../db/dbconn.h ../../db/dbtextstream.h templates.o: ../../core/textstream.h ../../core/error.h templates.o: ../../db/dbitemquery.h ../../db/dbitemcolumns.h -templates.o: ../../core/user.h ../../core/group.h ../../core/dircontainer.h -templates.o: ../../core/ugcontainer.h ../../core/log.h -templates.o: ../../core/textstream.h ../../core/logmanipulators.h -templates.o: ../../core/slog.h ../../core/cur.h ../../core/request.h -templates.o: ../../core/error.h ../../core/config.h ../../core/confparser.h +templates.o: ../../core/confparser.h ../../core/user.h ../../core/group.h +templates.o: ../../core/dircontainer.h ../../core/ugcontainer.h +templates.o: ../../core/log.h ../../core/textstream.h +templates.o: ../../core/logmanipulators.h ../../core/slog.h ../../core/cur.h +templates.o: ../../core/request.h ../../core/error.h ../../core/config.h templates.o: ../../core/htmlfilter.h ../../templates/htmltextstream.h templates.o: ../../core/session.h ../../core/user.h ../../core/plugindata.h templates.o: ../../core/rebus.h ../../core/mount.h ../../templates/locale.h -templates.o: ../../core/confparser.h ../../notify/notify.h -templates.o: ../../notify/notifypool.h ../../templates/patterns.h -templates.o: ../../notify/notifythread.h ../../core/basethread.h -templates.o: ../../core/synchro.h ../../notify/templatesnotify.h -templates.o: ../../core/users.h ../../core/ugcontainer.h -templates.o: ../../core/lastcontainer.h ../../templates/misc.h -templates.o: ../../core/mounts.h ../../core/mountparser.h ../../core/crypt.h -templates.o: ../../core/run.h ../../core/users.h groups.h -templates.o: ../../core/loadavg.h ../../core/image.h ../../core/basethread.h +templates.o: ../../notify/notify.h ../../notify/notifypool.h +templates.o: ../../templates/patterns.h ../../notify/notifythread.h +templates.o: ../../core/basethread.h ../../core/synchro.h +templates.o: ../../notify/templatesnotify.h ../../core/users.h +templates.o: ../../core/ugcontainer.h ../../core/lastcontainer.h +templates.o: ../../templates/misc.h ../../core/mounts.h +templates.o: ../../core/mountparser.h ../../core/crypt.h ../../core/run.h +templates.o: ../../core/users.h groups.h ../../core/loadavg.h +templates.o: ../../core/image.h ../../core/basethread.h templates.o: ../../core/threadmanager.h ../../core/sessionmanager.h templates.o: ../../core/htmlfilter.h ../../core/plugin.h templates.o: ../../core/pluginmsg.h ../../core/system.h @@ -128,7 +128,7 @@ templates.o: ../../functions/ckeditor.h ../../functions/cp.h templates.o: ../../functions/default.h ../../functions/download.h templates.o: ../../functions/emacs.h ../../functions/last.h templates.o: ../../functions/login.h ../../functions/logout.h -templates.o: ../../functions/ln.h ../../functions/ls.h +templates.o: ../../functions/ln.h ../../functions/ls.h ../../functions/meta.h templates.o: ../../functions/mkdir.h ../../functions/mv.h templates.o: ../../functions/nicedit.h ../../functions/node.h templates.o: ../../functions/passwd.h ../../functions/priv.h diff --git a/plugins/menu/Makefile.dep b/plugins/menu/Makefile.dep index f223797..24dc8a9 100755 --- a/plugins/menu/Makefile.dep +++ b/plugins/menu/Makefile.dep @@ -1,37 +1,37 @@ # DO NOT DELETE init.o: ../../core/log.h ../../core/textstream.h ../../core/misc.h -init.o: ../../core/item.h ../../core/requesttypes.h +init.o: ../../core/item.h ../../core/confparser.h ../../core/requesttypes.h init.o: ../../core/logmanipulators.h ../../core/slog.h ../../core/cur.h init.o: ../../core/request.h ../../core/error.h ../../core/config.h -init.o: ../../core/confparser.h ../../core/htmlfilter.h -init.o: ../../templates/htmltextstream.h ../../core/textstream.h -init.o: ../../core/session.h ../../core/user.h ../../core/plugindata.h -init.o: ../../core/rebus.h ../../core/mount.h ../../templates/locale.h -init.o: ../../core/confparser.h ../../core/plugin.h ../../core/pluginmsg.h -init.o: ../../core/log.h ../../core/system.h ../../core/dirs.h -init.o: ../../core/dircontainer.h ../../db/db.h ../../db/dbbase.h -init.o: ../../db/dbconn.h ../../db/dbtextstream.h ../../core/error.h -init.o: ../../db/dbitemquery.h ../../core/item.h ../../db/dbitemcolumns.h -init.o: ../../core/user.h ../../core/group.h ../../core/dircontainer.h -init.o: ../../core/ugcontainer.h ../../notify/notify.h -init.o: ../../notify/notifypool.h ../../templates/patterns.h -init.o: ../../templates/locale.h ../../templates/localefilter.h -init.o: ../../../ezc/src/ezc.h ../../../ezc/src/utf8.h -init.o: ../../../ezc/src/generator.h ../../../ezc/src/pattern.h -init.o: ../../../ezc/src/functions.h ../../../ezc/src/funinfo.h -init.o: ../../../ezc/src/stringconv.h ../../notify/notifythread.h -init.o: ../../core/basethread.h ../../core/synchro.h -init.o: ../../notify/templatesnotify.h ../../core/config.h ../../core/users.h -init.o: ../../core/ugcontainer.h ../../core/lastcontainer.h -init.o: ../../templates/misc.h ../../templates/htmltextstream.h -init.o: ../../core/mounts.h ../../core/mountparser.h ../../core/crypt.h -init.o: ../../core/run.h ../../core/users.h ../../core/groups.h -init.o: ../../core/group.h ../../core/loadavg.h ../../core/image.h -init.o: ../../core/basethread.h ../../core/threadmanager.h -init.o: ../../core/sessionmanager.h ../../core/sessioncontainer.h -init.o: ../../functions/functions.h ../../functions/functionbase.h -init.o: ../../core/request.h ../../core/system.h ../../core/synchro.h +init.o: ../../core/htmlfilter.h ../../templates/htmltextstream.h +init.o: ../../core/textstream.h ../../core/session.h ../../core/user.h +init.o: ../../core/plugindata.h ../../core/rebus.h ../../core/mount.h +init.o: ../../templates/locale.h ../../core/confparser.h ../../core/plugin.h +init.o: ../../core/pluginmsg.h ../../core/log.h ../../core/system.h +init.o: ../../core/dirs.h ../../core/dircontainer.h ../../db/db.h +init.o: ../../db/dbbase.h ../../db/dbconn.h ../../db/dbtextstream.h +init.o: ../../core/error.h ../../db/dbitemquery.h ../../core/item.h +init.o: ../../db/dbitemcolumns.h ../../core/user.h ../../core/group.h +init.o: ../../core/dircontainer.h ../../core/ugcontainer.h +init.o: ../../notify/notify.h ../../notify/notifypool.h +init.o: ../../templates/patterns.h ../../templates/locale.h +init.o: ../../templates/localefilter.h ../../../ezc/src/ezc.h +init.o: ../../../ezc/src/utf8.h ../../../ezc/src/generator.h +init.o: ../../../ezc/src/pattern.h ../../../ezc/src/functions.h +init.o: ../../../ezc/src/funinfo.h ../../../ezc/src/stringconv.h +init.o: ../../notify/notifythread.h ../../core/basethread.h +init.o: ../../core/synchro.h ../../notify/templatesnotify.h +init.o: ../../core/config.h ../../core/users.h ../../core/ugcontainer.h +init.o: ../../core/lastcontainer.h ../../templates/misc.h +init.o: ../../templates/htmltextstream.h ../../core/mounts.h +init.o: ../../core/mountparser.h ../../core/crypt.h ../../core/run.h +init.o: ../../core/users.h ../../core/groups.h ../../core/group.h +init.o: ../../core/loadavg.h ../../core/image.h ../../core/basethread.h +init.o: ../../core/threadmanager.h ../../core/sessionmanager.h +init.o: ../../core/sessioncontainer.h ../../functions/functions.h +init.o: ../../functions/functionbase.h ../../core/request.h +init.o: ../../core/system.h ../../core/synchro.h init.o: ../../functions/functionparser.h ../../core/cur.h init.o: ../../functions/adduser.h ../../functions/cat.h init.o: ../../functions/chmod.h ../../functions/privchanger.h @@ -40,7 +40,7 @@ init.o: ../../functions/cp.h ../../functions/default.h init.o: ../../functions/download.h ../../functions/emacs.h init.o: ../../functions/last.h ../../functions/login.h init.o: ../../functions/logout.h ../../functions/ln.h ../../functions/ls.h -init.o: ../../functions/mkdir.h ../../functions/mv.h +init.o: ../../functions/meta.h ../../functions/mkdir.h ../../functions/mv.h init.o: ../../functions/nicedit.h ../../functions/node.h init.o: ../../functions/passwd.h ../../functions/priv.h init.o: ../../functions/reload.h ../../functions/rm.h ../../functions/sort.h @@ -55,32 +55,31 @@ init.o: ../../templates/changepatterns.h ../../core/sessionmanager.h templates.o: ../../templates/templates.h ../../../ezc/src/ezc.h templates.o: ../../../ezc/src/utf8.h ../../../ezc/src/generator.h templates.o: ../../../ezc/src/pattern.h ../../core/item.h -templates.o: ../../../ezc/src/functions.h ../../../ezc/src/funinfo.h -templates.o: ../../../ezc/src/stringconv.h ../../core/misc.h -templates.o: ../../core/requesttypes.h ../../templates/patterncacher.h -templates.o: ../../core/item.h ../../templates/indexpatterns.h -templates.o: ../../templates/patterns.h ../../templates/locale.h -templates.o: ../../templates/changepatterns.h +templates.o: ../../core/confparser.h ../../../ezc/src/functions.h +templates.o: ../../../ezc/src/funinfo.h ../../../ezc/src/stringconv.h +templates.o: ../../core/misc.h ../../core/requesttypes.h +templates.o: ../../templates/patterncacher.h ../../core/item.h +templates.o: ../../templates/indexpatterns.h ../../templates/patterns.h +templates.o: ../../templates/locale.h ../../templates/changepatterns.h templates.o: ../../templates/htmltextstream.h ../../templates/localefilter.h templates.o: ../../core/config.h ../../core/cur.h ../../core/system.h templates.o: ../../core/sessionmanager.h ../../core/htmlfilter.h templates.o: ../../db/db.h ../../db/dbbase.h ../../db/dbconn.h templates.o: ../../db/dbtextstream.h ../../core/textstream.h templates.o: ../../core/error.h ../../db/dbitemquery.h -templates.o: ../../db/dbitemcolumns.h ../../core/user.h ../../core/group.h -templates.o: ../../core/dircontainer.h ../../core/ugcontainer.h -templates.o: ../../core/log.h ../../core/plugin.h ../../core/pluginmsg.h -templates.o: ../../core/plugindata.h ../../core/config.h -templates.o: ../../core/confparser.h ../../core/htmlfilter.h -templates.o: ../../core/request.h ../../core/error.h ../../core/textstream.h +templates.o: ../../db/dbitemcolumns.h ../../core/confparser.h +templates.o: ../../core/user.h ../../core/group.h ../../core/dircontainer.h +templates.o: ../../core/ugcontainer.h ../../core/log.h ../../core/plugin.h +templates.o: ../../core/pluginmsg.h ../../core/plugindata.h +templates.o: ../../core/config.h ../../core/htmlfilter.h ../../core/request.h +templates.o: ../../core/error.h ../../core/textstream.h templates.o: ../../templates/htmltextstream.h ../../core/system.h templates.o: ../../core/dirs.h ../../core/dircontainer.h templates.o: ../../notify/notify.h ../../notify/notifypool.h -templates.o: ../../templates/locale.h ../../core/confparser.h -templates.o: ../../templates/patterns.h ../../notify/notifythread.h -templates.o: ../../core/basethread.h ../../core/synchro.h -templates.o: ../../notify/templatesnotify.h ../../core/users.h -templates.o: ../../core/user.h ../../core/ugcontainer.h +templates.o: ../../templates/locale.h ../../templates/patterns.h +templates.o: ../../notify/notifythread.h ../../core/basethread.h +templates.o: ../../core/synchro.h ../../notify/templatesnotify.h +templates.o: ../../core/users.h ../../core/user.h ../../core/ugcontainer.h templates.o: ../../core/lastcontainer.h ../../core/cur.h ../../core/session.h templates.o: ../../core/rebus.h ../../core/mount.h ../../templates/misc.h templates.o: ../../core/mounts.h ../../core/mountparser.h ../../core/crypt.h @@ -97,7 +96,7 @@ templates.o: ../../functions/ckeditor.h ../../functions/cp.h templates.o: ../../functions/default.h ../../functions/download.h templates.o: ../../functions/emacs.h ../../functions/last.h templates.o: ../../functions/login.h ../../functions/logout.h -templates.o: ../../functions/ln.h ../../functions/ls.h +templates.o: ../../functions/ln.h ../../functions/ls.h ../../functions/meta.h templates.o: ../../functions/mkdir.h ../../functions/mv.h templates.o: ../../functions/nicedit.h ../../functions/node.h templates.o: ../../functions/passwd.h ../../functions/priv.h diff --git a/plugins/menu/templates.cpp b/plugins/menu/templates.cpp index 497a58e..6a33bbf 100755 --- a/plugins/menu/templates.cpp +++ b/plugins/menu/templates.cpp @@ -14,6 +14,74 @@ #include "core/misc.h" +// !! temporarily +template +class Stack +{ +public: + + typedef Key StackKey; + typedef Value StackValue; + + struct Item + { + StackKey key; + StackValue value; + }; + + + Stack() + { + added_new = false; + } + + + + StackValue * Get(const StackKey & key) + { + for(size_t i=0 ; i tab; + bool added_new; +}; + + + + namespace Menu { @@ -23,11 +91,25 @@ using TemplatesFunctions::system; extern int mount_par_menu_skip; -static std::vector menu_dir_items; -static size_t menu_dir_index; -static size_t menu_dir_reqid = 0; -static std::wstring menu_dir_last_dir; -static DbItemQuery menu_dir_iq; + +struct MenuDir +{ + std::vector items; + size_t index; + std::wstring dir; + + MenuDir() + { + index = 0; + } +}; + + +static MenuDir * menu_dir = 0; +static DbItemQuery iq; +static Stack menu_dir_stack; +static size_t req_id = 0; + // O(n^2) complexity @@ -42,10 +124,10 @@ void menu_dir_skip_items(long parent_id) for(size_t i=0 ; iitems.size() ; ) { - if( menu_dir_items[x].url == arg[i] ) - menu_dir_items.erase(menu_dir_items.begin() + x); + if( menu_dir->items[x].url == arg[i] ) + menu_dir->items.erase(menu_dir->items.begin() + x); else x += 1; } @@ -55,10 +137,10 @@ void menu_dir_skip_items(long parent_id) void menu_dir_skip_static_files() { - for(size_t x=0 ; xitems.size() ; ) { - if( menu_dir_items[x].type == Item::file && menu_dir_items[x].file_type != WINIX_ITEM_FILETYPE_NONE ) - menu_dir_items.erase(menu_dir_items.begin() + x); + if( menu_dir->items[x].type == Item::file && menu_dir->items[x].file_type != WINIX_ITEM_FILETYPE_NONE ) + menu_dir->items.erase(menu_dir->items.begin() + x); else x += 1; } @@ -68,17 +150,20 @@ void menu_dir_skip_static_files() void menu_dir_load_menu(long parent_id) { - menu_dir_iq.SetAll(false, false); - menu_dir_iq.sel_subject = true; - menu_dir_iq.sel_url = true; - menu_dir_iq.sel_sort_index = true; - menu_dir_iq.sel_type = true; - menu_dir_iq.sel_file = true; - menu_dir_iq.WhereParentId(parent_id); + iq.SetAll(false, false); + iq.sel_subject = true; + iq.sel_url = true; + iq.sel_sort_index = true; + iq.sel_type = true; + iq.sel_file = true; + iq.WhereParentId(parent_id); + + db->GetItems(menu_dir->items, iq); - db->GetItems(menu_dir_items, menu_dir_iq); menu_dir_skip_items(parent_id); menu_dir_skip_static_files(); + + // !! temporarily for debug purposes log << log1 << "Menu: db used" << logend; } @@ -86,25 +171,31 @@ void menu_dir_load_menu(long parent_id) void menu_dir_init(const std::wstring & path) { - if( cur->request->id != menu_dir_reqid || menu_dir_last_dir != path ) + if( cur->request->id != req_id ) { - menu_dir_reqid = cur->request->id; - menu_dir_items.clear(); + menu_dir_stack.Clear(); + req_id = cur->request->id; + } + menu_dir = menu_dir_stack.Get(path); + + if( !path.empty() && path[0] != '/' ) + { + log << log1 << "Menu: path for menu should not be relative" << logend; + return; + } + + if( menu_dir_stack.AddedNew() ) + { if( path.empty() ) { // current directory menu_dir_load_menu(cur->request->dir_tab.back()->id); - system->dirs.MakePath(cur->request->dir_tab, menu_dir_last_dir); - } - else - if( path[0] != '/' ) - { - log << log1 << "Menu: path for menu should not be relative" << logend; + system->dirs.MakePath(cur->request->dir_tab, menu_dir->dir); } else { - menu_dir_last_dir = path; + menu_dir->dir = path; Item * pdir = system->dirs.GetDir(path); if( pdir ) @@ -119,25 +210,24 @@ void menu_dir_init(const std::wstring & path) void menu_dir_tab(Info & i) { - if( i.iter == 0 ) - menu_dir_init(i.par); + menu_dir_init(i.par); - menu_dir_index = i.iter; - i.res = menu_dir_index < menu_dir_items.size(); + menu_dir->index = i.iter; + i.res = menu_dir->index < menu_dir->items.size(); } void menu_dir_tab_subject(Info & i) { - if( menu_dir_index < menu_dir_items.size() ) - i.out << menu_dir_items[menu_dir_index].subject; + if( menu_dir->index < menu_dir->items.size() ) + i.out << menu_dir->items[menu_dir->index].subject; } void menu_dir_tab_url(Info & i) { - if( menu_dir_index < menu_dir_items.size() ) - i.out << menu_dir_items[menu_dir_index].url; + if( menu_dir->index < menu_dir->items.size() ) + i.out << menu_dir->items[menu_dir->index].url; } @@ -146,14 +236,14 @@ void menu_dir_tab_url(Info & i) void menu_dir_tab_link(Info & i) { - if( menu_dir_index < menu_dir_items.size() ) + if( menu_dir->index < menu_dir->items.size() ) { - i.out << menu_dir_last_dir; + i.out << menu_dir->dir; - if( !IsLastSlash(menu_dir_last_dir) ) + if( !IsLastSlash(menu_dir->dir) ) i.out << '/'; - i.out << menu_dir_items[menu_dir_index].url; + i.out << menu_dir->items[menu_dir->index].url; } } @@ -161,13 +251,51 @@ void menu_dir_tab_link(Info & i) void menu_dir_tab_is_current(Info & i) { - if( menu_dir_index < menu_dir_items.size() ) + if( menu_dir->index < menu_dir->items.size() ) { - i.res = (menu_dir_items[menu_dir_index].id == cur->request->last_item->id); + i.res = (menu_dir->items[menu_dir->index].id == cur->request->last_item->id); } } + + +// returning true if the dir tab element is a first parent for current item +void menu_dir_tab_is_first_parent_for_current_item(Info & i) +{ + if( menu_dir->index < menu_dir->items.size() ) + i.res = (menu_dir->items[menu_dir->index].id == cur->request->last_item->parent_id); +} + + +// returning true if the dir tab element is a parent for current item +// (it don't have to be the first parent - it can be a descendant) +void menu_dir_tab_is_parent_for_current_item(Info & i) +{ + if( menu_dir->index < menu_dir->items.size() ) + { + size_t len = cur->request->dir_tab.size(); // at least one + + if( !cur->request->is_item ) + { + // the last item is a directory so we don't get it into account + len -= 1; + } + + for(size_t a=0 ; aitems[menu_dir->index].id == cur->request->dir_tab[a]->id ) + { + i.res = true; + break; + } + } + } +} + + + + void AddEzcFunctions(PluginInfo & info) { using TemplatesFunctions::EzcFun; @@ -178,6 +306,8 @@ void AddEzcFunctions(PluginInfo & info) fun->Insert("menu_dir_tab_url", menu_dir_tab_url); fun->Insert("menu_dir_tab_link", menu_dir_tab_link); fun->Insert("menu_dir_tab_is_current", menu_dir_tab_is_current); + fun->Insert("menu_dir_tab_is_first_parent_for_current_item", menu_dir_tab_is_first_parent_for_current_item); + fun->Insert("menu_dir_tab_is_parent_for_current_item", menu_dir_tab_is_parent_for_current_item); } diff --git a/plugins/stats/Makefile.dep b/plugins/stats/Makefile.dep index d3c79fd..1f11593 100755 --- a/plugins/stats/Makefile.dep +++ b/plugins/stats/Makefile.dep @@ -2,15 +2,14 @@ bot.o: bot.h init.o: ../../core/log.h ../../core/textstream.h ../../core/misc.h -init.o: ../../core/item.h ../../core/requesttypes.h +init.o: ../../core/item.h ../../core/confparser.h ../../core/requesttypes.h init.o: ../../core/logmanipulators.h ../../core/slog.h ../../core/cur.h init.o: ../../core/request.h ../../core/error.h ../../core/config.h -init.o: ../../core/confparser.h ../../core/htmlfilter.h -init.o: ../../templates/htmltextstream.h ../../core/textstream.h -init.o: ../../core/session.h ../../core/user.h ../../core/plugindata.h -init.o: ../../core/rebus.h ../../core/mount.h ../../templates/locale.h -init.o: ../../core/confparser.h ../../core/request.h ../../core/config.h -init.o: ../../db/db.h ../../db/dbbase.h ../../db/dbconn.h +init.o: ../../core/htmlfilter.h ../../templates/htmltextstream.h +init.o: ../../core/textstream.h ../../core/session.h ../../core/user.h +init.o: ../../core/plugindata.h ../../core/rebus.h ../../core/mount.h +init.o: ../../templates/locale.h ../../core/confparser.h ../../core/request.h +init.o: ../../core/config.h ../../db/db.h ../../db/dbbase.h ../../db/dbconn.h init.o: ../../db/dbtextstream.h ../../core/error.h ../../db/dbitemquery.h init.o: ../../core/item.h ../../db/dbitemcolumns.h ../../core/user.h init.o: ../../core/group.h ../../core/dircontainer.h ../../core/ugcontainer.h @@ -42,7 +41,7 @@ init.o: ../../functions/cp.h ../../functions/default.h init.o: ../../functions/download.h ../../functions/emacs.h init.o: ../../functions/last.h ../../functions/login.h init.o: ../../functions/logout.h ../../functions/ln.h ../../functions/ls.h -init.o: ../../functions/mkdir.h ../../functions/mv.h +init.o: ../../functions/meta.h ../../functions/mkdir.h ../../functions/mv.h init.o: ../../functions/nicedit.h ../../functions/node.h init.o: ../../functions/passwd.h ../../functions/priv.h init.o: ../../functions/reload.h ../../functions/rm.h ../../functions/sort.h @@ -56,10 +55,10 @@ init.o: ../../templates/indexpatterns.h ../../templates/patterns.h init.o: ../../templates/changepatterns.h ../../core/sessionmanager.h init.o: statssession.h ../../core/plugindata.h stats.o: stats.h ../../core/config.h ../../core/log.h ../../core/textstream.h -stats.o: ../../core/misc.h ../../core/item.h ../../core/requesttypes.h -stats.o: ../../core/logmanipulators.h ../../core/slog.h ../../core/cur.h -stats.o: ../../core/request.h ../../core/error.h ../../core/config.h -stats.o: ../../core/confparser.h ../../core/htmlfilter.h +stats.o: ../../core/misc.h ../../core/item.h ../../core/confparser.h +stats.o: ../../core/requesttypes.h ../../core/logmanipulators.h +stats.o: ../../core/slog.h ../../core/cur.h ../../core/request.h +stats.o: ../../core/error.h ../../core/config.h ../../core/htmlfilter.h stats.o: ../../templates/htmltextstream.h ../../core/textstream.h stats.o: ../../core/session.h ../../core/user.h ../../core/plugindata.h stats.o: ../../core/rebus.h ../../core/mount.h ../../templates/locale.h @@ -74,10 +73,10 @@ templates.o: ../../core/system.h ../../core/dirs.h ../../core/dircontainer.h templates.o: ../../db/db.h ../../db/dbbase.h ../../db/dbconn.h templates.o: ../../db/dbtextstream.h ../../core/error.h templates.o: ../../db/dbitemquery.h ../../core/item.h -templates.o: ../../db/dbitemcolumns.h ../../core/user.h ../../core/group.h -templates.o: ../../core/dircontainer.h ../../core/ugcontainer.h -templates.o: ../../notify/notify.h ../../notify/notifypool.h -templates.o: ../../templates/locale.h ../../core/confparser.h +templates.o: ../../db/dbitemcolumns.h ../../core/confparser.h +templates.o: ../../core/user.h ../../core/group.h ../../core/dircontainer.h +templates.o: ../../core/ugcontainer.h ../../notify/notify.h +templates.o: ../../notify/notifypool.h ../../templates/locale.h templates.o: ../../templates/patterns.h ../../templates/locale.h templates.o: ../../templates/localefilter.h ../../../ezc/src/ezc.h templates.o: ../../../ezc/src/utf8.h ../../../ezc/src/generator.h @@ -105,17 +104,18 @@ templates.o: ../../functions/cp.h ../../functions/default.h templates.o: ../../functions/download.h ../../functions/emacs.h templates.o: ../../functions/last.h ../../functions/login.h templates.o: ../../functions/logout.h ../../functions/ln.h -templates.o: ../../functions/ls.h ../../functions/mkdir.h -templates.o: ../../functions/mv.h ../../functions/nicedit.h -templates.o: ../../functions/node.h ../../functions/passwd.h -templates.o: ../../functions/priv.h ../../functions/reload.h -templates.o: ../../functions/rm.h ../../functions/sort.h -templates.o: ../../functions/specialdefault.h ../../functions/stat.h -templates.o: ../../functions/subject.h ../../functions/template.h -templates.o: ../../functions/tinymce.h ../../functions/uname.h -templates.o: ../../functions/upload.h ../../functions/uptime.h -templates.o: ../../functions/who.h ../../functions/vim.h -templates.o: ../../core/htmlfilter.h ../../templates/templates.h -templates.o: ../../templates/patterncacher.h ../../templates/indexpatterns.h -templates.o: ../../templates/patterns.h ../../templates/changepatterns.h -templates.o: ../../core/sessionmanager.h ../../core/misc.h stats.h +templates.o: ../../functions/ls.h ../../functions/meta.h +templates.o: ../../functions/mkdir.h ../../functions/mv.h +templates.o: ../../functions/nicedit.h ../../functions/node.h +templates.o: ../../functions/passwd.h ../../functions/priv.h +templates.o: ../../functions/reload.h ../../functions/rm.h +templates.o: ../../functions/sort.h ../../functions/specialdefault.h +templates.o: ../../functions/stat.h ../../functions/subject.h +templates.o: ../../functions/template.h ../../functions/tinymce.h +templates.o: ../../functions/uname.h ../../functions/upload.h +templates.o: ../../functions/uptime.h ../../functions/who.h +templates.o: ../../functions/vim.h ../../core/htmlfilter.h +templates.o: ../../templates/templates.h ../../templates/patterncacher.h +templates.o: ../../templates/indexpatterns.h ../../templates/patterns.h +templates.o: ../../templates/changepatterns.h ../../core/sessionmanager.h +templates.o: ../../core/misc.h stats.h diff --git a/plugins/thread/Makefile.dep b/plugins/thread/Makefile.dep index a00e0ec..ea86a38 100755 --- a/plugins/thread/Makefile.dep +++ b/plugins/thread/Makefile.dep @@ -1,21 +1,20 @@ # DO NOT DELETE createthread.o: createthread.h ../../functions/functionbase.h -createthread.o: ../../core/item.h ../../db/db.h ../../db/dbbase.h -createthread.o: ../../db/dbconn.h ../../db/dbtextstream.h +createthread.o: ../../core/item.h ../../core/confparser.h ../../db/db.h +createthread.o: ../../db/dbbase.h ../../db/dbconn.h ../../db/dbtextstream.h createthread.o: ../../core/textstream.h ../../core/misc.h ../../core/item.h createthread.o: ../../core/requesttypes.h ../../core/error.h createthread.o: ../../db/dbitemquery.h ../../db/dbitemcolumns.h -createthread.o: ../../core/user.h ../../core/group.h +createthread.o: ../../core/confparser.h ../../core/user.h ../../core/group.h createthread.o: ../../core/dircontainer.h ../../core/ugcontainer.h createthread.o: ../../core/log.h ../../core/textstream.h createthread.o: ../../core/logmanipulators.h ../../core/slog.h createthread.o: ../../core/cur.h ../../core/request.h ../../core/error.h -createthread.o: ../../core/config.h ../../core/confparser.h -createthread.o: ../../core/htmlfilter.h ../../templates/htmltextstream.h -createthread.o: ../../core/session.h ../../core/user.h -createthread.o: ../../core/plugindata.h ../../core/rebus.h ../../core/mount.h -createthread.o: ../../templates/locale.h ../../core/confparser.h +createthread.o: ../../core/config.h ../../core/htmlfilter.h +createthread.o: ../../templates/htmltextstream.h ../../core/session.h +createthread.o: ../../core/user.h ../../core/plugindata.h ../../core/rebus.h +createthread.o: ../../core/mount.h ../../templates/locale.h createthread.o: ../../core/request.h ../../core/config.h ../../core/system.h createthread.o: ../../core/dirs.h ../../core/dircontainer.h createthread.o: ../../notify/notify.h ../../notify/notifypool.h @@ -44,33 +43,33 @@ createthread.o: ../../functions/cp.h ../../functions/default.h createthread.o: ../../functions/download.h ../../functions/emacs.h createthread.o: ../../functions/last.h ../../functions/login.h createthread.o: ../../functions/logout.h ../../functions/ln.h -createthread.o: ../../functions/ls.h ../../functions/mkdir.h -createthread.o: ../../functions/mv.h ../../functions/nicedit.h -createthread.o: ../../functions/node.h ../../functions/passwd.h -createthread.o: ../../functions/priv.h ../../functions/reload.h -createthread.o: ../../functions/rm.h ../../functions/sort.h -createthread.o: ../../functions/specialdefault.h ../../functions/stat.h -createthread.o: ../../functions/subject.h ../../functions/template.h -createthread.o: ../../functions/tinymce.h ../../functions/uname.h -createthread.o: ../../functions/upload.h ../../functions/uptime.h -createthread.o: ../../functions/who.h ../../functions/vim.h -createthread.o: ../../core/htmlfilter.h +createthread.o: ../../functions/ls.h ../../functions/meta.h +createthread.o: ../../functions/mkdir.h ../../functions/mv.h +createthread.o: ../../functions/nicedit.h ../../functions/node.h +createthread.o: ../../functions/passwd.h ../../functions/priv.h +createthread.o: ../../functions/reload.h ../../functions/rm.h +createthread.o: ../../functions/sort.h ../../functions/specialdefault.h +createthread.o: ../../functions/stat.h ../../functions/subject.h +createthread.o: ../../functions/template.h ../../functions/tinymce.h +createthread.o: ../../functions/uname.h ../../functions/upload.h +createthread.o: ../../functions/uptime.h ../../functions/who.h +createthread.o: ../../functions/vim.h ../../core/htmlfilter.h funthread.o: ../../core/misc.h ../../core/item.h ../../core/requesttypes.h funthread.o: funthread.h ../../functions/functionbase.h ../../core/item.h -funthread.o: ../../db/db.h ../../db/dbbase.h ../../db/dbconn.h -funthread.o: ../../db/dbtextstream.h ../../core/textstream.h -funthread.o: ../../core/misc.h ../../core/error.h ../../db/dbitemquery.h -funthread.o: ../../db/dbitemcolumns.h ../../core/user.h ../../core/group.h +funthread.o: ../../core/confparser.h ../../db/db.h ../../db/dbbase.h +funthread.o: ../../db/dbconn.h ../../db/dbtextstream.h +funthread.o: ../../core/textstream.h ../../core/misc.h ../../core/error.h +funthread.o: ../../db/dbitemquery.h ../../db/dbitemcolumns.h +funthread.o: ../../core/confparser.h ../../core/user.h ../../core/group.h funthread.o: ../../core/dircontainer.h ../../core/ugcontainer.h funthread.o: ../../core/log.h ../../core/textstream.h funthread.o: ../../core/logmanipulators.h ../../core/slog.h ../../core/cur.h funthread.o: ../../core/request.h ../../core/error.h ../../core/config.h -funthread.o: ../../core/confparser.h ../../core/htmlfilter.h -funthread.o: ../../templates/htmltextstream.h ../../core/session.h -funthread.o: ../../core/user.h ../../core/plugindata.h ../../core/rebus.h -funthread.o: ../../core/mount.h ../../templates/locale.h -funthread.o: ../../core/confparser.h ../../core/request.h ../../core/config.h -funthread.o: ../../core/system.h ../../core/dirs.h ../../core/dircontainer.h +funthread.o: ../../core/htmlfilter.h ../../templates/htmltextstream.h +funthread.o: ../../core/session.h ../../core/user.h ../../core/plugindata.h +funthread.o: ../../core/rebus.h ../../core/mount.h ../../templates/locale.h +funthread.o: ../../core/request.h ../../core/config.h ../../core/system.h +funthread.o: ../../core/dirs.h ../../core/dircontainer.h funthread.o: ../../notify/notify.h ../../notify/notifypool.h funthread.o: ../../templates/patterns.h ../../templates/locale.h funthread.o: ../../templates/localefilter.h ../../../ezc/src/ezc.h @@ -88,48 +87,48 @@ funthread.o: ../../core/loadavg.h ../../core/image.h ../../core/basethread.h funthread.o: ../../core/threadmanager.h ../../core/synchro.h tdb.h thread.h funthread.o: ../../db/dbbase.h threadinfo.h init.o: tdb.h thread.h ../../db/dbbase.h ../../core/error.h reply.h -init.o: ../../functions/functionbase.h ../../core/item.h ../../db/db.h -init.o: ../../db/dbbase.h ../../db/dbconn.h ../../db/dbtextstream.h -init.o: ../../core/textstream.h ../../core/misc.h ../../core/item.h -init.o: ../../core/requesttypes.h ../../db/dbitemquery.h -init.o: ../../db/dbitemcolumns.h ../../core/user.h ../../core/group.h +init.o: ../../functions/functionbase.h ../../core/item.h +init.o: ../../core/confparser.h ../../db/db.h ../../db/dbbase.h +init.o: ../../db/dbconn.h ../../db/dbtextstream.h ../../core/textstream.h +init.o: ../../core/misc.h ../../core/item.h ../../core/requesttypes.h +init.o: ../../db/dbitemquery.h ../../db/dbitemcolumns.h +init.o: ../../core/confparser.h ../../core/user.h ../../core/group.h init.o: ../../core/dircontainer.h ../../core/ugcontainer.h ../../core/log.h init.o: ../../core/textstream.h ../../core/logmanipulators.h init.o: ../../core/slog.h ../../core/cur.h ../../core/request.h -init.o: ../../core/error.h ../../core/config.h ../../core/confparser.h -init.o: ../../core/htmlfilter.h ../../templates/htmltextstream.h -init.o: ../../core/session.h ../../core/user.h ../../core/plugindata.h -init.o: ../../core/rebus.h ../../core/mount.h ../../templates/locale.h -init.o: ../../core/confparser.h ../../core/request.h ../../core/config.h -init.o: ../../core/system.h ../../core/dirs.h ../../core/dircontainer.h -init.o: ../../notify/notify.h ../../notify/notifypool.h -init.o: ../../templates/patterns.h ../../templates/locale.h -init.o: ../../templates/localefilter.h ../../../ezc/src/ezc.h -init.o: ../../../ezc/src/utf8.h ../../../ezc/src/generator.h -init.o: ../../../ezc/src/pattern.h ../../../ezc/src/functions.h -init.o: ../../../ezc/src/funinfo.h ../../../ezc/src/stringconv.h -init.o: ../../notify/notifythread.h ../../core/basethread.h -init.o: ../../core/synchro.h ../../notify/templatesnotify.h -init.o: ../../core/users.h ../../core/ugcontainer.h -init.o: ../../core/lastcontainer.h ../../templates/misc.h -init.o: ../../templates/htmltextstream.h ../../core/mounts.h -init.o: ../../core/mountparser.h ../../core/crypt.h ../../core/run.h -init.o: ../../core/users.h ../../core/groups.h ../../core/group.h -init.o: ../../core/loadavg.h ../../core/image.h ../../core/basethread.h -init.o: ../../core/threadmanager.h ../../core/synchro.h threadinfo.h -init.o: funthread.h createthread.h showthreads.h ../../core/log.h -init.o: ../../core/plugin.h pluginmsg.h ../../core/system.h -init.o: ../../core/sessionmanager.h ../../core/sessioncontainer.h -init.o: ../../functions/functions.h ../../functions/functionbase.h -init.o: ../../functions/functionparser.h ../../core/cur.h -init.o: ../../functions/adduser.h ../../functions/cat.h +init.o: ../../core/error.h ../../core/config.h ../../core/htmlfilter.h +init.o: ../../templates/htmltextstream.h ../../core/session.h +init.o: ../../core/user.h ../../core/plugindata.h ../../core/rebus.h +init.o: ../../core/mount.h ../../templates/locale.h ../../core/request.h +init.o: ../../core/config.h ../../core/system.h ../../core/dirs.h +init.o: ../../core/dircontainer.h ../../notify/notify.h +init.o: ../../notify/notifypool.h ../../templates/patterns.h +init.o: ../../templates/locale.h ../../templates/localefilter.h +init.o: ../../../ezc/src/ezc.h ../../../ezc/src/utf8.h +init.o: ../../../ezc/src/generator.h ../../../ezc/src/pattern.h +init.o: ../../../ezc/src/functions.h ../../../ezc/src/funinfo.h +init.o: ../../../ezc/src/stringconv.h ../../notify/notifythread.h +init.o: ../../core/basethread.h ../../core/synchro.h +init.o: ../../notify/templatesnotify.h ../../core/users.h +init.o: ../../core/ugcontainer.h ../../core/lastcontainer.h +init.o: ../../templates/misc.h ../../templates/htmltextstream.h +init.o: ../../core/mounts.h ../../core/mountparser.h ../../core/crypt.h +init.o: ../../core/run.h ../../core/users.h ../../core/groups.h +init.o: ../../core/group.h ../../core/loadavg.h ../../core/image.h +init.o: ../../core/basethread.h ../../core/threadmanager.h +init.o: ../../core/synchro.h threadinfo.h funthread.h createthread.h +init.o: showthreads.h ../../core/log.h ../../core/plugin.h pluginmsg.h +init.o: ../../core/system.h ../../core/sessionmanager.h +init.o: ../../core/sessioncontainer.h ../../functions/functions.h +init.o: ../../functions/functionbase.h ../../functions/functionparser.h +init.o: ../../core/cur.h ../../functions/adduser.h ../../functions/cat.h init.o: ../../functions/chmod.h ../../functions/privchanger.h init.o: ../../functions/chown.h ../../functions/ckeditor.h init.o: ../../functions/cp.h ../../functions/default.h init.o: ../../functions/download.h ../../functions/emacs.h init.o: ../../functions/last.h ../../functions/login.h init.o: ../../functions/logout.h ../../functions/ln.h ../../functions/ls.h -init.o: ../../functions/mkdir.h ../../functions/mv.h +init.o: ../../functions/meta.h ../../functions/mkdir.h ../../functions/mv.h init.o: ../../functions/nicedit.h ../../functions/node.h init.o: ../../functions/passwd.h ../../functions/priv.h init.o: ../../functions/reload.h ../../functions/rm.h ../../functions/sort.h @@ -143,20 +142,20 @@ init.o: ../../templates/indexpatterns.h ../../templates/patterns.h init.o: ../../templates/changepatterns.h ../../core/sessionmanager.h init.o: templates.h reply.o: reply.h ../../functions/functionbase.h ../../core/item.h -reply.o: ../../db/db.h ../../db/dbbase.h ../../db/dbconn.h -reply.o: ../../db/dbtextstream.h ../../core/textstream.h ../../core/misc.h -reply.o: ../../core/item.h ../../core/requesttypes.h ../../core/error.h -reply.o: ../../db/dbitemquery.h ../../db/dbitemcolumns.h ../../core/user.h -reply.o: ../../core/group.h ../../core/dircontainer.h -reply.o: ../../core/ugcontainer.h ../../core/log.h ../../core/textstream.h -reply.o: ../../core/logmanipulators.h ../../core/slog.h ../../core/cur.h -reply.o: ../../core/request.h ../../core/error.h ../../core/config.h -reply.o: ../../core/confparser.h ../../core/htmlfilter.h +reply.o: ../../core/confparser.h ../../db/db.h ../../db/dbbase.h +reply.o: ../../db/dbconn.h ../../db/dbtextstream.h ../../core/textstream.h +reply.o: ../../core/misc.h ../../core/item.h ../../core/requesttypes.h +reply.o: ../../core/error.h ../../db/dbitemquery.h ../../db/dbitemcolumns.h +reply.o: ../../core/confparser.h ../../core/user.h ../../core/group.h +reply.o: ../../core/dircontainer.h ../../core/ugcontainer.h ../../core/log.h +reply.o: ../../core/textstream.h ../../core/logmanipulators.h +reply.o: ../../core/slog.h ../../core/cur.h ../../core/request.h +reply.o: ../../core/error.h ../../core/config.h ../../core/htmlfilter.h reply.o: ../../templates/htmltextstream.h ../../core/session.h reply.o: ../../core/user.h ../../core/plugindata.h ../../core/rebus.h -reply.o: ../../core/mount.h ../../templates/locale.h ../../core/confparser.h -reply.o: ../../core/request.h ../../core/config.h ../../core/system.h -reply.o: ../../core/dirs.h ../../core/dircontainer.h ../../notify/notify.h +reply.o: ../../core/mount.h ../../templates/locale.h ../../core/request.h +reply.o: ../../core/config.h ../../core/system.h ../../core/dirs.h +reply.o: ../../core/dircontainer.h ../../notify/notify.h reply.o: ../../notify/notifypool.h ../../templates/patterns.h reply.o: ../../templates/locale.h ../../templates/localefilter.h reply.o: ../../../ezc/src/ezc.h ../../../ezc/src/utf8.h @@ -181,7 +180,7 @@ reply.o: ../../functions/cp.h ../../functions/default.h reply.o: ../../functions/download.h ../../functions/emacs.h reply.o: ../../functions/last.h ../../functions/login.h reply.o: ../../functions/logout.h ../../functions/ln.h ../../functions/ls.h -reply.o: ../../functions/mkdir.h ../../functions/mv.h +reply.o: ../../functions/meta.h ../../functions/mkdir.h ../../functions/mv.h reply.o: ../../functions/nicedit.h ../../functions/node.h reply.o: ../../functions/passwd.h ../../functions/priv.h reply.o: ../../functions/reload.h ../../functions/rm.h ../../functions/sort.h @@ -197,63 +196,64 @@ reply.o: ../../templates/patterncacher.h ../../templates/indexpatterns.h reply.o: ../../templates/patterns.h ../../templates/changepatterns.h reply.o: ../../core/sessionmanager.h showthreads.o: showthreads.h ../../functions/functionbase.h ../../core/item.h -showthreads.o: ../../db/db.h ../../db/dbbase.h ../../db/dbconn.h -showthreads.o: ../../db/dbtextstream.h ../../core/textstream.h -showthreads.o: ../../core/misc.h ../../core/item.h ../../core/requesttypes.h -showthreads.o: ../../core/error.h ../../db/dbitemquery.h -showthreads.o: ../../db/dbitemcolumns.h ../../core/user.h ../../core/group.h +showthreads.o: ../../core/confparser.h ../../db/db.h ../../db/dbbase.h +showthreads.o: ../../db/dbconn.h ../../db/dbtextstream.h +showthreads.o: ../../core/textstream.h ../../core/misc.h ../../core/item.h +showthreads.o: ../../core/requesttypes.h ../../core/error.h +showthreads.o: ../../db/dbitemquery.h ../../db/dbitemcolumns.h +showthreads.o: ../../core/confparser.h ../../core/user.h ../../core/group.h showthreads.o: ../../core/dircontainer.h ../../core/ugcontainer.h showthreads.o: ../../core/log.h ../../core/textstream.h showthreads.o: ../../core/logmanipulators.h ../../core/slog.h showthreads.o: ../../core/cur.h ../../core/request.h ../../core/error.h -showthreads.o: ../../core/config.h ../../core/confparser.h -showthreads.o: ../../core/htmlfilter.h ../../templates/htmltextstream.h -showthreads.o: ../../core/session.h ../../core/user.h ../../core/plugindata.h -showthreads.o: ../../core/rebus.h ../../core/mount.h ../../templates/locale.h -showthreads.o: ../../core/confparser.h ../../core/request.h -showthreads.o: ../../core/config.h ../../core/system.h ../../core/dirs.h -showthreads.o: ../../core/dircontainer.h ../../notify/notify.h -showthreads.o: ../../notify/notifypool.h ../../templates/patterns.h -showthreads.o: ../../templates/locale.h ../../templates/localefilter.h -showthreads.o: ../../../ezc/src/ezc.h ../../../ezc/src/utf8.h -showthreads.o: ../../../ezc/src/generator.h ../../../ezc/src/pattern.h -showthreads.o: ../../../ezc/src/functions.h ../../../ezc/src/funinfo.h -showthreads.o: ../../../ezc/src/stringconv.h ../../notify/notifythread.h -showthreads.o: ../../core/basethread.h ../../core/synchro.h -showthreads.o: ../../notify/templatesnotify.h ../../core/users.h -showthreads.o: ../../core/ugcontainer.h ../../core/lastcontainer.h -showthreads.o: ../../templates/misc.h ../../templates/htmltextstream.h -showthreads.o: ../../core/mounts.h ../../core/mountparser.h -showthreads.o: ../../core/crypt.h ../../core/run.h ../../core/users.h -showthreads.o: ../../core/groups.h ../../core/group.h ../../core/loadavg.h -showthreads.o: ../../core/image.h ../../core/basethread.h -showthreads.o: ../../core/threadmanager.h ../../core/synchro.h tdb.h thread.h -showthreads.o: ../../db/dbbase.h threadinfo.h +showthreads.o: ../../core/config.h ../../core/htmlfilter.h +showthreads.o: ../../templates/htmltextstream.h ../../core/session.h +showthreads.o: ../../core/user.h ../../core/plugindata.h ../../core/rebus.h +showthreads.o: ../../core/mount.h ../../templates/locale.h +showthreads.o: ../../core/request.h ../../core/config.h ../../core/system.h +showthreads.o: ../../core/dirs.h ../../core/dircontainer.h +showthreads.o: ../../notify/notify.h ../../notify/notifypool.h +showthreads.o: ../../templates/patterns.h ../../templates/locale.h +showthreads.o: ../../templates/localefilter.h ../../../ezc/src/ezc.h +showthreads.o: ../../../ezc/src/utf8.h ../../../ezc/src/generator.h +showthreads.o: ../../../ezc/src/pattern.h ../../../ezc/src/functions.h +showthreads.o: ../../../ezc/src/funinfo.h ../../../ezc/src/stringconv.h +showthreads.o: ../../notify/notifythread.h ../../core/basethread.h +showthreads.o: ../../core/synchro.h ../../notify/templatesnotify.h +showthreads.o: ../../core/users.h ../../core/ugcontainer.h +showthreads.o: ../../core/lastcontainer.h ../../templates/misc.h +showthreads.o: ../../templates/htmltextstream.h ../../core/mounts.h +showthreads.o: ../../core/mountparser.h ../../core/crypt.h ../../core/run.h +showthreads.o: ../../core/users.h ../../core/groups.h ../../core/group.h +showthreads.o: ../../core/loadavg.h ../../core/image.h +showthreads.o: ../../core/basethread.h ../../core/threadmanager.h +showthreads.o: ../../core/synchro.h tdb.h thread.h ../../db/dbbase.h +showthreads.o: threadinfo.h tdb.o: tdb.h thread.h ../../db/dbbase.h ../../core/error.h ../../core/log.h -templates.o: threadinfo.h ../../core/item.h ../../core/system.h -templates.o: ../../core/dirs.h ../../core/item.h ../../core/dircontainer.h -templates.o: ../../db/db.h ../../db/dbbase.h ../../db/dbconn.h -templates.o: ../../db/dbtextstream.h ../../core/textstream.h -templates.o: ../../core/misc.h ../../core/requesttypes.h ../../core/error.h +templates.o: threadinfo.h ../../core/item.h ../../core/confparser.h +templates.o: ../../core/system.h ../../core/dirs.h ../../core/item.h +templates.o: ../../core/dircontainer.h ../../db/db.h ../../db/dbbase.h +templates.o: ../../db/dbconn.h ../../db/dbtextstream.h +templates.o: ../../core/textstream.h ../../core/misc.h +templates.o: ../../core/requesttypes.h ../../core/error.h templates.o: ../../db/dbitemquery.h ../../db/dbitemcolumns.h -templates.o: ../../core/user.h ../../core/group.h ../../core/dircontainer.h -templates.o: ../../core/ugcontainer.h ../../core/log.h -templates.o: ../../core/textstream.h ../../core/logmanipulators.h -templates.o: ../../core/slog.h ../../core/cur.h ../../core/request.h -templates.o: ../../core/error.h ../../core/config.h ../../core/confparser.h +templates.o: ../../core/confparser.h ../../core/user.h ../../core/group.h +templates.o: ../../core/dircontainer.h ../../core/ugcontainer.h +templates.o: ../../core/log.h ../../core/textstream.h +templates.o: ../../core/logmanipulators.h ../../core/slog.h ../../core/cur.h +templates.o: ../../core/request.h ../../core/error.h ../../core/config.h templates.o: ../../core/htmlfilter.h ../../templates/htmltextstream.h templates.o: ../../core/session.h ../../core/user.h ../../core/plugindata.h templates.o: ../../core/rebus.h ../../core/mount.h ../../templates/locale.h -templates.o: ../../core/confparser.h ../../notify/notify.h -templates.o: ../../notify/notifypool.h ../../templates/patterns.h -templates.o: ../../templates/locale.h ../../templates/localefilter.h -templates.o: ../../../ezc/src/ezc.h ../../../ezc/src/utf8.h -templates.o: ../../../ezc/src/generator.h ../../../ezc/src/pattern.h -templates.o: ../../../ezc/src/functions.h ../../../ezc/src/funinfo.h -templates.o: ../../../ezc/src/stringconv.h ../../notify/notifythread.h -templates.o: ../../core/basethread.h ../../core/synchro.h -templates.o: ../../notify/templatesnotify.h ../../core/config.h -templates.o: ../../core/users.h ../../core/ugcontainer.h +templates.o: ../../notify/notify.h ../../notify/notifypool.h +templates.o: ../../templates/patterns.h ../../templates/locale.h +templates.o: ../../templates/localefilter.h ../../../ezc/src/ezc.h +templates.o: ../../../ezc/src/utf8.h ../../../ezc/src/generator.h +templates.o: ../../../ezc/src/pattern.h ../../../ezc/src/functions.h +templates.o: ../../../ezc/src/funinfo.h ../../../ezc/src/stringconv.h +templates.o: ../../notify/notifythread.h ../../core/basethread.h +templates.o: ../../core/synchro.h ../../notify/templatesnotify.h +templates.o: ../../core/config.h ../../core/users.h ../../core/ugcontainer.h templates.o: ../../core/lastcontainer.h ../../templates/misc.h templates.o: ../../templates/htmltextstream.h ../../core/mounts.h templates.o: ../../core/mountparser.h ../../core/crypt.h ../../core/run.h @@ -273,44 +273,44 @@ templates.o: ../../functions/cp.h ../../functions/default.h templates.o: ../../functions/download.h ../../functions/emacs.h templates.o: ../../functions/last.h ../../functions/login.h templates.o: ../../functions/logout.h ../../functions/ln.h -templates.o: ../../functions/ls.h ../../functions/mkdir.h -templates.o: ../../functions/mv.h ../../functions/nicedit.h -templates.o: ../../functions/node.h ../../functions/passwd.h -templates.o: ../../functions/priv.h ../../functions/reload.h -templates.o: ../../functions/rm.h ../../functions/sort.h -templates.o: ../../functions/specialdefault.h ../../functions/stat.h -templates.o: ../../functions/subject.h ../../functions/template.h -templates.o: ../../functions/tinymce.h ../../functions/uname.h -templates.o: ../../functions/upload.h ../../functions/uptime.h -templates.o: ../../functions/who.h ../../functions/vim.h -templates.o: ../../core/htmlfilter.h ../../templates/templates.h -templates.o: ../../templates/patterncacher.h ../../templates/indexpatterns.h -templates.o: ../../templates/patterns.h ../../templates/changepatterns.h -templates.o: ../../core/sessionmanager.h -threadinfo.o: threadinfo.h ../../core/item.h ../../core/system.h -threadinfo.o: ../../core/dirs.h ../../core/item.h ../../core/dircontainer.h -threadinfo.o: ../../db/db.h ../../db/dbbase.h ../../db/dbconn.h -threadinfo.o: ../../db/dbtextstream.h ../../core/textstream.h -threadinfo.o: ../../core/misc.h ../../core/requesttypes.h ../../core/error.h +templates.o: ../../functions/ls.h ../../functions/meta.h +templates.o: ../../functions/mkdir.h ../../functions/mv.h +templates.o: ../../functions/nicedit.h ../../functions/node.h +templates.o: ../../functions/passwd.h ../../functions/priv.h +templates.o: ../../functions/reload.h ../../functions/rm.h +templates.o: ../../functions/sort.h ../../functions/specialdefault.h +templates.o: ../../functions/stat.h ../../functions/subject.h +templates.o: ../../functions/template.h ../../functions/tinymce.h +templates.o: ../../functions/uname.h ../../functions/upload.h +templates.o: ../../functions/uptime.h ../../functions/who.h +templates.o: ../../functions/vim.h ../../core/htmlfilter.h +templates.o: ../../templates/templates.h ../../templates/patterncacher.h +templates.o: ../../templates/indexpatterns.h ../../templates/patterns.h +templates.o: ../../templates/changepatterns.h ../../core/sessionmanager.h +threadinfo.o: threadinfo.h ../../core/item.h ../../core/confparser.h +threadinfo.o: ../../core/system.h ../../core/dirs.h ../../core/item.h +threadinfo.o: ../../core/dircontainer.h ../../db/db.h ../../db/dbbase.h +threadinfo.o: ../../db/dbconn.h ../../db/dbtextstream.h +threadinfo.o: ../../core/textstream.h ../../core/misc.h +threadinfo.o: ../../core/requesttypes.h ../../core/error.h threadinfo.o: ../../db/dbitemquery.h ../../db/dbitemcolumns.h -threadinfo.o: ../../core/user.h ../../core/group.h ../../core/dircontainer.h -threadinfo.o: ../../core/ugcontainer.h ../../core/log.h -threadinfo.o: ../../core/textstream.h ../../core/logmanipulators.h -threadinfo.o: ../../core/slog.h ../../core/cur.h ../../core/request.h -threadinfo.o: ../../core/error.h ../../core/config.h ../../core/confparser.h +threadinfo.o: ../../core/confparser.h ../../core/user.h ../../core/group.h +threadinfo.o: ../../core/dircontainer.h ../../core/ugcontainer.h +threadinfo.o: ../../core/log.h ../../core/textstream.h +threadinfo.o: ../../core/logmanipulators.h ../../core/slog.h ../../core/cur.h +threadinfo.o: ../../core/request.h ../../core/error.h ../../core/config.h threadinfo.o: ../../core/htmlfilter.h ../../templates/htmltextstream.h threadinfo.o: ../../core/session.h ../../core/user.h ../../core/plugindata.h threadinfo.o: ../../core/rebus.h ../../core/mount.h ../../templates/locale.h -threadinfo.o: ../../core/confparser.h ../../notify/notify.h -threadinfo.o: ../../notify/notifypool.h ../../templates/patterns.h -threadinfo.o: ../../templates/locale.h ../../templates/localefilter.h -threadinfo.o: ../../../ezc/src/ezc.h ../../../ezc/src/utf8.h -threadinfo.o: ../../../ezc/src/generator.h ../../../ezc/src/pattern.h -threadinfo.o: ../../../ezc/src/functions.h ../../../ezc/src/funinfo.h -threadinfo.o: ../../../ezc/src/stringconv.h ../../notify/notifythread.h -threadinfo.o: ../../core/basethread.h ../../core/synchro.h -threadinfo.o: ../../notify/templatesnotify.h ../../core/config.h -threadinfo.o: ../../core/users.h ../../core/ugcontainer.h +threadinfo.o: ../../notify/notify.h ../../notify/notifypool.h +threadinfo.o: ../../templates/patterns.h ../../templates/locale.h +threadinfo.o: ../../templates/localefilter.h ../../../ezc/src/ezc.h +threadinfo.o: ../../../ezc/src/utf8.h ../../../ezc/src/generator.h +threadinfo.o: ../../../ezc/src/pattern.h ../../../ezc/src/functions.h +threadinfo.o: ../../../ezc/src/funinfo.h ../../../ezc/src/stringconv.h +threadinfo.o: ../../notify/notifythread.h ../../core/basethread.h +threadinfo.o: ../../core/synchro.h ../../notify/templatesnotify.h +threadinfo.o: ../../core/config.h ../../core/users.h ../../core/ugcontainer.h threadinfo.o: ../../core/lastcontainer.h ../../templates/misc.h threadinfo.o: ../../templates/htmltextstream.h ../../core/mounts.h threadinfo.o: ../../core/mountparser.h ../../core/crypt.h ../../core/run.h diff --git a/plugins/ticket/Makefile.dep b/plugins/ticket/Makefile.dep index bfd366b..bbef021 100755 --- a/plugins/ticket/Makefile.dep +++ b/plugins/ticket/Makefile.dep @@ -3,19 +3,19 @@ createticket.o: createticket.h tdb.h ticket.h ../../db/dbbase.h createticket.o: ../../db/dbconn.h ../../db/dbtextstream.h createticket.o: ../../core/textstream.h ../../core/misc.h ../../core/item.h -createticket.o: ../../core/requesttypes.h ../../core/error.h -createticket.o: ../../functions/functionbase.h ../../core/item.h -createticket.o: ../../db/db.h ../../db/dbbase.h ../../db/dbitemquery.h -createticket.o: ../../db/dbitemcolumns.h ../../core/user.h ../../core/group.h +createticket.o: ../../core/confparser.h ../../core/requesttypes.h +createticket.o: ../../core/error.h ../../functions/functionbase.h +createticket.o: ../../core/item.h ../../db/db.h ../../db/dbbase.h +createticket.o: ../../db/dbitemquery.h ../../db/dbitemcolumns.h +createticket.o: ../../core/confparser.h ../../core/user.h ../../core/group.h createticket.o: ../../core/dircontainer.h ../../core/ugcontainer.h createticket.o: ../../core/log.h ../../core/textstream.h createticket.o: ../../core/logmanipulators.h ../../core/slog.h createticket.o: ../../core/cur.h ../../core/request.h ../../core/error.h -createticket.o: ../../core/config.h ../../core/confparser.h -createticket.o: ../../core/htmlfilter.h ../../templates/htmltextstream.h -createticket.o: ../../core/session.h ../../core/user.h -createticket.o: ../../core/plugindata.h ../../core/rebus.h ../../core/mount.h -createticket.o: ../../templates/locale.h ../../core/confparser.h +createticket.o: ../../core/config.h ../../core/htmlfilter.h +createticket.o: ../../templates/htmltextstream.h ../../core/session.h +createticket.o: ../../core/user.h ../../core/plugindata.h ../../core/rebus.h +createticket.o: ../../core/mount.h ../../templates/locale.h createticket.o: ../../core/request.h ../../core/config.h ../../core/system.h createticket.o: ../../core/dirs.h ../../core/dircontainer.h createticket.o: ../../notify/notify.h ../../notify/notifypool.h @@ -43,43 +43,43 @@ createticket.o: ../../functions/cp.h ../../functions/default.h createticket.o: ../../functions/download.h ../../functions/emacs.h createticket.o: ../../functions/last.h ../../functions/login.h createticket.o: ../../functions/logout.h ../../functions/ln.h -createticket.o: ../../functions/ls.h ../../functions/mkdir.h -createticket.o: ../../functions/mv.h ../../functions/nicedit.h -createticket.o: ../../functions/node.h ../../functions/passwd.h -createticket.o: ../../functions/priv.h ../../functions/reload.h -createticket.o: ../../functions/rm.h ../../functions/sort.h -createticket.o: ../../functions/specialdefault.h ../../functions/stat.h -createticket.o: ../../functions/subject.h ../../functions/template.h -createticket.o: ../../functions/tinymce.h ../../functions/uname.h -createticket.o: ../../functions/upload.h ../../functions/uptime.h -createticket.o: ../../functions/who.h ../../functions/vim.h -createticket.o: ../../core/htmlfilter.h sessiondata.h ../../core/plugindata.h -createticket.o: ../../functions/rm.h +createticket.o: ../../functions/ls.h ../../functions/meta.h +createticket.o: ../../functions/mkdir.h ../../functions/mv.h +createticket.o: ../../functions/nicedit.h ../../functions/node.h +createticket.o: ../../functions/passwd.h ../../functions/priv.h +createticket.o: ../../functions/reload.h ../../functions/rm.h +createticket.o: ../../functions/sort.h ../../functions/specialdefault.h +createticket.o: ../../functions/stat.h ../../functions/subject.h +createticket.o: ../../functions/template.h ../../functions/tinymce.h +createticket.o: ../../functions/uname.h ../../functions/upload.h +createticket.o: ../../functions/uptime.h ../../functions/who.h +createticket.o: ../../functions/vim.h ../../core/htmlfilter.h sessiondata.h +createticket.o: ../../core/plugindata.h ../../functions/rm.h editticket.o: editticket.h tdb.h ticket.h ../../db/dbbase.h ../../db/dbconn.h editticket.o: ../../db/dbtextstream.h ../../core/textstream.h -editticket.o: ../../core/misc.h ../../core/item.h ../../core/requesttypes.h -editticket.o: ../../core/error.h ticketinfo.h ticketparser.h ticketconf.h -editticket.o: ../../core/item.h ../../core/system.h ../../core/dirs.h -editticket.o: ../../core/dircontainer.h ../../db/db.h ../../db/dbbase.h -editticket.o: ../../db/dbitemquery.h ../../db/dbitemcolumns.h +editticket.o: ../../core/misc.h ../../core/item.h ../../core/confparser.h +editticket.o: ../../core/requesttypes.h ../../core/error.h ticketinfo.h +editticket.o: ticketparser.h ticketconf.h ../../core/item.h +editticket.o: ../../core/system.h ../../core/dirs.h ../../core/dircontainer.h +editticket.o: ../../db/db.h ../../db/dbbase.h ../../db/dbitemquery.h +editticket.o: ../../db/dbitemcolumns.h ../../core/confparser.h editticket.o: ../../core/user.h ../../core/group.h ../../core/dircontainer.h editticket.o: ../../core/ugcontainer.h ../../core/log.h editticket.o: ../../core/textstream.h ../../core/logmanipulators.h editticket.o: ../../core/slog.h ../../core/cur.h ../../core/request.h -editticket.o: ../../core/error.h ../../core/config.h ../../core/confparser.h -editticket.o: ../../core/htmlfilter.h ../../templates/htmltextstream.h -editticket.o: ../../core/session.h ../../core/user.h ../../core/plugindata.h -editticket.o: ../../core/rebus.h ../../core/mount.h ../../templates/locale.h -editticket.o: ../../core/confparser.h ../../notify/notify.h -editticket.o: ../../notify/notifypool.h ../../templates/patterns.h -editticket.o: ../../templates/locale.h ../../templates/localefilter.h -editticket.o: ../../../ezc/src/ezc.h ../../../ezc/src/utf8.h -editticket.o: ../../../ezc/src/generator.h ../../../ezc/src/pattern.h -editticket.o: ../../../ezc/src/functions.h ../../../ezc/src/funinfo.h -editticket.o: ../../../ezc/src/stringconv.h ../../notify/notifythread.h -editticket.o: ../../core/basethread.h ../../core/synchro.h -editticket.o: ../../notify/templatesnotify.h ../../core/config.h -editticket.o: ../../core/users.h ../../core/ugcontainer.h +editticket.o: ../../core/error.h ../../core/config.h ../../core/htmlfilter.h +editticket.o: ../../templates/htmltextstream.h ../../core/session.h +editticket.o: ../../core/user.h ../../core/plugindata.h ../../core/rebus.h +editticket.o: ../../core/mount.h ../../templates/locale.h +editticket.o: ../../notify/notify.h ../../notify/notifypool.h +editticket.o: ../../templates/patterns.h ../../templates/locale.h +editticket.o: ../../templates/localefilter.h ../../../ezc/src/ezc.h +editticket.o: ../../../ezc/src/utf8.h ../../../ezc/src/generator.h +editticket.o: ../../../ezc/src/pattern.h ../../../ezc/src/functions.h +editticket.o: ../../../ezc/src/funinfo.h ../../../ezc/src/stringconv.h +editticket.o: ../../notify/notifythread.h ../../core/basethread.h +editticket.o: ../../core/synchro.h ../../notify/templatesnotify.h +editticket.o: ../../core/config.h ../../core/users.h ../../core/ugcontainer.h editticket.o: ../../core/lastcontainer.h ../../templates/misc.h editticket.o: ../../templates/htmltextstream.h ../../core/mounts.h editticket.o: ../../core/mountparser.h ../../core/crypt.h ../../core/run.h @@ -95,44 +95,44 @@ editticket.o: ../../functions/cp.h ../../functions/default.h editticket.o: ../../functions/download.h ../../functions/emacs.h editticket.o: ../../functions/last.h ../../functions/login.h editticket.o: ../../functions/logout.h ../../functions/ln.h -editticket.o: ../../functions/ls.h ../../functions/mkdir.h -editticket.o: ../../functions/mv.h ../../functions/nicedit.h -editticket.o: ../../functions/node.h ../../functions/passwd.h -editticket.o: ../../functions/priv.h ../../functions/reload.h -editticket.o: ../../functions/rm.h ../../functions/sort.h -editticket.o: ../../functions/specialdefault.h ../../functions/stat.h -editticket.o: ../../functions/subject.h ../../functions/template.h -editticket.o: ../../functions/tinymce.h ../../functions/uname.h -editticket.o: ../../functions/upload.h ../../functions/uptime.h -editticket.o: ../../functions/who.h ../../functions/vim.h -editticket.o: ../../core/htmlfilter.h ../../functions/functionbase.h -editticket.o: ../../core/synchro.h sessiondata.h ../../core/plugindata.h -editticket.o: ../../functions/rm.h +editticket.o: ../../functions/ls.h ../../functions/meta.h +editticket.o: ../../functions/mkdir.h ../../functions/mv.h +editticket.o: ../../functions/nicedit.h ../../functions/node.h +editticket.o: ../../functions/passwd.h ../../functions/priv.h +editticket.o: ../../functions/reload.h ../../functions/rm.h +editticket.o: ../../functions/sort.h ../../functions/specialdefault.h +editticket.o: ../../functions/stat.h ../../functions/subject.h +editticket.o: ../../functions/template.h ../../functions/tinymce.h +editticket.o: ../../functions/uname.h ../../functions/upload.h +editticket.o: ../../functions/uptime.h ../../functions/who.h +editticket.o: ../../functions/vim.h ../../core/htmlfilter.h +editticket.o: ../../functions/functionbase.h ../../core/synchro.h +editticket.o: sessiondata.h ../../core/plugindata.h ../../functions/rm.h funticket.o: funticket.h tdb.h ticket.h ../../db/dbbase.h ../../db/dbconn.h funticket.o: ../../db/dbtextstream.h ../../core/textstream.h -funticket.o: ../../core/misc.h ../../core/item.h ../../core/requesttypes.h -funticket.o: ../../core/error.h ticketinfo.h ticketparser.h ticketconf.h -funticket.o: ../../core/item.h ../../core/system.h ../../core/dirs.h -funticket.o: ../../core/dircontainer.h ../../db/db.h ../../db/dbbase.h -funticket.o: ../../db/dbitemquery.h ../../db/dbitemcolumns.h +funticket.o: ../../core/misc.h ../../core/item.h ../../core/confparser.h +funticket.o: ../../core/requesttypes.h ../../core/error.h ticketinfo.h +funticket.o: ticketparser.h ticketconf.h ../../core/item.h +funticket.o: ../../core/system.h ../../core/dirs.h ../../core/dircontainer.h +funticket.o: ../../db/db.h ../../db/dbbase.h ../../db/dbitemquery.h +funticket.o: ../../db/dbitemcolumns.h ../../core/confparser.h funticket.o: ../../core/user.h ../../core/group.h ../../core/dircontainer.h funticket.o: ../../core/ugcontainer.h ../../core/log.h funticket.o: ../../core/textstream.h ../../core/logmanipulators.h funticket.o: ../../core/slog.h ../../core/cur.h ../../core/request.h -funticket.o: ../../core/error.h ../../core/config.h ../../core/confparser.h -funticket.o: ../../core/htmlfilter.h ../../templates/htmltextstream.h -funticket.o: ../../core/session.h ../../core/user.h ../../core/plugindata.h -funticket.o: ../../core/rebus.h ../../core/mount.h ../../templates/locale.h -funticket.o: ../../core/confparser.h ../../notify/notify.h -funticket.o: ../../notify/notifypool.h ../../templates/patterns.h -funticket.o: ../../templates/locale.h ../../templates/localefilter.h -funticket.o: ../../../ezc/src/ezc.h ../../../ezc/src/utf8.h -funticket.o: ../../../ezc/src/generator.h ../../../ezc/src/pattern.h -funticket.o: ../../../ezc/src/functions.h ../../../ezc/src/funinfo.h -funticket.o: ../../../ezc/src/stringconv.h ../../notify/notifythread.h -funticket.o: ../../core/basethread.h ../../core/synchro.h -funticket.o: ../../notify/templatesnotify.h ../../core/config.h -funticket.o: ../../core/users.h ../../core/ugcontainer.h +funticket.o: ../../core/error.h ../../core/config.h ../../core/htmlfilter.h +funticket.o: ../../templates/htmltextstream.h ../../core/session.h +funticket.o: ../../core/user.h ../../core/plugindata.h ../../core/rebus.h +funticket.o: ../../core/mount.h ../../templates/locale.h +funticket.o: ../../notify/notify.h ../../notify/notifypool.h +funticket.o: ../../templates/patterns.h ../../templates/locale.h +funticket.o: ../../templates/localefilter.h ../../../ezc/src/ezc.h +funticket.o: ../../../ezc/src/utf8.h ../../../ezc/src/generator.h +funticket.o: ../../../ezc/src/pattern.h ../../../ezc/src/functions.h +funticket.o: ../../../ezc/src/funinfo.h ../../../ezc/src/stringconv.h +funticket.o: ../../notify/notifythread.h ../../core/basethread.h +funticket.o: ../../core/synchro.h ../../notify/templatesnotify.h +funticket.o: ../../core/config.h ../../core/users.h ../../core/ugcontainer.h funticket.o: ../../core/lastcontainer.h ../../templates/misc.h funticket.o: ../../templates/htmltextstream.h ../../core/mounts.h funticket.o: ../../core/mountparser.h ../../core/crypt.h ../../core/run.h @@ -147,7 +147,7 @@ funticket.o: ../../functions/ckeditor.h ../../functions/cp.h funticket.o: ../../functions/default.h ../../functions/download.h funticket.o: ../../functions/emacs.h ../../functions/last.h funticket.o: ../../functions/login.h ../../functions/logout.h -funticket.o: ../../functions/ln.h ../../functions/ls.h +funticket.o: ../../functions/ln.h ../../functions/ls.h ../../functions/meta.h funticket.o: ../../functions/mkdir.h ../../functions/mv.h funticket.o: ../../functions/nicedit.h ../../functions/node.h funticket.o: ../../functions/passwd.h ../../functions/priv.h @@ -167,19 +167,19 @@ funticket.o: ../../templates/changepatterns.h ../../core/sessionmanager.h funticket.o: ../../plugins/thread/pluginmsg.h init.o: tdb.h ticket.h ../../db/dbbase.h ../../db/dbconn.h init.o: ../../db/dbtextstream.h ../../core/textstream.h ../../core/misc.h -init.o: ../../core/item.h ../../core/requesttypes.h ../../core/error.h -init.o: funticket.h ticketinfo.h ticketparser.h ticketconf.h -init.o: ../../core/item.h ../../core/system.h ../../core/dirs.h +init.o: ../../core/item.h ../../core/confparser.h ../../core/requesttypes.h +init.o: ../../core/error.h funticket.h ticketinfo.h ticketparser.h +init.o: ticketconf.h ../../core/item.h ../../core/system.h ../../core/dirs.h init.o: ../../core/dircontainer.h ../../db/db.h ../../db/dbbase.h -init.o: ../../db/dbitemquery.h ../../db/dbitemcolumns.h ../../core/user.h -init.o: ../../core/group.h ../../core/dircontainer.h ../../core/ugcontainer.h -init.o: ../../core/log.h ../../core/textstream.h ../../core/logmanipulators.h +init.o: ../../db/dbitemquery.h ../../db/dbitemcolumns.h +init.o: ../../core/confparser.h ../../core/user.h ../../core/group.h +init.o: ../../core/dircontainer.h ../../core/ugcontainer.h ../../core/log.h +init.o: ../../core/textstream.h ../../core/logmanipulators.h init.o: ../../core/slog.h ../../core/cur.h ../../core/request.h -init.o: ../../core/error.h ../../core/config.h ../../core/confparser.h -init.o: ../../core/htmlfilter.h ../../templates/htmltextstream.h -init.o: ../../core/session.h ../../core/user.h ../../core/plugindata.h -init.o: ../../core/rebus.h ../../core/mount.h ../../templates/locale.h -init.o: ../../core/confparser.h ../../notify/notify.h +init.o: ../../core/error.h ../../core/config.h ../../core/htmlfilter.h +init.o: ../../templates/htmltextstream.h ../../core/session.h +init.o: ../../core/user.h ../../core/plugindata.h ../../core/rebus.h +init.o: ../../core/mount.h ../../templates/locale.h ../../notify/notify.h init.o: ../../notify/notifypool.h ../../templates/patterns.h init.o: ../../templates/locale.h ../../templates/localefilter.h init.o: ../../../ezc/src/ezc.h ../../../ezc/src/utf8.h @@ -203,8 +203,8 @@ init.o: ../../functions/ckeditor.h ../../functions/cp.h init.o: ../../functions/default.h ../../functions/download.h init.o: ../../functions/emacs.h ../../functions/last.h init.o: ../../functions/login.h ../../functions/logout.h ../../functions/ln.h -init.o: ../../functions/ls.h ../../functions/mkdir.h ../../functions/mv.h -init.o: ../../functions/nicedit.h ../../functions/node.h +init.o: ../../functions/ls.h ../../functions/meta.h ../../functions/mkdir.h +init.o: ../../functions/mv.h ../../functions/nicedit.h ../../functions/node.h init.o: ../../functions/passwd.h ../../functions/priv.h init.o: ../../functions/reload.h ../../functions/rm.h ../../functions/sort.h init.o: ../../functions/specialdefault.h ../../functions/stat.h @@ -227,36 +227,37 @@ sessiondata.o: ../../functions/rm.h showtickets.o: showtickets.h tdb.h ticket.h ../../db/dbbase.h showtickets.o: ../../db/dbconn.h ../../db/dbtextstream.h showtickets.o: ../../core/textstream.h ../../core/misc.h ../../core/item.h -showtickets.o: ../../core/requesttypes.h ../../core/error.h ticketinfo.h -showtickets.o: ticketparser.h ticketconf.h ../../core/item.h -showtickets.o: ../../core/system.h ../../core/dirs.h +showtickets.o: ../../core/confparser.h ../../core/requesttypes.h +showtickets.o: ../../core/error.h ticketinfo.h ticketparser.h ticketconf.h +showtickets.o: ../../core/item.h ../../core/system.h ../../core/dirs.h showtickets.o: ../../core/dircontainer.h ../../db/db.h ../../db/dbbase.h showtickets.o: ../../db/dbitemquery.h ../../db/dbitemcolumns.h -showtickets.o: ../../core/user.h ../../core/group.h ../../core/dircontainer.h -showtickets.o: ../../core/ugcontainer.h ../../core/log.h -showtickets.o: ../../core/textstream.h ../../core/logmanipulators.h -showtickets.o: ../../core/slog.h ../../core/cur.h ../../core/request.h -showtickets.o: ../../core/error.h ../../core/config.h ../../core/confparser.h -showtickets.o: ../../core/htmlfilter.h ../../templates/htmltextstream.h -showtickets.o: ../../core/session.h ../../core/user.h ../../core/plugindata.h -showtickets.o: ../../core/rebus.h ../../core/mount.h ../../templates/locale.h -showtickets.o: ../../core/confparser.h ../../notify/notify.h -showtickets.o: ../../notify/notifypool.h ../../templates/patterns.h -showtickets.o: ../../templates/locale.h ../../templates/localefilter.h -showtickets.o: ../../../ezc/src/ezc.h ../../../ezc/src/utf8.h -showtickets.o: ../../../ezc/src/generator.h ../../../ezc/src/pattern.h -showtickets.o: ../../../ezc/src/functions.h ../../../ezc/src/funinfo.h -showtickets.o: ../../../ezc/src/stringconv.h ../../notify/notifythread.h -showtickets.o: ../../core/basethread.h ../../core/synchro.h -showtickets.o: ../../notify/templatesnotify.h ../../core/config.h -showtickets.o: ../../core/users.h ../../core/ugcontainer.h -showtickets.o: ../../core/lastcontainer.h ../../templates/misc.h -showtickets.o: ../../templates/htmltextstream.h ../../core/mounts.h -showtickets.o: ../../core/mountparser.h ../../core/crypt.h ../../core/run.h -showtickets.o: ../../core/users.h ../../core/groups.h ../../core/group.h -showtickets.o: ../../core/loadavg.h ../../core/image.h -showtickets.o: ../../core/basethread.h ../../core/threadmanager.h -showtickets.o: ../../functions/functions.h ../../functions/functionbase.h +showtickets.o: ../../core/confparser.h ../../core/user.h ../../core/group.h +showtickets.o: ../../core/dircontainer.h ../../core/ugcontainer.h +showtickets.o: ../../core/log.h ../../core/textstream.h +showtickets.o: ../../core/logmanipulators.h ../../core/slog.h +showtickets.o: ../../core/cur.h ../../core/request.h ../../core/error.h +showtickets.o: ../../core/config.h ../../core/htmlfilter.h +showtickets.o: ../../templates/htmltextstream.h ../../core/session.h +showtickets.o: ../../core/user.h ../../core/plugindata.h ../../core/rebus.h +showtickets.o: ../../core/mount.h ../../templates/locale.h +showtickets.o: ../../notify/notify.h ../../notify/notifypool.h +showtickets.o: ../../templates/patterns.h ../../templates/locale.h +showtickets.o: ../../templates/localefilter.h ../../../ezc/src/ezc.h +showtickets.o: ../../../ezc/src/utf8.h ../../../ezc/src/generator.h +showtickets.o: ../../../ezc/src/pattern.h ../../../ezc/src/functions.h +showtickets.o: ../../../ezc/src/funinfo.h ../../../ezc/src/stringconv.h +showtickets.o: ../../notify/notifythread.h ../../core/basethread.h +showtickets.o: ../../core/synchro.h ../../notify/templatesnotify.h +showtickets.o: ../../core/config.h ../../core/users.h +showtickets.o: ../../core/ugcontainer.h ../../core/lastcontainer.h +showtickets.o: ../../templates/misc.h ../../templates/htmltextstream.h +showtickets.o: ../../core/mounts.h ../../core/mountparser.h +showtickets.o: ../../core/crypt.h ../../core/run.h ../../core/users.h +showtickets.o: ../../core/groups.h ../../core/group.h ../../core/loadavg.h +showtickets.o: ../../core/image.h ../../core/basethread.h +showtickets.o: ../../core/threadmanager.h ../../functions/functions.h +showtickets.o: ../../functions/functionbase.h showtickets.o: ../../functions/functionparser.h ../../core/cur.h showtickets.o: ../../functions/adduser.h ../../functions/cat.h showtickets.o: ../../functions/chmod.h ../../functions/privchanger.h @@ -266,45 +267,46 @@ showtickets.o: ../../functions/default.h ../../functions/download.h showtickets.o: ../../functions/emacs.h ../../functions/last.h showtickets.o: ../../functions/login.h ../../functions/logout.h showtickets.o: ../../functions/ln.h ../../functions/ls.h -showtickets.o: ../../functions/mkdir.h ../../functions/mv.h -showtickets.o: ../../functions/nicedit.h ../../functions/node.h -showtickets.o: ../../functions/passwd.h ../../functions/priv.h -showtickets.o: ../../functions/reload.h ../../functions/rm.h -showtickets.o: ../../functions/sort.h ../../functions/specialdefault.h -showtickets.o: ../../functions/stat.h ../../functions/subject.h -showtickets.o: ../../functions/template.h ../../functions/tinymce.h -showtickets.o: ../../functions/uname.h ../../functions/upload.h -showtickets.o: ../../functions/uptime.h ../../functions/who.h -showtickets.o: ../../functions/vim.h ../../core/htmlfilter.h -showtickets.o: ../../functions/functionbase.h ../../core/synchro.h -showtickets.o: pluginmsg.h ../../plugins/thread/pluginmsg.h -showtickets.o: ../../core/plugin.h ../../core/system.h -showtickets.o: ../../core/sessionmanager.h ../../core/sessioncontainer.h -showtickets.o: ../../templates/templates.h ../../templates/patterncacher.h +showtickets.o: ../../functions/meta.h ../../functions/mkdir.h +showtickets.o: ../../functions/mv.h ../../functions/nicedit.h +showtickets.o: ../../functions/node.h ../../functions/passwd.h +showtickets.o: ../../functions/priv.h ../../functions/reload.h +showtickets.o: ../../functions/rm.h ../../functions/sort.h +showtickets.o: ../../functions/specialdefault.h ../../functions/stat.h +showtickets.o: ../../functions/subject.h ../../functions/template.h +showtickets.o: ../../functions/tinymce.h ../../functions/uname.h +showtickets.o: ../../functions/upload.h ../../functions/uptime.h +showtickets.o: ../../functions/who.h ../../functions/vim.h +showtickets.o: ../../core/htmlfilter.h ../../functions/functionbase.h +showtickets.o: ../../core/synchro.h pluginmsg.h +showtickets.o: ../../plugins/thread/pluginmsg.h ../../core/plugin.h +showtickets.o: ../../core/system.h ../../core/sessionmanager.h +showtickets.o: ../../core/sessioncontainer.h ../../templates/templates.h +showtickets.o: ../../templates/patterncacher.h showtickets.o: ../../templates/indexpatterns.h ../../templates/patterns.h showtickets.o: ../../templates/changepatterns.h ../../core/sessionmanager.h tdb.o: tdb.h ticket.h ../../db/dbbase.h ../../db/dbconn.h tdb.o: ../../db/dbtextstream.h ../../core/textstream.h ../../core/misc.h -tdb.o: ../../core/item.h ../../core/requesttypes.h ../../core/error.h -tdb.o: ../../core/log.h +tdb.o: ../../core/item.h ../../core/confparser.h ../../core/requesttypes.h +tdb.o: ../../core/error.h ../../core/log.h templates.o: ../../../ezc/src/ezc.h ../../../ezc/src/utf8.h templates.o: ../../../ezc/src/generator.h ../../../ezc/src/pattern.h -templates.o: ../../core/item.h ../../../ezc/src/functions.h -templates.o: ../../../ezc/src/funinfo.h ../../../ezc/src/stringconv.h -templates.o: ticketinfo.h ticket.h ticketparser.h ticketconf.h -templates.o: ../../core/item.h ../../core/system.h ../../core/dirs.h -templates.o: ../../core/dircontainer.h ../../db/db.h ../../db/dbbase.h -templates.o: ../../db/dbitemquery.h ../../db/dbitemcolumns.h +templates.o: ../../core/item.h ../../core/confparser.h +templates.o: ../../../ezc/src/functions.h ../../../ezc/src/funinfo.h +templates.o: ../../../ezc/src/stringconv.h ticketinfo.h ticket.h +templates.o: ticketparser.h ticketconf.h ../../core/item.h +templates.o: ../../core/system.h ../../core/dirs.h ../../core/dircontainer.h +templates.o: ../../db/db.h ../../db/dbbase.h ../../db/dbitemquery.h +templates.o: ../../db/dbitemcolumns.h ../../core/confparser.h templates.o: ../../core/user.h ../../core/group.h ../../core/dircontainer.h templates.o: ../../core/ugcontainer.h ../../core/log.h templates.o: ../../core/textstream.h ../../core/logmanipulators.h templates.o: ../../core/slog.h ../../core/cur.h ../../core/request.h templates.o: ../../core/requesttypes.h ../../core/error.h ../../core/config.h -templates.o: ../../core/confparser.h ../../core/htmlfilter.h -templates.o: ../../templates/htmltextstream.h ../../core/textstream.h -templates.o: ../../core/misc.h ../../core/session.h ../../core/user.h -templates.o: ../../core/plugindata.h ../../core/rebus.h ../../core/mount.h -templates.o: ../../templates/locale.h ../../core/confparser.h +templates.o: ../../core/htmlfilter.h ../../templates/htmltextstream.h +templates.o: ../../core/textstream.h ../../core/misc.h ../../core/session.h +templates.o: ../../core/user.h ../../core/plugindata.h ../../core/rebus.h +templates.o: ../../core/mount.h ../../templates/locale.h templates.o: ../../notify/notify.h ../../notify/notifypool.h templates.o: ../../templates/patterns.h ../../templates/locale.h templates.o: ../../templates/localefilter.h ../../notify/notifythread.h @@ -325,7 +327,7 @@ templates.o: ../../functions/ckeditor.h ../../functions/cp.h templates.o: ../../functions/default.h ../../functions/download.h templates.o: ../../functions/emacs.h ../../functions/last.h templates.o: ../../functions/login.h ../../functions/logout.h -templates.o: ../../functions/ln.h ../../functions/ls.h +templates.o: ../../functions/ln.h ../../functions/ls.h ../../functions/meta.h templates.o: ../../functions/mkdir.h ../../functions/mv.h templates.o: ../../functions/nicedit.h ../../functions/node.h templates.o: ../../functions/passwd.h ../../functions/priv.h @@ -349,19 +351,19 @@ templates.o: ../../plugins/thread/pluginmsg.h ticketconf.o: ticketconf.h ticketinfo.o: ticketinfo.h ticket.h ticketparser.h ticketconf.h ticketinfo.o: ../../core/item.h ../../core/system.h ../../core/dirs.h -ticketinfo.o: ../../core/item.h ../../core/dircontainer.h ../../db/db.h -ticketinfo.o: ../../db/dbbase.h ../../db/dbitemquery.h -ticketinfo.o: ../../db/dbitemcolumns.h ../../core/user.h ../../core/group.h +ticketinfo.o: ../../core/item.h ../../core/confparser.h +ticketinfo.o: ../../core/dircontainer.h ../../db/db.h ../../db/dbbase.h +ticketinfo.o: ../../db/dbitemquery.h ../../db/dbitemcolumns.h +ticketinfo.o: ../../core/confparser.h ../../core/user.h ../../core/group.h ticketinfo.o: ../../core/dircontainer.h ../../core/ugcontainer.h ticketinfo.o: ../../core/log.h ../../core/textstream.h ticketinfo.o: ../../core/logmanipulators.h ../../core/slog.h ../../core/cur.h ticketinfo.o: ../../core/request.h ../../core/requesttypes.h -ticketinfo.o: ../../core/error.h ../../core/config.h ../../core/confparser.h -ticketinfo.o: ../../core/htmlfilter.h ../../templates/htmltextstream.h -ticketinfo.o: ../../core/textstream.h ../../core/misc.h ../../core/session.h -ticketinfo.o: ../../core/user.h ../../core/plugindata.h ../../core/rebus.h -ticketinfo.o: ../../core/mount.h ../../templates/locale.h -ticketinfo.o: ../../core/confparser.h ../../notify/notify.h +ticketinfo.o: ../../core/error.h ../../core/config.h ../../core/htmlfilter.h +ticketinfo.o: ../../templates/htmltextstream.h ../../core/textstream.h +ticketinfo.o: ../../core/misc.h ../../core/session.h ../../core/user.h +ticketinfo.o: ../../core/plugindata.h ../../core/rebus.h ../../core/mount.h +ticketinfo.o: ../../templates/locale.h ../../notify/notify.h ticketinfo.o: ../../notify/notifypool.h ../../templates/patterns.h ticketinfo.o: ../../templates/locale.h ../../templates/localefilter.h ticketinfo.o: ../../../ezc/src/ezc.h ../../../ezc/src/utf8.h @@ -386,19 +388,19 @@ ticketinfo.o: ../../functions/cp.h ../../functions/default.h ticketinfo.o: ../../functions/download.h ../../functions/emacs.h ticketinfo.o: ../../functions/last.h ../../functions/login.h ticketinfo.o: ../../functions/logout.h ../../functions/ln.h -ticketinfo.o: ../../functions/ls.h ../../functions/mkdir.h -ticketinfo.o: ../../functions/mv.h ../../functions/nicedit.h -ticketinfo.o: ../../functions/node.h ../../functions/passwd.h -ticketinfo.o: ../../functions/priv.h ../../functions/reload.h -ticketinfo.o: ../../functions/rm.h ../../functions/sort.h -ticketinfo.o: ../../functions/specialdefault.h ../../functions/stat.h -ticketinfo.o: ../../functions/subject.h ../../functions/template.h -ticketinfo.o: ../../functions/tinymce.h ../../functions/uname.h -ticketinfo.o: ../../functions/upload.h ../../functions/uptime.h -ticketinfo.o: ../../functions/who.h ../../functions/vim.h -ticketinfo.o: ../../core/htmlfilter.h tdb.h ../../db/dbbase.h -ticketinfo.o: ../../db/dbconn.h ../../db/dbtextstream.h ../../core/error.h -ticketinfo.o: ../../core/log.h ../../core/misc.h sessiondata.h -ticketinfo.o: ../../core/plugindata.h ../../functions/rm.h +ticketinfo.o: ../../functions/ls.h ../../functions/meta.h +ticketinfo.o: ../../functions/mkdir.h ../../functions/mv.h +ticketinfo.o: ../../functions/nicedit.h ../../functions/node.h +ticketinfo.o: ../../functions/passwd.h ../../functions/priv.h +ticketinfo.o: ../../functions/reload.h ../../functions/rm.h +ticketinfo.o: ../../functions/sort.h ../../functions/specialdefault.h +ticketinfo.o: ../../functions/stat.h ../../functions/subject.h +ticketinfo.o: ../../functions/template.h ../../functions/tinymce.h +ticketinfo.o: ../../functions/uname.h ../../functions/upload.h +ticketinfo.o: ../../functions/uptime.h ../../functions/who.h +ticketinfo.o: ../../functions/vim.h ../../core/htmlfilter.h tdb.h +ticketinfo.o: ../../db/dbbase.h ../../db/dbconn.h ../../db/dbtextstream.h +ticketinfo.o: ../../core/error.h ../../core/log.h ../../core/misc.h +ticketinfo.o: sessiondata.h ../../core/plugindata.h ../../functions/rm.h ticketparser.o: ticketparser.h ticketconf.h ../../core/log.h ticketparser.o: ../../core/misc.h diff --git a/templates/Makefile.dep b/templates/Makefile.dep index 11781e0..8dcd33d 100755 --- a/templates/Makefile.dep +++ b/templates/Makefile.dep @@ -6,8 +6,8 @@ adduser.o: ../../ezc/src/item.h ../../ezc/src/funinfo.h adduser.o: ../../ezc/src/functions.h ../../ezc/src/stringconv.h misc.h adduser.o: localefilter.h locale.h ../core/confparser.h htmltextstream.h adduser.o: ../core/textstream.h patterncacher.h ../core/item.h -adduser.o: indexpatterns.h patterns.h changepatterns.h ../core/config.h -adduser.o: ../core/confparser.h ../core/htmlfilter.h ../core/cur.h +adduser.o: ../core/confparser.h indexpatterns.h patterns.h changepatterns.h +adduser.o: ../core/config.h ../core/htmlfilter.h ../core/cur.h adduser.o: ../core/request.h ../core/requesttypes.h ../core/error.h adduser.o: ../core/config.h ../core/textstream.h adduser.o: ../templates/htmltextstream.h ../core/session.h ../core/user.h @@ -38,11 +38,11 @@ config.o: ../../ezc/src/generator.h ../../ezc/src/pattern.h config.o: ../../ezc/src/item.h ../../ezc/src/funinfo.h config.o: ../../ezc/src/functions.h ../../ezc/src/stringconv.h misc.h config.o: localefilter.h locale.h ../core/confparser.h htmltextstream.h -config.o: ../core/textstream.h patterncacher.h ../core/item.h indexpatterns.h -config.o: patterns.h changepatterns.h ../core/config.h ../core/confparser.h -config.o: ../core/htmlfilter.h ../core/cur.h ../core/request.h -config.o: ../core/requesttypes.h ../core/error.h ../core/config.h -config.o: ../core/textstream.h ../templates/htmltextstream.h +config.o: ../core/textstream.h patterncacher.h ../core/item.h +config.o: ../core/confparser.h indexpatterns.h patterns.h changepatterns.h +config.o: ../core/config.h ../core/htmlfilter.h ../core/cur.h +config.o: ../core/request.h ../core/requesttypes.h ../core/error.h +config.o: ../core/config.h ../core/textstream.h ../templates/htmltextstream.h config.o: ../core/session.h ../core/user.h ../core/plugindata.h config.o: ../core/rebus.h ../core/mount.h ../core/system.h ../core/dirs.h config.o: ../core/dircontainer.h ../db/db.h ../db/dbbase.h ../db/dbconn.h @@ -65,33 +65,33 @@ dir.o: ../../ezc/src/generator.h ../../ezc/src/pattern.h ../../ezc/src/item.h dir.o: ../../ezc/src/funinfo.h ../../ezc/src/functions.h dir.o: ../../ezc/src/stringconv.h misc.h localefilter.h locale.h dir.o: ../core/confparser.h htmltextstream.h ../core/textstream.h -dir.o: patterncacher.h ../core/item.h indexpatterns.h patterns.h -dir.o: changepatterns.h ../core/config.h ../core/confparser.h -dir.o: ../core/htmlfilter.h ../core/cur.h ../core/request.h -dir.o: ../core/requesttypes.h ../core/error.h ../core/config.h -dir.o: ../core/textstream.h ../templates/htmltextstream.h ../core/session.h -dir.o: ../core/user.h ../core/plugindata.h ../core/rebus.h ../core/mount.h -dir.o: ../core/system.h ../core/dirs.h ../core/dircontainer.h ../db/db.h -dir.o: ../db/dbbase.h ../db/dbconn.h ../db/dbtextstream.h ../core/error.h -dir.o: ../db/dbitemquery.h ../db/dbitemcolumns.h ../core/user.h -dir.o: ../core/group.h ../core/dircontainer.h ../core/ugcontainer.h -dir.o: ../core/log.h ../core/logmanipulators.h ../core/slog.h ../core/cur.h -dir.o: ../templates/locale.h ../notify/notify.h ../notify/notifypool.h -dir.o: ../templates/patterns.h ../notify/notifythread.h ../core/basethread.h -dir.o: ../core/synchro.h ../notify/templatesnotify.h ../core/users.h -dir.o: ../core/ugcontainer.h ../core/lastcontainer.h ../templates/misc.h -dir.o: ../core/mounts.h ../core/mountparser.h ../core/crypt.h ../core/run.h -dir.o: ../core/users.h ../core/groups.h ../core/group.h ../core/loadavg.h -dir.o: ../core/image.h ../core/basethread.h ../core/threadmanager.h -dir.o: ../core/sessionmanager.h ../core/sessioncontainer.h ../core/system.h -dir.o: ../core/htmlfilter.h ../core/misc.h ../functions/functions.h -dir.o: ../functions/functionbase.h ../core/request.h ../core/synchro.h -dir.o: ../functions/functionparser.h ../functions/adduser.h -dir.o: ../functions/cat.h ../functions/chmod.h ../functions/privchanger.h -dir.o: ../functions/chown.h ../functions/ckeditor.h ../functions/cp.h -dir.o: ../functions/default.h ../functions/download.h ../functions/emacs.h -dir.o: ../functions/last.h ../functions/login.h ../functions/logout.h -dir.o: ../functions/ln.h ../functions/ls.h ../functions/mkdir.h +dir.o: patterncacher.h ../core/item.h ../core/confparser.h indexpatterns.h +dir.o: patterns.h changepatterns.h ../core/config.h ../core/htmlfilter.h +dir.o: ../core/cur.h ../core/request.h ../core/requesttypes.h ../core/error.h +dir.o: ../core/config.h ../core/textstream.h ../templates/htmltextstream.h +dir.o: ../core/session.h ../core/user.h ../core/plugindata.h ../core/rebus.h +dir.o: ../core/mount.h ../core/system.h ../core/dirs.h ../core/dircontainer.h +dir.o: ../db/db.h ../db/dbbase.h ../db/dbconn.h ../db/dbtextstream.h +dir.o: ../core/error.h ../db/dbitemquery.h ../db/dbitemcolumns.h +dir.o: ../core/user.h ../core/group.h ../core/dircontainer.h +dir.o: ../core/ugcontainer.h ../core/log.h ../core/logmanipulators.h +dir.o: ../core/slog.h ../core/cur.h ../templates/locale.h ../notify/notify.h +dir.o: ../notify/notifypool.h ../templates/patterns.h +dir.o: ../notify/notifythread.h ../core/basethread.h ../core/synchro.h +dir.o: ../notify/templatesnotify.h ../core/users.h ../core/ugcontainer.h +dir.o: ../core/lastcontainer.h ../templates/misc.h ../core/mounts.h +dir.o: ../core/mountparser.h ../core/crypt.h ../core/run.h ../core/users.h +dir.o: ../core/groups.h ../core/group.h ../core/loadavg.h ../core/image.h +dir.o: ../core/basethread.h ../core/threadmanager.h ../core/sessionmanager.h +dir.o: ../core/sessioncontainer.h ../core/system.h ../core/htmlfilter.h +dir.o: ../core/misc.h ../functions/functions.h ../functions/functionbase.h +dir.o: ../core/request.h ../core/synchro.h ../functions/functionparser.h +dir.o: ../functions/adduser.h ../functions/cat.h ../functions/chmod.h +dir.o: ../functions/privchanger.h ../functions/chown.h +dir.o: ../functions/ckeditor.h ../functions/cp.h ../functions/default.h +dir.o: ../functions/download.h ../functions/emacs.h ../functions/last.h +dir.o: ../functions/login.h ../functions/logout.h ../functions/ln.h +dir.o: ../functions/ls.h ../functions/meta.h ../functions/mkdir.h dir.o: ../functions/mv.h ../functions/nicedit.h ../functions/node.h dir.o: ../functions/passwd.h ../functions/priv.h ../functions/reload.h dir.o: ../functions/rm.h ../functions/sort.h ../functions/specialdefault.h @@ -103,34 +103,34 @@ doc.o: ../../ezc/src/generator.h ../../ezc/src/pattern.h ../../ezc/src/item.h doc.o: ../../ezc/src/funinfo.h ../../ezc/src/functions.h doc.o: ../../ezc/src/stringconv.h misc.h localefilter.h locale.h doc.o: ../core/confparser.h htmltextstream.h ../core/textstream.h -doc.o: patterncacher.h ../core/item.h indexpatterns.h patterns.h -doc.o: changepatterns.h ../core/config.h ../core/confparser.h -doc.o: ../core/htmlfilter.h ../core/cur.h ../core/request.h -doc.o: ../core/requesttypes.h ../core/error.h ../core/config.h -doc.o: ../core/textstream.h ../templates/htmltextstream.h ../core/session.h -doc.o: ../core/user.h ../core/plugindata.h ../core/rebus.h ../core/mount.h -doc.o: ../core/system.h ../core/dirs.h ../core/dircontainer.h ../db/db.h -doc.o: ../db/dbbase.h ../db/dbconn.h ../db/dbtextstream.h ../core/error.h -doc.o: ../db/dbitemquery.h ../db/dbitemcolumns.h ../core/user.h -doc.o: ../core/group.h ../core/dircontainer.h ../core/ugcontainer.h -doc.o: ../core/log.h ../core/logmanipulators.h ../core/slog.h ../core/cur.h -doc.o: ../templates/locale.h ../notify/notify.h ../notify/notifypool.h -doc.o: ../templates/patterns.h ../notify/notifythread.h ../core/basethread.h -doc.o: ../core/synchro.h ../notify/templatesnotify.h ../core/users.h -doc.o: ../core/ugcontainer.h ../core/lastcontainer.h ../templates/misc.h -doc.o: ../core/mounts.h ../core/mountparser.h ../core/crypt.h ../core/run.h -doc.o: ../core/users.h ../core/groups.h ../core/group.h ../core/loadavg.h -doc.o: ../core/image.h ../core/basethread.h ../core/threadmanager.h -doc.o: ../core/sessionmanager.h ../core/sessioncontainer.h ../core/system.h -doc.o: ../core/htmlfilter.h ../core/request.h ../core/misc.h +doc.o: patterncacher.h ../core/item.h ../core/confparser.h indexpatterns.h +doc.o: patterns.h changepatterns.h ../core/config.h ../core/htmlfilter.h +doc.o: ../core/cur.h ../core/request.h ../core/requesttypes.h ../core/error.h +doc.o: ../core/config.h ../core/textstream.h ../templates/htmltextstream.h +doc.o: ../core/session.h ../core/user.h ../core/plugindata.h ../core/rebus.h +doc.o: ../core/mount.h ../core/system.h ../core/dirs.h ../core/dircontainer.h +doc.o: ../db/db.h ../db/dbbase.h ../db/dbconn.h ../db/dbtextstream.h +doc.o: ../core/error.h ../db/dbitemquery.h ../db/dbitemcolumns.h +doc.o: ../core/user.h ../core/group.h ../core/dircontainer.h +doc.o: ../core/ugcontainer.h ../core/log.h ../core/logmanipulators.h +doc.o: ../core/slog.h ../core/cur.h ../templates/locale.h ../notify/notify.h +doc.o: ../notify/notifypool.h ../templates/patterns.h +doc.o: ../notify/notifythread.h ../core/basethread.h ../core/synchro.h +doc.o: ../notify/templatesnotify.h ../core/users.h ../core/ugcontainer.h +doc.o: ../core/lastcontainer.h ../templates/misc.h ../core/mounts.h +doc.o: ../core/mountparser.h ../core/crypt.h ../core/run.h ../core/users.h +doc.o: ../core/groups.h ../core/group.h ../core/loadavg.h ../core/image.h +doc.o: ../core/basethread.h ../core/threadmanager.h ../core/sessionmanager.h +doc.o: ../core/sessioncontainer.h ../core/system.h ../core/htmlfilter.h +doc.o: ../core/request.h ../core/misc.h filters.o: templates.h ../../ezc/src/ezc.h ../../ezc/src/utf8.h filters.o: ../../ezc/src/generator.h ../../ezc/src/pattern.h filters.o: ../../ezc/src/item.h ../../ezc/src/funinfo.h filters.o: ../../ezc/src/functions.h ../../ezc/src/stringconv.h misc.h filters.o: localefilter.h locale.h ../core/confparser.h htmltextstream.h filters.o: ../core/textstream.h patterncacher.h ../core/item.h -filters.o: indexpatterns.h patterns.h changepatterns.h ../core/config.h -filters.o: ../core/confparser.h ../core/htmlfilter.h ../core/cur.h +filters.o: ../core/confparser.h indexpatterns.h patterns.h changepatterns.h +filters.o: ../core/config.h ../core/htmlfilter.h ../core/cur.h filters.o: ../core/request.h ../core/requesttypes.h ../core/error.h filters.o: ../core/config.h ../core/textstream.h filters.o: ../templates/htmltextstream.h ../core/session.h ../core/user.h @@ -169,11 +169,11 @@ insert.o: ../../ezc/src/generator.h ../../ezc/src/pattern.h insert.o: ../../ezc/src/item.h ../../ezc/src/funinfo.h insert.o: ../../ezc/src/functions.h ../../ezc/src/stringconv.h misc.h insert.o: localefilter.h locale.h ../core/confparser.h htmltextstream.h -insert.o: ../core/textstream.h patterncacher.h ../core/item.h indexpatterns.h -insert.o: patterns.h changepatterns.h ../core/config.h ../core/confparser.h -insert.o: ../core/htmlfilter.h ../core/cur.h ../core/request.h -insert.o: ../core/requesttypes.h ../core/error.h ../core/config.h -insert.o: ../core/textstream.h ../templates/htmltextstream.h +insert.o: ../core/textstream.h patterncacher.h ../core/item.h +insert.o: ../core/confparser.h indexpatterns.h patterns.h changepatterns.h +insert.o: ../core/config.h ../core/htmlfilter.h ../core/cur.h +insert.o: ../core/request.h ../core/requesttypes.h ../core/error.h +insert.o: ../core/config.h ../core/textstream.h ../templates/htmltextstream.h insert.o: ../core/session.h ../core/user.h ../core/plugindata.h insert.o: ../core/rebus.h ../core/mount.h ../core/system.h ../core/dirs.h insert.o: ../core/dircontainer.h ../db/db.h ../db/dbbase.h ../db/dbconn.h @@ -197,9 +197,9 @@ item.o: ../../ezc/src/generator.h ../../ezc/src/pattern.h item.o: ../../ezc/src/item.h ../../ezc/src/funinfo.h item.o: ../../ezc/src/functions.h ../../ezc/src/stringconv.h misc.h item.o: localefilter.h locale.h ../core/confparser.h htmltextstream.h -item.o: ../core/textstream.h patterncacher.h ../core/item.h indexpatterns.h -item.o: patterns.h changepatterns.h ../core/config.h ../core/confparser.h -item.o: ../core/htmlfilter.h ../core/cur.h ../core/request.h +item.o: ../core/textstream.h patterncacher.h ../core/item.h +item.o: ../core/confparser.h indexpatterns.h patterns.h changepatterns.h +item.o: ../core/config.h ../core/htmlfilter.h ../core/cur.h ../core/request.h item.o: ../core/requesttypes.h ../core/error.h ../core/config.h item.o: ../core/textstream.h ../templates/htmltextstream.h ../core/session.h item.o: ../core/user.h ../core/plugindata.h ../core/rebus.h ../core/mount.h @@ -223,9 +223,9 @@ last.o: ../../ezc/src/generator.h ../../ezc/src/pattern.h last.o: ../../ezc/src/item.h ../../ezc/src/funinfo.h last.o: ../../ezc/src/functions.h ../../ezc/src/stringconv.h misc.h last.o: localefilter.h locale.h ../core/confparser.h htmltextstream.h -last.o: ../core/textstream.h patterncacher.h ../core/item.h indexpatterns.h -last.o: patterns.h changepatterns.h ../core/config.h ../core/confparser.h -last.o: ../core/htmlfilter.h ../core/cur.h ../core/request.h +last.o: ../core/textstream.h patterncacher.h ../core/item.h +last.o: ../core/confparser.h indexpatterns.h patterns.h changepatterns.h +last.o: ../core/config.h ../core/htmlfilter.h ../core/cur.h ../core/request.h last.o: ../core/requesttypes.h ../core/error.h ../core/config.h last.o: ../core/textstream.h ../templates/htmltextstream.h ../core/session.h last.o: ../core/user.h ../core/plugindata.h ../core/rebus.h ../core/mount.h @@ -258,17 +258,18 @@ login.o: ../../ezc/src/generator.h ../../ezc/src/pattern.h login.o: ../../ezc/src/item.h ../../ezc/src/funinfo.h login.o: ../../ezc/src/functions.h ../../ezc/src/stringconv.h misc.h login.o: localefilter.h locale.h ../core/confparser.h htmltextstream.h -login.o: ../core/textstream.h patterncacher.h ../core/item.h indexpatterns.h -login.o: patterns.h changepatterns.h ../core/config.h ../core/confparser.h -login.o: ../core/htmlfilter.h ../core/cur.h ../core/request.h -login.o: ../core/requesttypes.h ../core/error.h ../core/config.h -login.o: ../core/textstream.h ../templates/htmltextstream.h ../core/session.h -login.o: ../core/user.h ../core/plugindata.h ../core/rebus.h ../core/mount.h -login.o: ../core/system.h ../core/dirs.h ../core/dircontainer.h ../db/db.h -login.o: ../db/dbbase.h ../db/dbconn.h ../db/dbtextstream.h ../core/error.h -login.o: ../db/dbitemquery.h ../db/dbitemcolumns.h ../core/user.h -login.o: ../core/group.h ../core/dircontainer.h ../core/ugcontainer.h -login.o: ../core/log.h ../core/logmanipulators.h ../core/slog.h ../core/cur.h +login.o: ../core/textstream.h patterncacher.h ../core/item.h +login.o: ../core/confparser.h indexpatterns.h patterns.h changepatterns.h +login.o: ../core/config.h ../core/htmlfilter.h ../core/cur.h +login.o: ../core/request.h ../core/requesttypes.h ../core/error.h +login.o: ../core/config.h ../core/textstream.h ../templates/htmltextstream.h +login.o: ../core/session.h ../core/user.h ../core/plugindata.h +login.o: ../core/rebus.h ../core/mount.h ../core/system.h ../core/dirs.h +login.o: ../core/dircontainer.h ../db/db.h ../db/dbbase.h ../db/dbconn.h +login.o: ../db/dbtextstream.h ../core/error.h ../db/dbitemquery.h +login.o: ../db/dbitemcolumns.h ../core/user.h ../core/group.h +login.o: ../core/dircontainer.h ../core/ugcontainer.h ../core/log.h +login.o: ../core/logmanipulators.h ../core/slog.h ../core/cur.h login.o: ../templates/locale.h ../notify/notify.h ../notify/notifypool.h login.o: ../templates/patterns.h ../notify/notifythread.h login.o: ../core/basethread.h ../core/synchro.h ../notify/templatesnotify.h @@ -284,34 +285,34 @@ ls.o: ../../ezc/src/generator.h ../../ezc/src/pattern.h ../../ezc/src/item.h ls.o: ../../ezc/src/funinfo.h ../../ezc/src/functions.h ls.o: ../../ezc/src/stringconv.h misc.h localefilter.h locale.h ls.o: ../core/confparser.h htmltextstream.h ../core/textstream.h -ls.o: patterncacher.h ../core/item.h indexpatterns.h patterns.h -ls.o: changepatterns.h ../core/config.h ../core/confparser.h -ls.o: ../core/htmlfilter.h ../core/cur.h ../core/request.h -ls.o: ../core/requesttypes.h ../core/error.h ../core/config.h -ls.o: ../core/textstream.h ../templates/htmltextstream.h ../core/session.h -ls.o: ../core/user.h ../core/plugindata.h ../core/rebus.h ../core/mount.h -ls.o: ../core/system.h ../core/dirs.h ../core/dircontainer.h ../db/db.h -ls.o: ../db/dbbase.h ../db/dbconn.h ../db/dbtextstream.h ../core/error.h -ls.o: ../db/dbitemquery.h ../db/dbitemcolumns.h ../core/user.h -ls.o: ../core/group.h ../core/dircontainer.h ../core/ugcontainer.h -ls.o: ../core/log.h ../core/logmanipulators.h ../core/slog.h ../core/cur.h -ls.o: ../templates/locale.h ../notify/notify.h ../notify/notifypool.h -ls.o: ../templates/patterns.h ../notify/notifythread.h ../core/basethread.h -ls.o: ../core/synchro.h ../notify/templatesnotify.h ../core/users.h -ls.o: ../core/ugcontainer.h ../core/lastcontainer.h ../templates/misc.h -ls.o: ../core/mounts.h ../core/mountparser.h ../core/crypt.h ../core/run.h -ls.o: ../core/users.h ../core/groups.h ../core/group.h ../core/loadavg.h -ls.o: ../core/image.h ../core/basethread.h ../core/threadmanager.h -ls.o: ../core/sessionmanager.h ../core/sessioncontainer.h ../core/system.h -ls.o: ../core/htmlfilter.h ../core/request.h +ls.o: patterncacher.h ../core/item.h ../core/confparser.h indexpatterns.h +ls.o: patterns.h changepatterns.h ../core/config.h ../core/htmlfilter.h +ls.o: ../core/cur.h ../core/request.h ../core/requesttypes.h ../core/error.h +ls.o: ../core/config.h ../core/textstream.h ../templates/htmltextstream.h +ls.o: ../core/session.h ../core/user.h ../core/plugindata.h ../core/rebus.h +ls.o: ../core/mount.h ../core/system.h ../core/dirs.h ../core/dircontainer.h +ls.o: ../db/db.h ../db/dbbase.h ../db/dbconn.h ../db/dbtextstream.h +ls.o: ../core/error.h ../db/dbitemquery.h ../db/dbitemcolumns.h +ls.o: ../core/user.h ../core/group.h ../core/dircontainer.h +ls.o: ../core/ugcontainer.h ../core/log.h ../core/logmanipulators.h +ls.o: ../core/slog.h ../core/cur.h ../templates/locale.h ../notify/notify.h +ls.o: ../notify/notifypool.h ../templates/patterns.h ../notify/notifythread.h +ls.o: ../core/basethread.h ../core/synchro.h ../notify/templatesnotify.h +ls.o: ../core/users.h ../core/ugcontainer.h ../core/lastcontainer.h +ls.o: ../templates/misc.h ../core/mounts.h ../core/mountparser.h +ls.o: ../core/crypt.h ../core/run.h ../core/users.h ../core/groups.h +ls.o: ../core/group.h ../core/loadavg.h ../core/image.h ../core/basethread.h +ls.o: ../core/threadmanager.h ../core/sessionmanager.h +ls.o: ../core/sessioncontainer.h ../core/system.h ../core/htmlfilter.h +ls.o: ../core/request.h misc.o: templates.h ../../ezc/src/ezc.h ../../ezc/src/utf8.h misc.o: ../../ezc/src/generator.h ../../ezc/src/pattern.h misc.o: ../../ezc/src/item.h ../../ezc/src/funinfo.h misc.o: ../../ezc/src/functions.h ../../ezc/src/stringconv.h misc.h misc.o: localefilter.h locale.h ../core/confparser.h htmltextstream.h -misc.o: ../core/textstream.h patterncacher.h ../core/item.h indexpatterns.h -misc.o: patterns.h changepatterns.h ../core/config.h ../core/confparser.h -misc.o: ../core/htmlfilter.h ../core/cur.h ../core/request.h +misc.o: ../core/textstream.h patterncacher.h ../core/item.h +misc.o: ../core/confparser.h indexpatterns.h patterns.h changepatterns.h +misc.o: ../core/config.h ../core/htmlfilter.h ../core/cur.h ../core/request.h misc.o: ../core/requesttypes.h ../core/error.h ../core/config.h misc.o: ../core/textstream.h ../templates/htmltextstream.h ../core/session.h misc.o: ../core/user.h ../core/plugindata.h ../core/rebus.h ../core/mount.h @@ -334,17 +335,18 @@ mount.o: ../../ezc/src/generator.h ../../ezc/src/pattern.h mount.o: ../../ezc/src/item.h ../../ezc/src/funinfo.h mount.o: ../../ezc/src/functions.h ../../ezc/src/stringconv.h misc.h mount.o: localefilter.h locale.h ../core/confparser.h htmltextstream.h -mount.o: ../core/textstream.h patterncacher.h ../core/item.h indexpatterns.h -mount.o: patterns.h changepatterns.h ../core/config.h ../core/confparser.h -mount.o: ../core/htmlfilter.h ../core/cur.h ../core/request.h -mount.o: ../core/requesttypes.h ../core/error.h ../core/config.h -mount.o: ../core/textstream.h ../templates/htmltextstream.h ../core/session.h -mount.o: ../core/user.h ../core/plugindata.h ../core/rebus.h ../core/mount.h -mount.o: ../core/system.h ../core/dirs.h ../core/dircontainer.h ../db/db.h -mount.o: ../db/dbbase.h ../db/dbconn.h ../db/dbtextstream.h ../core/error.h -mount.o: ../db/dbitemquery.h ../db/dbitemcolumns.h ../core/user.h -mount.o: ../core/group.h ../core/dircontainer.h ../core/ugcontainer.h -mount.o: ../core/log.h ../core/logmanipulators.h ../core/slog.h ../core/cur.h +mount.o: ../core/textstream.h patterncacher.h ../core/item.h +mount.o: ../core/confparser.h indexpatterns.h patterns.h changepatterns.h +mount.o: ../core/config.h ../core/htmlfilter.h ../core/cur.h +mount.o: ../core/request.h ../core/requesttypes.h ../core/error.h +mount.o: ../core/config.h ../core/textstream.h ../templates/htmltextstream.h +mount.o: ../core/session.h ../core/user.h ../core/plugindata.h +mount.o: ../core/rebus.h ../core/mount.h ../core/system.h ../core/dirs.h +mount.o: ../core/dircontainer.h ../db/db.h ../db/dbbase.h ../db/dbconn.h +mount.o: ../db/dbtextstream.h ../core/error.h ../db/dbitemquery.h +mount.o: ../db/dbitemcolumns.h ../core/user.h ../core/group.h +mount.o: ../core/dircontainer.h ../core/ugcontainer.h ../core/log.h +mount.o: ../core/logmanipulators.h ../core/slog.h ../core/cur.h mount.o: ../templates/locale.h ../notify/notify.h ../notify/notifypool.h mount.o: ../templates/patterns.h ../notify/notifythread.h mount.o: ../core/basethread.h ../core/synchro.h ../notify/templatesnotify.h @@ -355,15 +357,15 @@ mount.o: ../core/group.h ../core/loadavg.h ../core/image.h mount.o: ../core/basethread.h ../core/threadmanager.h mount.o: ../core/sessionmanager.h ../core/sessioncontainer.h ../core/system.h mount.o: ../core/htmlfilter.h ../core/misc.h ../core/mounts.h -patterncacher.o: patterncacher.h ../core/item.h misc.h localefilter.h -patterncacher.o: locale.h ../core/confparser.h ../../ezc/src/ezc.h -patterncacher.o: ../../ezc/src/utf8.h ../../ezc/src/generator.h -patterncacher.o: ../../ezc/src/pattern.h ../../ezc/src/item.h -patterncacher.o: ../../ezc/src/funinfo.h ../../ezc/src/functions.h -patterncacher.o: ../../ezc/src/stringconv.h htmltextstream.h -patterncacher.o: ../core/textstream.h ../core/log.h ../core/textstream.h -patterncacher.o: ../core/logmanipulators.h ../core/slog.h ../core/cur.h -patterncacher.o: ../templates/locale.h +patterncacher.o: patterncacher.h ../core/item.h ../core/confparser.h misc.h +patterncacher.o: localefilter.h locale.h ../core/confparser.h +patterncacher.o: ../../ezc/src/ezc.h ../../ezc/src/utf8.h +patterncacher.o: ../../ezc/src/generator.h ../../ezc/src/pattern.h +patterncacher.o: ../../ezc/src/item.h ../../ezc/src/funinfo.h +patterncacher.o: ../../ezc/src/functions.h ../../ezc/src/stringconv.h +patterncacher.o: htmltextstream.h ../core/textstream.h ../core/log.h +patterncacher.o: ../core/textstream.h ../core/logmanipulators.h +patterncacher.o: ../core/slog.h ../core/cur.h ../templates/locale.h patterns.o: patterns.h locale.h ../core/confparser.h localefilter.h patterns.o: ../../ezc/src/ezc.h ../../ezc/src/utf8.h patterns.o: ../../ezc/src/generator.h ../../ezc/src/pattern.h @@ -377,9 +379,9 @@ priv.o: ../../ezc/src/generator.h ../../ezc/src/pattern.h priv.o: ../../ezc/src/item.h ../../ezc/src/funinfo.h priv.o: ../../ezc/src/functions.h ../../ezc/src/stringconv.h misc.h priv.o: localefilter.h locale.h ../core/confparser.h htmltextstream.h -priv.o: ../core/textstream.h patterncacher.h ../core/item.h indexpatterns.h -priv.o: patterns.h changepatterns.h ../core/config.h ../core/confparser.h -priv.o: ../core/htmlfilter.h ../core/cur.h ../core/request.h +priv.o: ../core/textstream.h patterncacher.h ../core/item.h +priv.o: ../core/confparser.h indexpatterns.h patterns.h changepatterns.h +priv.o: ../core/config.h ../core/htmlfilter.h ../core/cur.h ../core/request.h priv.o: ../core/requesttypes.h ../core/error.h ../core/config.h priv.o: ../core/textstream.h ../templates/htmltextstream.h ../core/session.h priv.o: ../core/user.h ../core/plugindata.h ../core/rebus.h ../core/mount.h @@ -404,29 +406,30 @@ priv.o: ../functions/privchanger.h ../functions/chown.h priv.o: ../functions/ckeditor.h ../functions/cp.h ../functions/default.h priv.o: ../functions/download.h ../functions/emacs.h ../functions/last.h priv.o: ../functions/login.h ../functions/logout.h ../functions/ln.h -priv.o: ../functions/ls.h ../functions/mkdir.h ../functions/mv.h -priv.o: ../functions/nicedit.h ../functions/node.h ../functions/passwd.h -priv.o: ../functions/priv.h ../functions/reload.h ../functions/rm.h -priv.o: ../functions/sort.h ../functions/specialdefault.h ../functions/stat.h -priv.o: ../functions/subject.h ../functions/template.h ../functions/tinymce.h -priv.o: ../functions/uname.h ../functions/upload.h ../functions/uptime.h -priv.o: ../functions/who.h ../functions/vim.h +priv.o: ../functions/ls.h ../functions/meta.h ../functions/mkdir.h +priv.o: ../functions/mv.h ../functions/nicedit.h ../functions/node.h +priv.o: ../functions/passwd.h ../functions/priv.h ../functions/reload.h +priv.o: ../functions/rm.h ../functions/sort.h ../functions/specialdefault.h +priv.o: ../functions/stat.h ../functions/subject.h ../functions/template.h +priv.o: ../functions/tinymce.h ../functions/uname.h ../functions/upload.h +priv.o: ../functions/uptime.h ../functions/who.h ../functions/vim.h rebus.o: ../core/request.h templates.h ../../ezc/src/ezc.h rebus.o: ../../ezc/src/utf8.h ../../ezc/src/generator.h rebus.o: ../../ezc/src/pattern.h ../../ezc/src/item.h ../../ezc/src/funinfo.h rebus.o: ../../ezc/src/functions.h ../../ezc/src/stringconv.h misc.h rebus.o: localefilter.h locale.h ../core/confparser.h htmltextstream.h -rebus.o: ../core/textstream.h patterncacher.h ../core/item.h indexpatterns.h -rebus.o: patterns.h changepatterns.h ../core/config.h ../core/confparser.h -rebus.o: ../core/htmlfilter.h ../core/cur.h ../core/request.h -rebus.o: ../core/requesttypes.h ../core/error.h ../core/config.h -rebus.o: ../core/textstream.h ../templates/htmltextstream.h ../core/session.h -rebus.o: ../core/user.h ../core/plugindata.h ../core/rebus.h ../core/mount.h -rebus.o: ../core/system.h ../core/dirs.h ../core/dircontainer.h ../db/db.h -rebus.o: ../db/dbbase.h ../db/dbconn.h ../db/dbtextstream.h ../core/error.h -rebus.o: ../db/dbitemquery.h ../db/dbitemcolumns.h ../core/user.h -rebus.o: ../core/group.h ../core/dircontainer.h ../core/ugcontainer.h -rebus.o: ../core/log.h ../core/logmanipulators.h ../core/slog.h ../core/cur.h +rebus.o: ../core/textstream.h patterncacher.h ../core/item.h +rebus.o: ../core/confparser.h indexpatterns.h patterns.h changepatterns.h +rebus.o: ../core/config.h ../core/htmlfilter.h ../core/cur.h +rebus.o: ../core/request.h ../core/requesttypes.h ../core/error.h +rebus.o: ../core/config.h ../core/textstream.h ../templates/htmltextstream.h +rebus.o: ../core/session.h ../core/user.h ../core/plugindata.h +rebus.o: ../core/rebus.h ../core/mount.h ../core/system.h ../core/dirs.h +rebus.o: ../core/dircontainer.h ../db/db.h ../db/dbbase.h ../db/dbconn.h +rebus.o: ../db/dbtextstream.h ../core/error.h ../db/dbitemquery.h +rebus.o: ../db/dbitemcolumns.h ../core/user.h ../core/group.h +rebus.o: ../core/dircontainer.h ../core/ugcontainer.h ../core/log.h +rebus.o: ../core/logmanipulators.h ../core/slog.h ../core/cur.h rebus.o: ../templates/locale.h ../notify/notify.h ../notify/notifypool.h rebus.o: ../templates/patterns.h ../notify/notifythread.h rebus.o: ../core/basethread.h ../core/synchro.h ../notify/templatesnotify.h @@ -443,9 +446,9 @@ slog.o: ../../ezc/src/utf8.h ../../ezc/src/generator.h slog.o: ../../ezc/src/pattern.h ../../ezc/src/item.h ../../ezc/src/funinfo.h slog.o: ../../ezc/src/functions.h ../../ezc/src/stringconv.h misc.h slog.o: localefilter.h locale.h ../core/confparser.h htmltextstream.h -slog.o: ../core/textstream.h patterncacher.h ../core/item.h indexpatterns.h -slog.o: patterns.h changepatterns.h ../core/config.h ../core/confparser.h -slog.o: ../core/htmlfilter.h ../core/cur.h ../core/request.h +slog.o: ../core/textstream.h patterncacher.h ../core/item.h +slog.o: ../core/confparser.h indexpatterns.h patterns.h changepatterns.h +slog.o: ../core/config.h ../core/htmlfilter.h ../core/cur.h ../core/request.h slog.o: ../core/requesttypes.h ../core/error.h ../core/config.h slog.o: ../core/textstream.h ../templates/htmltextstream.h ../core/session.h slog.o: ../core/user.h ../core/plugindata.h ../core/rebus.h ../core/mount.h @@ -467,9 +470,9 @@ stat.o: ../../ezc/src/generator.h ../../ezc/src/pattern.h stat.o: ../../ezc/src/item.h ../../ezc/src/funinfo.h stat.o: ../../ezc/src/functions.h ../../ezc/src/stringconv.h misc.h stat.o: localefilter.h locale.h ../core/confparser.h htmltextstream.h -stat.o: ../core/textstream.h patterncacher.h ../core/item.h indexpatterns.h -stat.o: patterns.h changepatterns.h ../core/config.h ../core/confparser.h -stat.o: ../core/htmlfilter.h ../core/cur.h ../core/request.h +stat.o: ../core/textstream.h patterncacher.h ../core/item.h +stat.o: ../core/confparser.h indexpatterns.h patterns.h changepatterns.h +stat.o: ../core/config.h ../core/htmlfilter.h ../core/cur.h ../core/request.h stat.o: ../core/requesttypes.h ../core/error.h ../core/config.h stat.o: ../core/textstream.h ../templates/htmltextstream.h ../core/session.h stat.o: ../core/user.h ../core/plugindata.h ../core/rebus.h ../core/mount.h @@ -492,49 +495,49 @@ sys.o: ../../ezc/src/generator.h ../../ezc/src/pattern.h ../../ezc/src/item.h sys.o: ../../ezc/src/funinfo.h ../../ezc/src/functions.h sys.o: ../../ezc/src/stringconv.h misc.h localefilter.h locale.h sys.o: ../core/confparser.h htmltextstream.h ../core/textstream.h -sys.o: patterncacher.h ../core/item.h indexpatterns.h patterns.h -sys.o: changepatterns.h ../core/config.h ../core/confparser.h -sys.o: ../core/htmlfilter.h ../core/cur.h ../core/request.h -sys.o: ../core/requesttypes.h ../core/error.h ../core/config.h -sys.o: ../core/textstream.h ../templates/htmltextstream.h ../core/session.h -sys.o: ../core/user.h ../core/plugindata.h ../core/rebus.h ../core/mount.h -sys.o: ../core/system.h ../core/dirs.h ../core/dircontainer.h ../db/db.h -sys.o: ../db/dbbase.h ../db/dbconn.h ../db/dbtextstream.h ../core/error.h -sys.o: ../db/dbitemquery.h ../db/dbitemcolumns.h ../core/user.h -sys.o: ../core/group.h ../core/dircontainer.h ../core/ugcontainer.h -sys.o: ../core/log.h ../core/logmanipulators.h ../core/slog.h ../core/cur.h -sys.o: ../templates/locale.h ../notify/notify.h ../notify/notifypool.h -sys.o: ../templates/patterns.h ../notify/notifythread.h ../core/basethread.h -sys.o: ../core/synchro.h ../notify/templatesnotify.h ../core/users.h -sys.o: ../core/ugcontainer.h ../core/lastcontainer.h ../templates/misc.h -sys.o: ../core/mounts.h ../core/mountparser.h ../core/crypt.h ../core/run.h -sys.o: ../core/users.h ../core/groups.h ../core/group.h ../core/loadavg.h -sys.o: ../core/image.h ../core/basethread.h ../core/threadmanager.h -sys.o: ../core/sessionmanager.h ../core/sessioncontainer.h ../core/system.h -sys.o: ../core/htmlfilter.h ../core/request.h ../core/version.h -sys.o: ../core/plugin.h ../core/pluginmsg.h ../core/sessionmanager.h -sys.o: ../functions/functions.h ../functions/functionbase.h ../core/synchro.h +sys.o: patterncacher.h ../core/item.h ../core/confparser.h indexpatterns.h +sys.o: patterns.h changepatterns.h ../core/config.h ../core/htmlfilter.h +sys.o: ../core/cur.h ../core/request.h ../core/requesttypes.h ../core/error.h +sys.o: ../core/config.h ../core/textstream.h ../templates/htmltextstream.h +sys.o: ../core/session.h ../core/user.h ../core/plugindata.h ../core/rebus.h +sys.o: ../core/mount.h ../core/system.h ../core/dirs.h ../core/dircontainer.h +sys.o: ../db/db.h ../db/dbbase.h ../db/dbconn.h ../db/dbtextstream.h +sys.o: ../core/error.h ../db/dbitemquery.h ../db/dbitemcolumns.h +sys.o: ../core/user.h ../core/group.h ../core/dircontainer.h +sys.o: ../core/ugcontainer.h ../core/log.h ../core/logmanipulators.h +sys.o: ../core/slog.h ../core/cur.h ../templates/locale.h ../notify/notify.h +sys.o: ../notify/notifypool.h ../templates/patterns.h +sys.o: ../notify/notifythread.h ../core/basethread.h ../core/synchro.h +sys.o: ../notify/templatesnotify.h ../core/users.h ../core/ugcontainer.h +sys.o: ../core/lastcontainer.h ../templates/misc.h ../core/mounts.h +sys.o: ../core/mountparser.h ../core/crypt.h ../core/run.h ../core/users.h +sys.o: ../core/groups.h ../core/group.h ../core/loadavg.h ../core/image.h +sys.o: ../core/basethread.h ../core/threadmanager.h ../core/sessionmanager.h +sys.o: ../core/sessioncontainer.h ../core/system.h ../core/htmlfilter.h +sys.o: ../core/request.h ../core/version.h ../core/plugin.h +sys.o: ../core/pluginmsg.h ../core/sessionmanager.h ../functions/functions.h +sys.o: ../functions/functionbase.h ../core/synchro.h sys.o: ../functions/functionparser.h ../functions/adduser.h sys.o: ../functions/cat.h ../functions/chmod.h ../functions/privchanger.h sys.o: ../functions/chown.h ../functions/ckeditor.h ../functions/cp.h sys.o: ../functions/default.h ../functions/download.h ../functions/emacs.h sys.o: ../functions/last.h ../functions/login.h ../functions/logout.h -sys.o: ../functions/ln.h ../functions/ls.h ../functions/mkdir.h -sys.o: ../functions/mv.h ../functions/nicedit.h ../functions/node.h -sys.o: ../functions/passwd.h ../functions/priv.h ../functions/reload.h -sys.o: ../functions/rm.h ../functions/sort.h ../functions/specialdefault.h -sys.o: ../functions/stat.h ../functions/subject.h ../functions/template.h -sys.o: ../functions/tinymce.h ../functions/uname.h ../functions/upload.h -sys.o: ../functions/uptime.h ../functions/who.h ../functions/vim.h -sys.o: ../templates/templates.h +sys.o: ../functions/ln.h ../functions/ls.h ../functions/meta.h +sys.o: ../functions/mkdir.h ../functions/mv.h ../functions/nicedit.h +sys.o: ../functions/node.h ../functions/passwd.h ../functions/priv.h +sys.o: ../functions/reload.h ../functions/rm.h ../functions/sort.h +sys.o: ../functions/specialdefault.h ../functions/stat.h +sys.o: ../functions/subject.h ../functions/template.h ../functions/tinymce.h +sys.o: ../functions/uname.h ../functions/upload.h ../functions/uptime.h +sys.o: ../functions/who.h ../functions/vim.h ../templates/templates.h template.o: templates.h ../../ezc/src/ezc.h ../../ezc/src/utf8.h template.o: ../../ezc/src/generator.h ../../ezc/src/pattern.h template.o: ../../ezc/src/item.h ../../ezc/src/funinfo.h template.o: ../../ezc/src/functions.h ../../ezc/src/stringconv.h misc.h template.o: localefilter.h locale.h ../core/confparser.h htmltextstream.h template.o: ../core/textstream.h patterncacher.h ../core/item.h -template.o: indexpatterns.h patterns.h changepatterns.h ../core/config.h -template.o: ../core/confparser.h ../core/htmlfilter.h ../core/cur.h +template.o: ../core/confparser.h indexpatterns.h patterns.h changepatterns.h +template.o: ../core/config.h ../core/htmlfilter.h ../core/cur.h template.o: ../core/request.h ../core/requesttypes.h ../core/error.h template.o: ../core/config.h ../core/textstream.h template.o: ../templates/htmltextstream.h ../core/session.h ../core/user.h @@ -561,8 +564,8 @@ templates.o: ../../ezc/src/item.h ../../ezc/src/funinfo.h templates.o: ../../ezc/src/functions.h ../../ezc/src/stringconv.h misc.h templates.o: localefilter.h locale.h ../core/confparser.h htmltextstream.h templates.o: ../core/textstream.h patterncacher.h ../core/item.h -templates.o: indexpatterns.h patterns.h changepatterns.h ../core/config.h -templates.o: ../core/confparser.h ../core/htmlfilter.h ../core/cur.h +templates.o: ../core/confparser.h indexpatterns.h patterns.h changepatterns.h +templates.o: ../core/config.h ../core/htmlfilter.h ../core/cur.h templates.o: ../core/request.h ../core/requesttypes.h ../core/error.h templates.o: ../core/config.h ../core/textstream.h templates.o: ../templates/htmltextstream.h ../core/session.h ../core/user.h @@ -593,39 +596,39 @@ templates.o: ../functions/privchanger.h ../functions/chown.h templates.o: ../functions/ckeditor.h ../functions/cp.h ../functions/default.h templates.o: ../functions/download.h ../functions/emacs.h ../functions/last.h templates.o: ../functions/login.h ../functions/logout.h ../functions/ln.h -templates.o: ../functions/ls.h ../functions/mkdir.h ../functions/mv.h -templates.o: ../functions/nicedit.h ../functions/node.h ../functions/passwd.h -templates.o: ../functions/priv.h ../functions/reload.h ../functions/rm.h -templates.o: ../functions/sort.h ../functions/specialdefault.h -templates.o: ../functions/stat.h ../functions/subject.h -templates.o: ../functions/template.h ../functions/tinymce.h -templates.o: ../functions/uname.h ../functions/upload.h ../functions/uptime.h -templates.o: ../functions/who.h ../functions/vim.h ../templates/templates.h +templates.o: ../functions/ls.h ../functions/meta.h ../functions/mkdir.h +templates.o: ../functions/mv.h ../functions/nicedit.h ../functions/node.h +templates.o: ../functions/passwd.h ../functions/priv.h ../functions/reload.h +templates.o: ../functions/rm.h ../functions/sort.h +templates.o: ../functions/specialdefault.h ../functions/stat.h +templates.o: ../functions/subject.h ../functions/template.h +templates.o: ../functions/tinymce.h ../functions/uname.h +templates.o: ../functions/upload.h ../functions/uptime.h ../functions/who.h +templates.o: ../functions/vim.h ../templates/templates.h upload.o: ../core/request.h templates.h ../../ezc/src/ezc.h upload.o: ../../ezc/src/utf8.h ../../ezc/src/generator.h upload.o: ../../ezc/src/pattern.h ../../ezc/src/item.h upload.o: ../../ezc/src/funinfo.h ../../ezc/src/functions.h upload.o: ../../ezc/src/stringconv.h misc.h localefilter.h locale.h upload.o: ../core/confparser.h htmltextstream.h ../core/textstream.h -upload.o: patterncacher.h ../core/item.h indexpatterns.h patterns.h -upload.o: changepatterns.h ../core/config.h ../core/confparser.h -upload.o: ../core/htmlfilter.h ../core/cur.h ../core/request.h -upload.o: ../core/requesttypes.h ../core/error.h ../core/config.h -upload.o: ../core/textstream.h ../templates/htmltextstream.h -upload.o: ../core/session.h ../core/user.h ../core/plugindata.h -upload.o: ../core/rebus.h ../core/mount.h ../core/system.h ../core/dirs.h -upload.o: ../core/dircontainer.h ../db/db.h ../db/dbbase.h ../db/dbconn.h -upload.o: ../db/dbtextstream.h ../core/error.h ../db/dbitemquery.h -upload.o: ../db/dbitemcolumns.h ../core/user.h ../core/group.h -upload.o: ../core/dircontainer.h ../core/ugcontainer.h ../core/log.h -upload.o: ../core/logmanipulators.h ../core/slog.h ../core/cur.h -upload.o: ../templates/locale.h ../notify/notify.h ../notify/notifypool.h -upload.o: ../templates/patterns.h ../notify/notifythread.h -upload.o: ../core/basethread.h ../core/synchro.h ../notify/templatesnotify.h -upload.o: ../core/users.h ../core/ugcontainer.h ../core/lastcontainer.h -upload.o: ../templates/misc.h ../core/mounts.h ../core/mountparser.h -upload.o: ../core/crypt.h ../core/run.h ../core/users.h ../core/groups.h -upload.o: ../core/group.h ../core/loadavg.h ../core/image.h +upload.o: patterncacher.h ../core/item.h ../core/confparser.h indexpatterns.h +upload.o: patterns.h changepatterns.h ../core/config.h ../core/htmlfilter.h +upload.o: ../core/cur.h ../core/request.h ../core/requesttypes.h +upload.o: ../core/error.h ../core/config.h ../core/textstream.h +upload.o: ../templates/htmltextstream.h ../core/session.h ../core/user.h +upload.o: ../core/plugindata.h ../core/rebus.h ../core/mount.h +upload.o: ../core/system.h ../core/dirs.h ../core/dircontainer.h ../db/db.h +upload.o: ../db/dbbase.h ../db/dbconn.h ../db/dbtextstream.h ../core/error.h +upload.o: ../db/dbitemquery.h ../db/dbitemcolumns.h ../core/user.h +upload.o: ../core/group.h ../core/dircontainer.h ../core/ugcontainer.h +upload.o: ../core/log.h ../core/logmanipulators.h ../core/slog.h +upload.o: ../core/cur.h ../templates/locale.h ../notify/notify.h +upload.o: ../notify/notifypool.h ../templates/patterns.h +upload.o: ../notify/notifythread.h ../core/basethread.h ../core/synchro.h +upload.o: ../notify/templatesnotify.h ../core/users.h ../core/ugcontainer.h +upload.o: ../core/lastcontainer.h ../templates/misc.h ../core/mounts.h +upload.o: ../core/mountparser.h ../core/crypt.h ../core/run.h ../core/users.h +upload.o: ../core/groups.h ../core/group.h ../core/loadavg.h ../core/image.h upload.o: ../core/basethread.h ../core/threadmanager.h upload.o: ../core/sessionmanager.h ../core/sessioncontainer.h upload.o: ../core/system.h ../core/htmlfilter.h @@ -634,11 +637,11 @@ uptime.o: ../../ezc/src/generator.h ../../ezc/src/pattern.h uptime.o: ../../ezc/src/item.h ../../ezc/src/funinfo.h uptime.o: ../../ezc/src/functions.h ../../ezc/src/stringconv.h misc.h uptime.o: localefilter.h locale.h ../core/confparser.h htmltextstream.h -uptime.o: ../core/textstream.h patterncacher.h ../core/item.h indexpatterns.h -uptime.o: patterns.h changepatterns.h ../core/config.h ../core/confparser.h -uptime.o: ../core/htmlfilter.h ../core/cur.h ../core/request.h -uptime.o: ../core/requesttypes.h ../core/error.h ../core/config.h -uptime.o: ../core/textstream.h ../templates/htmltextstream.h +uptime.o: ../core/textstream.h patterncacher.h ../core/item.h +uptime.o: ../core/confparser.h indexpatterns.h patterns.h changepatterns.h +uptime.o: ../core/config.h ../core/htmlfilter.h ../core/cur.h +uptime.o: ../core/request.h ../core/requesttypes.h ../core/error.h +uptime.o: ../core/config.h ../core/textstream.h ../templates/htmltextstream.h uptime.o: ../core/session.h ../core/user.h ../core/plugindata.h uptime.o: ../core/rebus.h ../core/mount.h ../core/system.h ../core/dirs.h uptime.o: ../core/dircontainer.h ../db/db.h ../db/dbbase.h ../db/dbconn.h @@ -661,9 +664,9 @@ user.o: ../../ezc/src/generator.h ../../ezc/src/pattern.h user.o: ../../ezc/src/item.h ../../ezc/src/funinfo.h user.o: ../../ezc/src/functions.h ../../ezc/src/stringconv.h misc.h user.o: localefilter.h locale.h ../core/confparser.h htmltextstream.h -user.o: ../core/textstream.h patterncacher.h ../core/item.h indexpatterns.h -user.o: patterns.h changepatterns.h ../core/config.h ../core/confparser.h -user.o: ../core/htmlfilter.h ../core/cur.h ../core/request.h +user.o: ../core/textstream.h patterncacher.h ../core/item.h +user.o: ../core/confparser.h indexpatterns.h patterns.h changepatterns.h +user.o: ../core/config.h ../core/htmlfilter.h ../core/cur.h ../core/request.h user.o: ../core/requesttypes.h ../core/error.h ../core/config.h user.o: ../core/textstream.h ../templates/htmltextstream.h ../core/session.h user.o: ../core/user.h ../core/plugindata.h ../core/rebus.h ../core/mount.h @@ -686,42 +689,43 @@ who.o: ../../ezc/src/generator.h ../../ezc/src/pattern.h ../../ezc/src/item.h who.o: ../../ezc/src/funinfo.h ../../ezc/src/functions.h who.o: ../../ezc/src/stringconv.h misc.h localefilter.h locale.h who.o: ../core/confparser.h htmltextstream.h ../core/textstream.h -who.o: patterncacher.h ../core/item.h indexpatterns.h patterns.h -who.o: changepatterns.h ../core/config.h ../core/confparser.h -who.o: ../core/htmlfilter.h ../core/cur.h ../core/request.h -who.o: ../core/requesttypes.h ../core/error.h ../core/config.h -who.o: ../core/textstream.h ../templates/htmltextstream.h ../core/session.h -who.o: ../core/user.h ../core/plugindata.h ../core/rebus.h ../core/mount.h -who.o: ../core/system.h ../core/dirs.h ../core/dircontainer.h ../db/db.h -who.o: ../db/dbbase.h ../db/dbconn.h ../db/dbtextstream.h ../core/error.h -who.o: ../db/dbitemquery.h ../db/dbitemcolumns.h ../core/user.h -who.o: ../core/group.h ../core/dircontainer.h ../core/ugcontainer.h -who.o: ../core/log.h ../core/logmanipulators.h ../core/slog.h ../core/cur.h -who.o: ../templates/locale.h ../notify/notify.h ../notify/notifypool.h -who.o: ../templates/patterns.h ../notify/notifythread.h ../core/basethread.h -who.o: ../core/synchro.h ../notify/templatesnotify.h ../core/users.h -who.o: ../core/ugcontainer.h ../core/lastcontainer.h ../templates/misc.h -who.o: ../core/mounts.h ../core/mountparser.h ../core/crypt.h ../core/run.h -who.o: ../core/users.h ../core/groups.h ../core/group.h ../core/loadavg.h -who.o: ../core/image.h ../core/basethread.h ../core/threadmanager.h -who.o: ../core/sessionmanager.h ../core/sessioncontainer.h ../core/system.h -who.o: ../core/htmlfilter.h ../core/request.h ../core/misc.h +who.o: patterncacher.h ../core/item.h ../core/confparser.h indexpatterns.h +who.o: patterns.h changepatterns.h ../core/config.h ../core/htmlfilter.h +who.o: ../core/cur.h ../core/request.h ../core/requesttypes.h ../core/error.h +who.o: ../core/config.h ../core/textstream.h ../templates/htmltextstream.h +who.o: ../core/session.h ../core/user.h ../core/plugindata.h ../core/rebus.h +who.o: ../core/mount.h ../core/system.h ../core/dirs.h ../core/dircontainer.h +who.o: ../db/db.h ../db/dbbase.h ../db/dbconn.h ../db/dbtextstream.h +who.o: ../core/error.h ../db/dbitemquery.h ../db/dbitemcolumns.h +who.o: ../core/user.h ../core/group.h ../core/dircontainer.h +who.o: ../core/ugcontainer.h ../core/log.h ../core/logmanipulators.h +who.o: ../core/slog.h ../core/cur.h ../templates/locale.h ../notify/notify.h +who.o: ../notify/notifypool.h ../templates/patterns.h +who.o: ../notify/notifythread.h ../core/basethread.h ../core/synchro.h +who.o: ../notify/templatesnotify.h ../core/users.h ../core/ugcontainer.h +who.o: ../core/lastcontainer.h ../templates/misc.h ../core/mounts.h +who.o: ../core/mountparser.h ../core/crypt.h ../core/run.h ../core/users.h +who.o: ../core/groups.h ../core/group.h ../core/loadavg.h ../core/image.h +who.o: ../core/basethread.h ../core/threadmanager.h ../core/sessionmanager.h +who.o: ../core/sessioncontainer.h ../core/system.h ../core/htmlfilter.h +who.o: ../core/request.h ../core/misc.h winix.o: templates.h ../../ezc/src/ezc.h ../../ezc/src/utf8.h winix.o: ../../ezc/src/generator.h ../../ezc/src/pattern.h winix.o: ../../ezc/src/item.h ../../ezc/src/funinfo.h winix.o: ../../ezc/src/functions.h ../../ezc/src/stringconv.h misc.h winix.o: localefilter.h locale.h ../core/confparser.h htmltextstream.h -winix.o: ../core/textstream.h patterncacher.h ../core/item.h indexpatterns.h -winix.o: patterns.h changepatterns.h ../core/config.h ../core/confparser.h -winix.o: ../core/htmlfilter.h ../core/cur.h ../core/request.h -winix.o: ../core/requesttypes.h ../core/error.h ../core/config.h -winix.o: ../core/textstream.h ../templates/htmltextstream.h ../core/session.h -winix.o: ../core/user.h ../core/plugindata.h ../core/rebus.h ../core/mount.h -winix.o: ../core/system.h ../core/dirs.h ../core/dircontainer.h ../db/db.h -winix.o: ../db/dbbase.h ../db/dbconn.h ../db/dbtextstream.h ../core/error.h -winix.o: ../db/dbitemquery.h ../db/dbitemcolumns.h ../core/user.h -winix.o: ../core/group.h ../core/dircontainer.h ../core/ugcontainer.h -winix.o: ../core/log.h ../core/logmanipulators.h ../core/slog.h ../core/cur.h +winix.o: ../core/textstream.h patterncacher.h ../core/item.h +winix.o: ../core/confparser.h indexpatterns.h patterns.h changepatterns.h +winix.o: ../core/config.h ../core/htmlfilter.h ../core/cur.h +winix.o: ../core/request.h ../core/requesttypes.h ../core/error.h +winix.o: ../core/config.h ../core/textstream.h ../templates/htmltextstream.h +winix.o: ../core/session.h ../core/user.h ../core/plugindata.h +winix.o: ../core/rebus.h ../core/mount.h ../core/system.h ../core/dirs.h +winix.o: ../core/dircontainer.h ../db/db.h ../db/dbbase.h ../db/dbconn.h +winix.o: ../db/dbtextstream.h ../core/error.h ../db/dbitemquery.h +winix.o: ../db/dbitemcolumns.h ../core/user.h ../core/group.h +winix.o: ../core/dircontainer.h ../core/ugcontainer.h ../core/log.h +winix.o: ../core/logmanipulators.h ../core/slog.h ../core/cur.h winix.o: ../templates/locale.h ../notify/notify.h ../notify/notifypool.h winix.o: ../templates/patterns.h ../notify/notifythread.h winix.o: ../core/basethread.h ../core/synchro.h ../notify/templatesnotify.h @@ -740,10 +744,10 @@ winix.o: ../functions/privchanger.h ../functions/chown.h winix.o: ../functions/ckeditor.h ../functions/cp.h ../functions/default.h winix.o: ../functions/download.h ../functions/emacs.h ../functions/last.h winix.o: ../functions/login.h ../functions/logout.h ../functions/ln.h -winix.o: ../functions/ls.h ../functions/mkdir.h ../functions/mv.h -winix.o: ../functions/nicedit.h ../functions/node.h ../functions/passwd.h -winix.o: ../functions/priv.h ../functions/reload.h ../functions/rm.h -winix.o: ../functions/sort.h ../functions/specialdefault.h +winix.o: ../functions/ls.h ../functions/meta.h ../functions/mkdir.h +winix.o: ../functions/mv.h ../functions/nicedit.h ../functions/node.h +winix.o: ../functions/passwd.h ../functions/priv.h ../functions/reload.h +winix.o: ../functions/rm.h ../functions/sort.h ../functions/specialdefault.h winix.o: ../functions/stat.h ../functions/subject.h ../functions/template.h winix.o: ../functions/tinymce.h ../functions/uname.h ../functions/upload.h winix.o: ../functions/uptime.h ../functions/who.h ../functions/vim.h diff --git a/templates/dir.cpp b/templates/dir.cpp index 56517e0..2ddebc1 100755 --- a/templates/dir.cpp +++ b/templates/dir.cpp @@ -76,7 +76,7 @@ void dir_can_read_exec(Info & i) i.res = system->HasReadExecAccessToPath(cur->request->dir_tab); } - +// !! zamienic na dir_last_can_write ? void dir_can_write(Info & i) { i.res = system->HasWriteAccess(*cur->request->dir_tab.back()); @@ -119,10 +119,27 @@ void dir_can_use_mkdir(Info & i) } - static std::wstring dir_parents_str; +void dir_is(Info & i) +{ + dir_parents_str.clear(); + + for(size_t a=0 ; arequest->dir_tab.size() ; ++a) + { + dir_parents_str += cur->request->dir_tab[a]->url; + dir_parents_str += '/'; + } + + if( !i.par.empty() && i.par[i.par.size()-1] != '/' ) + if( !dir_parents_str.empty() ) + dir_parents_str.erase(dir_parents_str.size()-1); + + i.res = (i.par == dir_parents_str); +} + + void dir_has_parents(Info & i) { dir_parents_str.clear(); @@ -383,6 +400,12 @@ void dir_last_has_html_template(Info & i) } +void dir_last_meta_str(Info & i) +{ + cur->request->dir_tab.back()->meta.Serialize(i.out, true, false); +} + + } // namespace TemplatesFunctions diff --git a/templates/doc.cpp b/templates/doc.cpp index dcceb89..3983644 100755 --- a/templates/doc.cpp +++ b/templates/doc.cpp @@ -29,14 +29,17 @@ void doc_title(Info & i) // from 1 means skipping the root directory for(a = 1 ; arequest->dir_tab.size() ; ++a) { - i.out << cur->request->dir_tab[a]->subject; - was_dir = true; + if( !cur->request->dir_tab[a]->subject.empty() ) + { + i.out << cur->request->dir_tab[a]->subject; + was_dir = true; - if( a < cur->request->dir_tab.size()-1 ) - i.out << config->title_separator; + if( a < cur->request->dir_tab.size()-1 ) + i.out << config->title_separator; + } } - if( cur->request->is_item ) + if( cur->request->is_item && !cur->request->item.subject.empty() ) { if( was_dir ) i.out << config->title_separator; diff --git a/templates/item.cpp b/templates/item.cpp index 46d5df1..3f3eb1f 100755 --- a/templates/item.cpp +++ b/templates/item.cpp @@ -367,6 +367,14 @@ void item_sort(Info & i) +void item_meta_str(Info & i) +{ + cur->request->item.meta.Serialize(i.out, true, false); +} + + + + static size_t item_index; diff --git a/templates/templates.cpp b/templates/templates.cpp index 576356a..2b65cf1 100755 --- a/templates/templates.cpp +++ b/templates/templates.cpp @@ -171,6 +171,7 @@ void Templates::CreateFunctions() ezc_functions.Insert("dir_can_remove", dir_can_remove); ezc_functions.Insert("dir_can_use_emacs", dir_can_use_emacs); ezc_functions.Insert("dir_can_use_mkdir", dir_can_use_mkdir); + ezc_functions.Insert("dir_is", dir_is); ezc_functions.Insert("dir_has_parents", dir_has_parents); ezc_functions.Insert("dir_childs_tab", dir_childs_tab); @@ -199,6 +200,7 @@ void Templates::CreateFunctions() ezc_functions.Insert("dir_last_modification_user", dir_last_modification_user); ezc_functions.Insert("dir_last_html_template", dir_last_html_template); ezc_functions.Insert("dir_last_has_html_template", dir_last_has_html_template); + ezc_functions.Insert("dir_last_meta_str", dir_last_meta_str); /* @@ -282,6 +284,7 @@ void Templates::CreateFunctions() ezc_functions.Insert("item_is_link_redirect", item_is_link_redirect); ezc_functions.Insert("item_file_size", item_file_size); ezc_functions.Insert("item_sort", item_sort); + ezc_functions.Insert("item_meta_str", item_meta_str); ezc_functions.Insert("item_tab", item_tab); ezc_functions.Insert("item_tab_index", item_tab_index); @@ -500,6 +503,8 @@ void Templates::CreateFunctions() ezc_functions.Insert("winix_show_content_in_full_window", winix_show_content_in_full_window); ezc_functions.Insert("false", winix_false); ezc_functions.Insert("true", winix_true); + ezc_functions.Insert("winix_has_postvar", winix_has_postvar); + ezc_functions.Insert("winix_postvar", winix_postvar); ezc_functions.Insert("str", str); ezc_functions.Insert("strnc", strnc); diff --git a/templates/templates.h b/templates/templates.h index f69225e..7165151 100755 --- a/templates/templates.h +++ b/templates/templates.h @@ -93,6 +93,7 @@ namespace TemplatesFunctions void dir_can_remove(Info & i); void dir_can_use_emacs(Info & i); void dir_can_use_mkdir(Info & i); + void dir_is(Info & i); void dir_has_parents(Info & i); void dir_childs_tab(Info & i); @@ -121,6 +122,7 @@ namespace TemplatesFunctions void dir_last_modification_user(Info & i); void dir_last_html_template(Info & i); void dir_last_has_html_template(Info & i); + void dir_last_meta_str(Info & i); /* @@ -205,6 +207,7 @@ namespace TemplatesFunctions void item_is_link_redirect(Info & i); void item_file_size(Info & i); void item_sort(Info & i); + void item_meta_str(Info & i); void item_tab(Info & i); void item_tab_index(Info & i); @@ -424,6 +427,8 @@ namespace TemplatesFunctions void winix_show_content_in_full_window(Info & i); void winix_false(Info & i); void winix_true(Info & i); + void winix_has_postvar(Info & i); + void winix_postvar(Info & i); void str(Info & i); void strnc(Info & i); diff --git a/templates/winix.cpp b/templates/winix.cpp index 7e60ebb..e38bb31 100755 --- a/templates/winix.cpp +++ b/templates/winix.cpp @@ -233,6 +233,18 @@ void winix_true(Info & i) } +void winix_has_postvar(Info & i) +{ + i.res = cur->request->IsPostVar(i.par); +} + + +void winix_postvar(Info & i) +{ + i.out << cur->request->PostVar(i.par); +} + + // these functions are to be used with [is...] statements void str(Info & i)