From 51d95b49a050810d4f641e16a963e03f4860f357 Mon Sep 17 00:00:00 2001 From: Tomasz Sowa Date: Wed, 8 Aug 2012 16:04:48 +0000 Subject: [PATCH] added: to Request: // used as a JSON output (when ajax_serializer is defined) // it will be serialized and have at least: // 'content' string - the whole html content // 'http_status' integer - http status code (e.g. 200) PT::Space ajax; // if not null then the request will have a JSON as an output PT::SpaceToJSON * ajax_serializer; git-svn-id: svn://ttmath.org/publicrep/winix/trunk@871 e52654a7-88a9-db11-a3e9-0013d4bc506e --- core/Makefile.dep | 343 +++---- core/app.cpp | 20 +- core/request.cpp | 31 + core/request.h | 17 +- db/Makefile.dep | 6 +- functions/Makefile.dep | 1630 +++++++++++++++++----------------- html/index_ajaxcontent.html | 1 + main/Makefile.dep | 21 +- notify/Makefile.dep | 47 +- plugins/export/Makefile.dep | 65 +- plugins/gallery/Makefile.dep | 48 +- plugins/group/Makefile.dep | 11 +- plugins/menu/Makefile.dep | 32 +- plugins/stats/Makefile.dep | 70 +- plugins/thread/Makefile.dep | 56 +- plugins/ticket/Makefile.dep | 38 +- templates/Makefile.dep | 448 +++++----- templates/templates.cpp | 5 + templates/templates.h | 1 + 19 files changed, 1520 insertions(+), 1370 deletions(-) create mode 100755 html/index_ajaxcontent.html diff --git a/core/Makefile.dep b/core/Makefile.dep index 48e3e79..d2a46cf 100755 --- a/core/Makefile.dep +++ b/core/Makefile.dep @@ -15,10 +15,10 @@ 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: ../templates/htmltextstream.h session.h user.h plugindata.h rebus.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 +app.o: ../templates/htmltextstream.h ../../pikotools/space/spacetojson.h +app.o: session.h user.h plugindata.h rebus.h mount.h ../templates/locale.h +app.o: ../notify/notify.h ../notify/notifypool.h ../templates/patterns.h +app.o: ../templates/locale.h ../templates/localefilter.h ../../ezc/src/ezc.h app.o: ../../ezc/src/generator.h ../../ezc/src/pattern.h app.o: ../../ezc/src/functions.h ../../ezc/src/funinfo.h app.o: ../../ezc/src/stringconv.h ../notify/notifythread.h @@ -62,8 +62,9 @@ compress.o: requesttypes.h item.h error.h config.h compress.o: ../../pikotools/space/spaceparser.h ../../pikotools/space/space.h compress.o: ../../pikotools/textstream/types.h htmlfilter.h compress.o: ../templates/htmltextstream.h ../core/textstream.h misc.h -compress.o: ../../pikotools/utf8/utf8.h session.h user.h plugindata.h rebus.h -compress.o: mount.h ../templates/locale.h +compress.o: ../../pikotools/utf8/utf8.h ../../pikotools/space/spacetojson.h +compress.o: session.h user.h plugindata.h rebus.h mount.h +compress.o: ../templates/locale.h config.o: config.h ../../pikotools/space/spaceparser.h config.o: ../../pikotools/space/space.h ../../pikotools/textstream/types.h config.o: htmlfilter.h log.h textstream.h logmanipulators.h @@ -74,37 +75,38 @@ config.o: ../../pikotools/convert/inttostr.h config.o: ../../pikotools/membuffer/membuffer.h config.o: ../../pikotools/textstream/types.h slog.h cur.h request.h config.o: requesttypes.h item.h error.h ../templates/htmltextstream.h -config.o: ../core/textstream.h misc.h ../../pikotools/utf8/utf8.h session.h -config.o: user.h plugindata.h rebus.h mount.h ../templates/locale.h plugin.h -config.o: pluginmsg.h system.h job.h basethread.h synchro.h dirs.h -config.o: dircontainer.h ../db/db.h ../db/dbbase.h ../db/dbconn.h -config.o: ../db/dbtextstream.h ../core/error.h ../db/dbitemquery.h -config.o: ../core/item.h ../db/dbitemcolumns.h ../core/user.h ../core/group.h -config.o: ../core/dircontainer.h ../core/ugcontainer.h ../notify/notify.h -config.o: ../notify/notifypool.h ../templates/patterns.h -config.o: ../templates/locale.h ../templates/localefilter.h -config.o: ../../ezc/src/ezc.h ../../ezc/src/generator.h -config.o: ../../ezc/src/pattern.h ../../ezc/src/functions.h -config.o: ../../ezc/src/funinfo.h ../../ezc/src/stringconv.h -config.o: ../notify/notifythread.h ../core/basethread.h -config.o: ../notify/templatesnotify.h ../core/config.h ../core/users.h -config.o: ugcontainer.h lastcontainer.h mounts.h mountparser.h crypt.h run.h -config.o: users.h groups.h group.h loadavg.h image.h threadmanager.h -config.o: timezones.h timezone.h sessionmanager.h sessioncontainer.h -config.o: ../functions/functions.h ../functions/functionbase.h -config.o: ../core/request.h ../core/system.h ../core/synchro.h -config.o: ../functions/functionparser.h ../core/cur.h ../functions/adduser.h -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/env.h ../functions/last.h ../functions/login.h -config.o: ../functions/logout.h ../functions/ln.h ../functions/ls.h -config.o: ../functions/man.h ../functions/meta.h ../functions/mkdir.h -config.o: ../functions/mv.h ../functions/nicedit.h ../functions/node.h -config.o: ../functions/passwd.h ../functions/priv.h ../functions/pw.h -config.o: ../functions/reload.h ../functions/rm.h ../functions/rmuser.h -config.o: ../functions/sort.h ../functions/specialdefault.h -config.o: ../functions/stat.h ../functions/subject.h ../functions/template.h +config.o: ../core/textstream.h misc.h ../../pikotools/utf8/utf8.h +config.o: ../../pikotools/space/spacetojson.h session.h user.h plugindata.h +config.o: rebus.h mount.h ../templates/locale.h plugin.h pluginmsg.h system.h +config.o: job.h basethread.h synchro.h dirs.h dircontainer.h ../db/db.h +config.o: ../db/dbbase.h ../db/dbconn.h ../db/dbtextstream.h ../core/error.h +config.o: ../db/dbitemquery.h ../core/item.h ../db/dbitemcolumns.h +config.o: ../core/user.h ../core/group.h ../core/dircontainer.h +config.o: ../core/ugcontainer.h ../notify/notify.h ../notify/notifypool.h +config.o: ../templates/patterns.h ../templates/locale.h +config.o: ../templates/localefilter.h ../../ezc/src/ezc.h +config.o: ../../ezc/src/generator.h ../../ezc/src/pattern.h +config.o: ../../ezc/src/functions.h ../../ezc/src/funinfo.h +config.o: ../../ezc/src/stringconv.h ../notify/notifythread.h +config.o: ../core/basethread.h ../notify/templatesnotify.h ../core/config.h +config.o: ../core/users.h ugcontainer.h lastcontainer.h mounts.h +config.o: mountparser.h crypt.h run.h users.h groups.h group.h loadavg.h +config.o: image.h threadmanager.h timezones.h timezone.h sessionmanager.h +config.o: sessioncontainer.h ../functions/functions.h +config.o: ../functions/functionbase.h ../core/request.h ../core/system.h +config.o: ../core/synchro.h ../functions/functionparser.h ../core/cur.h +config.o: ../functions/adduser.h ../functions/cat.h ../functions/chmod.h +config.o: ../functions/privchanger.h ../functions/chown.h +config.o: ../functions/ckeditor.h ../functions/cp.h ../functions/default.h +config.o: ../functions/download.h ../functions/emacs.h ../functions/env.h +config.o: ../functions/last.h ../functions/login.h ../functions/logout.h +config.o: ../functions/ln.h ../functions/ls.h ../functions/man.h +config.o: ../functions/meta.h ../functions/mkdir.h ../functions/mv.h +config.o: ../functions/nicedit.h ../functions/node.h ../functions/passwd.h +config.o: ../functions/priv.h ../functions/pw.h ../functions/reload.h +config.o: ../functions/rm.h ../functions/rmuser.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 @@ -120,8 +122,9 @@ crypt.o: ../../pikotools/convert/convert.h ../../pikotools/convert/inttostr.h crypt.o: ../../pikotools/membuffer/membuffer.h crypt.o: ../../pikotools/textstream/types.h log.h textstream.h 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: ../templates/htmltextstream.h ../core/textstream.h +crypt.o: ../../pikotools/space/spacetojson.h session.h plugindata.h rebus.h +crypt.o: mount.h ../templates/locale.h dircontainer.o: dircontainer.h item.h ../../pikotools/space/space.h dircontainer.o: ../../pikotools/date/date.h log.h textstream.h dircontainer.o: logmanipulators.h ../../pikotools/textstream/textstream.h @@ -134,8 +137,9 @@ dircontainer.o: ../../pikotools/space/spaceparser.h dircontainer.o: ../../pikotools/space/space.h dircontainer.o: ../../pikotools/textstream/types.h htmlfilter.h dircontainer.o: ../templates/htmltextstream.h ../core/textstream.h misc.h -dircontainer.o: ../../pikotools/utf8/utf8.h session.h user.h plugindata.h -dircontainer.o: rebus.h mount.h ../templates/locale.h +dircontainer.o: ../../pikotools/utf8/utf8.h +dircontainer.o: ../../pikotools/space/spacetojson.h session.h user.h +dircontainer.o: plugindata.h rebus.h mount.h ../templates/locale.h dirs.o: dirs.h item.h ../../pikotools/space/space.h dirs.o: ../../pikotools/date/date.h dircontainer.h ../db/db.h ../db/dbbase.h dirs.o: ../db/dbconn.h ../db/dbtextstream.h ../core/textstream.h misc.h @@ -149,10 +153,10 @@ dirs.o: ../db/dbitemquery.h ../core/item.h ../db/dbitemcolumns.h dirs.o: ../core/user.h ../core/group.h ../core/dircontainer.h dirs.o: ../core/ugcontainer.h log.h textstream.h logmanipulators.h slog.h dirs.o: cur.h request.h error.h config.h htmlfilter.h -dirs.o: ../templates/htmltextstream.h session.h user.h plugindata.h rebus.h -dirs.o: 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 +dirs.o: ../templates/htmltextstream.h ../../pikotools/space/spacetojson.h +dirs.o: session.h user.h plugindata.h rebus.h mount.h ../templates/locale.h +dirs.o: ../notify/notify.h ../notify/notifypool.h ../templates/patterns.h +dirs.o: ../templates/locale.h ../templates/localefilter.h ../../ezc/src/ezc.h dirs.o: ../../ezc/src/generator.h ../../ezc/src/pattern.h dirs.o: ../../ezc/src/functions.h ../../ezc/src/funinfo.h dirs.o: ../../ezc/src/stringconv.h ../notify/notifythread.h @@ -172,8 +176,8 @@ groups.o: ../db/dbitemquery.h ../core/item.h ../db/dbitemcolumns.h groups.o: ../core/user.h ../core/group.h ../core/dircontainer.h groups.o: ../core/ugcontainer.h log.h textstream.h logmanipulators.h slog.h groups.o: cur.h request.h error.h config.h htmlfilter.h -groups.o: ../templates/htmltextstream.h session.h user.h plugindata.h rebus.h -groups.o: mount.h ../templates/locale.h +groups.o: ../templates/htmltextstream.h ../../pikotools/space/spacetojson.h +groups.o: session.h user.h plugindata.h rebus.h mount.h ../templates/locale.h htmlfilter.o: htmlfilter.h httpsimpleparser.o: httpsimpleparser.h image.o: image.h basethread.h synchro.h textstream.h ../db/db.h @@ -190,18 +194,18 @@ image.o: ../db/dbitemquery.h ../core/item.h ../db/dbitemcolumns.h image.o: ../core/user.h ../core/group.h ../core/dircontainer.h image.o: ../core/ugcontainer.h log.h logmanipulators.h slog.h cur.h request.h image.o: error.h config.h htmlfilter.h ../templates/htmltextstream.h -image.o: session.h user.h plugindata.h rebus.h mount.h ../templates/locale.h -image.o: ../core/config.h system.h job.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 -image.o: ../notify/templatesnotify.h ../core/users.h ugcontainer.h -image.o: lastcontainer.h mounts.h mountparser.h crypt.h run.h users.h -image.o: groups.h group.h loadavg.h threadmanager.h timezones.h timezone.h -image.o: plugin.h pluginmsg.h sessionmanager.h sessioncontainer.h +image.o: ../../pikotools/space/spacetojson.h session.h user.h plugindata.h +image.o: rebus.h mount.h ../templates/locale.h ../core/config.h system.h +image.o: job.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 ../notify/templatesnotify.h ../core/users.h +image.o: ugcontainer.h lastcontainer.h mounts.h mountparser.h crypt.h run.h +image.o: users.h groups.h group.h loadavg.h threadmanager.h timezones.h +image.o: timezone.h plugin.h 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 @@ -240,13 +244,14 @@ job.o: requesttypes.h item.h error.h config.h job.o: ../../pikotools/space/spaceparser.h ../../pikotools/space/space.h job.o: ../../pikotools/textstream/types.h htmlfilter.h job.o: ../templates/htmltextstream.h ../core/textstream.h misc.h -job.o: ../../pikotools/utf8/utf8.h session.h user.h plugindata.h rebus.h -job.o: mount.h ../templates/locale.h system.h dirs.h dircontainer.h -job.o: ../db/db.h ../db/dbbase.h ../db/dbconn.h ../db/dbtextstream.h -job.o: ../core/error.h ../db/dbitemquery.h ../core/item.h -job.o: ../db/dbitemcolumns.h ../core/user.h ../core/group.h -job.o: ../core/dircontainer.h ../core/ugcontainer.h ../notify/notify.h -job.o: ../notify/notifypool.h ../templates/patterns.h ../templates/locale.h +job.o: ../../pikotools/utf8/utf8.h ../../pikotools/space/spacetojson.h +job.o: session.h user.h plugindata.h rebus.h mount.h ../templates/locale.h +job.o: system.h dirs.h dircontainer.h ../db/db.h ../db/dbbase.h +job.o: ../db/dbconn.h ../db/dbtextstream.h ../core/error.h +job.o: ../db/dbitemquery.h ../core/item.h ../db/dbitemcolumns.h +job.o: ../core/user.h ../core/group.h ../core/dircontainer.h +job.o: ../core/ugcontainer.h ../notify/notify.h ../notify/notifypool.h +job.o: ../templates/patterns.h ../templates/locale.h job.o: ../templates/localefilter.h ../../ezc/src/ezc.h job.o: ../../ezc/src/generator.h ../../ezc/src/pattern.h job.o: ../../ezc/src/functions.h ../../ezc/src/funinfo.h @@ -289,8 +294,9 @@ lastcontainer.o: ../../pikotools/space/spaceparser.h lastcontainer.o: ../../pikotools/space/space.h lastcontainer.o: ../../pikotools/textstream/types.h htmlfilter.h lastcontainer.o: ../templates/htmltextstream.h ../core/textstream.h misc.h -lastcontainer.o: ../../pikotools/utf8/utf8.h session.h user.h plugindata.h -lastcontainer.o: rebus.h mount.h ../templates/locale.h +lastcontainer.o: ../../pikotools/utf8/utf8.h +lastcontainer.o: ../../pikotools/space/spacetojson.h session.h user.h +lastcontainer.o: plugindata.h rebus.h mount.h ../templates/locale.h loadavg.o: loadavg.h log.h textstream.h logmanipulators.h loadavg.o: ../../pikotools/textstream/textstream.h loadavg.o: ../../pikotools/space/space.h ../../pikotools/date/date.h @@ -302,8 +308,9 @@ loadavg.o: requesttypes.h item.h error.h config.h loadavg.o: ../../pikotools/space/spaceparser.h ../../pikotools/space/space.h loadavg.o: ../../pikotools/textstream/types.h htmlfilter.h loadavg.o: ../templates/htmltextstream.h ../core/textstream.h misc.h -loadavg.o: ../../pikotools/utf8/utf8.h session.h user.h plugindata.h rebus.h -loadavg.o: mount.h ../templates/locale.h +loadavg.o: ../../pikotools/utf8/utf8.h ../../pikotools/space/spacetojson.h +loadavg.o: session.h user.h plugindata.h rebus.h mount.h +loadavg.o: ../templates/locale.h log.o: log.h textstream.h logmanipulators.h log.o: ../../pikotools/textstream/textstream.h ../../pikotools/space/space.h log.o: ../../pikotools/date/date.h ../../pikotools/convert/convert.h @@ -314,8 +321,8 @@ log.o: requesttypes.h item.h error.h config.h log.o: ../../pikotools/space/spaceparser.h ../../pikotools/space/space.h log.o: ../../pikotools/textstream/types.h htmlfilter.h log.o: ../templates/htmltextstream.h ../core/textstream.h misc.h -log.o: ../../pikotools/utf8/utf8.h session.h user.h plugindata.h rebus.h -log.o: mount.h ../templates/locale.h +log.o: ../../pikotools/utf8/utf8.h ../../pikotools/space/spacetojson.h +log.o: session.h user.h plugindata.h rebus.h mount.h ../templates/locale.h misc.o: misc.h item.h ../../pikotools/space/space.h misc.o: ../../pikotools/date/date.h requesttypes.h misc.o: ../../pikotools/textstream/textstream.h @@ -326,9 +333,9 @@ misc.o: textstream.h logmanipulators.h slog.h cur.h request.h error.h misc.o: config.h ../../pikotools/space/spaceparser.h misc.o: ../../pikotools/space/space.h ../../pikotools/textstream/types.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: ../templates/templates.h ../../ezc/src/ezc.h -misc.o: ../../ezc/src/generator.h ../../ezc/src/pattern.h +misc.o: ../../pikotools/space/spacetojson.h session.h user.h plugindata.h +misc.o: rebus.h mount.h ../templates/locale.h ../templates/templates.h +misc.o: ../../ezc/src/ezc.h ../../ezc/src/generator.h ../../ezc/src/pattern.h misc.o: ../../ezc/src/functions.h ../../ezc/src/funinfo.h misc.o: ../../ezc/src/stringconv.h ../templates/patterncacher.h misc.o: ../core/item.h ../templates/indexpatterns.h ../templates/patterns.h @@ -361,15 +368,16 @@ mountparser.o: ../core/item.h ../db/dbitemcolumns.h ../core/user.h mountparser.o: ../core/group.h ../core/dircontainer.h ../core/ugcontainer.h mountparser.o: log.h textstream.h logmanipulators.h slog.h cur.h request.h mountparser.o: error.h config.h htmlfilter.h ../templates/htmltextstream.h -mountparser.o: session.h user.h plugindata.h rebus.h ../templates/locale.h -mountparser.o: ../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/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 ../notify/templatesnotify.h -mountparser.o: ../core/config.h ../core/users.h ugcontainer.h lastcontainer.h +mountparser.o: ../../pikotools/space/spacetojson.h session.h user.h +mountparser.o: plugindata.h 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/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 +mountparser.o: ../notify/templatesnotify.h ../core/config.h ../core/users.h +mountparser.o: ugcontainer.h lastcontainer.h mounts.o: mounts.h mount.h error.h dirs.h item.h mounts.o: ../../pikotools/space/space.h ../../pikotools/date/date.h mounts.o: dircontainer.h ../db/db.h ../db/dbbase.h ../db/dbconn.h @@ -385,8 +393,9 @@ 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 htmlfilter.h ../templates/htmltextstream.h -mounts.o: session.h user.h plugindata.h rebus.h ../templates/locale.h -mounts.o: ../notify/notify.h ../notify/notifypool.h ../templates/patterns.h +mounts.o: ../../pikotools/space/spacetojson.h session.h user.h plugindata.h +mounts.o: rebus.h ../templates/locale.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/generator.h mounts.o: ../../ezc/src/pattern.h ../../ezc/src/functions.h @@ -428,11 +437,12 @@ plugin.o: requesttypes.h item.h error.h config.h plugin.o: ../../pikotools/space/spaceparser.h ../../pikotools/space/space.h plugin.o: ../../pikotools/textstream/types.h htmlfilter.h plugin.o: ../templates/htmltextstream.h ../core/textstream.h misc.h -plugin.o: ../../pikotools/utf8/utf8.h session.h user.h plugindata.h rebus.h -plugin.o: mount.h ../templates/locale.h system.h job.h basethread.h synchro.h -plugin.o: dirs.h dircontainer.h ../db/db.h ../db/dbbase.h ../db/dbconn.h -plugin.o: ../db/dbtextstream.h ../core/error.h ../db/dbitemquery.h -plugin.o: ../core/item.h ../db/dbitemcolumns.h ../core/user.h ../core/group.h +plugin.o: ../../pikotools/utf8/utf8.h ../../pikotools/space/spacetojson.h +plugin.o: session.h user.h plugindata.h rebus.h mount.h ../templates/locale.h +plugin.o: system.h job.h basethread.h synchro.h dirs.h dircontainer.h +plugin.o: ../db/db.h ../db/dbbase.h ../db/dbconn.h ../db/dbtextstream.h +plugin.o: ../core/error.h ../db/dbitemquery.h ../core/item.h +plugin.o: ../db/dbitemcolumns.h ../core/user.h ../core/group.h plugin.o: ../core/dircontainer.h ../core/ugcontainer.h ../notify/notify.h plugin.o: ../notify/notifypool.h ../templates/patterns.h plugin.o: ../templates/locale.h ../templates/localefilter.h @@ -476,23 +486,24 @@ plugindata.o: ../../pikotools/space/spaceparser.h plugindata.o: ../../pikotools/space/space.h plugindata.o: ../../pikotools/textstream/types.h htmlfilter.h plugindata.o: ../templates/htmltextstream.h ../core/textstream.h misc.h -plugindata.o: ../../pikotools/utf8/utf8.h session.h user.h rebus.h mount.h -plugindata.o: ../templates/locale.h system.h job.h basethread.h synchro.h -plugindata.o: dirs.h dircontainer.h ../db/db.h ../db/dbbase.h ../db/dbconn.h -plugindata.o: ../db/dbtextstream.h ../core/error.h ../db/dbitemquery.h -plugindata.o: ../core/item.h ../db/dbitemcolumns.h ../core/user.h -plugindata.o: ../core/group.h ../core/dircontainer.h ../core/ugcontainer.h -plugindata.o: ../notify/notify.h ../notify/notifypool.h -plugindata.o: ../templates/patterns.h ../templates/locale.h -plugindata.o: ../templates/localefilter.h ../../ezc/src/ezc.h -plugindata.o: ../../ezc/src/generator.h ../../ezc/src/pattern.h -plugindata.o: ../../ezc/src/functions.h ../../ezc/src/funinfo.h -plugindata.o: ../../ezc/src/stringconv.h ../notify/notifythread.h -plugindata.o: ../core/basethread.h ../notify/templatesnotify.h -plugindata.o: ../core/config.h ../core/users.h ugcontainer.h lastcontainer.h -plugindata.o: mounts.h mountparser.h crypt.h run.h users.h groups.h group.h -plugindata.o: loadavg.h image.h threadmanager.h timezones.h timezone.h -plugindata.o: sessionmanager.h sessioncontainer.h ../functions/functions.h +plugindata.o: ../../pikotools/utf8/utf8.h ../../pikotools/space/spacetojson.h +plugindata.o: session.h user.h rebus.h mount.h ../templates/locale.h system.h +plugindata.o: job.h basethread.h synchro.h dirs.h dircontainer.h ../db/db.h +plugindata.o: ../db/dbbase.h ../db/dbconn.h ../db/dbtextstream.h +plugindata.o: ../core/error.h ../db/dbitemquery.h ../core/item.h +plugindata.o: ../db/dbitemcolumns.h ../core/user.h ../core/group.h +plugindata.o: ../core/dircontainer.h ../core/ugcontainer.h ../notify/notify.h +plugindata.o: ../notify/notifypool.h ../templates/patterns.h +plugindata.o: ../templates/locale.h ../templates/localefilter.h +plugindata.o: ../../ezc/src/ezc.h ../../ezc/src/generator.h +plugindata.o: ../../ezc/src/pattern.h ../../ezc/src/functions.h +plugindata.o: ../../ezc/src/funinfo.h ../../ezc/src/stringconv.h +plugindata.o: ../notify/notifythread.h ../core/basethread.h +plugindata.o: ../notify/templatesnotify.h ../core/config.h ../core/users.h +plugindata.o: ugcontainer.h lastcontainer.h mounts.h mountparser.h crypt.h +plugindata.o: run.h users.h groups.h group.h loadavg.h image.h +plugindata.o: threadmanager.h timezones.h timezone.h sessionmanager.h +plugindata.o: sessioncontainer.h ../functions/functions.h plugindata.o: ../functions/functionbase.h ../core/request.h ../core/system.h plugindata.o: ../core/synchro.h ../functions/functionparser.h ../core/cur.h plugindata.o: ../functions/adduser.h ../functions/cat.h ../functions/chmod.h @@ -529,8 +540,8 @@ postmultiparser.o: ../../pikotools/textstream/types.h postmultiparser.o: ../../pikotools/utf8/utf8.h log.h textstream.h postmultiparser.o: logmanipulators.h slog.h cur.h request.h postmultiparser.o: ../templates/htmltextstream.h ../core/textstream.h -postmultiparser.o: session.h user.h plugindata.h rebus.h mount.h -postmultiparser.o: ../templates/locale.h +postmultiparser.o: ../../pikotools/space/spacetojson.h session.h user.h +postmultiparser.o: plugindata.h rebus.h mount.h ../templates/locale.h rebus.o: log.h textstream.h logmanipulators.h rebus.o: ../../pikotools/textstream/textstream.h rebus.o: ../../pikotools/space/space.h ../../pikotools/date/date.h @@ -541,8 +552,8 @@ rebus.o: requesttypes.h item.h error.h config.h rebus.o: ../../pikotools/space/spaceparser.h ../../pikotools/space/space.h rebus.o: ../../pikotools/textstream/types.h htmlfilter.h rebus.o: ../templates/htmltextstream.h ../core/textstream.h misc.h -rebus.o: ../../pikotools/utf8/utf8.h session.h user.h plugindata.h rebus.h -rebus.o: mount.h ../templates/locale.h +rebus.o: ../../pikotools/utf8/utf8.h ../../pikotools/space/spacetojson.h +rebus.o: session.h user.h plugindata.h rebus.h mount.h ../templates/locale.h request.o: request.h requesttypes.h item.h ../../pikotools/space/space.h request.o: ../../pikotools/date/date.h error.h config.h request.o: ../../pikotools/space/spaceparser.h ../../pikotools/space/space.h @@ -553,36 +564,36 @@ request.o: ../../pikotools/convert/convert.h request.o: ../../pikotools/convert/inttostr.h request.o: ../../pikotools/membuffer/membuffer.h request.o: ../../pikotools/textstream/types.h ../../pikotools/utf8/utf8.h -request.o: log.h logmanipulators.h slog.h cur.h session.h user.h plugindata.h -request.o: rebus.h mount.h ../templates/locale.h plugin.h pluginmsg.h -request.o: system.h job.h basethread.h synchro.h dirs.h dircontainer.h -request.o: ../db/db.h ../db/dbbase.h ../db/dbconn.h ../db/dbtextstream.h -request.o: ../core/error.h ../db/dbitemquery.h ../core/item.h -request.o: ../db/dbitemcolumns.h ../core/user.h ../core/group.h -request.o: ../core/dircontainer.h ../core/ugcontainer.h ../notify/notify.h -request.o: ../notify/notifypool.h ../templates/patterns.h -request.o: ../templates/locale.h ../templates/localefilter.h -request.o: ../../ezc/src/ezc.h ../../ezc/src/generator.h -request.o: ../../ezc/src/pattern.h ../../ezc/src/functions.h -request.o: ../../ezc/src/funinfo.h ../../ezc/src/stringconv.h -request.o: ../notify/notifythread.h ../core/basethread.h -request.o: ../notify/templatesnotify.h ../core/config.h ../core/users.h -request.o: ugcontainer.h lastcontainer.h mounts.h mountparser.h crypt.h run.h -request.o: users.h groups.h group.h loadavg.h image.h threadmanager.h -request.o: timezones.h timezone.h sessionmanager.h sessioncontainer.h -request.o: ../functions/functions.h ../functions/functionbase.h -request.o: ../core/request.h ../core/system.h ../core/synchro.h -request.o: ../functions/functionparser.h ../core/cur.h ../functions/adduser.h -request.o: ../functions/cat.h ../functions/chmod.h ../functions/privchanger.h -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/env.h ../functions/last.h -request.o: ../functions/login.h ../functions/logout.h ../functions/ln.h -request.o: ../functions/ls.h ../functions/man.h ../functions/meta.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/pw.h ../functions/reload.h ../functions/rm.h -request.o: ../functions/rmuser.h ../functions/sort.h +request.o: ../../pikotools/space/spacetojson.h log.h logmanipulators.h slog.h +request.o: cur.h session.h user.h plugindata.h rebus.h mount.h +request.o: ../templates/locale.h plugin.h pluginmsg.h system.h job.h +request.o: basethread.h synchro.h dirs.h dircontainer.h ../db/db.h +request.o: ../db/dbbase.h ../db/dbconn.h ../db/dbtextstream.h ../core/error.h +request.o: ../db/dbitemquery.h ../core/item.h ../db/dbitemcolumns.h +request.o: ../core/user.h ../core/group.h ../core/dircontainer.h +request.o: ../core/ugcontainer.h ../notify/notify.h ../notify/notifypool.h +request.o: ../templates/patterns.h ../templates/locale.h +request.o: ../templates/localefilter.h ../../ezc/src/ezc.h +request.o: ../../ezc/src/generator.h ../../ezc/src/pattern.h +request.o: ../../ezc/src/functions.h ../../ezc/src/funinfo.h +request.o: ../../ezc/src/stringconv.h ../notify/notifythread.h +request.o: ../core/basethread.h ../notify/templatesnotify.h ../core/config.h +request.o: ../core/users.h ugcontainer.h lastcontainer.h mounts.h +request.o: mountparser.h crypt.h run.h users.h groups.h group.h loadavg.h +request.o: image.h threadmanager.h timezones.h timezone.h sessionmanager.h +request.o: sessioncontainer.h ../functions/functions.h +request.o: ../functions/functionbase.h ../core/request.h ../core/system.h +request.o: ../core/synchro.h ../functions/functionparser.h ../core/cur.h +request.o: ../functions/adduser.h ../functions/cat.h ../functions/chmod.h +request.o: ../functions/privchanger.h ../functions/chown.h +request.o: ../functions/ckeditor.h ../functions/cp.h ../functions/default.h +request.o: ../functions/download.h ../functions/emacs.h ../functions/env.h +request.o: ../functions/last.h ../functions/login.h ../functions/logout.h +request.o: ../functions/ln.h ../functions/ls.h ../functions/man.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/pw.h ../functions/reload.h +request.o: ../functions/rm.h ../functions/rmuser.h ../functions/sort.h request.o: ../functions/specialdefault.h ../functions/stat.h request.o: ../functions/subject.h ../functions/template.h request.o: ../functions/tinymce.h ../functions/uname.h ../functions/upload.h @@ -601,8 +612,8 @@ run.o: requesttypes.h item.h error.h config.h run.o: ../../pikotools/space/spaceparser.h ../../pikotools/space/space.h run.o: ../../pikotools/textstream/types.h htmlfilter.h run.o: ../templates/htmltextstream.h ../core/textstream.h misc.h -run.o: ../../pikotools/utf8/utf8.h session.h user.h plugindata.h rebus.h -run.o: mount.h ../templates/locale.h +run.o: ../../pikotools/utf8/utf8.h ../../pikotools/space/spacetojson.h +run.o: session.h user.h plugindata.h rebus.h mount.h ../templates/locale.h session.o: session.h item.h ../../pikotools/space/space.h session.o: ../../pikotools/date/date.h error.h user.h plugindata.h rebus.h session.o: textstream.h misc.h requesttypes.h @@ -624,7 +635,8 @@ sessioncontainer.o: ../../pikotools/convert/convert.h sessioncontainer.o: ../../pikotools/convert/inttostr.h sessioncontainer.o: ../../pikotools/membuffer/membuffer.h sessioncontainer.o: ../../pikotools/textstream/types.h -sessioncontainer.o: ../../pikotools/utf8/utf8.h mount.h log.h +sessioncontainer.o: ../../pikotools/utf8/utf8.h +sessioncontainer.o: ../../pikotools/space/spacetojson.h mount.h log.h sessioncontainer.o: logmanipulators.h slog.h ../templates/locale.h sessionmanager.o: sessionmanager.h sessioncontainer.h session.h item.h sessionmanager.o: ../../pikotools/space/space.h ../../pikotools/date/date.h @@ -639,7 +651,8 @@ sessionmanager.o: ../../pikotools/convert/convert.h sessionmanager.o: ../../pikotools/convert/inttostr.h sessionmanager.o: ../../pikotools/membuffer/membuffer.h sessionmanager.o: ../../pikotools/textstream/types.h -sessionmanager.o: ../../pikotools/utf8/utf8.h mount.h lastcontainer.h +sessionmanager.o: ../../pikotools/utf8/utf8.h +sessionmanager.o: ../../pikotools/space/spacetojson.h mount.h lastcontainer.h sessionmanager.o: system.h job.h basethread.h synchro.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 @@ -695,7 +708,8 @@ sessionparser.o: ../../pikotools/convert/convert.h sessionparser.o: ../../pikotools/convert/inttostr.h sessionparser.o: ../../pikotools/membuffer/membuffer.h sessionparser.o: ../../pikotools/textstream/types.h -sessionparser.o: ../../pikotools/utf8/utf8.h mount.h users.h log.h +sessionparser.o: ../../pikotools/utf8/utf8.h +sessionparser.o: ../../pikotools/space/spacetojson.h mount.h users.h log.h sessionparser.o: logmanipulators.h slog.h ../templates/locale.h slog.o: slog.h cur.h request.h requesttypes.h item.h slog.o: ../../pikotools/space/space.h ../../pikotools/date/date.h error.h @@ -706,8 +720,8 @@ slog.o: ../core/textstream.h misc.h ../../pikotools/textstream/textstream.h slog.o: ../../pikotools/convert/convert.h ../../pikotools/convert/inttostr.h slog.o: ../../pikotools/membuffer/membuffer.h slog.o: ../../pikotools/textstream/types.h ../../pikotools/utf8/utf8.h -slog.o: session.h user.h plugindata.h rebus.h mount.h logmanipulators.h -slog.o: ../templates/locale.h +slog.o: ../../pikotools/space/spacetojson.h session.h user.h plugindata.h +slog.o: rebus.h mount.h logmanipulators.h ../templates/locale.h synchro.o: synchro.h system.o: system.h job.h basethread.h synchro.h ../../pikotools/space/space.h system.o: dirs.h item.h ../../pikotools/date/date.h dircontainer.h ../db/db.h @@ -724,9 +738,9 @@ system.o: ../db/dbitemquery.h ../core/item.h ../db/dbitemcolumns.h system.o: ../core/user.h ../core/group.h ../core/dircontainer.h system.o: ../core/ugcontainer.h log.h textstream.h logmanipulators.h slog.h system.o: cur.h request.h error.h config.h htmlfilter.h -system.o: ../templates/htmltextstream.h session.h user.h plugindata.h rebus.h -system.o: mount.h ../templates/locale.h ../notify/notify.h -system.o: ../notify/notifypool.h ../templates/patterns.h +system.o: ../templates/htmltextstream.h ../../pikotools/space/spacetojson.h +system.o: session.h user.h 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/generator.h system.o: ../../ezc/src/pattern.h ../../ezc/src/functions.h @@ -769,8 +783,9 @@ threadmanager.o: ../../pikotools/space/spaceparser.h threadmanager.o: ../../pikotools/space/space.h threadmanager.o: ../../pikotools/textstream/types.h htmlfilter.h threadmanager.o: ../templates/htmltextstream.h ../core/textstream.h misc.h -threadmanager.o: ../../pikotools/utf8/utf8.h session.h user.h plugindata.h -threadmanager.o: rebus.h mount.h ../templates/locale.h +threadmanager.o: ../../pikotools/utf8/utf8.h +threadmanager.o: ../../pikotools/space/spacetojson.h session.h user.h +threadmanager.o: plugindata.h rebus.h mount.h ../templates/locale.h timezone.o: timezone.h ../../pikotools/date/date.h timezone.o: ../../pikotools/space/space.h misc.h item.h requesttypes.h timezone.o: ../../pikotools/textstream/textstream.h @@ -790,8 +805,9 @@ timezones.o: ../../pikotools/membuffer/membuffer.h timezones.o: ../../pikotools/textstream/types.h ../../pikotools/utf8/utf8.h timezones.o: log.h textstream.h logmanipulators.h slog.h cur.h request.h timezones.o: error.h config.h htmlfilter.h ../templates/htmltextstream.h -timezones.o: ../core/textstream.h session.h user.h plugindata.h rebus.h -timezones.o: mount.h ../templates/locale.h +timezones.o: ../core/textstream.h ../../pikotools/space/spacetojson.h +timezones.o: session.h user.h plugindata.h rebus.h mount.h +timezones.o: ../templates/locale.h user.o: user.h users.o: users.h sessionmanager.h sessioncontainer.h session.h item.h users.o: ../../pikotools/space/space.h ../../pikotools/date/date.h error.h @@ -803,13 +819,14 @@ users.o: misc.h ../../pikotools/textstream/textstream.h users.o: ../../pikotools/convert/convert.h ../../pikotools/convert/inttostr.h users.o: ../../pikotools/membuffer/membuffer.h users.o: ../../pikotools/textstream/types.h ../../pikotools/utf8/utf8.h -users.o: mount.h lastcontainer.h system.h job.h basethread.h synchro.h dirs.h -users.o: dircontainer.h ../db/db.h ../db/dbbase.h ../db/dbconn.h -users.o: ../db/dbtextstream.h ../core/error.h ../db/dbitemquery.h -users.o: ../core/item.h ../db/dbitemcolumns.h ../core/user.h ../core/group.h -users.o: ../core/dircontainer.h ../core/ugcontainer.h log.h logmanipulators.h -users.o: slog.h ../templates/locale.h ../notify/notify.h -users.o: ../notify/notifypool.h ../templates/patterns.h ../templates/locale.h +users.o: ../../pikotools/space/spacetojson.h mount.h lastcontainer.h system.h +users.o: job.h basethread.h synchro.h dirs.h dircontainer.h ../db/db.h +users.o: ../db/dbbase.h ../db/dbconn.h ../db/dbtextstream.h ../core/error.h +users.o: ../db/dbitemquery.h ../core/item.h ../db/dbitemcolumns.h +users.o: ../core/user.h ../core/group.h ../core/dircontainer.h +users.o: ../core/ugcontainer.h log.h logmanipulators.h slog.h +users.o: ../templates/locale.h ../notify/notify.h ../notify/notifypool.h +users.o: ../templates/patterns.h ../templates/locale.h users.o: ../templates/localefilter.h ../../ezc/src/ezc.h users.o: ../../ezc/src/generator.h ../../ezc/src/pattern.h users.o: ../../ezc/src/functions.h ../../ezc/src/funinfo.h diff --git a/core/app.cpp b/core/app.cpp index 407ebb2..01b7ae7 100755 --- a/core/app.cpp +++ b/core/app.cpp @@ -451,6 +451,14 @@ bool sent = false; { templates.Generate(); } + + + if( cur.request->ajax_serializer ) + { + std::wstring & ajax_content = cur.request->ajax.Add(L"content", L""); + ajax_content = cur.request->page.Str(); + cur.request->ajax_serializer->Serialize(cur.request->ajax, cur.request->ajaxpage, true); + } } @@ -1038,13 +1046,19 @@ void App::AddDebugInfo(std::wstring & out) void App::SendAnswer() { -const std::wstring & source = cur.request->page.Str(); +const std::wstring * source; Header header = h_200; Error status = cur.request->status; bool compressing; int compress_encoding; - SelectCompression(source.length(), compressing, compress_encoding); + if( cur.request->ajax_serializer ) + source = &cur.request->ajaxpage.Str(); + else + source = &cur.request->page.Str(); + + + SelectCompression(source->length(), compressing, compress_encoding); if( status == WINIX_ERR_NO_ITEM || status == WINIX_ERR_NO_FUNCTION || status == WINIX_ERR_UNKNOWN_PARAM ) header = h_404; @@ -1057,7 +1071,7 @@ int compress_encoding; if( CanSendContent(header) ) { // filtering (html), compressing and sending back to the web browser - FilterCompressSend(compressing, compress_encoding, source); + FilterCompressSend(compressing, compress_encoding, *source); } } diff --git a/core/request.cpp b/core/request.cpp index 0bb9c93..e04d14c 100755 --- a/core/request.cpp +++ b/core/request.cpp @@ -30,6 +30,34 @@ void Request::SetConfig(Config * pconfig) } +void Request::ClearAjax() +{ +size_t i = ajax.spaces.size(); + + while( i-- > 0 ) + ajax.RemoveSpace(i); + + ajax.table.clear(); + + PT::Space::TableSingle::iterator s = ajax.table_single.begin(); + + while( s != ajax.table_single.end() ) + { + if( s->first != L"content" && s->first != L"http_status" ) + { + ajax.table_single.erase(s++); + } + else + { + // small optimization when deleting + // the memory for "content" and "http_status" will be reused + s->second.clear(); + + ++s; + } + } +} + void Request::Clear() @@ -49,6 +77,7 @@ void Request::Clear() headers.Clear(); page.Clear(); + ajaxpage.Clear(); debug.Clear(); page_generated = false; @@ -88,6 +117,8 @@ void Request::Clear() start_date.Clear(); subdomain.clear(); + ClearAjax(); + ajax_serializer = 0; } diff --git a/core/request.h b/core/request.h index 9ae09d4..0c1903d 100755 --- a/core/request.h +++ b/core/request.h @@ -20,6 +20,9 @@ #include "textstream.h" #include "templates/htmltextstream.h" #include "date/date.h" +#include "space/space.h" +#include "space/spacetojson.h" + class FunctionBase; @@ -43,6 +46,7 @@ struct Request //std::ostringstream headers, page, debug; TextStream headers; HtmlTextStream page, debug; + TextStream ajaxpage; // if set to true then the standard template system will not be generated // default: false @@ -122,7 +126,7 @@ struct Request // send header X-LIGHTTPD-send-file with path to a file std::wstring x_sendfile; - // send as attachment (causing header: content-disposition: attachment) + // send as attachment (causes header: content-disposition: attachment) bool send_as_attachment; // this is a pointer either to the item (if exists) or to the last directory @@ -138,6 +142,14 @@ struct Request // subdomain = HTTP_HOST environment variable - config->base_url std::wstring subdomain; + // used as a JSON output (when ajax_serializer is defined) + // it will be serialized and have at least: + // 'content' string - the whole html content + // 'http_status' integer - http status code (e.g. 200) + PT::Space ajax; + + // if not null then the request will have a JSON as an output + PT::SpaceToJSON * ajax_serializer; Request(); @@ -184,6 +196,9 @@ private: // used in ParamValue() and PostVar() when there is no such a param const std::wstring str_empty; + + void ClearAjax(); + }; diff --git a/db/Makefile.dep b/db/Makefile.dep index 41d04df..2cb3c78 100755 --- a/db/Makefile.dep +++ b/db/Makefile.dep @@ -13,9 +13,9 @@ db.o: dbitemcolumns.h ../core/user.h ../core/group.h ../core/dircontainer.h db.o: ../core/ugcontainer.h ../core/log.h ../core/textstream.h db.o: ../core/logmanipulators.h ../core/slog.h ../core/cur.h db.o: ../core/request.h ../core/error.h ../core/config.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/log.h ../core/misc.h +db.o: ../templates/htmltextstream.h ../../pikotools/space/spacetojson.h +db.o: ../core/session.h ../core/user.h ../core/plugindata.h ../core/rebus.h +db.o: ../core/mount.h ../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 ../../pikotools/space/space.h dbbase.o: ../../pikotools/textstream/types.h ../../pikotools/date/date.h diff --git a/functions/Makefile.dep b/functions/Makefile.dep index 06fdde5..93a853c 100755 --- a/functions/Makefile.dep +++ b/functions/Makefile.dep @@ -17,33 +17,33 @@ adduser.o: ../core/dircontainer.h ../core/ugcontainer.h ../core/log.h adduser.o: ../core/textstream.h ../core/logmanipulators.h ../core/slog.h adduser.o: ../core/cur.h ../core/request.h ../core/error.h ../core/config.h adduser.o: ../core/htmlfilter.h ../templates/htmltextstream.h -adduser.o: ../core/session.h ../core/user.h ../core/plugindata.h -adduser.o: ../core/rebus.h mount.h ../templates/locale.h ../core/request.h -adduser.o: ../core/config.h ../core/system.h ../core/job.h -adduser.o: ../core/basethread.h ../core/synchro.h ../core/dirs.h -adduser.o: ../core/dircontainer.h ../notify/notify.h ../notify/notifypool.h -adduser.o: ../templates/patterns.h locale.h ../templates/localefilter.h -adduser.o: ../../ezc/src/ezc.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 env.h last.h login.h logout.h ln.h ls.h man.h -adduser.o: meta.h mkdir.h mv.h nicedit.h node.h passwd.h priv.h pw.h reload.h -adduser.o: rm.h rmuser.h run.h sort.h specialdefault.h stat.h subject.h -adduser.o: template.h timezone.h tinymce.h uname.h upload.h uptime.h who.h -adduser.o: vim.h ../core/htmlfilter.h ../../ezc/src/stringconv.h -adduser.o: ../notify/notifythread.h ../core/basethread.h -adduser.o: ../notify/templatesnotify.h ../core/users.h ../core/ugcontainer.h -adduser.o: ../core/lastcontainer.h ../core/mounts.h ../core/mountparser.h -adduser.o: ../core/crypt.h ../core/users.h ../core/groups.h ../core/group.h -adduser.o: ../core/loadavg.h ../core/image.h ../core/threadmanager.h -adduser.o: ../core/timezones.h ../core/synchro.h ../core/slog.h -adduser.o: ../core/plugin.h ../core/pluginmsg.h ../core/system.h -adduser.o: ../core/sessionmanager.h ../core/sessioncontainer.h -adduser.o: ../functions/functions.h ../templates/templates.h -adduser.o: ../templates/patterncacher.h ../templates/indexpatterns.h -adduser.o: ../templates/patterns.h ../templates/changepatterns.h -adduser.o: ../templates/htmltextstream.h ../core/sessionmanager.h -adduser.o: ../core/misc.h +adduser.o: ../../pikotools/space/spacetojson.h ../core/session.h +adduser.o: ../core/user.h ../core/plugindata.h ../core/rebus.h mount.h +adduser.o: ../templates/locale.h ../core/request.h ../core/config.h +adduser.o: ../core/system.h ../core/job.h ../core/basethread.h +adduser.o: ../core/synchro.h ../core/dirs.h ../core/dircontainer.h +adduser.o: ../notify/notify.h ../notify/notifypool.h ../templates/patterns.h +adduser.o: locale.h ../templates/localefilter.h ../../ezc/src/ezc.h +adduser.o: ../../ezc/src/generator.h ../../ezc/src/pattern.h functions.h +adduser.o: functionparser.h ../core/cur.h cat.h chmod.h privchanger.h chown.h +adduser.o: ckeditor.h cp.h default.h download.h emacs.h env.h last.h login.h +adduser.o: logout.h ln.h ls.h man.h meta.h mkdir.h mv.h nicedit.h node.h +adduser.o: passwd.h priv.h pw.h reload.h rm.h rmuser.h run.h sort.h +adduser.o: specialdefault.h stat.h subject.h template.h timezone.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 ../notify/templatesnotify.h ../core/users.h +adduser.o: ../core/ugcontainer.h ../core/lastcontainer.h ../core/mounts.h +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/threadmanager.h ../core/timezones.h ../core/synchro.h +adduser.o: ../core/slog.h ../core/plugin.h ../core/pluginmsg.h +adduser.o: ../core/system.h ../core/sessionmanager.h +adduser.o: ../core/sessioncontainer.h ../functions/functions.h +adduser.o: ../templates/templates.h ../templates/patterncacher.h +adduser.o: ../templates/indexpatterns.h ../templates/patterns.h +adduser.o: ../templates/changepatterns.h ../templates/htmltextstream.h +adduser.o: ../core/sessionmanager.h ../core/misc.h cat.o: cat.h functionbase.h ../core/item.h ../../pikotools/space/space.h cat.o: ../../pikotools/textstream/types.h ../../pikotools/date/date.h cat.o: ../db/db.h ../db/dbbase.h ../db/dbconn.h ../db/dbtextstream.h @@ -58,26 +58,26 @@ cat.o: ../db/dbitemcolumns.h ../core/user.h ../core/group.h cat.o: ../core/dircontainer.h ../core/ugcontainer.h ../core/log.h cat.o: ../core/textstream.h ../core/logmanipulators.h ../core/slog.h cat.o: ../core/cur.h ../core/request.h ../core/error.h ../core/config.h -cat.o: ../core/htmlfilter.h ../templates/htmltextstream.h ../core/session.h -cat.o: ../core/user.h ../core/plugindata.h ../core/rebus.h mount.h -cat.o: ../templates/locale.h ../core/request.h ../core/config.h -cat.o: ../core/system.h ../core/job.h ../core/basethread.h ../core/synchro.h -cat.o: ../core/dirs.h ../core/dircontainer.h ../notify/notify.h -cat.o: ../notify/notifypool.h ../templates/patterns.h locale.h -cat.o: ../templates/localefilter.h ../../ezc/src/ezc.h -cat.o: ../../ezc/src/generator.h ../../ezc/src/pattern.h functions.h -cat.o: functionparser.h ../core/cur.h adduser.h chmod.h privchanger.h chown.h -cat.o: ckeditor.h cp.h default.h download.h emacs.h env.h last.h login.h -cat.o: logout.h ln.h ls.h man.h meta.h mkdir.h mv.h nicedit.h node.h passwd.h -cat.o: priv.h pw.h reload.h rm.h rmuser.h run.h sort.h specialdefault.h -cat.o: stat.h subject.h template.h timezone.h tinymce.h uname.h upload.h -cat.o: uptime.h who.h vim.h ../core/htmlfilter.h ../../ezc/src/stringconv.h -cat.o: ../notify/notifythread.h ../core/basethread.h -cat.o: ../notify/templatesnotify.h ../core/users.h ../core/ugcontainer.h -cat.o: ../core/lastcontainer.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/threadmanager.h -cat.o: ../core/timezones.h ../core/synchro.h +cat.o: ../core/htmlfilter.h ../templates/htmltextstream.h +cat.o: ../../pikotools/space/spacetojson.h ../core/session.h ../core/user.h +cat.o: ../core/plugindata.h ../core/rebus.h mount.h ../templates/locale.h +cat.o: ../core/request.h ../core/config.h ../core/system.h ../core/job.h +cat.o: ../core/basethread.h ../core/synchro.h ../core/dirs.h +cat.o: ../core/dircontainer.h ../notify/notify.h ../notify/notifypool.h +cat.o: ../templates/patterns.h locale.h ../templates/localefilter.h +cat.o: ../../ezc/src/ezc.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: env.h last.h login.h logout.h ln.h ls.h man.h meta.h mkdir.h mv.h +cat.o: nicedit.h node.h passwd.h priv.h pw.h reload.h rm.h rmuser.h run.h +cat.o: sort.h specialdefault.h stat.h subject.h template.h timezone.h +cat.o: tinymce.h uname.h upload.h uptime.h who.h vim.h ../core/htmlfilter.h +cat.o: ../../ezc/src/stringconv.h ../notify/notifythread.h +cat.o: ../core/basethread.h ../notify/templatesnotify.h ../core/users.h +cat.o: ../core/ugcontainer.h ../core/lastcontainer.h ../core/mounts.h +cat.o: ../core/mountparser.h ../core/crypt.h ../core/users.h ../core/groups.h +cat.o: ../core/group.h ../core/loadavg.h ../core/image.h +cat.o: ../core/threadmanager.h ../core/timezones.h ../core/synchro.h chmod.o: chmod.h functionbase.h ../core/item.h ../../pikotools/space/space.h chmod.o: ../../pikotools/textstream/types.h ../../pikotools/date/date.h chmod.o: ../db/db.h ../db/dbbase.h ../db/dbconn.h ../db/dbtextstream.h @@ -92,26 +92,27 @@ chmod.o: ../db/dbitemcolumns.h ../core/user.h ../core/group.h chmod.o: ../core/dircontainer.h ../core/ugcontainer.h ../core/log.h chmod.o: ../core/textstream.h ../core/logmanipulators.h ../core/slog.h chmod.o: ../core/cur.h ../core/request.h ../core/error.h ../core/config.h -chmod.o: ../core/htmlfilter.h ../templates/htmltextstream.h ../core/session.h -chmod.o: ../core/user.h ../core/plugindata.h ../core/rebus.h mount.h -chmod.o: ../templates/locale.h ../core/request.h ../core/config.h -chmod.o: ../core/system.h ../core/job.h ../core/basethread.h -chmod.o: ../core/synchro.h ../core/dirs.h ../core/dircontainer.h -chmod.o: ../notify/notify.h ../notify/notifypool.h ../templates/patterns.h -chmod.o: locale.h ../templates/localefilter.h ../../ezc/src/ezc.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 env.h last.h login.h -chmod.o: logout.h ln.h ls.h man.h meta.h mkdir.h mv.h nicedit.h node.h -chmod.o: passwd.h priv.h pw.h reload.h rm.h rmuser.h run.h sort.h -chmod.o: specialdefault.h stat.h subject.h template.h timezone.h tinymce.h -chmod.o: uname.h 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 ../notify/templatesnotify.h ../core/users.h -chmod.o: ../core/ugcontainer.h ../core/lastcontainer.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/threadmanager.h ../core/timezones.h ../core/synchro.h +chmod.o: ../core/htmlfilter.h ../templates/htmltextstream.h +chmod.o: ../../pikotools/space/spacetojson.h ../core/session.h ../core/user.h +chmod.o: ../core/plugindata.h ../core/rebus.h mount.h ../templates/locale.h +chmod.o: ../core/request.h ../core/config.h ../core/system.h ../core/job.h +chmod.o: ../core/basethread.h ../core/synchro.h ../core/dirs.h +chmod.o: ../core/dircontainer.h ../notify/notify.h ../notify/notifypool.h +chmod.o: ../templates/patterns.h locale.h ../templates/localefilter.h +chmod.o: ../../ezc/src/ezc.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 env.h last.h login.h logout.h ln.h ls.h man.h +chmod.o: meta.h mkdir.h mv.h nicedit.h node.h passwd.h priv.h pw.h reload.h +chmod.o: rm.h rmuser.h run.h sort.h specialdefault.h stat.h subject.h +chmod.o: template.h timezone.h tinymce.h uname.h upload.h uptime.h who.h +chmod.o: vim.h ../core/htmlfilter.h ../../ezc/src/stringconv.h +chmod.o: ../notify/notifythread.h ../core/basethread.h +chmod.o: ../notify/templatesnotify.h ../core/users.h ../core/ugcontainer.h +chmod.o: ../core/lastcontainer.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/threadmanager.h +chmod.o: ../core/timezones.h ../core/synchro.h chown.o: chown.h functionbase.h ../core/item.h ../../pikotools/space/space.h chown.o: ../../pikotools/textstream/types.h ../../pikotools/date/date.h chown.o: ../db/db.h ../db/dbbase.h ../db/dbconn.h ../db/dbtextstream.h @@ -126,26 +127,27 @@ chown.o: ../db/dbitemcolumns.h ../core/user.h ../core/group.h chown.o: ../core/dircontainer.h ../core/ugcontainer.h ../core/log.h chown.o: ../core/textstream.h ../core/logmanipulators.h ../core/slog.h chown.o: ../core/cur.h ../core/request.h ../core/error.h ../core/config.h -chown.o: ../core/htmlfilter.h ../templates/htmltextstream.h ../core/session.h -chown.o: ../core/user.h ../core/plugindata.h ../core/rebus.h mount.h -chown.o: ../templates/locale.h ../core/request.h ../core/config.h -chown.o: ../core/system.h ../core/job.h ../core/basethread.h -chown.o: ../core/synchro.h ../core/dirs.h ../core/dircontainer.h -chown.o: ../notify/notify.h ../notify/notifypool.h ../templates/patterns.h -chown.o: locale.h ../templates/localefilter.h ../../ezc/src/ezc.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 env.h last.h login.h -chown.o: logout.h ln.h ls.h man.h meta.h mkdir.h mv.h nicedit.h node.h -chown.o: passwd.h priv.h pw.h reload.h rm.h rmuser.h run.h sort.h -chown.o: specialdefault.h stat.h subject.h template.h timezone.h tinymce.h -chown.o: uname.h 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 ../notify/templatesnotify.h ../core/users.h -chown.o: ../core/ugcontainer.h ../core/lastcontainer.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/threadmanager.h ../core/timezones.h ../core/synchro.h +chown.o: ../core/htmlfilter.h ../templates/htmltextstream.h +chown.o: ../../pikotools/space/spacetojson.h ../core/session.h ../core/user.h +chown.o: ../core/plugindata.h ../core/rebus.h mount.h ../templates/locale.h +chown.o: ../core/request.h ../core/config.h ../core/system.h ../core/job.h +chown.o: ../core/basethread.h ../core/synchro.h ../core/dirs.h +chown.o: ../core/dircontainer.h ../notify/notify.h ../notify/notifypool.h +chown.o: ../templates/patterns.h locale.h ../templates/localefilter.h +chown.o: ../../ezc/src/ezc.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 env.h last.h login.h logout.h ln.h ls.h man.h +chown.o: meta.h mkdir.h mv.h nicedit.h node.h passwd.h priv.h pw.h reload.h +chown.o: rm.h rmuser.h run.h sort.h specialdefault.h stat.h subject.h +chown.o: template.h timezone.h tinymce.h uname.h upload.h uptime.h who.h +chown.o: vim.h ../core/htmlfilter.h ../../ezc/src/stringconv.h +chown.o: ../notify/notifythread.h ../core/basethread.h +chown.o: ../notify/templatesnotify.h ../core/users.h ../core/ugcontainer.h +chown.o: ../core/lastcontainer.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/threadmanager.h +chown.o: ../core/timezones.h ../core/synchro.h ckeditor.o: ckeditor.h functionbase.h ../core/item.h ckeditor.o: ../../pikotools/space/space.h ../../pikotools/textstream/types.h ckeditor.o: ../../pikotools/date/date.h ../db/db.h ../db/dbbase.h @@ -163,27 +165,27 @@ 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/htmlfilter.h ../templates/htmltextstream.h -ckeditor.o: ../core/session.h ../core/user.h ../core/plugindata.h -ckeditor.o: ../core/rebus.h mount.h ../templates/locale.h ../core/request.h -ckeditor.o: ../core/config.h ../core/system.h ../core/job.h -ckeditor.o: ../core/basethread.h ../core/synchro.h ../core/dirs.h -ckeditor.o: ../core/dircontainer.h ../notify/notify.h ../notify/notifypool.h -ckeditor.o: ../templates/patterns.h locale.h ../templates/localefilter.h -ckeditor.o: ../../ezc/src/ezc.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 env.h last.h login.h logout.h ln.h -ckeditor.o: ls.h man.h meta.h mkdir.h mv.h nicedit.h node.h passwd.h priv.h -ckeditor.o: pw.h reload.h rm.h rmuser.h run.h sort.h specialdefault.h stat.h -ckeditor.o: subject.h template.h timezone.h tinymce.h uname.h upload.h -ckeditor.o: uptime.h who.h vim.h ../core/htmlfilter.h -ckeditor.o: ../../ezc/src/stringconv.h ../notify/notifythread.h -ckeditor.o: ../core/basethread.h ../notify/templatesnotify.h ../core/users.h -ckeditor.o: ../core/ugcontainer.h ../core/lastcontainer.h ../core/mounts.h -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/threadmanager.h ../core/timezones.h -ckeditor.o: ../core/synchro.h +ckeditor.o: ../../pikotools/space/spacetojson.h ../core/session.h +ckeditor.o: ../core/user.h ../core/plugindata.h ../core/rebus.h mount.h +ckeditor.o: ../templates/locale.h ../core/request.h ../core/config.h +ckeditor.o: ../core/system.h ../core/job.h ../core/basethread.h +ckeditor.o: ../core/synchro.h ../core/dirs.h ../core/dircontainer.h +ckeditor.o: ../notify/notify.h ../notify/notifypool.h ../templates/patterns.h +ckeditor.o: locale.h ../templates/localefilter.h ../../ezc/src/ezc.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 env.h +ckeditor.o: last.h login.h logout.h ln.h ls.h man.h meta.h mkdir.h mv.h +ckeditor.o: nicedit.h node.h passwd.h priv.h pw.h reload.h rm.h rmuser.h +ckeditor.o: run.h sort.h specialdefault.h stat.h subject.h template.h +ckeditor.o: timezone.h tinymce.h uname.h upload.h uptime.h who.h vim.h +ckeditor.o: ../core/htmlfilter.h ../../ezc/src/stringconv.h +ckeditor.o: ../notify/notifythread.h ../core/basethread.h +ckeditor.o: ../notify/templatesnotify.h ../core/users.h ../core/ugcontainer.h +ckeditor.o: ../core/lastcontainer.h ../core/mounts.h ../core/mountparser.h +ckeditor.o: ../core/crypt.h ../core/users.h ../core/groups.h ../core/group.h +ckeditor.o: ../core/loadavg.h ../core/image.h ../core/threadmanager.h +ckeditor.o: ../core/timezones.h ../core/synchro.h cp.o: cp.h functionbase.h ../core/item.h ../../pikotools/space/space.h cp.o: ../../pikotools/textstream/types.h ../../pikotools/date/date.h cp.o: ../db/db.h ../db/dbbase.h ../db/dbconn.h ../db/dbtextstream.h @@ -198,31 +200,32 @@ 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/request.h ../core/config.h ../core/system.h ../core/job.h -cp.o: ../core/basethread.h ../core/synchro.h ../core/dirs.h -cp.o: ../core/dircontainer.h ../notify/notify.h ../notify/notifypool.h -cp.o: ../templates/patterns.h locale.h ../templates/localefilter.h -cp.o: ../../ezc/src/ezc.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 env.h -cp.o: last.h login.h logout.h ln.h ls.h man.h meta.h mkdir.h mv.h nicedit.h -cp.o: node.h passwd.h priv.h pw.h reload.h rm.h rmuser.h run.h sort.h -cp.o: specialdefault.h stat.h subject.h template.h timezone.h tinymce.h -cp.o: 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 ../notify/templatesnotify.h ../core/users.h -cp.o: ../core/ugcontainer.h ../core/lastcontainer.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 -cp.o: ../core/threadmanager.h ../core/timezones.h ../core/synchro.h -cp.o: ../core/misc.h ../core/plugin.h ../core/pluginmsg.h ../core/system.h -cp.o: ../core/sessionmanager.h ../core/sessioncontainer.h -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: ../templates/htmltextstream.h ../core/sessionmanager.h +cp.o: ../templates/htmltextstream.h ../../pikotools/space/spacetojson.h +cp.o: ../core/session.h ../core/user.h ../core/plugindata.h ../core/rebus.h +cp.o: mount.h ../templates/locale.h ../core/request.h ../core/config.h +cp.o: ../core/system.h ../core/job.h ../core/basethread.h ../core/synchro.h +cp.o: ../core/dirs.h ../core/dircontainer.h ../notify/notify.h +cp.o: ../notify/notifypool.h ../templates/patterns.h locale.h +cp.o: ../templates/localefilter.h ../../ezc/src/ezc.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 env.h last.h login.h +cp.o: logout.h ln.h ls.h man.h meta.h mkdir.h mv.h nicedit.h node.h passwd.h +cp.o: priv.h pw.h reload.h rm.h rmuser.h run.h sort.h specialdefault.h stat.h +cp.o: subject.h template.h timezone.h tinymce.h uname.h upload.h uptime.h +cp.o: who.h vim.h ../core/htmlfilter.h ../../ezc/src/stringconv.h +cp.o: ../notify/notifythread.h ../core/basethread.h +cp.o: ../notify/templatesnotify.h ../core/users.h ../core/ugcontainer.h +cp.o: ../core/lastcontainer.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/threadmanager.h +cp.o: ../core/timezones.h ../core/synchro.h ../core/misc.h ../core/plugin.h +cp.o: ../core/pluginmsg.h ../core/system.h ../core/sessionmanager.h +cp.o: ../core/sessioncontainer.h ../functions/functions.h +cp.o: ../templates/templates.h ../templates/patterncacher.h +cp.o: ../templates/indexpatterns.h ../templates/patterns.h +cp.o: ../templates/changepatterns.h ../templates/htmltextstream.h +cp.o: ../core/sessionmanager.h default.o: default.h functionbase.h ../core/item.h default.o: ../../pikotools/space/space.h ../../pikotools/textstream/types.h default.o: ../../pikotools/date/date.h ../db/db.h ../db/dbbase.h @@ -240,20 +243,21 @@ default.o: ../core/dircontainer.h ../core/ugcontainer.h ../core/log.h default.o: ../core/textstream.h ../core/logmanipulators.h ../core/slog.h default.o: ../core/cur.h ../core/request.h ../core/error.h ../core/config.h default.o: ../core/htmlfilter.h ../templates/htmltextstream.h -default.o: ../core/session.h ../core/user.h ../core/plugindata.h -default.o: ../core/rebus.h mount.h ../templates/locale.h ../core/request.h -default.o: ../core/config.h ../core/system.h ../core/job.h -default.o: ../core/basethread.h ../core/synchro.h ../core/dirs.h -default.o: ../core/dircontainer.h ../notify/notify.h ../notify/notifypool.h -default.o: ../templates/patterns.h locale.h ../templates/localefilter.h -default.o: ../../ezc/src/ezc.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 env.h last.h login.h logout.h ln.h ls.h man.h -default.o: meta.h mkdir.h mv.h nicedit.h node.h passwd.h priv.h pw.h reload.h -default.o: rm.h rmuser.h run.h sort.h specialdefault.h stat.h subject.h -default.o: template.h timezone.h tinymce.h uname.h upload.h uptime.h who.h -default.o: vim.h ../core/htmlfilter.h ../../ezc/src/stringconv.h +default.o: ../../pikotools/space/spacetojson.h ../core/session.h +default.o: ../core/user.h ../core/plugindata.h ../core/rebus.h mount.h +default.o: ../templates/locale.h ../core/request.h ../core/config.h +default.o: ../core/system.h ../core/job.h ../core/basethread.h +default.o: ../core/synchro.h ../core/dirs.h ../core/dircontainer.h +default.o: ../notify/notify.h ../notify/notifypool.h ../templates/patterns.h +default.o: locale.h ../templates/localefilter.h ../../ezc/src/ezc.h +default.o: ../../ezc/src/generator.h ../../ezc/src/pattern.h functions.h +default.o: functionparser.h ../core/cur.h adduser.h cat.h chmod.h +default.o: privchanger.h chown.h ckeditor.h cp.h download.h emacs.h env.h +default.o: last.h login.h logout.h ln.h ls.h man.h meta.h mkdir.h mv.h +default.o: nicedit.h node.h passwd.h priv.h pw.h reload.h rm.h rmuser.h run.h +default.o: sort.h specialdefault.h stat.h subject.h template.h timezone.h +default.o: tinymce.h uname.h upload.h uptime.h who.h vim.h +default.o: ../core/htmlfilter.h ../../ezc/src/stringconv.h default.o: ../notify/notifythread.h ../core/basethread.h default.o: ../notify/templatesnotify.h ../core/users.h ../core/ugcontainer.h default.o: ../core/lastcontainer.h ../core/mounts.h ../core/mountparser.h @@ -277,27 +281,27 @@ 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/htmlfilter.h ../templates/htmltextstream.h -download.o: ../core/session.h ../core/user.h ../core/plugindata.h -download.o: ../core/rebus.h mount.h ../templates/locale.h ../core/request.h -download.o: ../core/config.h ../core/system.h ../core/job.h -download.o: ../core/basethread.h ../core/synchro.h ../core/dirs.h -download.o: ../core/dircontainer.h ../notify/notify.h ../notify/notifypool.h -download.o: ../templates/patterns.h locale.h ../templates/localefilter.h -download.o: ../../ezc/src/ezc.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 env.h last.h login.h logout.h -download.o: ln.h ls.h man.h meta.h mkdir.h mv.h nicedit.h node.h passwd.h -download.o: priv.h pw.h reload.h rm.h rmuser.h run.h sort.h specialdefault.h -download.o: stat.h subject.h template.h timezone.h tinymce.h uname.h upload.h -download.o: uptime.h who.h vim.h ../core/htmlfilter.h -download.o: ../../ezc/src/stringconv.h ../notify/notifythread.h -download.o: ../core/basethread.h ../notify/templatesnotify.h ../core/users.h -download.o: ../core/ugcontainer.h ../core/lastcontainer.h ../core/mounts.h -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/threadmanager.h ../core/timezones.h -download.o: ../core/synchro.h +download.o: ../../pikotools/space/spacetojson.h ../core/session.h +download.o: ../core/user.h ../core/plugindata.h ../core/rebus.h mount.h +download.o: ../templates/locale.h ../core/request.h ../core/config.h +download.o: ../core/system.h ../core/job.h ../core/basethread.h +download.o: ../core/synchro.h ../core/dirs.h ../core/dircontainer.h +download.o: ../notify/notify.h ../notify/notifypool.h ../templates/patterns.h +download.o: locale.h ../templates/localefilter.h ../../ezc/src/ezc.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 env.h +download.o: last.h login.h logout.h ln.h ls.h man.h meta.h mkdir.h mv.h +download.o: nicedit.h node.h passwd.h priv.h pw.h reload.h rm.h rmuser.h +download.o: run.h sort.h specialdefault.h stat.h subject.h template.h +download.o: timezone.h tinymce.h uname.h upload.h uptime.h who.h vim.h +download.o: ../core/htmlfilter.h ../../ezc/src/stringconv.h +download.o: ../notify/notifythread.h ../core/basethread.h +download.o: ../notify/templatesnotify.h ../core/users.h ../core/ugcontainer.h +download.o: ../core/lastcontainer.h ../core/mounts.h ../core/mountparser.h +download.o: ../core/crypt.h ../core/users.h ../core/groups.h ../core/group.h +download.o: ../core/loadavg.h ../core/image.h ../core/threadmanager.h +download.o: ../core/timezones.h ../core/synchro.h emacs.o: emacs.h functionbase.h ../core/item.h ../../pikotools/space/space.h emacs.o: ../../pikotools/textstream/types.h ../../pikotools/date/date.h emacs.o: ../db/db.h ../db/dbbase.h ../db/dbconn.h ../db/dbtextstream.h @@ -312,30 +316,30 @@ emacs.o: ../db/dbitemcolumns.h ../core/user.h ../core/group.h emacs.o: ../core/dircontainer.h ../core/ugcontainer.h ../core/log.h emacs.o: ../core/textstream.h ../core/logmanipulators.h ../core/slog.h emacs.o: ../core/cur.h ../core/request.h ../core/error.h ../core/config.h -emacs.o: ../core/htmlfilter.h ../templates/htmltextstream.h ../core/session.h -emacs.o: ../core/user.h ../core/plugindata.h ../core/rebus.h mount.h -emacs.o: ../templates/locale.h ../core/request.h ../core/config.h -emacs.o: ../core/system.h ../core/job.h ../core/basethread.h -emacs.o: ../core/synchro.h ../core/dirs.h ../core/dircontainer.h -emacs.o: ../notify/notify.h ../notify/notifypool.h ../templates/patterns.h -emacs.o: locale.h ../templates/localefilter.h ../../ezc/src/ezc.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 env.h last.h login.h -emacs.o: logout.h ln.h ls.h man.h meta.h mkdir.h mv.h nicedit.h node.h -emacs.o: passwd.h priv.h pw.h reload.h rm.h rmuser.h run.h sort.h -emacs.o: specialdefault.h stat.h subject.h template.h timezone.h tinymce.h -emacs.o: uname.h 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 ../notify/templatesnotify.h ../core/users.h -emacs.o: ../core/ugcontainer.h ../core/lastcontainer.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/threadmanager.h ../core/timezones.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 ../templates/htmltextstream.h -emacs.o: ../core/sessionmanager.h +emacs.o: ../core/htmlfilter.h ../templates/htmltextstream.h +emacs.o: ../../pikotools/space/spacetojson.h ../core/session.h ../core/user.h +emacs.o: ../core/plugindata.h ../core/rebus.h mount.h ../templates/locale.h +emacs.o: ../core/request.h ../core/config.h ../core/system.h ../core/job.h +emacs.o: ../core/basethread.h ../core/synchro.h ../core/dirs.h +emacs.o: ../core/dircontainer.h ../notify/notify.h ../notify/notifypool.h +emacs.o: ../templates/patterns.h locale.h ../templates/localefilter.h +emacs.o: ../../ezc/src/ezc.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 env.h last.h login.h logout.h ln.h ls.h man.h +emacs.o: meta.h mkdir.h mv.h nicedit.h node.h passwd.h priv.h pw.h reload.h +emacs.o: rm.h rmuser.h run.h sort.h specialdefault.h stat.h subject.h +emacs.o: template.h timezone.h tinymce.h uname.h upload.h uptime.h who.h +emacs.o: vim.h ../core/htmlfilter.h ../../ezc/src/stringconv.h +emacs.o: ../notify/notifythread.h ../core/basethread.h +emacs.o: ../notify/templatesnotify.h ../core/users.h ../core/ugcontainer.h +emacs.o: ../core/lastcontainer.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/threadmanager.h +emacs.o: ../core/timezones.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: ../templates/htmltextstream.h ../core/sessionmanager.h env.o: env.h functionbase.h ../core/item.h ../../pikotools/space/space.h env.o: ../../pikotools/textstream/types.h ../../pikotools/date/date.h env.o: ../db/db.h ../db/dbbase.h ../db/dbconn.h ../db/dbtextstream.h @@ -350,26 +354,27 @@ env.o: ../db/dbitemcolumns.h ../core/user.h ../core/group.h env.o: ../core/dircontainer.h ../core/ugcontainer.h ../core/log.h env.o: ../core/textstream.h ../core/logmanipulators.h ../core/slog.h env.o: ../core/cur.h ../core/request.h ../core/error.h ../core/config.h -env.o: ../core/htmlfilter.h ../templates/htmltextstream.h ../core/session.h -env.o: ../core/user.h ../core/plugindata.h ../core/rebus.h mount.h -env.o: ../templates/locale.h ../core/request.h ../core/config.h -env.o: ../core/system.h ../core/job.h ../core/basethread.h ../core/synchro.h -env.o: ../core/dirs.h ../core/dircontainer.h ../notify/notify.h -env.o: ../notify/notifypool.h ../templates/patterns.h locale.h -env.o: ../templates/localefilter.h ../../ezc/src/ezc.h -env.o: ../../ezc/src/generator.h ../../ezc/src/pattern.h functions.h -env.o: functionparser.h ../core/cur.h adduser.h cat.h chmod.h privchanger.h -env.o: chown.h ckeditor.h cp.h default.h download.h emacs.h last.h login.h -env.o: logout.h ln.h ls.h man.h meta.h mkdir.h mv.h nicedit.h node.h passwd.h -env.o: priv.h pw.h reload.h rm.h rmuser.h run.h sort.h specialdefault.h -env.o: stat.h subject.h template.h timezone.h tinymce.h uname.h upload.h -env.o: uptime.h who.h vim.h ../core/htmlfilter.h ../../ezc/src/stringconv.h -env.o: ../notify/notifythread.h ../core/basethread.h -env.o: ../notify/templatesnotify.h ../core/users.h ../core/ugcontainer.h -env.o: ../core/lastcontainer.h ../core/mounts.h ../core/mountparser.h -env.o: ../core/crypt.h ../core/users.h ../core/groups.h ../core/group.h -env.o: ../core/loadavg.h ../core/image.h ../core/threadmanager.h -env.o: ../core/timezones.h ../core/synchro.h ../core/log.h +env.o: ../core/htmlfilter.h ../templates/htmltextstream.h +env.o: ../../pikotools/space/spacetojson.h ../core/session.h ../core/user.h +env.o: ../core/plugindata.h ../core/rebus.h mount.h ../templates/locale.h +env.o: ../core/request.h ../core/config.h ../core/system.h ../core/job.h +env.o: ../core/basethread.h ../core/synchro.h ../core/dirs.h +env.o: ../core/dircontainer.h ../notify/notify.h ../notify/notifypool.h +env.o: ../templates/patterns.h locale.h ../templates/localefilter.h +env.o: ../../ezc/src/ezc.h ../../ezc/src/generator.h ../../ezc/src/pattern.h +env.o: functions.h functionparser.h ../core/cur.h adduser.h cat.h chmod.h +env.o: privchanger.h chown.h ckeditor.h cp.h default.h download.h emacs.h +env.o: last.h login.h logout.h ln.h ls.h man.h meta.h mkdir.h mv.h nicedit.h +env.o: node.h passwd.h priv.h pw.h reload.h rm.h rmuser.h run.h sort.h +env.o: specialdefault.h stat.h subject.h template.h timezone.h tinymce.h +env.o: uname.h upload.h uptime.h who.h vim.h ../core/htmlfilter.h +env.o: ../../ezc/src/stringconv.h ../notify/notifythread.h +env.o: ../core/basethread.h ../notify/templatesnotify.h ../core/users.h +env.o: ../core/ugcontainer.h ../core/lastcontainer.h ../core/mounts.h +env.o: ../core/mountparser.h ../core/crypt.h ../core/users.h ../core/groups.h +env.o: ../core/group.h ../core/loadavg.h ../core/image.h +env.o: ../core/threadmanager.h ../core/timezones.h ../core/synchro.h +env.o: ../core/log.h functionbase.o: functionbase.h ../core/item.h ../../pikotools/space/space.h functionbase.o: ../../pikotools/textstream/types.h functionbase.o: ../../pikotools/date/date.h ../db/db.h ../db/dbbase.h @@ -388,7 +393,8 @@ functionbase.o: ../core/dircontainer.h ../core/ugcontainer.h ../core/log.h functionbase.o: ../core/textstream.h ../core/logmanipulators.h ../core/slog.h functionbase.o: ../core/cur.h ../core/request.h ../core/error.h functionbase.o: ../core/config.h ../core/htmlfilter.h -functionbase.o: ../templates/htmltextstream.h ../core/session.h +functionbase.o: ../templates/htmltextstream.h +functionbase.o: ../../pikotools/space/spacetojson.h ../core/session.h functionbase.o: ../core/user.h ../core/plugindata.h ../core/rebus.h mount.h functionbase.o: ../templates/locale.h ../core/request.h ../core/config.h functionbase.o: ../core/system.h ../core/job.h ../core/basethread.h @@ -431,13 +437,13 @@ 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/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/job.h -functionparser.o: ../core/basethread.h ../core/synchro.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 locale.h +functionparser.o: ../../pikotools/space/spacetojson.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/job.h ../core/basethread.h +functionparser.o: ../core/synchro.h ../core/dirs.h ../core/dircontainer.h +functionparser.o: ../notify/notify.h ../notify/notifypool.h +functionparser.o: ../templates/locale.h ../templates/patterns.h locale.h functionparser.o: ../templates/localefilter.h ../../ezc/src/ezc.h functionparser.o: ../../ezc/src/generator.h ../../ezc/src/pattern.h functionparser.o: functions.h adduser.h cat.h chmod.h privchanger.h chown.h @@ -472,11 +478,12 @@ 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/htmlfilter.h ../templates/htmltextstream.h -functions.o: ../core/session.h ../core/user.h ../core/plugindata.h -functions.o: ../core/rebus.h mount.h ../templates/locale.h ../core/request.h -functions.o: ../core/config.h ../core/system.h ../core/job.h -functions.o: ../core/basethread.h ../core/synchro.h ../core/dirs.h -functions.o: ../core/dircontainer.h ../notify/notify.h ../notify/notifypool.h +functions.o: ../../pikotools/space/spacetojson.h ../core/session.h +functions.o: ../core/user.h ../core/plugindata.h ../core/rebus.h mount.h +functions.o: ../templates/locale.h ../core/request.h ../core/config.h +functions.o: ../core/system.h ../core/job.h ../core/basethread.h +functions.o: ../core/synchro.h ../core/dirs.h ../core/dircontainer.h +functions.o: ../notify/notify.h ../notify/notifypool.h functions.o: ../templates/patterns.h locale.h ../templates/localefilter.h functions.o: ../../ezc/src/ezc.h ../../ezc/src/generator.h functions.o: ../../ezc/src/pattern.h ../../ezc/src/stringconv.h @@ -513,18 +520,18 @@ last.o: ../db/dbitemcolumns.h ../core/user.h ../core/group.h last.o: ../core/dircontainer.h ../core/ugcontainer.h ../core/log.h last.o: ../core/textstream.h ../core/logmanipulators.h ../core/slog.h last.o: ../core/cur.h ../core/request.h ../core/error.h ../core/config.h -last.o: ../core/htmlfilter.h ../templates/htmltextstream.h ../core/session.h -last.o: ../core/user.h ../core/plugindata.h ../core/rebus.h mount.h -last.o: ../templates/locale.h ../core/request.h ../core/config.h -last.o: ../core/system.h ../core/job.h ../core/basethread.h ../core/synchro.h -last.o: ../core/dirs.h ../core/dircontainer.h ../notify/notify.h -last.o: ../notify/notifypool.h ../templates/patterns.h locale.h -last.o: ../templates/localefilter.h ../../ezc/src/ezc.h -last.o: ../../ezc/src/generator.h ../../ezc/src/pattern.h functions.h -last.o: functionparser.h ../core/cur.h adduser.h cat.h chmod.h privchanger.h -last.o: chown.h ckeditor.h cp.h default.h download.h emacs.h env.h login.h -last.o: logout.h ln.h ls.h man.h meta.h mkdir.h mv.h nicedit.h node.h -last.o: passwd.h priv.h pw.h reload.h rm.h rmuser.h run.h sort.h +last.o: ../core/htmlfilter.h ../templates/htmltextstream.h +last.o: ../../pikotools/space/spacetojson.h ../core/session.h ../core/user.h +last.o: ../core/plugindata.h ../core/rebus.h mount.h ../templates/locale.h +last.o: ../core/request.h ../core/config.h ../core/system.h ../core/job.h +last.o: ../core/basethread.h ../core/synchro.h ../core/dirs.h +last.o: ../core/dircontainer.h ../notify/notify.h ../notify/notifypool.h +last.o: ../templates/patterns.h locale.h ../templates/localefilter.h +last.o: ../../ezc/src/ezc.h ../../ezc/src/generator.h ../../ezc/src/pattern.h +last.o: functions.h functionparser.h ../core/cur.h adduser.h cat.h chmod.h +last.o: privchanger.h chown.h ckeditor.h cp.h default.h download.h emacs.h +last.o: env.h login.h logout.h ln.h ls.h man.h meta.h mkdir.h mv.h nicedit.h +last.o: node.h passwd.h priv.h pw.h reload.h rm.h rmuser.h run.h sort.h last.o: specialdefault.h stat.h subject.h template.h timezone.h tinymce.h last.o: uname.h upload.h uptime.h who.h vim.h ../core/htmlfilter.h last.o: ../../ezc/src/stringconv.h ../notify/notifythread.h @@ -547,17 +554,18 @@ 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/request.h ../core/config.h ../core/system.h ../core/job.h -ln.o: ../core/basethread.h ../core/synchro.h ../core/dirs.h -ln.o: ../core/dircontainer.h ../notify/notify.h ../notify/notifypool.h -ln.o: ../templates/patterns.h locale.h ../templates/localefilter.h -ln.o: ../../ezc/src/ezc.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: env.h last.h login.h logout.h ls.h man.h meta.h mkdir.h mv.h nicedit.h -ln.o: node.h passwd.h priv.h pw.h reload.h rm.h rmuser.h run.h sort.h +ln.o: ../templates/htmltextstream.h ../../pikotools/space/spacetojson.h +ln.o: ../core/session.h ../core/user.h ../core/plugindata.h ../core/rebus.h +ln.o: mount.h ../templates/locale.h ../core/request.h ../core/config.h +ln.o: ../core/system.h ../core/job.h ../core/basethread.h ../core/synchro.h +ln.o: ../core/dirs.h ../core/dircontainer.h ../notify/notify.h +ln.o: ../notify/notifypool.h ../templates/patterns.h locale.h +ln.o: ../templates/localefilter.h ../../ezc/src/ezc.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 env.h last.h +ln.o: login.h logout.h ls.h man.h meta.h mkdir.h mv.h nicedit.h node.h +ln.o: passwd.h priv.h pw.h reload.h rm.h rmuser.h run.h sort.h ln.o: specialdefault.h stat.h subject.h template.h timezone.h tinymce.h ln.o: uname.h upload.h uptime.h who.h vim.h ../core/htmlfilter.h ln.o: ../../ezc/src/stringconv.h ../notify/notifythread.h @@ -584,20 +592,21 @@ locale.o: ../core/dircontainer.h ../core/ugcontainer.h ../core/log.h locale.o: ../core/textstream.h ../core/logmanipulators.h ../core/slog.h locale.o: ../core/cur.h ../core/request.h ../core/error.h ../core/config.h locale.o: ../core/htmlfilter.h ../templates/htmltextstream.h -locale.o: ../core/session.h ../core/user.h ../core/plugindata.h -locale.o: ../core/rebus.h mount.h ../templates/locale.h ../core/request.h -locale.o: ../core/config.h ../core/system.h ../core/job.h -locale.o: ../core/basethread.h ../core/synchro.h ../core/dirs.h -locale.o: ../core/dircontainer.h ../notify/notify.h ../notify/notifypool.h -locale.o: ../templates/patterns.h ../templates/localefilter.h -locale.o: ../../ezc/src/ezc.h ../../ezc/src/generator.h -locale.o: ../../ezc/src/pattern.h functions.h functionparser.h ../core/cur.h -locale.o: adduser.h cat.h chmod.h privchanger.h chown.h ckeditor.h cp.h -locale.o: default.h download.h emacs.h env.h last.h login.h logout.h ln.h -locale.o: ls.h man.h meta.h mkdir.h mv.h nicedit.h node.h passwd.h priv.h -locale.o: pw.h reload.h rm.h rmuser.h run.h sort.h specialdefault.h stat.h -locale.o: subject.h template.h timezone.h tinymce.h uname.h upload.h uptime.h -locale.o: who.h vim.h ../core/htmlfilter.h ../../ezc/src/stringconv.h +locale.o: ../../pikotools/space/spacetojson.h ../core/session.h +locale.o: ../core/user.h ../core/plugindata.h ../core/rebus.h mount.h +locale.o: ../templates/locale.h ../core/request.h ../core/config.h +locale.o: ../core/system.h ../core/job.h ../core/basethread.h +locale.o: ../core/synchro.h ../core/dirs.h ../core/dircontainer.h +locale.o: ../notify/notify.h ../notify/notifypool.h ../templates/patterns.h +locale.o: ../templates/localefilter.h ../../ezc/src/ezc.h +locale.o: ../../ezc/src/generator.h ../../ezc/src/pattern.h functions.h +locale.o: functionparser.h ../core/cur.h adduser.h cat.h chmod.h +locale.o: privchanger.h chown.h ckeditor.h cp.h default.h download.h emacs.h +locale.o: env.h last.h login.h logout.h ln.h ls.h man.h meta.h mkdir.h mv.h +locale.o: nicedit.h node.h passwd.h priv.h pw.h reload.h rm.h rmuser.h run.h +locale.o: sort.h specialdefault.h stat.h subject.h template.h timezone.h +locale.o: tinymce.h uname.h upload.h uptime.h who.h vim.h +locale.o: ../core/htmlfilter.h ../../ezc/src/stringconv.h locale.o: ../notify/notifythread.h ../core/basethread.h locale.o: ../notify/templatesnotify.h ../core/users.h ../core/ugcontainer.h locale.o: ../core/lastcontainer.h ../core/mounts.h ../core/mountparser.h @@ -621,26 +630,27 @@ 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/textstream.h ../core/logmanipulators.h ../core/slog.h login.o: ../core/cur.h ../core/request.h ../core/error.h ../core/config.h -login.o: ../core/htmlfilter.h ../templates/htmltextstream.h ../core/session.h -login.o: ../core/user.h ../core/plugindata.h ../core/rebus.h mount.h -login.o: ../templates/locale.h ../core/request.h ../core/config.h -login.o: ../core/system.h ../core/job.h ../core/basethread.h -login.o: ../core/synchro.h ../core/dirs.h ../core/dircontainer.h -login.o: ../notify/notify.h ../notify/notifypool.h ../templates/patterns.h -login.o: locale.h ../templates/localefilter.h ../../ezc/src/ezc.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 env.h last.h -login.o: logout.h ln.h ls.h man.h meta.h mkdir.h mv.h nicedit.h node.h -login.o: passwd.h priv.h pw.h reload.h rm.h rmuser.h run.h sort.h -login.o: specialdefault.h stat.h subject.h template.h timezone.h tinymce.h -login.o: uname.h 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 ../notify/templatesnotify.h ../core/users.h -login.o: ../core/ugcontainer.h ../core/lastcontainer.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/threadmanager.h ../core/timezones.h ../core/synchro.h +login.o: ../core/htmlfilter.h ../templates/htmltextstream.h +login.o: ../../pikotools/space/spacetojson.h ../core/session.h ../core/user.h +login.o: ../core/plugindata.h ../core/rebus.h mount.h ../templates/locale.h +login.o: ../core/request.h ../core/config.h ../core/system.h ../core/job.h +login.o: ../core/basethread.h ../core/synchro.h ../core/dirs.h +login.o: ../core/dircontainer.h ../notify/notify.h ../notify/notifypool.h +login.o: ../templates/patterns.h locale.h ../templates/localefilter.h +login.o: ../../ezc/src/ezc.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 env.h last.h logout.h ln.h ls.h man.h +login.o: meta.h mkdir.h mv.h nicedit.h node.h passwd.h priv.h pw.h reload.h +login.o: rm.h rmuser.h run.h sort.h specialdefault.h stat.h subject.h +login.o: template.h timezone.h tinymce.h uname.h upload.h uptime.h who.h +login.o: vim.h ../core/htmlfilter.h ../../ezc/src/stringconv.h +login.o: ../notify/notifythread.h ../core/basethread.h +login.o: ../notify/templatesnotify.h ../core/users.h ../core/ugcontainer.h +login.o: ../core/lastcontainer.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/threadmanager.h +login.o: ../core/timezones.h ../core/synchro.h logout.o: logout.h functionbase.h ../core/item.h logout.o: ../../pikotools/space/space.h ../../pikotools/textstream/types.h logout.o: ../../pikotools/date/date.h ../db/db.h ../db/dbbase.h @@ -658,26 +668,26 @@ logout.o: ../core/dircontainer.h ../core/ugcontainer.h ../core/log.h logout.o: ../core/textstream.h ../core/logmanipulators.h ../core/slog.h logout.o: ../core/cur.h ../core/request.h ../core/error.h ../core/config.h logout.o: ../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/job.h -logout.o: ../core/basethread.h ../core/synchro.h ../core/dirs.h -logout.o: ../core/dircontainer.h ../notify/notify.h ../notify/notifypool.h -logout.o: ../templates/patterns.h locale.h ../templates/localefilter.h -logout.o: ../../ezc/src/ezc.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 env.h last.h login.h ln.h ls.h man.h -logout.o: meta.h mkdir.h mv.h nicedit.h node.h passwd.h priv.h pw.h reload.h -logout.o: rm.h rmuser.h run.h sort.h specialdefault.h stat.h subject.h -logout.o: template.h timezone.h tinymce.h uname.h upload.h uptime.h who.h -logout.o: vim.h ../core/htmlfilter.h ../../ezc/src/stringconv.h -logout.o: ../notify/notifythread.h ../core/basethread.h -logout.o: ../notify/templatesnotify.h ../core/users.h ../core/ugcontainer.h -logout.o: ../core/lastcontainer.h ../core/mounts.h ../core/mountparser.h -logout.o: ../core/crypt.h ../core/users.h ../core/groups.h ../core/group.h -logout.o: ../core/loadavg.h ../core/image.h ../core/threadmanager.h -logout.o: ../core/timezones.h ../core/synchro.h +logout.o: ../../pikotools/space/spacetojson.h ../core/session.h +logout.o: ../core/user.h ../core/plugindata.h ../core/rebus.h mount.h +logout.o: ../templates/locale.h ../core/request.h ../core/config.h +logout.o: ../core/system.h ../core/job.h ../core/basethread.h +logout.o: ../core/synchro.h ../core/dirs.h ../core/dircontainer.h +logout.o: ../notify/notify.h ../notify/notifypool.h ../templates/patterns.h +logout.o: locale.h ../templates/localefilter.h ../../ezc/src/ezc.h +logout.o: ../../ezc/src/generator.h ../../ezc/src/pattern.h functions.h +logout.o: functionparser.h ../core/cur.h adduser.h cat.h chmod.h +logout.o: privchanger.h chown.h ckeditor.h cp.h default.h download.h emacs.h +logout.o: env.h last.h login.h ln.h ls.h man.h meta.h mkdir.h mv.h nicedit.h +logout.o: node.h passwd.h priv.h pw.h reload.h rm.h rmuser.h run.h sort.h +logout.o: specialdefault.h stat.h subject.h template.h timezone.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 ../notify/templatesnotify.h ../core/users.h +logout.o: ../core/ugcontainer.h ../core/lastcontainer.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/threadmanager.h ../core/timezones.h ../core/synchro.h ls.o: ls.h functionbase.h ../core/item.h ../../pikotools/space/space.h ls.o: ../../pikotools/textstream/types.h ../../pikotools/date/date.h ls.o: ../db/db.h ../db/dbbase.h ../db/dbconn.h ../db/dbtextstream.h @@ -692,17 +702,18 @@ 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/request.h ../core/config.h ../core/system.h ../core/job.h -ls.o: ../core/basethread.h ../core/synchro.h ../core/dirs.h -ls.o: ../core/dircontainer.h ../notify/notify.h ../notify/notifypool.h -ls.o: ../templates/patterns.h locale.h ../templates/localefilter.h -ls.o: ../../ezc/src/ezc.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: env.h last.h login.h logout.h ln.h man.h meta.h mkdir.h mv.h nicedit.h -ls.o: node.h passwd.h priv.h pw.h reload.h rm.h rmuser.h run.h sort.h +ls.o: ../templates/htmltextstream.h ../../pikotools/space/spacetojson.h +ls.o: ../core/session.h ../core/user.h ../core/plugindata.h ../core/rebus.h +ls.o: mount.h ../templates/locale.h ../core/request.h ../core/config.h +ls.o: ../core/system.h ../core/job.h ../core/basethread.h ../core/synchro.h +ls.o: ../core/dirs.h ../core/dircontainer.h ../notify/notify.h +ls.o: ../notify/notifypool.h ../templates/patterns.h locale.h +ls.o: ../templates/localefilter.h ../../ezc/src/ezc.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 env.h last.h +ls.o: login.h logout.h ln.h man.h meta.h mkdir.h mv.h nicedit.h node.h +ls.o: passwd.h priv.h pw.h reload.h rm.h rmuser.h run.h sort.h ls.o: specialdefault.h stat.h subject.h template.h timezone.h tinymce.h ls.o: uname.h upload.h uptime.h who.h vim.h ../core/htmlfilter.h ls.o: ../../ezc/src/stringconv.h ../notify/notifythread.h @@ -725,18 +736,18 @@ man.o: ../db/dbitemcolumns.h ../core/user.h ../core/group.h man.o: ../core/dircontainer.h ../core/ugcontainer.h ../core/log.h man.o: ../core/textstream.h ../core/logmanipulators.h ../core/slog.h man.o: ../core/cur.h ../core/request.h ../core/error.h ../core/config.h -man.o: ../core/htmlfilter.h ../templates/htmltextstream.h ../core/session.h -man.o: ../core/user.h ../core/plugindata.h ../core/rebus.h mount.h -man.o: ../templates/locale.h ../core/request.h ../core/config.h -man.o: ../core/system.h ../core/job.h ../core/basethread.h ../core/synchro.h -man.o: ../core/dirs.h ../core/dircontainer.h ../notify/notify.h -man.o: ../notify/notifypool.h ../templates/patterns.h locale.h -man.o: ../templates/localefilter.h ../../ezc/src/ezc.h -man.o: ../../ezc/src/generator.h ../../ezc/src/pattern.h functions.h -man.o: functionparser.h ../core/cur.h adduser.h cat.h chmod.h privchanger.h -man.o: chown.h ckeditor.h cp.h default.h download.h emacs.h env.h last.h -man.o: login.h logout.h ln.h ls.h meta.h mkdir.h mv.h nicedit.h node.h -man.o: passwd.h priv.h pw.h reload.h rm.h rmuser.h run.h sort.h +man.o: ../core/htmlfilter.h ../templates/htmltextstream.h +man.o: ../../pikotools/space/spacetojson.h ../core/session.h ../core/user.h +man.o: ../core/plugindata.h ../core/rebus.h mount.h ../templates/locale.h +man.o: ../core/request.h ../core/config.h ../core/system.h ../core/job.h +man.o: ../core/basethread.h ../core/synchro.h ../core/dirs.h +man.o: ../core/dircontainer.h ../notify/notify.h ../notify/notifypool.h +man.o: ../templates/patterns.h locale.h ../templates/localefilter.h +man.o: ../../ezc/src/ezc.h ../../ezc/src/generator.h ../../ezc/src/pattern.h +man.o: functions.h functionparser.h ../core/cur.h adduser.h cat.h chmod.h +man.o: privchanger.h chown.h ckeditor.h cp.h default.h download.h emacs.h +man.o: env.h last.h login.h logout.h ln.h ls.h meta.h mkdir.h mv.h nicedit.h +man.o: node.h passwd.h priv.h pw.h reload.h rm.h rmuser.h run.h sort.h man.o: specialdefault.h stat.h subject.h template.h timezone.h tinymce.h man.o: uname.h upload.h uptime.h who.h vim.h ../core/htmlfilter.h man.o: ../../ezc/src/stringconv.h ../notify/notifythread.h @@ -759,18 +770,18 @@ meta.o: ../db/dbitemcolumns.h ../core/user.h ../core/group.h meta.o: ../core/dircontainer.h ../core/ugcontainer.h ../core/log.h meta.o: ../core/textstream.h ../core/logmanipulators.h ../core/slog.h meta.o: ../core/cur.h ../core/request.h ../core/error.h ../core/config.h -meta.o: ../core/htmlfilter.h ../templates/htmltextstream.h ../core/session.h -meta.o: ../core/user.h ../core/plugindata.h ../core/rebus.h mount.h -meta.o: ../templates/locale.h ../core/request.h ../core/config.h -meta.o: ../core/system.h ../core/job.h ../core/basethread.h ../core/synchro.h -meta.o: ../core/dirs.h ../core/dircontainer.h ../notify/notify.h -meta.o: ../notify/notifypool.h ../templates/patterns.h locale.h -meta.o: ../templates/localefilter.h ../../ezc/src/ezc.h -meta.o: ../../ezc/src/generator.h ../../ezc/src/pattern.h functions.h -meta.o: functionparser.h ../core/cur.h adduser.h cat.h chmod.h privchanger.h -meta.o: chown.h ckeditor.h cp.h default.h download.h emacs.h env.h last.h -meta.o: login.h logout.h ln.h ls.h man.h mkdir.h mv.h nicedit.h node.h -meta.o: passwd.h priv.h pw.h reload.h rm.h rmuser.h run.h sort.h +meta.o: ../core/htmlfilter.h ../templates/htmltextstream.h +meta.o: ../../pikotools/space/spacetojson.h ../core/session.h ../core/user.h +meta.o: ../core/plugindata.h ../core/rebus.h mount.h ../templates/locale.h +meta.o: ../core/request.h ../core/config.h ../core/system.h ../core/job.h +meta.o: ../core/basethread.h ../core/synchro.h ../core/dirs.h +meta.o: ../core/dircontainer.h ../notify/notify.h ../notify/notifypool.h +meta.o: ../templates/patterns.h locale.h ../templates/localefilter.h +meta.o: ../../ezc/src/ezc.h ../../ezc/src/generator.h ../../ezc/src/pattern.h +meta.o: functions.h functionparser.h ../core/cur.h adduser.h cat.h chmod.h +meta.o: privchanger.h chown.h ckeditor.h cp.h default.h download.h emacs.h +meta.o: env.h last.h login.h logout.h ln.h ls.h man.h mkdir.h mv.h nicedit.h +meta.o: node.h passwd.h priv.h pw.h reload.h rm.h rmuser.h run.h sort.h meta.o: specialdefault.h stat.h subject.h template.h timezone.h tinymce.h meta.o: uname.h upload.h uptime.h who.h vim.h ../core/htmlfilter.h meta.o: ../../ezc/src/stringconv.h ../notify/notifythread.h @@ -794,32 +805,33 @@ mkdir.o: ../db/dbitemcolumns.h ../core/user.h ../core/group.h mkdir.o: ../core/dircontainer.h ../core/ugcontainer.h ../core/log.h mkdir.o: ../core/textstream.h ../core/logmanipulators.h ../core/slog.h mkdir.o: ../core/cur.h ../core/request.h ../core/error.h ../core/config.h -mkdir.o: ../core/htmlfilter.h ../templates/htmltextstream.h ../core/session.h -mkdir.o: ../core/user.h ../core/plugindata.h ../core/rebus.h mount.h -mkdir.o: ../templates/locale.h ../core/request.h ../core/config.h -mkdir.o: ../core/system.h ../core/job.h ../core/basethread.h -mkdir.o: ../core/synchro.h ../core/dirs.h ../core/dircontainer.h -mkdir.o: ../notify/notify.h ../notify/notifypool.h ../templates/patterns.h -mkdir.o: locale.h ../templates/localefilter.h ../../ezc/src/ezc.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 env.h last.h -mkdir.o: login.h logout.h ln.h ls.h man.h meta.h mv.h nicedit.h node.h -mkdir.o: passwd.h priv.h pw.h reload.h rm.h rmuser.h run.h sort.h -mkdir.o: specialdefault.h stat.h subject.h template.h timezone.h tinymce.h -mkdir.o: uname.h 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 ../notify/templatesnotify.h ../core/users.h -mkdir.o: ../core/ugcontainer.h ../core/lastcontainer.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/threadmanager.h ../core/timezones.h ../core/synchro.h -mkdir.o: ../core/plugin.h ../core/pluginmsg.h ../core/system.h -mkdir.o: ../core/sessionmanager.h ../core/sessioncontainer.h -mkdir.o: ../functions/functions.h ../templates/templates.h -mkdir.o: ../templates/patterncacher.h ../templates/indexpatterns.h -mkdir.o: ../templates/patterns.h ../templates/changepatterns.h -mkdir.o: ../templates/htmltextstream.h ../core/sessionmanager.h +mkdir.o: ../core/htmlfilter.h ../templates/htmltextstream.h +mkdir.o: ../../pikotools/space/spacetojson.h ../core/session.h ../core/user.h +mkdir.o: ../core/plugindata.h ../core/rebus.h mount.h ../templates/locale.h +mkdir.o: ../core/request.h ../core/config.h ../core/system.h ../core/job.h +mkdir.o: ../core/basethread.h ../core/synchro.h ../core/dirs.h +mkdir.o: ../core/dircontainer.h ../notify/notify.h ../notify/notifypool.h +mkdir.o: ../templates/patterns.h locale.h ../templates/localefilter.h +mkdir.o: ../../ezc/src/ezc.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 env.h last.h login.h logout.h ln.h ls.h +mkdir.o: man.h meta.h mv.h nicedit.h node.h passwd.h priv.h pw.h reload.h +mkdir.o: rm.h rmuser.h run.h sort.h specialdefault.h stat.h subject.h +mkdir.o: template.h timezone.h tinymce.h uname.h upload.h uptime.h who.h +mkdir.o: vim.h ../core/htmlfilter.h ../../ezc/src/stringconv.h +mkdir.o: ../notify/notifythread.h ../core/basethread.h +mkdir.o: ../notify/templatesnotify.h ../core/users.h ../core/ugcontainer.h +mkdir.o: ../core/lastcontainer.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/threadmanager.h +mkdir.o: ../core/timezones.h ../core/synchro.h ../core/plugin.h +mkdir.o: ../core/pluginmsg.h ../core/system.h ../core/sessionmanager.h +mkdir.o: ../core/sessioncontainer.h ../functions/functions.h +mkdir.o: ../templates/templates.h ../templates/patterncacher.h +mkdir.o: ../templates/indexpatterns.h ../templates/patterns.h +mkdir.o: ../templates/changepatterns.h ../templates/htmltextstream.h +mkdir.o: ../core/sessionmanager.h mount.o: mount.h functionbase.h ../core/item.h ../../pikotools/space/space.h mount.o: ../../pikotools/textstream/types.h ../../pikotools/date/date.h mount.o: ../db/db.h ../db/dbbase.h ../db/dbconn.h ../db/dbtextstream.h @@ -834,26 +846,27 @@ 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/textstream.h ../core/logmanipulators.h ../core/slog.h mount.o: ../core/cur.h ../core/request.h ../core/error.h ../core/config.h -mount.o: ../core/htmlfilter.h ../templates/htmltextstream.h ../core/session.h -mount.o: ../core/user.h ../core/plugindata.h ../core/rebus.h -mount.o: ../templates/locale.h ../core/request.h ../core/config.h -mount.o: ../core/system.h ../core/job.h ../core/basethread.h -mount.o: ../core/synchro.h ../core/dirs.h ../core/dircontainer.h -mount.o: ../notify/notify.h ../notify/notifypool.h ../templates/patterns.h -mount.o: locale.h ../templates/localefilter.h ../../ezc/src/ezc.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 env.h last.h -mount.o: login.h logout.h ln.h ls.h man.h meta.h mkdir.h mv.h nicedit.h -mount.o: node.h passwd.h priv.h pw.h reload.h rm.h rmuser.h run.h sort.h -mount.o: specialdefault.h stat.h subject.h template.h timezone.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 ../notify/templatesnotify.h ../core/users.h -mount.o: ../core/ugcontainer.h ../core/lastcontainer.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/threadmanager.h ../core/timezones.h ../core/synchro.h +mount.o: ../core/htmlfilter.h ../templates/htmltextstream.h +mount.o: ../../pikotools/space/spacetojson.h ../core/session.h ../core/user.h +mount.o: ../core/plugindata.h ../core/rebus.h ../templates/locale.h +mount.o: ../core/request.h ../core/config.h ../core/system.h ../core/job.h +mount.o: ../core/basethread.h ../core/synchro.h ../core/dirs.h +mount.o: ../core/dircontainer.h ../notify/notify.h ../notify/notifypool.h +mount.o: ../templates/patterns.h locale.h ../templates/localefilter.h +mount.o: ../../ezc/src/ezc.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 env.h last.h login.h logout.h ln.h ls.h +mount.o: man.h meta.h mkdir.h mv.h nicedit.h node.h passwd.h priv.h pw.h +mount.o: reload.h rm.h rmuser.h run.h sort.h specialdefault.h stat.h +mount.o: subject.h template.h timezone.h tinymce.h uname.h upload.h uptime.h +mount.o: who.h vim.h ../core/htmlfilter.h ../../ezc/src/stringconv.h +mount.o: ../notify/notifythread.h ../core/basethread.h +mount.o: ../notify/templatesnotify.h ../core/users.h ../core/ugcontainer.h +mount.o: ../core/lastcontainer.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/threadmanager.h +mount.o: ../core/timezones.h ../core/synchro.h mv.o: mv.h functionbase.h ../core/item.h ../../pikotools/space/space.h mv.o: ../../pikotools/textstream/types.h ../../pikotools/date/date.h mv.o: ../db/db.h ../db/dbbase.h ../db/dbconn.h ../db/dbtextstream.h @@ -868,17 +881,18 @@ 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/request.h ../core/config.h ../core/system.h ../core/job.h -mv.o: ../core/basethread.h ../core/synchro.h ../core/dirs.h -mv.o: ../core/dircontainer.h ../notify/notify.h ../notify/notifypool.h -mv.o: ../templates/patterns.h locale.h ../templates/localefilter.h -mv.o: ../../ezc/src/ezc.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: env.h last.h login.h logout.h ln.h ls.h man.h meta.h mkdir.h nicedit.h -mv.o: node.h passwd.h priv.h pw.h reload.h rm.h rmuser.h run.h sort.h +mv.o: ../templates/htmltextstream.h ../../pikotools/space/spacetojson.h +mv.o: ../core/session.h ../core/user.h ../core/plugindata.h ../core/rebus.h +mv.o: mount.h ../templates/locale.h ../core/request.h ../core/config.h +mv.o: ../core/system.h ../core/job.h ../core/basethread.h ../core/synchro.h +mv.o: ../core/dirs.h ../core/dircontainer.h ../notify/notify.h +mv.o: ../notify/notifypool.h ../templates/patterns.h locale.h +mv.o: ../templates/localefilter.h ../../ezc/src/ezc.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 env.h last.h +mv.o: login.h logout.h ln.h ls.h man.h meta.h mkdir.h nicedit.h node.h +mv.o: passwd.h priv.h pw.h reload.h rm.h rmuser.h run.h sort.h mv.o: specialdefault.h stat.h subject.h template.h timezone.h tinymce.h mv.o: uname.h upload.h uptime.h who.h vim.h ../core/htmlfilter.h mv.o: ../../ezc/src/stringconv.h ../notify/notifythread.h @@ -910,20 +924,20 @@ nicedit.o: ../core/dircontainer.h ../core/ugcontainer.h ../core/log.h nicedit.o: ../core/textstream.h ../core/logmanipulators.h ../core/slog.h nicedit.o: ../core/cur.h ../core/request.h ../core/error.h ../core/config.h nicedit.o: ../core/htmlfilter.h ../templates/htmltextstream.h -nicedit.o: ../core/session.h ../core/user.h ../core/plugindata.h -nicedit.o: ../core/rebus.h mount.h ../templates/locale.h ../core/request.h -nicedit.o: ../core/config.h ../core/system.h ../core/job.h -nicedit.o: ../core/basethread.h ../core/synchro.h ../core/dirs.h -nicedit.o: ../core/dircontainer.h ../notify/notify.h ../notify/notifypool.h -nicedit.o: ../templates/patterns.h locale.h ../templates/localefilter.h -nicedit.o: ../../ezc/src/ezc.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 env.h last.h login.h logout.h ln.h -nicedit.o: ls.h man.h meta.h mkdir.h mv.h node.h passwd.h priv.h pw.h -nicedit.o: reload.h rm.h rmuser.h run.h sort.h specialdefault.h stat.h -nicedit.o: subject.h template.h timezone.h tinymce.h uname.h upload.h -nicedit.o: uptime.h who.h vim.h ../core/htmlfilter.h +nicedit.o: ../../pikotools/space/spacetojson.h ../core/session.h +nicedit.o: ../core/user.h ../core/plugindata.h ../core/rebus.h mount.h +nicedit.o: ../templates/locale.h ../core/request.h ../core/config.h +nicedit.o: ../core/system.h ../core/job.h ../core/basethread.h +nicedit.o: ../core/synchro.h ../core/dirs.h ../core/dircontainer.h +nicedit.o: ../notify/notify.h ../notify/notifypool.h ../templates/patterns.h +nicedit.o: locale.h ../templates/localefilter.h ../../ezc/src/ezc.h +nicedit.o: ../../ezc/src/generator.h ../../ezc/src/pattern.h functions.h +nicedit.o: functionparser.h ../core/cur.h adduser.h cat.h chmod.h +nicedit.o: privchanger.h chown.h ckeditor.h cp.h default.h download.h emacs.h +nicedit.o: env.h last.h login.h logout.h ln.h ls.h man.h meta.h mkdir.h mv.h +nicedit.o: node.h passwd.h priv.h pw.h reload.h rm.h rmuser.h run.h sort.h +nicedit.o: specialdefault.h stat.h subject.h template.h timezone.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 ../notify/templatesnotify.h ../core/users.h nicedit.o: ../core/ugcontainer.h ../core/lastcontainer.h ../core/mounts.h @@ -944,18 +958,18 @@ node.o: ../db/dbitemcolumns.h ../core/user.h ../core/group.h node.o: ../core/dircontainer.h ../core/ugcontainer.h ../core/log.h node.o: ../core/textstream.h ../core/logmanipulators.h ../core/slog.h node.o: ../core/cur.h ../core/request.h ../core/error.h ../core/config.h -node.o: ../core/htmlfilter.h ../templates/htmltextstream.h ../core/session.h -node.o: ../core/user.h ../core/plugindata.h ../core/rebus.h mount.h -node.o: ../templates/locale.h ../core/request.h ../core/config.h -node.o: ../core/system.h ../core/job.h ../core/basethread.h ../core/synchro.h -node.o: ../core/dirs.h ../core/dircontainer.h ../notify/notify.h -node.o: ../notify/notifypool.h ../templates/patterns.h locale.h -node.o: ../templates/localefilter.h ../../ezc/src/ezc.h -node.o: ../../ezc/src/generator.h ../../ezc/src/pattern.h functions.h -node.o: functionparser.h ../core/cur.h adduser.h cat.h chmod.h privchanger.h -node.o: chown.h ckeditor.h cp.h default.h download.h emacs.h env.h last.h -node.o: login.h logout.h ln.h ls.h man.h meta.h mkdir.h mv.h nicedit.h -node.o: passwd.h priv.h pw.h reload.h rm.h rmuser.h run.h sort.h +node.o: ../core/htmlfilter.h ../templates/htmltextstream.h +node.o: ../../pikotools/space/spacetojson.h ../core/session.h ../core/user.h +node.o: ../core/plugindata.h ../core/rebus.h mount.h ../templates/locale.h +node.o: ../core/request.h ../core/config.h ../core/system.h ../core/job.h +node.o: ../core/basethread.h ../core/synchro.h ../core/dirs.h +node.o: ../core/dircontainer.h ../notify/notify.h ../notify/notifypool.h +node.o: ../templates/patterns.h locale.h ../templates/localefilter.h +node.o: ../../ezc/src/ezc.h ../../ezc/src/generator.h ../../ezc/src/pattern.h +node.o: functions.h functionparser.h ../core/cur.h adduser.h cat.h chmod.h +node.o: privchanger.h chown.h ckeditor.h cp.h default.h download.h emacs.h +node.o: env.h last.h login.h logout.h ln.h ls.h man.h meta.h mkdir.h mv.h +node.o: nicedit.h passwd.h priv.h pw.h reload.h rm.h rmuser.h run.h sort.h node.o: specialdefault.h stat.h subject.h template.h timezone.h tinymce.h node.o: uname.h upload.h uptime.h who.h vim.h ../core/htmlfilter.h node.o: ../../ezc/src/stringconv.h ../notify/notifythread.h @@ -981,27 +995,27 @@ passwd.o: ../core/dircontainer.h ../core/ugcontainer.h ../core/log.h passwd.o: ../core/textstream.h ../core/logmanipulators.h ../core/slog.h passwd.o: ../core/cur.h ../core/request.h ../core/error.h ../core/config.h passwd.o: ../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/job.h -passwd.o: ../core/basethread.h ../core/synchro.h ../core/dirs.h -passwd.o: ../core/dircontainer.h ../notify/notify.h ../notify/notifypool.h -passwd.o: ../templates/patterns.h locale.h ../templates/localefilter.h -passwd.o: ../../ezc/src/ezc.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 env.h last.h login.h logout.h ln.h -passwd.o: ls.h man.h meta.h mkdir.h mv.h nicedit.h node.h priv.h pw.h -passwd.o: reload.h rm.h rmuser.h run.h sort.h specialdefault.h stat.h -passwd.o: subject.h template.h timezone.h tinymce.h uname.h upload.h uptime.h -passwd.o: who.h vim.h ../core/htmlfilter.h ../../ezc/src/stringconv.h -passwd.o: ../notify/notifythread.h ../core/basethread.h -passwd.o: ../notify/templatesnotify.h ../core/users.h ../core/ugcontainer.h -passwd.o: ../core/lastcontainer.h ../core/mounts.h ../core/mountparser.h -passwd.o: ../core/crypt.h ../core/users.h ../core/groups.h ../core/group.h -passwd.o: ../core/loadavg.h ../core/image.h ../core/threadmanager.h -passwd.o: ../core/timezones.h ../core/synchro.h ../core/slog.h -passwd.o: ../functions/functions.h +passwd.o: ../../pikotools/space/spacetojson.h ../core/session.h +passwd.o: ../core/user.h ../core/plugindata.h ../core/rebus.h mount.h +passwd.o: ../templates/locale.h ../core/request.h ../core/config.h +passwd.o: ../core/system.h ../core/job.h ../core/basethread.h +passwd.o: ../core/synchro.h ../core/dirs.h ../core/dircontainer.h +passwd.o: ../notify/notify.h ../notify/notifypool.h ../templates/patterns.h +passwd.o: locale.h ../templates/localefilter.h ../../ezc/src/ezc.h +passwd.o: ../../ezc/src/generator.h ../../ezc/src/pattern.h functions.h +passwd.o: functionparser.h ../core/cur.h adduser.h cat.h chmod.h +passwd.o: privchanger.h chown.h ckeditor.h cp.h default.h download.h emacs.h +passwd.o: env.h last.h login.h logout.h ln.h ls.h man.h meta.h mkdir.h mv.h +passwd.o: nicedit.h node.h priv.h pw.h reload.h rm.h rmuser.h run.h sort.h +passwd.o: specialdefault.h stat.h subject.h template.h timezone.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 ../notify/templatesnotify.h ../core/users.h +passwd.o: ../core/ugcontainer.h ../core/lastcontainer.h ../core/mounts.h +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/threadmanager.h ../core/timezones.h ../core/synchro.h +passwd.o: ../core/slog.h ../functions/functions.h priv.o: priv.h functionbase.h ../core/item.h ../../pikotools/space/space.h priv.o: ../../pikotools/textstream/types.h ../../pikotools/date/date.h priv.o: ../db/db.h ../db/dbbase.h ../db/dbconn.h ../db/dbtextstream.h @@ -1016,26 +1030,26 @@ priv.o: ../db/dbitemcolumns.h ../core/user.h ../core/group.h priv.o: ../core/dircontainer.h ../core/ugcontainer.h ../core/log.h priv.o: ../core/textstream.h ../core/logmanipulators.h ../core/slog.h priv.o: ../core/cur.h ../core/request.h ../core/error.h ../core/config.h -priv.o: ../core/htmlfilter.h ../templates/htmltextstream.h ../core/session.h -priv.o: ../core/user.h ../core/plugindata.h ../core/rebus.h mount.h -priv.o: ../templates/locale.h ../core/request.h ../core/config.h -priv.o: ../core/system.h ../core/job.h ../core/basethread.h ../core/synchro.h -priv.o: ../core/dirs.h ../core/dircontainer.h ../notify/notify.h -priv.o: ../notify/notifypool.h ../templates/patterns.h locale.h -priv.o: ../templates/localefilter.h ../../ezc/src/ezc.h -priv.o: ../../ezc/src/generator.h ../../ezc/src/pattern.h functions.h -priv.o: functionparser.h ../core/cur.h adduser.h cat.h chmod.h privchanger.h -priv.o: chown.h ckeditor.h cp.h default.h download.h emacs.h env.h last.h -priv.o: login.h logout.h ln.h ls.h man.h meta.h mkdir.h mv.h nicedit.h node.h -priv.o: passwd.h pw.h reload.h rm.h rmuser.h run.h sort.h specialdefault.h -priv.o: stat.h subject.h template.h timezone.h tinymce.h uname.h upload.h -priv.o: uptime.h who.h vim.h ../core/htmlfilter.h ../../ezc/src/stringconv.h -priv.o: ../notify/notifythread.h ../core/basethread.h -priv.o: ../notify/templatesnotify.h ../core/users.h ../core/ugcontainer.h -priv.o: ../core/lastcontainer.h ../core/mounts.h ../core/mountparser.h -priv.o: ../core/crypt.h ../core/users.h ../core/groups.h ../core/group.h -priv.o: ../core/loadavg.h ../core/image.h ../core/threadmanager.h -priv.o: ../core/timezones.h ../core/synchro.h +priv.o: ../core/htmlfilter.h ../templates/htmltextstream.h +priv.o: ../../pikotools/space/spacetojson.h ../core/session.h ../core/user.h +priv.o: ../core/plugindata.h ../core/rebus.h mount.h ../templates/locale.h +priv.o: ../core/request.h ../core/config.h ../core/system.h ../core/job.h +priv.o: ../core/basethread.h ../core/synchro.h ../core/dirs.h +priv.o: ../core/dircontainer.h ../notify/notify.h ../notify/notifypool.h +priv.o: ../templates/patterns.h locale.h ../templates/localefilter.h +priv.o: ../../ezc/src/ezc.h ../../ezc/src/generator.h ../../ezc/src/pattern.h +priv.o: functions.h functionparser.h ../core/cur.h adduser.h cat.h chmod.h +priv.o: privchanger.h chown.h ckeditor.h cp.h default.h download.h emacs.h +priv.o: env.h last.h login.h logout.h ln.h ls.h man.h meta.h mkdir.h mv.h +priv.o: nicedit.h node.h passwd.h pw.h reload.h rm.h rmuser.h run.h sort.h +priv.o: specialdefault.h stat.h subject.h template.h timezone.h tinymce.h +priv.o: uname.h upload.h uptime.h who.h vim.h ../core/htmlfilter.h +priv.o: ../../ezc/src/stringconv.h ../notify/notifythread.h +priv.o: ../core/basethread.h ../notify/templatesnotify.h ../core/users.h +priv.o: ../core/ugcontainer.h ../core/lastcontainer.h ../core/mounts.h +priv.o: ../core/mountparser.h ../core/crypt.h ../core/users.h +priv.o: ../core/groups.h ../core/group.h ../core/loadavg.h ../core/image.h +priv.o: ../core/threadmanager.h ../core/timezones.h ../core/synchro.h privchanger.o: privchanger.h ../core/request.h ../core/system.h ../core/job.h privchanger.o: ../core/basethread.h ../core/synchro.h privchanger.o: ../../pikotools/space/space.h @@ -1056,18 +1070,19 @@ privchanger.o: ../core/group.h ../core/dircontainer.h ../core/ugcontainer.h privchanger.o: ../core/log.h ../core/textstream.h ../core/logmanipulators.h privchanger.o: ../core/slog.h ../core/cur.h ../core/request.h ../core/error.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: ../templates/patterns.h locale.h ../templates/localefilter.h -privchanger.o: ../../ezc/src/ezc.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 env.h last.h login.h logout.h -privchanger.o: ln.h ls.h man.h meta.h mkdir.h mv.h nicedit.h node.h passwd.h -privchanger.o: priv.h pw.h reload.h rm.h rmuser.h run.h sort.h -privchanger.o: specialdefault.h stat.h subject.h template.h timezone.h +privchanger.o: ../templates/htmltextstream.h +privchanger.o: ../../pikotools/space/spacetojson.h ../core/session.h +privchanger.o: ../core/user.h ../core/plugindata.h ../core/rebus.h mount.h +privchanger.o: functionbase.h ../core/config.h ../core/synchro.h +privchanger.o: ../notify/notify.h ../notify/notifypool.h +privchanger.o: ../templates/locale.h ../templates/patterns.h locale.h +privchanger.o: ../templates/localefilter.h ../../ezc/src/ezc.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 env.h last.h +privchanger.o: login.h logout.h ln.h ls.h man.h meta.h mkdir.h mv.h nicedit.h +privchanger.o: node.h passwd.h priv.h pw.h reload.h rm.h rmuser.h run.h +privchanger.o: sort.h specialdefault.h stat.h subject.h template.h timezone.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 @@ -1090,26 +1105,27 @@ pw.o: ../core/user.h ../core/group.h ../core/dircontainer.h pw.o: ../core/ugcontainer.h ../core/log.h ../core/textstream.h pw.o: ../core/logmanipulators.h ../core/slog.h ../core/cur.h pw.o: ../core/request.h ../core/error.h ../core/config.h ../core/htmlfilter.h -pw.o: ../templates/htmltextstream.h ../core/session.h ../core/user.h -pw.o: ../core/plugindata.h ../core/rebus.h mount.h ../templates/locale.h -pw.o: ../core/request.h ../core/config.h ../core/system.h ../core/job.h -pw.o: ../core/basethread.h ../core/synchro.h ../core/dirs.h -pw.o: ../core/dircontainer.h ../notify/notify.h ../notify/notifypool.h -pw.o: ../templates/patterns.h locale.h ../templates/localefilter.h -pw.o: ../../ezc/src/ezc.h ../../ezc/src/generator.h ../../ezc/src/pattern.h -pw.o: functions.h functionparser.h ../core/cur.h adduser.h cat.h chmod.h -pw.o: privchanger.h chown.h ckeditor.h cp.h default.h download.h emacs.h -pw.o: env.h last.h login.h logout.h ln.h ls.h man.h meta.h mkdir.h mv.h -pw.o: nicedit.h node.h passwd.h priv.h reload.h rm.h rmuser.h run.h sort.h -pw.o: specialdefault.h stat.h subject.h template.h timezone.h tinymce.h -pw.o: uname.h upload.h uptime.h who.h vim.h ../core/htmlfilter.h -pw.o: ../../ezc/src/stringconv.h ../notify/notifythread.h -pw.o: ../core/basethread.h ../notify/templatesnotify.h ../core/users.h -pw.o: ../core/ugcontainer.h ../core/lastcontainer.h ../core/mounts.h -pw.o: ../core/mountparser.h ../core/crypt.h ../core/users.h ../core/groups.h -pw.o: ../core/group.h ../core/loadavg.h ../core/image.h -pw.o: ../core/threadmanager.h ../core/timezones.h ../core/synchro.h -pw.o: ../core/log.h ../core/misc.h ../functions/functions.h +pw.o: ../templates/htmltextstream.h ../../pikotools/space/spacetojson.h +pw.o: ../core/session.h ../core/user.h ../core/plugindata.h ../core/rebus.h +pw.o: mount.h ../templates/locale.h ../core/request.h ../core/config.h +pw.o: ../core/system.h ../core/job.h ../core/basethread.h ../core/synchro.h +pw.o: ../core/dirs.h ../core/dircontainer.h ../notify/notify.h +pw.o: ../notify/notifypool.h ../templates/patterns.h locale.h +pw.o: ../templates/localefilter.h ../../ezc/src/ezc.h +pw.o: ../../ezc/src/generator.h ../../ezc/src/pattern.h functions.h +pw.o: functionparser.h ../core/cur.h adduser.h cat.h chmod.h privchanger.h +pw.o: chown.h ckeditor.h cp.h default.h download.h emacs.h env.h last.h +pw.o: login.h logout.h ln.h ls.h man.h meta.h mkdir.h mv.h nicedit.h node.h +pw.o: passwd.h priv.h reload.h rm.h rmuser.h run.h sort.h specialdefault.h +pw.o: stat.h subject.h template.h timezone.h tinymce.h uname.h upload.h +pw.o: uptime.h who.h vim.h ../core/htmlfilter.h ../../ezc/src/stringconv.h +pw.o: ../notify/notifythread.h ../core/basethread.h +pw.o: ../notify/templatesnotify.h ../core/users.h ../core/ugcontainer.h +pw.o: ../core/lastcontainer.h ../core/mounts.h ../core/mountparser.h +pw.o: ../core/crypt.h ../core/users.h ../core/groups.h ../core/group.h +pw.o: ../core/loadavg.h ../core/image.h ../core/threadmanager.h +pw.o: ../core/timezones.h ../core/synchro.h ../core/log.h ../core/misc.h +pw.o: ../functions/functions.h reload.o: reload.h functionbase.h ../core/item.h reload.o: ../../pikotools/space/space.h ../../pikotools/textstream/types.h reload.o: ../../pikotools/date/date.h ../db/db.h ../db/dbbase.h @@ -1127,29 +1143,30 @@ reload.o: ../core/dircontainer.h ../core/ugcontainer.h ../core/log.h reload.o: ../core/textstream.h ../core/logmanipulators.h ../core/slog.h reload.o: ../core/cur.h ../core/request.h ../core/error.h ../core/config.h reload.o: ../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/job.h -reload.o: ../core/basethread.h ../core/synchro.h ../core/dirs.h -reload.o: ../core/dircontainer.h ../notify/notify.h ../notify/notifypool.h -reload.o: ../templates/patterns.h locale.h ../templates/localefilter.h -reload.o: ../../ezc/src/ezc.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 env.h last.h login.h logout.h ln.h -reload.o: ls.h man.h meta.h mkdir.h mv.h nicedit.h node.h passwd.h priv.h -reload.o: pw.h rm.h rmuser.h run.h sort.h specialdefault.h stat.h subject.h -reload.o: template.h timezone.h tinymce.h uname.h upload.h uptime.h who.h -reload.o: vim.h ../core/htmlfilter.h ../../ezc/src/stringconv.h -reload.o: ../notify/notifythread.h ../core/basethread.h -reload.o: ../notify/templatesnotify.h ../core/users.h ../core/ugcontainer.h -reload.o: ../core/lastcontainer.h ../core/mounts.h ../core/mountparser.h -reload.o: ../core/crypt.h ../core/users.h ../core/groups.h ../core/group.h -reload.o: ../core/loadavg.h ../core/image.h ../core/threadmanager.h -reload.o: ../core/timezones.h ../core/synchro.h ../templates/templates.h -reload.o: ../templates/patterncacher.h ../templates/indexpatterns.h -reload.o: ../templates/patterns.h ../templates/changepatterns.h -reload.o: ../templates/htmltextstream.h ../core/sessionmanager.h +reload.o: ../../pikotools/space/spacetojson.h ../core/session.h +reload.o: ../core/user.h ../core/plugindata.h ../core/rebus.h mount.h +reload.o: ../templates/locale.h ../core/request.h ../core/config.h +reload.o: ../core/system.h ../core/job.h ../core/basethread.h +reload.o: ../core/synchro.h ../core/dirs.h ../core/dircontainer.h +reload.o: ../notify/notify.h ../notify/notifypool.h ../templates/patterns.h +reload.o: locale.h ../templates/localefilter.h ../../ezc/src/ezc.h +reload.o: ../../ezc/src/generator.h ../../ezc/src/pattern.h functions.h +reload.o: functionparser.h ../core/cur.h adduser.h cat.h chmod.h +reload.o: privchanger.h chown.h ckeditor.h cp.h default.h download.h emacs.h +reload.o: env.h last.h login.h logout.h ln.h ls.h man.h meta.h mkdir.h mv.h +reload.o: nicedit.h node.h passwd.h priv.h pw.h rm.h rmuser.h run.h sort.h +reload.o: specialdefault.h stat.h subject.h template.h timezone.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 ../notify/templatesnotify.h ../core/users.h +reload.o: ../core/ugcontainer.h ../core/lastcontainer.h ../core/mounts.h +reload.o: ../core/mountparser.h ../core/crypt.h ../core/users.h +reload.o: ../core/groups.h ../core/group.h ../core/loadavg.h ../core/image.h +reload.o: ../core/threadmanager.h ../core/timezones.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 ../templates/htmltextstream.h +reload.o: ../core/sessionmanager.h rm.o: rm.h functionbase.h ../core/item.h ../../pikotools/space/space.h rm.o: ../../pikotools/textstream/types.h ../../pikotools/date/date.h rm.o: ../db/db.h ../db/dbbase.h ../db/dbconn.h ../db/dbtextstream.h @@ -1164,31 +1181,32 @@ 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/request.h ../core/config.h ../core/system.h ../core/job.h -rm.o: ../core/basethread.h ../core/synchro.h ../core/dirs.h -rm.o: ../core/dircontainer.h ../notify/notify.h ../notify/notifypool.h -rm.o: ../templates/patterns.h locale.h ../templates/localefilter.h -rm.o: ../../ezc/src/ezc.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: env.h last.h login.h logout.h ln.h ls.h man.h meta.h mkdir.h mv.h -rm.o: nicedit.h node.h passwd.h priv.h pw.h reload.h rmuser.h run.h sort.h -rm.o: specialdefault.h stat.h subject.h template.h timezone.h tinymce.h -rm.o: 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 ../notify/templatesnotify.h ../core/users.h -rm.o: ../core/ugcontainer.h ../core/lastcontainer.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 -rm.o: ../core/threadmanager.h ../core/timezones.h ../core/synchro.h -rm.o: ../core/plugin.h ../core/pluginmsg.h ../core/system.h -rm.o: ../core/sessionmanager.h ../core/sessioncontainer.h -rm.o: ../functions/functions.h ../templates/templates.h -rm.o: ../templates/patterncacher.h ../templates/indexpatterns.h -rm.o: ../templates/patterns.h ../templates/changepatterns.h -rm.o: ../templates/htmltextstream.h ../core/sessionmanager.h ../core/misc.h +rm.o: ../templates/htmltextstream.h ../../pikotools/space/spacetojson.h +rm.o: ../core/session.h ../core/user.h ../core/plugindata.h ../core/rebus.h +rm.o: mount.h ../templates/locale.h ../core/request.h ../core/config.h +rm.o: ../core/system.h ../core/job.h ../core/basethread.h ../core/synchro.h +rm.o: ../core/dirs.h ../core/dircontainer.h ../notify/notify.h +rm.o: ../notify/notifypool.h ../templates/patterns.h locale.h +rm.o: ../templates/localefilter.h ../../ezc/src/ezc.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 env.h last.h +rm.o: login.h logout.h ln.h ls.h man.h meta.h mkdir.h mv.h nicedit.h node.h +rm.o: passwd.h priv.h pw.h reload.h rmuser.h run.h sort.h specialdefault.h +rm.o: stat.h subject.h template.h timezone.h tinymce.h uname.h upload.h +rm.o: uptime.h who.h vim.h ../core/htmlfilter.h ../../ezc/src/stringconv.h +rm.o: ../notify/notifythread.h ../core/basethread.h +rm.o: ../notify/templatesnotify.h ../core/users.h ../core/ugcontainer.h +rm.o: ../core/lastcontainer.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/threadmanager.h +rm.o: ../core/timezones.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 ../templates/htmltextstream.h +rm.o: ../core/sessionmanager.h ../core/misc.h rmuser.o: rmuser.h functionbase.h ../core/item.h rmuser.o: ../../pikotools/space/space.h ../../pikotools/textstream/types.h rmuser.o: ../../pikotools/date/date.h ../db/db.h ../db/dbbase.h @@ -1206,32 +1224,33 @@ rmuser.o: ../core/dircontainer.h ../core/ugcontainer.h ../core/log.h rmuser.o: ../core/textstream.h ../core/logmanipulators.h ../core/slog.h rmuser.o: ../core/cur.h ../core/request.h ../core/error.h ../core/config.h rmuser.o: ../core/htmlfilter.h ../templates/htmltextstream.h -rmuser.o: ../core/session.h ../core/user.h ../core/plugindata.h -rmuser.o: ../core/rebus.h mount.h ../templates/locale.h ../core/request.h -rmuser.o: ../core/config.h ../core/system.h ../core/job.h -rmuser.o: ../core/basethread.h ../core/synchro.h ../core/dirs.h -rmuser.o: ../core/dircontainer.h ../notify/notify.h ../notify/notifypool.h -rmuser.o: ../templates/patterns.h locale.h ../templates/localefilter.h -rmuser.o: ../../ezc/src/ezc.h ../../ezc/src/generator.h -rmuser.o: ../../ezc/src/pattern.h functions.h functionparser.h ../core/cur.h -rmuser.o: adduser.h cat.h chmod.h privchanger.h chown.h ckeditor.h cp.h -rmuser.o: default.h download.h emacs.h env.h last.h login.h logout.h ln.h -rmuser.o: ls.h man.h meta.h mkdir.h mv.h nicedit.h node.h passwd.h priv.h -rmuser.o: pw.h reload.h rm.h run.h sort.h specialdefault.h stat.h subject.h -rmuser.o: template.h timezone.h tinymce.h uname.h upload.h uptime.h who.h -rmuser.o: vim.h ../core/htmlfilter.h ../../ezc/src/stringconv.h -rmuser.o: ../notify/notifythread.h ../core/basethread.h -rmuser.o: ../notify/templatesnotify.h ../core/users.h ../core/ugcontainer.h -rmuser.o: ../core/lastcontainer.h ../core/mounts.h ../core/mountparser.h -rmuser.o: ../core/crypt.h ../core/users.h ../core/groups.h ../core/group.h -rmuser.o: ../core/loadavg.h ../core/image.h ../core/threadmanager.h -rmuser.o: ../core/timezones.h ../core/synchro.h ../core/log.h ../core/misc.h -rmuser.o: ../core/plugin.h ../core/pluginmsg.h ../core/system.h -rmuser.o: ../core/sessionmanager.h ../core/sessioncontainer.h -rmuser.o: ../functions/functions.h ../templates/templates.h -rmuser.o: ../templates/patterncacher.h ../templates/indexpatterns.h -rmuser.o: ../templates/patterns.h ../templates/changepatterns.h -rmuser.o: ../templates/htmltextstream.h ../core/sessionmanager.h +rmuser.o: ../../pikotools/space/spacetojson.h ../core/session.h +rmuser.o: ../core/user.h ../core/plugindata.h ../core/rebus.h mount.h +rmuser.o: ../templates/locale.h ../core/request.h ../core/config.h +rmuser.o: ../core/system.h ../core/job.h ../core/basethread.h +rmuser.o: ../core/synchro.h ../core/dirs.h ../core/dircontainer.h +rmuser.o: ../notify/notify.h ../notify/notifypool.h ../templates/patterns.h +rmuser.o: locale.h ../templates/localefilter.h ../../ezc/src/ezc.h +rmuser.o: ../../ezc/src/generator.h ../../ezc/src/pattern.h functions.h +rmuser.o: functionparser.h ../core/cur.h adduser.h cat.h chmod.h +rmuser.o: privchanger.h chown.h ckeditor.h cp.h default.h download.h emacs.h +rmuser.o: env.h last.h login.h logout.h ln.h ls.h man.h meta.h mkdir.h mv.h +rmuser.o: nicedit.h node.h passwd.h priv.h pw.h reload.h rm.h run.h sort.h +rmuser.o: specialdefault.h stat.h subject.h template.h timezone.h tinymce.h +rmuser.o: uname.h upload.h uptime.h who.h vim.h ../core/htmlfilter.h +rmuser.o: ../../ezc/src/stringconv.h ../notify/notifythread.h +rmuser.o: ../core/basethread.h ../notify/templatesnotify.h ../core/users.h +rmuser.o: ../core/ugcontainer.h ../core/lastcontainer.h ../core/mounts.h +rmuser.o: ../core/mountparser.h ../core/crypt.h ../core/users.h +rmuser.o: ../core/groups.h ../core/group.h ../core/loadavg.h ../core/image.h +rmuser.o: ../core/threadmanager.h ../core/timezones.h ../core/synchro.h +rmuser.o: ../core/log.h ../core/misc.h ../core/plugin.h ../core/pluginmsg.h +rmuser.o: ../core/system.h ../core/sessionmanager.h +rmuser.o: ../core/sessioncontainer.h ../functions/functions.h +rmuser.o: ../templates/templates.h ../templates/patterncacher.h +rmuser.o: ../templates/indexpatterns.h ../templates/patterns.h +rmuser.o: ../templates/changepatterns.h ../templates/htmltextstream.h +rmuser.o: ../core/sessionmanager.h run.o: run.h functionbase.h ../core/item.h ../../pikotools/space/space.h run.o: ../../pikotools/textstream/types.h ../../pikotools/date/date.h run.o: ../db/db.h ../db/dbbase.h ../db/dbconn.h ../db/dbtextstream.h @@ -1246,26 +1265,26 @@ run.o: ../db/dbitemcolumns.h ../core/user.h ../core/group.h run.o: ../core/dircontainer.h ../core/ugcontainer.h ../core/log.h run.o: ../core/textstream.h ../core/logmanipulators.h ../core/slog.h run.o: ../core/cur.h ../core/request.h ../core/error.h ../core/config.h -run.o: ../core/htmlfilter.h ../templates/htmltextstream.h ../core/session.h -run.o: ../core/user.h ../core/plugindata.h ../core/rebus.h mount.h -run.o: ../templates/locale.h ../core/request.h ../core/config.h -run.o: ../core/system.h ../core/job.h ../core/basethread.h ../core/synchro.h -run.o: ../core/dirs.h ../core/dircontainer.h ../notify/notify.h -run.o: ../notify/notifypool.h ../templates/patterns.h locale.h -run.o: ../templates/localefilter.h ../../ezc/src/ezc.h -run.o: ../../ezc/src/generator.h ../../ezc/src/pattern.h functions.h -run.o: functionparser.h ../core/cur.h adduser.h cat.h chmod.h privchanger.h -run.o: chown.h ckeditor.h cp.h default.h download.h emacs.h env.h last.h -run.o: login.h logout.h ln.h ls.h man.h meta.h mkdir.h mv.h nicedit.h node.h -run.o: passwd.h priv.h pw.h reload.h rm.h rmuser.h sort.h specialdefault.h -run.o: stat.h subject.h template.h timezone.h tinymce.h uname.h upload.h -run.o: uptime.h who.h vim.h ../core/htmlfilter.h ../../ezc/src/stringconv.h -run.o: ../notify/notifythread.h ../core/basethread.h -run.o: ../notify/templatesnotify.h ../core/users.h ../core/ugcontainer.h -run.o: ../core/lastcontainer.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/threadmanager.h -run.o: ../core/timezones.h ../core/synchro.h +run.o: ../core/htmlfilter.h ../templates/htmltextstream.h +run.o: ../../pikotools/space/spacetojson.h ../core/session.h ../core/user.h +run.o: ../core/plugindata.h ../core/rebus.h mount.h ../templates/locale.h +run.o: ../core/request.h ../core/config.h ../core/system.h ../core/job.h +run.o: ../core/basethread.h ../core/synchro.h ../core/dirs.h +run.o: ../core/dircontainer.h ../notify/notify.h ../notify/notifypool.h +run.o: ../templates/patterns.h locale.h ../templates/localefilter.h +run.o: ../../ezc/src/ezc.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: env.h last.h login.h logout.h ln.h ls.h man.h meta.h mkdir.h mv.h +run.o: nicedit.h node.h passwd.h priv.h pw.h reload.h rm.h rmuser.h sort.h +run.o: specialdefault.h stat.h subject.h template.h timezone.h tinymce.h +run.o: uname.h upload.h uptime.h who.h vim.h ../core/htmlfilter.h +run.o: ../../ezc/src/stringconv.h ../notify/notifythread.h +run.o: ../core/basethread.h ../notify/templatesnotify.h ../core/users.h +run.o: ../core/ugcontainer.h ../core/lastcontainer.h ../core/mounts.h +run.o: ../core/mountparser.h ../core/crypt.h ../core/users.h ../core/groups.h +run.o: ../core/group.h ../core/loadavg.h ../core/image.h +run.o: ../core/threadmanager.h ../core/timezones.h ../core/synchro.h sort.o: sort.h functionbase.h ../core/item.h ../../pikotools/space/space.h sort.o: ../../pikotools/textstream/types.h ../../pikotools/date/date.h sort.o: ../db/db.h ../db/dbbase.h ../db/dbconn.h ../db/dbtextstream.h @@ -1280,32 +1299,32 @@ sort.o: ../db/dbitemcolumns.h ../core/user.h ../core/group.h sort.o: ../core/dircontainer.h ../core/ugcontainer.h ../core/log.h sort.o: ../core/textstream.h ../core/logmanipulators.h ../core/slog.h sort.o: ../core/cur.h ../core/request.h ../core/error.h ../core/config.h -sort.o: ../core/htmlfilter.h ../templates/htmltextstream.h ../core/session.h -sort.o: ../core/user.h ../core/plugindata.h ../core/rebus.h mount.h -sort.o: ../templates/locale.h ../core/request.h ../core/config.h -sort.o: ../core/system.h ../core/job.h ../core/basethread.h ../core/synchro.h -sort.o: ../core/dirs.h ../core/dircontainer.h ../notify/notify.h -sort.o: ../notify/notifypool.h ../templates/patterns.h locale.h -sort.o: ../templates/localefilter.h ../../ezc/src/ezc.h -sort.o: ../../ezc/src/generator.h ../../ezc/src/pattern.h functions.h -sort.o: functionparser.h ../core/cur.h adduser.h cat.h chmod.h privchanger.h -sort.o: chown.h ckeditor.h cp.h default.h download.h emacs.h env.h last.h -sort.o: login.h logout.h ln.h ls.h man.h meta.h mkdir.h mv.h nicedit.h node.h -sort.o: passwd.h priv.h pw.h reload.h rm.h rmuser.h run.h specialdefault.h -sort.o: stat.h subject.h template.h timezone.h tinymce.h uname.h upload.h -sort.o: uptime.h who.h vim.h ../core/htmlfilter.h ../../ezc/src/stringconv.h -sort.o: ../notify/notifythread.h ../core/basethread.h -sort.o: ../notify/templatesnotify.h ../core/users.h ../core/ugcontainer.h -sort.o: ../core/lastcontainer.h ../core/mounts.h ../core/mountparser.h -sort.o: ../core/crypt.h ../core/users.h ../core/groups.h ../core/group.h -sort.o: ../core/loadavg.h ../core/image.h ../core/threadmanager.h -sort.o: ../core/timezones.h ../core/synchro.h ../core/plugin.h -sort.o: ../core/pluginmsg.h ../core/system.h ../core/sessionmanager.h -sort.o: ../core/sessioncontainer.h ../functions/functions.h -sort.o: ../templates/templates.h ../templates/patterncacher.h -sort.o: ../templates/indexpatterns.h ../templates/patterns.h -sort.o: ../templates/changepatterns.h ../templates/htmltextstream.h -sort.o: ../core/sessionmanager.h +sort.o: ../core/htmlfilter.h ../templates/htmltextstream.h +sort.o: ../../pikotools/space/spacetojson.h ../core/session.h ../core/user.h +sort.o: ../core/plugindata.h ../core/rebus.h mount.h ../templates/locale.h +sort.o: ../core/request.h ../core/config.h ../core/system.h ../core/job.h +sort.o: ../core/basethread.h ../core/synchro.h ../core/dirs.h +sort.o: ../core/dircontainer.h ../notify/notify.h ../notify/notifypool.h +sort.o: ../templates/patterns.h locale.h ../templates/localefilter.h +sort.o: ../../ezc/src/ezc.h ../../ezc/src/generator.h ../../ezc/src/pattern.h +sort.o: functions.h functionparser.h ../core/cur.h adduser.h cat.h chmod.h +sort.o: privchanger.h chown.h ckeditor.h cp.h default.h download.h emacs.h +sort.o: env.h last.h login.h logout.h ln.h ls.h man.h meta.h mkdir.h mv.h +sort.o: nicedit.h node.h passwd.h priv.h pw.h reload.h rm.h rmuser.h run.h +sort.o: specialdefault.h stat.h subject.h template.h timezone.h tinymce.h +sort.o: uname.h upload.h uptime.h who.h vim.h ../core/htmlfilter.h +sort.o: ../../ezc/src/stringconv.h ../notify/notifythread.h +sort.o: ../core/basethread.h ../notify/templatesnotify.h ../core/users.h +sort.o: ../core/ugcontainer.h ../core/lastcontainer.h ../core/mounts.h +sort.o: ../core/mountparser.h ../core/crypt.h ../core/users.h +sort.o: ../core/groups.h ../core/group.h ../core/loadavg.h ../core/image.h +sort.o: ../core/threadmanager.h ../core/timezones.h ../core/synchro.h +sort.o: ../core/plugin.h ../core/pluginmsg.h ../core/system.h +sort.o: ../core/sessionmanager.h ../core/sessioncontainer.h +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: ../templates/htmltextstream.h ../core/sessionmanager.h specialdefault.o: specialdefault.h functionbase.h ../core/item.h specialdefault.o: ../../pikotools/space/space.h specialdefault.o: ../../pikotools/textstream/types.h @@ -1325,7 +1344,8 @@ 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/htmlfilter.h -specialdefault.o: ../templates/htmltextstream.h ../core/session.h +specialdefault.o: ../templates/htmltextstream.h +specialdefault.o: ../../pikotools/space/spacetojson.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/job.h ../core/basethread.h @@ -1362,20 +1382,20 @@ stat.o: ../db/dbitemcolumns.h ../core/user.h ../core/group.h stat.o: ../core/dircontainer.h ../core/ugcontainer.h ../core/log.h stat.o: ../core/textstream.h ../core/logmanipulators.h ../core/slog.h stat.o: ../core/cur.h ../core/request.h ../core/error.h ../core/config.h -stat.o: ../core/htmlfilter.h ../templates/htmltextstream.h ../core/session.h -stat.o: ../core/user.h ../core/plugindata.h ../core/rebus.h mount.h -stat.o: ../templates/locale.h ../core/request.h ../core/config.h -stat.o: ../core/system.h ../core/job.h ../core/basethread.h ../core/synchro.h -stat.o: ../core/dirs.h ../core/dircontainer.h ../notify/notify.h -stat.o: ../notify/notifypool.h ../templates/patterns.h locale.h -stat.o: ../templates/localefilter.h ../../ezc/src/ezc.h -stat.o: ../../ezc/src/generator.h ../../ezc/src/pattern.h functions.h -stat.o: functionparser.h ../core/cur.h adduser.h cat.h chmod.h privchanger.h -stat.o: chown.h ckeditor.h cp.h default.h download.h emacs.h env.h last.h -stat.o: login.h logout.h ln.h ls.h man.h meta.h mkdir.h mv.h nicedit.h node.h -stat.o: passwd.h priv.h pw.h reload.h rm.h rmuser.h run.h sort.h -stat.o: specialdefault.h subject.h template.h timezone.h tinymce.h uname.h -stat.o: upload.h uptime.h who.h vim.h ../core/htmlfilter.h +stat.o: ../core/htmlfilter.h ../templates/htmltextstream.h +stat.o: ../../pikotools/space/spacetojson.h ../core/session.h ../core/user.h +stat.o: ../core/plugindata.h ../core/rebus.h mount.h ../templates/locale.h +stat.o: ../core/request.h ../core/config.h ../core/system.h ../core/job.h +stat.o: ../core/basethread.h ../core/synchro.h ../core/dirs.h +stat.o: ../core/dircontainer.h ../notify/notify.h ../notify/notifypool.h +stat.o: ../templates/patterns.h locale.h ../templates/localefilter.h +stat.o: ../../ezc/src/ezc.h ../../ezc/src/generator.h ../../ezc/src/pattern.h +stat.o: functions.h functionparser.h ../core/cur.h adduser.h cat.h chmod.h +stat.o: privchanger.h chown.h ckeditor.h cp.h default.h download.h emacs.h +stat.o: env.h last.h login.h logout.h ln.h ls.h man.h meta.h mkdir.h mv.h +stat.o: nicedit.h node.h passwd.h priv.h pw.h reload.h rm.h rmuser.h run.h +stat.o: sort.h specialdefault.h subject.h template.h timezone.h tinymce.h +stat.o: uname.h upload.h uptime.h who.h vim.h ../core/htmlfilter.h stat.o: ../../ezc/src/stringconv.h ../notify/notifythread.h stat.o: ../core/basethread.h ../notify/templatesnotify.h ../core/users.h stat.o: ../core/ugcontainer.h ../core/lastcontainer.h ../core/mounts.h @@ -1399,26 +1419,26 @@ subject.o: ../core/dircontainer.h ../core/ugcontainer.h ../core/log.h subject.o: ../core/textstream.h ../core/logmanipulators.h ../core/slog.h subject.o: ../core/cur.h ../core/request.h ../core/error.h ../core/config.h subject.o: ../core/htmlfilter.h ../templates/htmltextstream.h -subject.o: ../core/session.h ../core/user.h ../core/plugindata.h -subject.o: ../core/rebus.h mount.h ../templates/locale.h ../core/request.h -subject.o: ../core/config.h ../core/system.h ../core/job.h -subject.o: ../core/basethread.h ../core/synchro.h ../core/dirs.h -subject.o: ../core/dircontainer.h ../notify/notify.h ../notify/notifypool.h -subject.o: ../templates/patterns.h locale.h ../templates/localefilter.h -subject.o: ../../ezc/src/ezc.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 env.h last.h login.h logout.h ln.h -subject.o: ls.h man.h meta.h mkdir.h mv.h nicedit.h node.h passwd.h priv.h -subject.o: pw.h reload.h rm.h rmuser.h run.h sort.h specialdefault.h stat.h -subject.o: template.h timezone.h tinymce.h uname.h upload.h uptime.h who.h -subject.o: vim.h ../core/htmlfilter.h ../../ezc/src/stringconv.h -subject.o: ../notify/notifythread.h ../core/basethread.h -subject.o: ../notify/templatesnotify.h ../core/users.h ../core/ugcontainer.h -subject.o: ../core/lastcontainer.h ../core/mounts.h ../core/mountparser.h -subject.o: ../core/crypt.h ../core/users.h ../core/groups.h ../core/group.h -subject.o: ../core/loadavg.h ../core/image.h ../core/threadmanager.h -subject.o: ../core/timezones.h ../core/synchro.h +subject.o: ../../pikotools/space/spacetojson.h ../core/session.h +subject.o: ../core/user.h ../core/plugindata.h ../core/rebus.h mount.h +subject.o: ../templates/locale.h ../core/request.h ../core/config.h +subject.o: ../core/system.h ../core/job.h ../core/basethread.h +subject.o: ../core/synchro.h ../core/dirs.h ../core/dircontainer.h +subject.o: ../notify/notify.h ../notify/notifypool.h ../templates/patterns.h +subject.o: locale.h ../templates/localefilter.h ../../ezc/src/ezc.h +subject.o: ../../ezc/src/generator.h ../../ezc/src/pattern.h functions.h +subject.o: functionparser.h ../core/cur.h adduser.h cat.h chmod.h +subject.o: privchanger.h chown.h ckeditor.h cp.h default.h download.h emacs.h +subject.o: env.h last.h login.h logout.h ln.h ls.h man.h meta.h mkdir.h mv.h +subject.o: nicedit.h node.h passwd.h priv.h pw.h reload.h rm.h rmuser.h run.h +subject.o: sort.h specialdefault.h stat.h template.h timezone.h tinymce.h +subject.o: uname.h 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 ../notify/templatesnotify.h ../core/users.h +subject.o: ../core/ugcontainer.h ../core/lastcontainer.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/threadmanager.h ../core/timezones.h ../core/synchro.h template.o: template.h functionbase.h ../core/item.h template.o: ../../pikotools/space/space.h ../../pikotools/textstream/types.h template.o: ../../pikotools/date/date.h ../db/db.h ../db/dbbase.h @@ -1436,27 +1456,27 @@ 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/htmlfilter.h ../templates/htmltextstream.h -template.o: ../core/session.h ../core/user.h ../core/plugindata.h -template.o: ../core/rebus.h mount.h ../templates/locale.h ../core/request.h -template.o: ../core/config.h ../core/system.h ../core/job.h -template.o: ../core/basethread.h ../core/synchro.h ../core/dirs.h -template.o: ../core/dircontainer.h ../notify/notify.h ../notify/notifypool.h -template.o: ../templates/patterns.h locale.h ../templates/localefilter.h -template.o: ../../ezc/src/ezc.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 env.h last.h login.h -template.o: logout.h ln.h ls.h man.h meta.h mkdir.h mv.h nicedit.h node.h -template.o: passwd.h priv.h pw.h reload.h rm.h rmuser.h run.h sort.h -template.o: specialdefault.h stat.h subject.h timezone.h tinymce.h uname.h -template.o: upload.h uptime.h who.h vim.h ../core/htmlfilter.h -template.o: ../../ezc/src/stringconv.h ../notify/notifythread.h -template.o: ../core/basethread.h ../notify/templatesnotify.h ../core/users.h -template.o: ../core/ugcontainer.h ../core/lastcontainer.h ../core/mounts.h -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/threadmanager.h ../core/timezones.h -template.o: ../core/synchro.h ../core/misc.h +template.o: ../../pikotools/space/spacetojson.h ../core/session.h +template.o: ../core/user.h ../core/plugindata.h ../core/rebus.h mount.h +template.o: ../templates/locale.h ../core/request.h ../core/config.h +template.o: ../core/system.h ../core/job.h ../core/basethread.h +template.o: ../core/synchro.h ../core/dirs.h ../core/dircontainer.h +template.o: ../notify/notify.h ../notify/notifypool.h ../templates/patterns.h +template.o: locale.h ../templates/localefilter.h ../../ezc/src/ezc.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 env.h last.h login.h logout.h ln.h ls.h man.h meta.h +template.o: mkdir.h mv.h nicedit.h node.h passwd.h priv.h pw.h reload.h rm.h +template.o: rmuser.h run.h sort.h specialdefault.h stat.h subject.h +template.o: timezone.h 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 +template.o: ../notify/templatesnotify.h ../core/users.h ../core/ugcontainer.h +template.o: ../core/lastcontainer.h ../core/mounts.h ../core/mountparser.h +template.o: ../core/crypt.h ../core/users.h ../core/groups.h ../core/group.h +template.o: ../core/loadavg.h ../core/image.h ../core/threadmanager.h +template.o: ../core/timezones.h ../core/synchro.h ../core/misc.h timezone.o: timezone.h functionbase.h ../core/item.h timezone.o: ../../pikotools/space/space.h ../../pikotools/textstream/types.h timezone.o: ../../pikotools/date/date.h ../db/db.h ../db/dbbase.h @@ -1474,27 +1494,27 @@ timezone.o: ../core/dircontainer.h ../core/ugcontainer.h ../core/log.h timezone.o: ../core/textstream.h ../core/logmanipulators.h ../core/slog.h timezone.o: ../core/cur.h ../core/request.h ../core/error.h ../core/config.h timezone.o: ../core/htmlfilter.h ../templates/htmltextstream.h -timezone.o: ../core/session.h ../core/user.h ../core/plugindata.h -timezone.o: ../core/rebus.h mount.h ../templates/locale.h ../core/request.h -timezone.o: ../core/config.h ../core/system.h ../core/job.h -timezone.o: ../core/basethread.h ../core/synchro.h ../core/dirs.h -timezone.o: ../core/dircontainer.h ../notify/notify.h ../notify/notifypool.h -timezone.o: ../templates/patterns.h locale.h ../templates/localefilter.h -timezone.o: ../../ezc/src/ezc.h ../../ezc/src/generator.h -timezone.o: ../../ezc/src/pattern.h functions.h functionparser.h -timezone.o: ../core/cur.h adduser.h cat.h chmod.h privchanger.h chown.h -timezone.o: ckeditor.h cp.h default.h download.h emacs.h env.h last.h login.h -timezone.o: logout.h ln.h ls.h man.h meta.h mkdir.h mv.h nicedit.h node.h -timezone.o: passwd.h priv.h pw.h reload.h rm.h rmuser.h run.h sort.h -timezone.o: specialdefault.h stat.h subject.h template.h tinymce.h uname.h -timezone.o: upload.h uptime.h who.h vim.h ../core/htmlfilter.h -timezone.o: ../../ezc/src/stringconv.h ../notify/notifythread.h -timezone.o: ../core/basethread.h ../notify/templatesnotify.h ../core/users.h -timezone.o: ../core/ugcontainer.h ../core/lastcontainer.h ../core/mounts.h -timezone.o: ../core/mountparser.h ../core/crypt.h ../core/users.h -timezone.o: ../core/groups.h ../core/group.h ../core/loadavg.h -timezone.o: ../core/image.h ../core/threadmanager.h ../core/timezones.h -timezone.o: ../core/synchro.h +timezone.o: ../../pikotools/space/spacetojson.h ../core/session.h +timezone.o: ../core/user.h ../core/plugindata.h ../core/rebus.h mount.h +timezone.o: ../templates/locale.h ../core/request.h ../core/config.h +timezone.o: ../core/system.h ../core/job.h ../core/basethread.h +timezone.o: ../core/synchro.h ../core/dirs.h ../core/dircontainer.h +timezone.o: ../notify/notify.h ../notify/notifypool.h ../templates/patterns.h +timezone.o: locale.h ../templates/localefilter.h ../../ezc/src/ezc.h +timezone.o: ../../ezc/src/generator.h ../../ezc/src/pattern.h functions.h +timezone.o: functionparser.h ../core/cur.h adduser.h cat.h chmod.h +timezone.o: privchanger.h chown.h ckeditor.h cp.h default.h download.h +timezone.o: emacs.h env.h last.h login.h logout.h ln.h ls.h man.h meta.h +timezone.o: mkdir.h mv.h nicedit.h node.h passwd.h priv.h pw.h reload.h rm.h +timezone.o: rmuser.h run.h sort.h specialdefault.h stat.h subject.h +timezone.o: template.h tinymce.h uname.h upload.h uptime.h who.h vim.h +timezone.o: ../core/htmlfilter.h ../../ezc/src/stringconv.h +timezone.o: ../notify/notifythread.h ../core/basethread.h +timezone.o: ../notify/templatesnotify.h ../core/users.h ../core/ugcontainer.h +timezone.o: ../core/lastcontainer.h ../core/mounts.h ../core/mountparser.h +timezone.o: ../core/crypt.h ../core/users.h ../core/groups.h ../core/group.h +timezone.o: ../core/loadavg.h ../core/image.h ../core/threadmanager.h +timezone.o: ../core/timezones.h ../core/synchro.h tinymce.o: tinymce.h functionbase.h ../core/item.h tinymce.o: ../../pikotools/space/space.h ../../pikotools/textstream/types.h tinymce.o: ../../pikotools/date/date.h ../db/db.h ../db/dbbase.h @@ -1512,26 +1532,26 @@ tinymce.o: ../core/dircontainer.h ../core/ugcontainer.h ../core/log.h tinymce.o: ../core/textstream.h ../core/logmanipulators.h ../core/slog.h tinymce.o: ../core/cur.h ../core/request.h ../core/error.h ../core/config.h tinymce.o: ../core/htmlfilter.h ../templates/htmltextstream.h -tinymce.o: ../core/session.h ../core/user.h ../core/plugindata.h -tinymce.o: ../core/rebus.h mount.h ../templates/locale.h ../core/request.h -tinymce.o: ../core/config.h ../core/system.h ../core/job.h -tinymce.o: ../core/basethread.h ../core/synchro.h ../core/dirs.h -tinymce.o: ../core/dircontainer.h ../notify/notify.h ../notify/notifypool.h -tinymce.o: ../templates/patterns.h locale.h ../templates/localefilter.h -tinymce.o: ../../ezc/src/ezc.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 env.h last.h login.h logout.h ln.h -tinymce.o: ls.h man.h meta.h mkdir.h mv.h nicedit.h node.h passwd.h priv.h -tinymce.o: pw.h reload.h rm.h rmuser.h run.h sort.h specialdefault.h stat.h -tinymce.o: subject.h template.h timezone.h uname.h upload.h uptime.h who.h -tinymce.o: vim.h ../core/htmlfilter.h ../../ezc/src/stringconv.h -tinymce.o: ../notify/notifythread.h ../core/basethread.h -tinymce.o: ../notify/templatesnotify.h ../core/users.h ../core/ugcontainer.h -tinymce.o: ../core/lastcontainer.h ../core/mounts.h ../core/mountparser.h -tinymce.o: ../core/crypt.h ../core/users.h ../core/groups.h ../core/group.h -tinymce.o: ../core/loadavg.h ../core/image.h ../core/threadmanager.h -tinymce.o: ../core/timezones.h ../core/synchro.h +tinymce.o: ../../pikotools/space/spacetojson.h ../core/session.h +tinymce.o: ../core/user.h ../core/plugindata.h ../core/rebus.h mount.h +tinymce.o: ../templates/locale.h ../core/request.h ../core/config.h +tinymce.o: ../core/system.h ../core/job.h ../core/basethread.h +tinymce.o: ../core/synchro.h ../core/dirs.h ../core/dircontainer.h +tinymce.o: ../notify/notify.h ../notify/notifypool.h ../templates/patterns.h +tinymce.o: locale.h ../templates/localefilter.h ../../ezc/src/ezc.h +tinymce.o: ../../ezc/src/generator.h ../../ezc/src/pattern.h functions.h +tinymce.o: functionparser.h ../core/cur.h adduser.h cat.h chmod.h +tinymce.o: privchanger.h chown.h ckeditor.h cp.h default.h download.h emacs.h +tinymce.o: env.h last.h login.h logout.h ln.h ls.h man.h meta.h mkdir.h mv.h +tinymce.o: nicedit.h node.h passwd.h priv.h pw.h reload.h rm.h rmuser.h run.h +tinymce.o: sort.h specialdefault.h stat.h subject.h template.h timezone.h +tinymce.o: uname.h 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 ../notify/templatesnotify.h ../core/users.h +tinymce.o: ../core/ugcontainer.h ../core/lastcontainer.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/threadmanager.h ../core/timezones.h ../core/synchro.h uname.o: uname.h functionbase.h ../core/item.h ../../pikotools/space/space.h uname.o: ../../pikotools/textstream/types.h ../../pikotools/date/date.h uname.o: ../db/db.h ../db/dbbase.h ../db/dbconn.h ../db/dbtextstream.h @@ -1546,26 +1566,27 @@ uname.o: ../db/dbitemcolumns.h ../core/user.h ../core/group.h uname.o: ../core/dircontainer.h ../core/ugcontainer.h ../core/log.h uname.o: ../core/textstream.h ../core/logmanipulators.h ../core/slog.h uname.o: ../core/cur.h ../core/request.h ../core/error.h ../core/config.h -uname.o: ../core/htmlfilter.h ../templates/htmltextstream.h ../core/session.h -uname.o: ../core/user.h ../core/plugindata.h ../core/rebus.h mount.h -uname.o: ../templates/locale.h ../core/request.h ../core/config.h -uname.o: ../core/system.h ../core/job.h ../core/basethread.h -uname.o: ../core/synchro.h ../core/dirs.h ../core/dircontainer.h -uname.o: ../notify/notify.h ../notify/notifypool.h ../templates/patterns.h -uname.o: locale.h ../templates/localefilter.h ../../ezc/src/ezc.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 env.h last.h -uname.o: login.h logout.h ln.h ls.h man.h meta.h mkdir.h mv.h nicedit.h -uname.o: node.h passwd.h priv.h pw.h reload.h rm.h rmuser.h run.h sort.h -uname.o: specialdefault.h stat.h subject.h template.h timezone.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 ../notify/templatesnotify.h ../core/users.h -uname.o: ../core/ugcontainer.h ../core/lastcontainer.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/threadmanager.h ../core/timezones.h ../core/synchro.h +uname.o: ../core/htmlfilter.h ../templates/htmltextstream.h +uname.o: ../../pikotools/space/spacetojson.h ../core/session.h ../core/user.h +uname.o: ../core/plugindata.h ../core/rebus.h mount.h ../templates/locale.h +uname.o: ../core/request.h ../core/config.h ../core/system.h ../core/job.h +uname.o: ../core/basethread.h ../core/synchro.h ../core/dirs.h +uname.o: ../core/dircontainer.h ../notify/notify.h ../notify/notifypool.h +uname.o: ../templates/patterns.h locale.h ../templates/localefilter.h +uname.o: ../../ezc/src/ezc.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 env.h last.h login.h logout.h ln.h ls.h +uname.o: man.h meta.h mkdir.h mv.h nicedit.h node.h passwd.h priv.h pw.h +uname.o: reload.h rm.h rmuser.h run.h sort.h specialdefault.h stat.h +uname.o: subject.h template.h timezone.h tinymce.h upload.h uptime.h who.h +uname.o: vim.h ../core/htmlfilter.h ../../ezc/src/stringconv.h +uname.o: ../notify/notifythread.h ../core/basethread.h +uname.o: ../notify/templatesnotify.h ../core/users.h ../core/ugcontainer.h +uname.o: ../core/lastcontainer.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/threadmanager.h +uname.o: ../core/timezones.h ../core/synchro.h upload.o: upload.h functionbase.h ../core/item.h upload.o: ../../pikotools/space/space.h ../../pikotools/textstream/types.h upload.o: ../../pikotools/date/date.h ../db/db.h ../db/dbbase.h @@ -1583,32 +1604,33 @@ upload.o: ../core/dircontainer.h ../core/ugcontainer.h ../core/log.h upload.o: ../core/textstream.h ../core/logmanipulators.h ../core/slog.h upload.o: ../core/cur.h ../core/request.h ../core/error.h ../core/config.h upload.o: ../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/job.h -upload.o: ../core/basethread.h ../core/synchro.h ../core/dirs.h -upload.o: ../core/dircontainer.h ../notify/notify.h ../notify/notifypool.h -upload.o: ../templates/patterns.h locale.h ../templates/localefilter.h -upload.o: ../../ezc/src/ezc.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 env.h last.h login.h logout.h ln.h -upload.o: ls.h man.h meta.h mkdir.h mv.h nicedit.h node.h passwd.h priv.h -upload.o: pw.h reload.h rm.h rmuser.h run.h sort.h specialdefault.h stat.h -upload.o: subject.h template.h timezone.h tinymce.h uname.h uptime.h who.h -upload.o: vim.h ../core/htmlfilter.h ../../ezc/src/stringconv.h -upload.o: ../notify/notifythread.h ../core/basethread.h -upload.o: ../notify/templatesnotify.h ../core/users.h ../core/ugcontainer.h -upload.o: ../core/lastcontainer.h ../core/mounts.h ../core/mountparser.h -upload.o: ../core/crypt.h ../core/users.h ../core/groups.h ../core/group.h -upload.o: ../core/loadavg.h ../core/image.h ../core/threadmanager.h -upload.o: ../core/timezones.h ../core/synchro.h ../core/misc.h -upload.o: ../core/plugin.h ../core/pluginmsg.h ../core/system.h -upload.o: ../core/sessionmanager.h ../core/sessioncontainer.h -upload.o: ../functions/functions.h ../templates/templates.h -upload.o: ../templates/patterncacher.h ../templates/indexpatterns.h -upload.o: ../templates/patterns.h ../templates/changepatterns.h -upload.o: ../templates/htmltextstream.h ../core/sessionmanager.h +upload.o: ../../pikotools/space/spacetojson.h ../core/session.h +upload.o: ../core/user.h ../core/plugindata.h ../core/rebus.h mount.h +upload.o: ../templates/locale.h ../core/request.h ../core/config.h +upload.o: ../core/system.h ../core/job.h ../core/basethread.h +upload.o: ../core/synchro.h ../core/dirs.h ../core/dircontainer.h +upload.o: ../notify/notify.h ../notify/notifypool.h ../templates/patterns.h +upload.o: locale.h ../templates/localefilter.h ../../ezc/src/ezc.h +upload.o: ../../ezc/src/generator.h ../../ezc/src/pattern.h functions.h +upload.o: functionparser.h ../core/cur.h adduser.h cat.h chmod.h +upload.o: privchanger.h chown.h ckeditor.h cp.h default.h download.h emacs.h +upload.o: env.h last.h login.h logout.h ln.h ls.h man.h meta.h mkdir.h mv.h +upload.o: nicedit.h node.h passwd.h priv.h pw.h reload.h rm.h rmuser.h run.h +upload.o: sort.h specialdefault.h stat.h subject.h template.h timezone.h +upload.o: tinymce.h 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 ../notify/templatesnotify.h ../core/users.h +upload.o: ../core/ugcontainer.h ../core/lastcontainer.h ../core/mounts.h +upload.o: ../core/mountparser.h ../core/crypt.h ../core/users.h +upload.o: ../core/groups.h ../core/group.h ../core/loadavg.h ../core/image.h +upload.o: ../core/threadmanager.h ../core/timezones.h ../core/synchro.h +upload.o: ../core/misc.h ../core/plugin.h ../core/pluginmsg.h +upload.o: ../core/system.h ../core/sessionmanager.h +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 ../templates/htmltextstream.h +upload.o: ../core/sessionmanager.h uptime.o: uptime.h functionbase.h ../core/item.h uptime.o: ../../pikotools/space/space.h ../../pikotools/textstream/types.h uptime.o: ../../pikotools/date/date.h ../db/db.h ../db/dbbase.h @@ -1626,26 +1648,26 @@ uptime.o: ../core/dircontainer.h ../core/ugcontainer.h ../core/log.h uptime.o: ../core/textstream.h ../core/logmanipulators.h ../core/slog.h uptime.o: ../core/cur.h ../core/request.h ../core/error.h ../core/config.h uptime.o: ../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/job.h -uptime.o: ../core/basethread.h ../core/synchro.h ../core/dirs.h -uptime.o: ../core/dircontainer.h ../notify/notify.h ../notify/notifypool.h -uptime.o: ../templates/patterns.h locale.h ../templates/localefilter.h -uptime.o: ../../ezc/src/ezc.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 env.h last.h login.h logout.h ln.h -uptime.o: ls.h man.h meta.h mkdir.h mv.h nicedit.h node.h passwd.h priv.h -uptime.o: pw.h reload.h rm.h rmuser.h run.h sort.h specialdefault.h stat.h -uptime.o: subject.h template.h timezone.h tinymce.h uname.h upload.h who.h -uptime.o: vim.h ../core/htmlfilter.h ../../ezc/src/stringconv.h -uptime.o: ../notify/notifythread.h ../core/basethread.h -uptime.o: ../notify/templatesnotify.h ../core/users.h ../core/ugcontainer.h -uptime.o: ../core/lastcontainer.h ../core/mounts.h ../core/mountparser.h -uptime.o: ../core/crypt.h ../core/users.h ../core/groups.h ../core/group.h -uptime.o: ../core/loadavg.h ../core/image.h ../core/threadmanager.h -uptime.o: ../core/timezones.h ../core/synchro.h +uptime.o: ../../pikotools/space/spacetojson.h ../core/session.h +uptime.o: ../core/user.h ../core/plugindata.h ../core/rebus.h mount.h +uptime.o: ../templates/locale.h ../core/request.h ../core/config.h +uptime.o: ../core/system.h ../core/job.h ../core/basethread.h +uptime.o: ../core/synchro.h ../core/dirs.h ../core/dircontainer.h +uptime.o: ../notify/notify.h ../notify/notifypool.h ../templates/patterns.h +uptime.o: locale.h ../templates/localefilter.h ../../ezc/src/ezc.h +uptime.o: ../../ezc/src/generator.h ../../ezc/src/pattern.h functions.h +uptime.o: functionparser.h ../core/cur.h adduser.h cat.h chmod.h +uptime.o: privchanger.h chown.h ckeditor.h cp.h default.h download.h emacs.h +uptime.o: env.h last.h login.h logout.h ln.h ls.h man.h meta.h mkdir.h mv.h +uptime.o: nicedit.h node.h passwd.h priv.h pw.h reload.h rm.h rmuser.h run.h +uptime.o: sort.h specialdefault.h stat.h subject.h template.h timezone.h +uptime.o: tinymce.h 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 ../notify/templatesnotify.h ../core/users.h +uptime.o: ../core/ugcontainer.h ../core/lastcontainer.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/threadmanager.h ../core/timezones.h ../core/synchro.h vim.o: vim.h functionbase.h ../core/item.h ../../pikotools/space/space.h vim.o: ../../pikotools/textstream/types.h ../../pikotools/date/date.h vim.o: ../db/db.h ../db/dbbase.h ../db/dbconn.h ../db/dbtextstream.h @@ -1660,20 +1682,20 @@ vim.o: ../db/dbitemcolumns.h ../core/user.h ../core/group.h vim.o: ../core/dircontainer.h ../core/ugcontainer.h ../core/log.h vim.o: ../core/textstream.h ../core/logmanipulators.h ../core/slog.h vim.o: ../core/cur.h ../core/request.h ../core/error.h ../core/config.h -vim.o: ../core/htmlfilter.h ../templates/htmltextstream.h ../core/session.h -vim.o: ../core/user.h ../core/plugindata.h ../core/rebus.h mount.h -vim.o: ../templates/locale.h ../core/request.h ../core/config.h -vim.o: ../core/system.h ../core/job.h ../core/basethread.h ../core/synchro.h -vim.o: ../core/dirs.h ../core/dircontainer.h ../notify/notify.h -vim.o: ../notify/notifypool.h ../templates/patterns.h locale.h -vim.o: ../templates/localefilter.h ../../ezc/src/ezc.h -vim.o: ../../ezc/src/generator.h ../../ezc/src/pattern.h functions.h -vim.o: functionparser.h ../core/cur.h adduser.h cat.h chmod.h privchanger.h -vim.o: chown.h ckeditor.h cp.h default.h download.h emacs.h env.h last.h -vim.o: login.h logout.h ln.h ls.h man.h meta.h mkdir.h mv.h nicedit.h node.h -vim.o: passwd.h priv.h pw.h reload.h rm.h rmuser.h run.h sort.h -vim.o: specialdefault.h stat.h subject.h template.h timezone.h tinymce.h -vim.o: uname.h upload.h uptime.h who.h ../core/htmlfilter.h +vim.o: ../core/htmlfilter.h ../templates/htmltextstream.h +vim.o: ../../pikotools/space/spacetojson.h ../core/session.h ../core/user.h +vim.o: ../core/plugindata.h ../core/rebus.h mount.h ../templates/locale.h +vim.o: ../core/request.h ../core/config.h ../core/system.h ../core/job.h +vim.o: ../core/basethread.h ../core/synchro.h ../core/dirs.h +vim.o: ../core/dircontainer.h ../notify/notify.h ../notify/notifypool.h +vim.o: ../templates/patterns.h locale.h ../templates/localefilter.h +vim.o: ../../ezc/src/ezc.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: env.h last.h login.h logout.h ln.h ls.h man.h meta.h mkdir.h mv.h +vim.o: nicedit.h node.h passwd.h priv.h pw.h reload.h rm.h rmuser.h run.h +vim.o: sort.h specialdefault.h stat.h subject.h template.h timezone.h +vim.o: tinymce.h uname.h upload.h uptime.h who.h ../core/htmlfilter.h vim.o: ../../ezc/src/stringconv.h ../notify/notifythread.h vim.o: ../core/basethread.h ../notify/templatesnotify.h ../core/users.h vim.o: ../core/ugcontainer.h ../core/lastcontainer.h ../core/mounts.h @@ -1694,20 +1716,20 @@ who.o: ../db/dbitemcolumns.h ../core/user.h ../core/group.h who.o: ../core/dircontainer.h ../core/ugcontainer.h ../core/log.h who.o: ../core/textstream.h ../core/logmanipulators.h ../core/slog.h who.o: ../core/cur.h ../core/request.h ../core/error.h ../core/config.h -who.o: ../core/htmlfilter.h ../templates/htmltextstream.h ../core/session.h -who.o: ../core/user.h ../core/plugindata.h ../core/rebus.h mount.h -who.o: ../templates/locale.h ../core/request.h ../core/config.h -who.o: ../core/system.h ../core/job.h ../core/basethread.h ../core/synchro.h -who.o: ../core/dirs.h ../core/dircontainer.h ../notify/notify.h -who.o: ../notify/notifypool.h ../templates/patterns.h locale.h -who.o: ../templates/localefilter.h ../../ezc/src/ezc.h -who.o: ../../ezc/src/generator.h ../../ezc/src/pattern.h functions.h -who.o: functionparser.h ../core/cur.h adduser.h cat.h chmod.h privchanger.h -who.o: chown.h ckeditor.h cp.h default.h download.h emacs.h env.h last.h -who.o: login.h logout.h ln.h ls.h man.h meta.h mkdir.h mv.h nicedit.h node.h -who.o: passwd.h priv.h pw.h reload.h rm.h rmuser.h run.h sort.h -who.o: specialdefault.h stat.h subject.h template.h timezone.h tinymce.h -who.o: uname.h upload.h uptime.h vim.h ../core/htmlfilter.h +who.o: ../core/htmlfilter.h ../templates/htmltextstream.h +who.o: ../../pikotools/space/spacetojson.h ../core/session.h ../core/user.h +who.o: ../core/plugindata.h ../core/rebus.h mount.h ../templates/locale.h +who.o: ../core/request.h ../core/config.h ../core/system.h ../core/job.h +who.o: ../core/basethread.h ../core/synchro.h ../core/dirs.h +who.o: ../core/dircontainer.h ../notify/notify.h ../notify/notifypool.h +who.o: ../templates/patterns.h locale.h ../templates/localefilter.h +who.o: ../../ezc/src/ezc.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: env.h last.h login.h logout.h ln.h ls.h man.h meta.h mkdir.h mv.h +who.o: nicedit.h node.h passwd.h priv.h pw.h reload.h rm.h rmuser.h run.h +who.o: sort.h specialdefault.h stat.h subject.h template.h timezone.h +who.o: tinymce.h uname.h upload.h uptime.h vim.h ../core/htmlfilter.h who.o: ../../ezc/src/stringconv.h ../notify/notifythread.h who.o: ../core/basethread.h ../notify/templatesnotify.h ../core/users.h who.o: ../core/ugcontainer.h ../core/lastcontainer.h ../core/mounts.h diff --git a/html/index_ajaxcontent.html b/html/index_ajaxcontent.html new file mode 100755 index 0000000..f972084 --- /dev/null +++ b/html/index_ajaxcontent.html @@ -0,0 +1 @@ +[content] diff --git a/main/Makefile.dep b/main/Makefile.dep index 3d08640..b0d08b2 100755 --- a/main/Makefile.dep +++ b/main/Makefile.dep @@ -11,16 +11,17 @@ main.o: ../core/logmanipulators.h ../core/slog.h ../core/cur.h main.o: ../core/request.h ../core/error.h ../core/config.h main.o: ../../pikotools/space/spaceparser.h ../../pikotools/space/space.h main.o: ../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/slog.h ../core/app.h ../core/system.h -main.o: ../core/job.h ../core/basethread.h ../core/synchro.h ../core/dirs.h -main.o: ../core/dircontainer.h ../db/db.h ../db/dbbase.h ../db/dbconn.h -main.o: ../db/dbtextstream.h ../core/error.h ../db/dbitemquery.h -main.o: ../core/item.h ../db/dbitemcolumns.h ../core/user.h ../core/group.h -main.o: ../core/dircontainer.h ../core/ugcontainer.h ../core/log.h -main.o: ../notify/notify.h ../notify/notifypool.h ../templates/patterns.h -main.o: ../templates/locale.h ../templates/localefilter.h ../../ezc/src/ezc.h +main.o: ../core/textstream.h ../../pikotools/space/spacetojson.h +main.o: ../core/session.h ../core/user.h ../core/plugindata.h ../core/rebus.h +main.o: ../core/mount.h ../templates/locale.h ../core/slog.h ../core/app.h +main.o: ../core/system.h ../core/job.h ../core/basethread.h ../core/synchro.h +main.o: ../core/dirs.h ../core/dircontainer.h ../db/db.h ../db/dbbase.h +main.o: ../db/dbconn.h ../db/dbtextstream.h ../core/error.h +main.o: ../db/dbitemquery.h ../core/item.h ../db/dbitemcolumns.h +main.o: ../core/user.h ../core/group.h ../core/dircontainer.h +main.o: ../core/ugcontainer.h ../core/log.h ../notify/notify.h +main.o: ../notify/notifypool.h ../templates/patterns.h ../templates/locale.h +main.o: ../templates/localefilter.h ../../ezc/src/ezc.h main.o: ../../ezc/src/generator.h ../../ezc/src/pattern.h main.o: ../../ezc/src/functions.h ../../ezc/src/funinfo.h main.o: ../../ezc/src/stringconv.h ../notify/notifythread.h diff --git a/notify/Makefile.dep b/notify/Makefile.dep index ff8714a..a95e771 100755 --- a/notify/Makefile.dep +++ b/notify/Makefile.dep @@ -21,7 +21,8 @@ notify.o: ../core/htmlfilter.h ../core/users.h ../core/user.h notify.o: ../core/ugcontainer.h ../core/log.h ../core/textstream.h notify.o: ../core/logmanipulators.h ../core/slog.h ../core/cur.h notify.o: ../core/request.h ../core/requesttypes.h ../core/error.h -notify.o: ../core/config.h ../templates/htmltextstream.h ../core/session.h +notify.o: ../core/config.h ../templates/htmltextstream.h +notify.o: ../../pikotools/space/spacetojson.h ../core/session.h notify.o: ../core/plugindata.h ../core/rebus.h ../core/mount.h notify.o: ../core/lastcontainer.h ../db/db.h ../db/dbbase.h ../db/dbconn.h notify.o: ../db/dbtextstream.h ../core/error.h ../db/dbitemquery.h @@ -87,13 +88,13 @@ notifythread.o: ../core/ugcontainer.h ../core/log.h ../core/textstream.h notifythread.o: ../core/logmanipulators.h ../core/slog.h ../core/cur.h notifythread.o: ../core/request.h ../core/requesttypes.h ../core/error.h notifythread.o: ../core/config.h ../templates/htmltextstream.h -notifythread.o: ../core/session.h ../core/plugindata.h ../core/rebus.h -notifythread.o: ../core/mount.h ../core/lastcontainer.h ../db/db.h -notifythread.o: ../db/dbbase.h ../db/dbconn.h ../db/dbtextstream.h -notifythread.o: ../core/error.h ../db/dbitemquery.h ../core/item.h -notifythread.o: ../db/dbitemcolumns.h ../core/user.h ../core/group.h -notifythread.o: ../core/dircontainer.h ../core/ugcontainer.h -notifythread.o: ../templates/patterns.h +notifythread.o: ../../pikotools/space/spacetojson.h ../core/session.h +notifythread.o: ../core/plugindata.h ../core/rebus.h ../core/mount.h +notifythread.o: ../core/lastcontainer.h ../db/db.h ../db/dbbase.h +notifythread.o: ../db/dbconn.h ../db/dbtextstream.h ../core/error.h +notifythread.o: ../db/dbitemquery.h ../core/item.h ../db/dbitemcolumns.h +notifythread.o: ../core/user.h ../core/group.h ../core/dircontainer.h +notifythread.o: ../core/ugcontainer.h ../templates/patterns.h templatesnotify.o: templatesnotify.h ../../ezc/src/ezc.h templatesnotify.o: ../../ezc/src/generator.h ../../ezc/src/pattern.h templatesnotify.o: ../../ezc/src/item.h ../../ezc/src/funinfo.h @@ -115,21 +116,21 @@ templatesnotify.o: ../core/pluginmsg.h ../core/log.h ../core/textstream.h templatesnotify.o: ../core/logmanipulators.h ../core/slog.h ../core/cur.h templatesnotify.o: ../core/request.h ../core/requesttypes.h ../core/error.h templatesnotify.o: ../core/config.h ../templates/htmltextstream.h -templatesnotify.o: ../core/session.h ../core/user.h ../core/plugindata.h -templatesnotify.o: ../core/rebus.h ../core/mount.h ../core/system.h -templatesnotify.o: ../core/sessionmanager.h ../core/synchro.h -templatesnotify.o: ../functions/functions.h ../functions/functionbase.h -templatesnotify.o: ../core/item.h ../db/db.h ../db/dbbase.h ../db/dbconn.h -templatesnotify.o: ../db/dbtextstream.h ../core/error.h ../db/dbitemquery.h -templatesnotify.o: ../db/dbitemcolumns.h ../core/user.h ../core/group.h -templatesnotify.o: ../core/dircontainer.h ../core/ugcontainer.h -templatesnotify.o: ../core/request.h ../core/config.h ../core/htmlfilter.h -templatesnotify.o: ../core/system.h ../core/job.h ../core/basethread.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/threadmanager.h +templatesnotify.o: ../../pikotools/space/spacetojson.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: ../core/ugcontainer.h ../core/request.h ../core/config.h +templatesnotify.o: ../core/htmlfilter.h ../core/system.h ../core/job.h +templatesnotify.o: ../core/basethread.h ../core/dirs.h ../core/dircontainer.h +templatesnotify.o: ../notify/notify.h ../core/mounts.h ../core/mountparser.h +templatesnotify.o: ../core/crypt.h ../core/run.h ../core/users.h +templatesnotify.o: ../core/groups.h ../core/group.h ../core/ugcontainer.h +templatesnotify.o: ../core/loadavg.h ../core/image.h ../core/threadmanager.h templatesnotify.o: ../core/timezones.h ../core/timezone.h ../core/synchro.h templatesnotify.o: ../functions/functionparser.h ../core/cur.h templatesnotify.o: ../functions/adduser.h ../functions/cat.h diff --git a/plugins/export/Makefile.dep b/plugins/export/Makefile.dep index 8a37487..2c0c5ce 100755 --- a/plugins/export/Makefile.dep +++ b/plugins/export/Makefile.dep @@ -18,17 +18,18 @@ edb.o: ../../core/ugcontainer.h ../../core/log.h ../../core/textstream.h edb.o: ../../core/logmanipulators.h ../../core/slog.h ../../core/cur.h edb.o: ../../core/request.h ../../core/error.h ../../core/config.h edb.o: ../../core/htmlfilter.h ../../templates/htmltextstream.h -edb.o: ../../core/session.h ../../core/user.h ../../core/plugindata.h -edb.o: ../../core/rebus.h ../../core/mount.h ../../templates/locale.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/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 ../../core/log.h +edb.o: ../../../pikotools/space/spacetojson.h ../../core/session.h +edb.o: ../../core/user.h ../../core/plugindata.h ../../core/rebus.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/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 ../../core/log.h exportinfo.o: ../../core/log.h exportinfo.h ../../core/system.h exportinfo.o: ../../core/job.h ../../core/basethread.h ../../core/synchro.h exportinfo.o: ../../../pikotools/space/space.h @@ -51,8 +52,9 @@ exportinfo.o: ../../../pikotools/space/spaceparser.h exportinfo.o: ../../../pikotools/space/space.h ../../core/htmlfilter.h exportinfo.o: ../../templates/htmltextstream.h ../../core/textstream.h exportinfo.o: ../../core/misc.h ../../../pikotools/utf8/utf8.h -exportinfo.o: ../../core/session.h ../../core/user.h ../../core/plugindata.h -exportinfo.o: ../../core/rebus.h ../../core/mount.h ../../templates/locale.h +exportinfo.o: ../../../pikotools/space/spacetojson.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: ../../notify/notify.h ../../notify/notifypool.h exportinfo.o: ../../templates/patterns.h ../../templates/locale.h exportinfo.o: ../../templates/localefilter.h ../../../ezc/src/ezc.h @@ -100,23 +102,23 @@ funexport.o: ../../../pikotools/space/spaceparser.h funexport.o: ../../../pikotools/space/space.h ../../core/htmlfilter.h funexport.o: ../../templates/htmltextstream.h ../../core/textstream.h funexport.o: ../../core/misc.h ../../../pikotools/utf8/utf8.h -funexport.o: ../../core/session.h ../../core/user.h ../../core/plugindata.h -funexport.o: ../../core/rebus.h ../../core/mount.h ../../templates/locale.h -funexport.o: ../../core/request.h ../../core/config.h ../../core/system.h -funexport.o: ../../core/job.h ../../core/basethread.h ../../core/synchro.h -funexport.o: ../../core/dirs.h ../../core/dircontainer.h -funexport.o: ../../notify/notify.h ../../notify/notifypool.h -funexport.o: ../../templates/patterns.h ../../templates/locale.h -funexport.o: ../../templates/localefilter.h ../../../ezc/src/ezc.h -funexport.o: ../../../ezc/src/generator.h ../../../ezc/src/pattern.h -funexport.o: ../../../ezc/src/functions.h ../../../ezc/src/funinfo.h -funexport.o: ../../../ezc/src/stringconv.h ../../notify/notifythread.h -funexport.o: ../../core/basethread.h ../../notify/templatesnotify.h -funexport.o: ../../core/users.h ../../core/ugcontainer.h -funexport.o: ../../core/lastcontainer.h ../../core/mounts.h -funexport.o: ../../core/mountparser.h ../../core/crypt.h ../../core/run.h -funexport.o: ../../core/users.h ../../core/groups.h ../../core/group.h -funexport.o: ../../core/loadavg.h ../../core/image.h +funexport.o: ../../../pikotools/space/spacetojson.h ../../core/session.h +funexport.o: ../../core/user.h ../../core/plugindata.h ../../core/rebus.h +funexport.o: ../../core/mount.h ../../templates/locale.h ../../core/request.h +funexport.o: ../../core/config.h ../../core/system.h ../../core/job.h +funexport.o: ../../core/basethread.h ../../core/synchro.h ../../core/dirs.h +funexport.o: ../../core/dircontainer.h ../../notify/notify.h +funexport.o: ../../notify/notifypool.h ../../templates/patterns.h +funexport.o: ../../templates/locale.h ../../templates/localefilter.h +funexport.o: ../../../ezc/src/ezc.h ../../../ezc/src/generator.h +funexport.o: ../../../ezc/src/pattern.h ../../../ezc/src/functions.h +funexport.o: ../../../ezc/src/funinfo.h ../../../ezc/src/stringconv.h +funexport.o: ../../notify/notifythread.h ../../core/basethread.h +funexport.o: ../../notify/templatesnotify.h ../../core/users.h +funexport.o: ../../core/ugcontainer.h ../../core/lastcontainer.h +funexport.o: ../../core/mounts.h ../../core/mountparser.h ../../core/crypt.h +funexport.o: ../../core/run.h ../../core/users.h ../../core/groups.h +funexport.o: ../../core/group.h ../../core/loadavg.h ../../core/image.h funexport.o: ../../core/threadmanager.h ../../core/timezones.h funexport.o: ../../core/timezone.h ../../core/synchro.h exportinfo.h export.h funexport.o: edb.h ../../db/dbbase.h ../../db/dbconn.h @@ -136,7 +138,8 @@ init.o: ../../core/item.h ../../core/error.h ../../core/config.h init.o: ../../../pikotools/space/spaceparser.h init.o: ../../../pikotools/space/space.h ../../core/htmlfilter.h init.o: ../../templates/htmltextstream.h ../../core/textstream.h -init.o: ../../core/misc.h ../../../pikotools/utf8/utf8.h ../../core/session.h +init.o: ../../core/misc.h ../../../pikotools/utf8/utf8.h +init.o: ../../../pikotools/space/spacetojson.h ../../core/session.h init.o: ../../core/user.h ../../core/plugindata.h ../../core/rebus.h init.o: ../../core/mount.h ../../templates/locale.h ../../core/system.h init.o: ../../core/job.h ../../core/basethread.h ../../core/synchro.h diff --git a/plugins/gallery/Makefile.dep b/plugins/gallery/Makefile.dep index e7c825a..dc7c99b 100755 --- a/plugins/gallery/Makefile.dep +++ b/plugins/gallery/Makefile.dep @@ -20,11 +20,12 @@ 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/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/job.h ../../core/basethread.h ../../core/synchro.h -gallery.o: ../../core/dirs.h ../../core/dircontainer.h ../../notify/notify.h +gallery.o: ../../../pikotools/space/spacetojson.h ../../core/session.h +gallery.o: ../../core/user.h ../../core/plugindata.h ../../core/rebus.h +gallery.o: ../../core/mount.h ../../templates/locale.h ../../core/request.h +gallery.o: ../../core/config.h ../../core/system.h ../../core/job.h +gallery.o: ../../core/basethread.h ../../core/synchro.h ../../core/dirs.h +gallery.o: ../../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/generator.h @@ -60,7 +61,8 @@ 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/htmlfilter.h -init.o: ../../templates/htmltextstream.h ../../core/session.h +init.o: ../../templates/htmltextstream.h +init.o: ../../../pikotools/space/spacetojson.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/job.h @@ -125,23 +127,23 @@ 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/request.h ../../core/config.h ../../core/system.h -templates.o: ../../core/job.h ../../core/basethread.h ../../core/synchro.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 -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 ../../notify/templatesnotify.h -templates.o: ../../core/users.h ../../core/ugcontainer.h -templates.o: ../../core/lastcontainer.h ../../core/mounts.h -templates.o: ../../core/mountparser.h ../../core/crypt.h ../../core/run.h -templates.o: ../../core/users.h ../../core/groups.h ../../core/group.h -templates.o: ../../core/loadavg.h ../../core/image.h +templates.o: ../../../pikotools/space/spacetojson.h ../../core/session.h +templates.o: ../../core/user.h ../../core/plugindata.h ../../core/rebus.h +templates.o: ../../core/mount.h ../../templates/locale.h ../../core/request.h +templates.o: ../../core/config.h ../../core/system.h ../../core/job.h +templates.o: ../../core/basethread.h ../../core/synchro.h ../../core/dirs.h +templates.o: ../../core/dircontainer.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/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: ../../notify/templatesnotify.h ../../core/users.h +templates.o: ../../core/ugcontainer.h ../../core/lastcontainer.h +templates.o: ../../core/mounts.h ../../core/mountparser.h ../../core/crypt.h +templates.o: ../../core/run.h ../../core/users.h ../../core/groups.h +templates.o: ../../core/group.h ../../core/loadavg.h ../../core/image.h templates.o: ../../core/threadmanager.h ../../core/timezones.h templates.o: ../../core/timezone.h ../../core/synchro.h galleryinfo.h templates.o: ../../core/misc.h ../../core/plugin.h ../../core/pluginmsg.h diff --git a/plugins/group/Makefile.dep b/plugins/group/Makefile.dep index c5a2946..10ea806 100755 --- a/plugins/group/Makefile.dep +++ b/plugins/group/Makefile.dep @@ -22,7 +22,8 @@ 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/htmlfilter.h -groupinfo.o: ../../templates/htmltextstream.h ../../core/session.h +groupinfo.o: ../../templates/htmltextstream.h +groupinfo.o: ../../../pikotools/space/spacetojson.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 @@ -55,7 +56,8 @@ init.o: ../../../pikotools/space/spaceparser.h init.o: ../../../pikotools/space/space.h init.o: ../../../pikotools/textstream/types.h ../../core/htmlfilter.h init.o: ../../templates/htmltextstream.h ../../core/textstream.h -init.o: ../../core/misc.h ../../../pikotools/utf8/utf8.h ../../core/session.h +init.o: ../../core/misc.h ../../../pikotools/utf8/utf8.h +init.o: ../../../pikotools/space/spacetojson.h ../../core/session.h init.o: ../../core/user.h ../../core/plugindata.h ../../core/rebus.h init.o: ../../core/mount.h ../../templates/locale.h ../../core/system.h init.o: ../../core/job.h ../../core/basethread.h ../../core/synchro.h @@ -132,8 +134,9 @@ 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: ../../../pikotools/space/spacetojson.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 ../../notify/notifythread.h templates.o: ../../core/basethread.h ../../notify/templatesnotify.h diff --git a/plugins/menu/Makefile.dep b/plugins/menu/Makefile.dep index e7d6b5a..1ce7283 100755 --- a/plugins/menu/Makefile.dep +++ b/plugins/menu/Makefile.dep @@ -17,7 +17,8 @@ cache.o: ../../core/dircontainer.h ../../core/ugcontainer.h ../../core/log.h cache.o: ../../core/textstream.h ../../core/logmanipulators.h cache.o: ../../core/slog.h ../../core/cur.h ../../core/request.h cache.o: ../../core/error.h ../../core/config.h ../../core/htmlfilter.h -cache.o: ../../templates/htmltextstream.h ../../core/session.h +cache.o: ../../templates/htmltextstream.h +cache.o: ../../../pikotools/space/spacetojson.h ../../core/session.h cache.o: ../../core/user.h ../../core/plugindata.h ../../core/rebus.h cache.o: ../../core/mount.h ../../templates/locale.h ../../notify/notify.h cache.o: ../../notify/notifypool.h ../../templates/patterns.h @@ -42,7 +43,8 @@ init.o: ../../core/item.h ../../core/error.h ../../core/config.h init.o: ../../../pikotools/space/spaceparser.h init.o: ../../../pikotools/space/space.h ../../core/htmlfilter.h init.o: ../../templates/htmltextstream.h ../../core/textstream.h -init.o: ../../core/misc.h ../../../pikotools/utf8/utf8.h ../../core/session.h +init.o: ../../core/misc.h ../../../pikotools/utf8/utf8.h +init.o: ../../../pikotools/space/spacetojson.h ../../core/session.h init.o: ../../core/user.h ../../core/plugindata.h ../../core/rebus.h init.o: ../../core/mount.h ../../templates/locale.h ../../core/plugin.h init.o: ../../core/pluginmsg.h ../../core/log.h ../../core/system.h @@ -119,19 +121,19 @@ 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/plugin.h ../../core/pluginmsg.h ../../core/system.h -templates.o: ../../core/job.h ../../core/basethread.h ../../core/synchro.h -templates.o: ../../core/dirs.h ../../core/dircontainer.h -templates.o: ../../notify/notify.h ../../notify/notifypool.h -templates.o: ../../templates/patterns.h ../../notify/notifythread.h -templates.o: ../../core/basethread.h ../../notify/templatesnotify.h -templates.o: ../../core/users.h ../../core/ugcontainer.h -templates.o: ../../core/lastcontainer.h ../../core/mounts.h -templates.o: ../../core/mountparser.h ../../core/crypt.h ../../core/run.h -templates.o: ../../core/users.h ../../core/groups.h ../../core/group.h -templates.o: ../../core/loadavg.h ../../core/image.h +templates.o: ../../../pikotools/space/spacetojson.h ../../core/session.h +templates.o: ../../core/user.h ../../core/plugindata.h ../../core/rebus.h +templates.o: ../../core/mount.h ../../templates/locale.h ../../core/plugin.h +templates.o: ../../core/pluginmsg.h ../../core/system.h ../../core/job.h +templates.o: ../../core/basethread.h ../../core/synchro.h ../../core/dirs.h +templates.o: ../../core/dircontainer.h ../../notify/notify.h +templates.o: ../../notify/notifypool.h ../../templates/patterns.h +templates.o: ../../notify/notifythread.h ../../core/basethread.h +templates.o: ../../notify/templatesnotify.h ../../core/users.h +templates.o: ../../core/ugcontainer.h ../../core/lastcontainer.h +templates.o: ../../core/mounts.h ../../core/mountparser.h ../../core/crypt.h +templates.o: ../../core/run.h ../../core/users.h ../../core/groups.h +templates.o: ../../core/group.h ../../core/loadavg.h ../../core/image.h templates.o: ../../core/threadmanager.h ../../core/timezones.h templates.o: ../../core/timezone.h ../../core/sessionmanager.h templates.o: ../../core/sessioncontainer.h ../../functions/functions.h diff --git a/plugins/stats/Makefile.dep b/plugins/stats/Makefile.dep index 4f63bea..264ebf5 100755 --- a/plugins/stats/Makefile.dep +++ b/plugins/stats/Makefile.dep @@ -14,34 +14,34 @@ init.o: ../../core/request.h ../../core/error.h ../../core/config.h init.o: ../../../pikotools/space/spaceparser.h init.o: ../../../pikotools/space/space.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/request.h ../../core/config.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 ../../core/log.h -init.o: bot.h stats.h templates.h ../../core/plugin.h ../../core/pluginmsg.h -init.o: ../../core/system.h ../../core/job.h ../../core/basethread.h -init.o: ../../core/synchro.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/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 ../../notify/templatesnotify.h -init.o: ../../core/users.h ../../core/ugcontainer.h -init.o: ../../core/lastcontainer.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/threadmanager.h -init.o: ../../core/timezones.h ../../core/timezone.h -init.o: ../../core/sessionmanager.h ../../core/sessioncontainer.h -init.o: ../../functions/functions.h ../../functions/functionbase.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: ../../../pikotools/space/spacetojson.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 ../../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 +init.o: ../../core/log.h bot.h stats.h templates.h ../../core/plugin.h +init.o: ../../core/pluginmsg.h ../../core/system.h ../../core/job.h +init.o: ../../core/basethread.h ../../core/synchro.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/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: ../../notify/templatesnotify.h ../../core/users.h +init.o: ../../core/ugcontainer.h ../../core/lastcontainer.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/threadmanager.h ../../core/timezones.h +init.o: ../../core/timezone.h ../../core/sessionmanager.h +init.o: ../../core/sessioncontainer.h ../../functions/functions.h +init.o: ../../functions/functionbase.h ../../core/system.h +init.o: ../../core/synchro.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 @@ -75,8 +75,9 @@ stats.o: ../../core/request.h ../../core/error.h ../../core/config.h stats.o: ../../../pikotools/space/spaceparser.h stats.o: ../../../pikotools/space/space.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 +stats.o: ../../../pikotools/space/spacetojson.h ../../core/session.h +stats.o: ../../core/user.h ../../core/plugindata.h ../../core/rebus.h +stats.o: ../../core/mount.h ../../templates/locale.h templates.o: templates.h ../../core/plugin.h ../../core/pluginmsg.h templates.o: ../../core/log.h ../../core/plugindata.h ../../core/config.h templates.o: ../../../pikotools/space/spaceparser.h @@ -92,10 +93,11 @@ templates.o: ../../../pikotools/convert/inttostr.h templates.o: ../../../pikotools/membuffer/membuffer.h templates.o: ../../../pikotools/textstream/types.h templates.o: ../../../pikotools/utf8/utf8.h ../../templates/htmltextstream.h -templates.o: ../../core/textstream.h ../../core/system.h ../../core/job.h -templates.o: ../../core/basethread.h ../../core/synchro.h ../../core/dirs.h -templates.o: ../../core/dircontainer.h ../../db/db.h ../../db/dbbase.h -templates.o: ../../db/dbconn.h ../../db/dbtextstream.h ../../core/error.h +templates.o: ../../core/textstream.h ../../../pikotools/space/spacetojson.h +templates.o: ../../core/system.h ../../core/job.h ../../core/basethread.h +templates.o: ../../core/synchro.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 diff --git a/plugins/thread/Makefile.dep b/plugins/thread/Makefile.dep index 97e4579..ccbe121 100755 --- a/plugins/thread/Makefile.dep +++ b/plugins/thread/Makefile.dep @@ -21,7 +21,8 @@ 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/htmlfilter.h -createthread.o: ../../templates/htmltextstream.h ../../core/session.h +createthread.o: ../../templates/htmltextstream.h +createthread.o: ../../../pikotools/space/spacetojson.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 @@ -85,23 +86,23 @@ 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/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/job.h ../../core/basethread.h ../../core/synchro.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 -funthread.o: ../../../ezc/src/generator.h ../../../ezc/src/pattern.h -funthread.o: ../../../ezc/src/functions.h ../../../ezc/src/funinfo.h -funthread.o: ../../../ezc/src/stringconv.h ../../notify/notifythread.h -funthread.o: ../../core/basethread.h ../../notify/templatesnotify.h -funthread.o: ../../core/users.h ../../core/ugcontainer.h -funthread.o: ../../core/lastcontainer.h ../../core/mounts.h -funthread.o: ../../core/mountparser.h ../../core/crypt.h ../../core/run.h -funthread.o: ../../core/users.h ../../core/groups.h ../../core/group.h -funthread.o: ../../core/loadavg.h ../../core/image.h +funthread.o: ../../../pikotools/space/spacetojson.h ../../core/session.h +funthread.o: ../../core/user.h ../../core/plugindata.h ../../core/rebus.h +funthread.o: ../../core/mount.h ../../templates/locale.h ../../core/request.h +funthread.o: ../../core/config.h ../../core/system.h ../../core/job.h +funthread.o: ../../core/basethread.h ../../core/synchro.h ../../core/dirs.h +funthread.o: ../../core/dircontainer.h ../../notify/notify.h +funthread.o: ../../notify/notifypool.h ../../templates/patterns.h +funthread.o: ../../templates/locale.h ../../templates/localefilter.h +funthread.o: ../../../ezc/src/ezc.h ../../../ezc/src/generator.h +funthread.o: ../../../ezc/src/pattern.h ../../../ezc/src/functions.h +funthread.o: ../../../ezc/src/funinfo.h ../../../ezc/src/stringconv.h +funthread.o: ../../notify/notifythread.h ../../core/basethread.h +funthread.o: ../../notify/templatesnotify.h ../../core/users.h +funthread.o: ../../core/ugcontainer.h ../../core/lastcontainer.h +funthread.o: ../../core/mounts.h ../../core/mountparser.h ../../core/crypt.h +funthread.o: ../../core/run.h ../../core/users.h ../../core/groups.h +funthread.o: ../../core/group.h ../../core/loadavg.h ../../core/image.h funthread.o: ../../core/threadmanager.h ../../core/timezones.h funthread.o: ../../core/timezone.h ../../core/synchro.h tdb.h thread.h funthread.o: ../../db/dbbase.h threadinfo.h @@ -123,7 +124,8 @@ 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/htmlfilter.h -init.o: ../../templates/htmltextstream.h ../../core/session.h +init.o: ../../templates/htmltextstream.h +init.o: ../../../pikotools/space/spacetojson.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/job.h @@ -185,7 +187,8 @@ 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: ../../templates/htmltextstream.h +reply.o: ../../../pikotools/space/spacetojson.h ../../core/session.h reply.o: ../../core/user.h ../../core/plugindata.h ../../core/rebus.h reply.o: ../../core/mount.h ../../templates/locale.h ../../core/request.h reply.o: ../../core/config.h ../../core/system.h ../../core/job.h @@ -250,7 +253,8 @@ 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/htmlfilter.h -showthreads.o: ../../templates/htmltextstream.h ../../core/session.h +showthreads.o: ../../templates/htmltextstream.h +showthreads.o: ../../../pikotools/space/spacetojson.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 @@ -295,8 +299,9 @@ 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: ../../../pikotools/space/spacetojson.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 ../../../ezc/src/ezc.h @@ -362,8 +367,9 @@ 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: ../../../pikotools/space/spacetojson.h ../../core/session.h +threadinfo.o: ../../core/user.h ../../core/plugindata.h ../../core/rebus.h +threadinfo.o: ../../core/mount.h ../../templates/locale.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 diff --git a/plugins/ticket/Makefile.dep b/plugins/ticket/Makefile.dep index 1aaf74f..683a9bd 100755 --- a/plugins/ticket/Makefile.dep +++ b/plugins/ticket/Makefile.dep @@ -22,7 +22,8 @@ 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/htmlfilter.h -createticket.o: ../../templates/htmltextstream.h ../../core/session.h +createticket.o: ../../templates/htmltextstream.h +createticket.o: ../../../pikotools/space/spacetojson.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 @@ -88,7 +89,8 @@ 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/htmlfilter.h -editticket.o: ../../templates/htmltextstream.h ../../core/session.h +editticket.o: ../../templates/htmltextstream.h +editticket.o: ../../../pikotools/space/spacetojson.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 @@ -152,8 +154,9 @@ funticket.o: ../../core/log.h ../../core/textstream.h funticket.o: ../../core/logmanipulators.h ../../core/slog.h ../../core/cur.h funticket.o: ../../core/request.h ../../core/error.h ../../core/config.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: ../../../pikotools/space/spacetojson.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 @@ -216,7 +219,8 @@ 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/slog.h ../../core/cur.h ../../core/request.h init.o: ../../core/error.h ../../core/config.h ../../core/htmlfilter.h -init.o: ../../templates/htmltextstream.h ../../core/session.h +init.o: ../../templates/htmltextstream.h +init.o: ../../../pikotools/space/spacetojson.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 @@ -287,7 +291,8 @@ 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/htmlfilter.h -showtickets.o: ../../templates/htmltextstream.h ../../core/session.h +showtickets.o: ../../templates/htmltextstream.h +showtickets.o: ../../../pikotools/space/spacetojson.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 @@ -370,14 +375,14 @@ templates.o: ../../core/error.h ../../core/config.h templates.o: ../../../pikotools/space/spaceparser.h templates.o: ../../../pikotools/space/space.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 ../../notify/notify.h -templates.o: ../../notify/notifypool.h ../../templates/patterns.h -templates.o: ../../templates/locale.h ../../templates/localefilter.h -templates.o: ../../notify/notifythread.h ../../core/basethread.h -templates.o: ../../notify/templatesnotify.h ../../core/config.h -templates.o: ../../core/users.h ../../core/ugcontainer.h +templates.o: ../../core/misc.h ../../../pikotools/space/spacetojson.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: ../../notify/notify.h ../../notify/notifypool.h +templates.o: ../../templates/patterns.h ../../templates/locale.h +templates.o: ../../templates/localefilter.h ../../notify/notifythread.h +templates.o: ../../core/basethread.h ../../notify/templatesnotify.h +templates.o: ../../core/config.h ../../core/users.h ../../core/ugcontainer.h templates.o: ../../core/lastcontainer.h ../../core/mounts.h templates.o: ../../core/mountparser.h ../../core/crypt.h ../../core/run.h templates.o: ../../core/users.h ../../core/groups.h ../../core/group.h @@ -438,8 +443,9 @@ ticketinfo.o: ../../../pikotools/space/spaceparser.h ticketinfo.o: ../../../pikotools/space/space.h ../../core/htmlfilter.h ticketinfo.o: ../../templates/htmltextstream.h ../../core/textstream.h ticketinfo.o: ../../core/misc.h ../../../pikotools/utf8/utf8.h -ticketinfo.o: ../../core/session.h ../../core/user.h ../../core/plugindata.h -ticketinfo.o: ../../core/rebus.h ../../core/mount.h ../../templates/locale.h +ticketinfo.o: ../../../pikotools/space/spacetojson.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: ../../notify/notify.h ../../notify/notifypool.h ticketinfo.o: ../../templates/patterns.h ../../templates/locale.h ticketinfo.o: ../../templates/localefilter.h ../../../ezc/src/ezc.h diff --git a/templates/Makefile.dep b/templates/Makefile.dep index 1b08a0d..914e39b 100755 --- a/templates/Makefile.dep +++ b/templates/Makefile.dep @@ -17,8 +17,9 @@ adduser.o: indexpatterns.h patterns.h changepatterns.h ../core/config.h adduser.o: ../core/htmlfilter.h ../core/cur.h ../core/request.h adduser.o: ../core/requesttypes.h ../core/error.h ../core/config.h adduser.o: ../core/textstream.h ../templates/htmltextstream.h -adduser.o: ../core/session.h ../core/user.h ../core/plugindata.h -adduser.o: ../core/rebus.h ../core/mount.h ../core/system.h ../core/job.h +adduser.o: ../../pikotools/space/spacetojson.h ../core/session.h +adduser.o: ../core/user.h ../core/plugindata.h ../core/rebus.h +adduser.o: ../core/mount.h ../core/system.h ../core/job.h adduser.o: ../core/basethread.h ../core/synchro.h ../core/dirs.h adduser.o: ../core/dircontainer.h ../db/db.h ../db/dbbase.h ../db/dbconn.h adduser.o: ../db/dbtextstream.h ../core/error.h ../db/dbitemquery.h @@ -66,21 +67,21 @@ config.o: ../core/textstream.h patterncacher.h ../core/item.h indexpatterns.h config.o: patterns.h changepatterns.h ../core/config.h ../core/htmlfilter.h config.o: ../core/cur.h ../core/request.h ../core/requesttypes.h config.o: ../core/error.h ../core/config.h ../core/textstream.h -config.o: ../templates/htmltextstream.h ../core/session.h ../core/user.h -config.o: ../core/plugindata.h ../core/rebus.h ../core/mount.h -config.o: ../core/system.h ../core/job.h ../core/basethread.h -config.o: ../core/synchro.h ../core/dirs.h ../core/dircontainer.h ../db/db.h -config.o: ../db/dbbase.h ../db/dbconn.h ../db/dbtextstream.h ../core/error.h -config.o: ../db/dbitemquery.h ../db/dbitemcolumns.h ../core/user.h -config.o: ../core/group.h ../core/dircontainer.h ../core/ugcontainer.h -config.o: ../core/log.h ../core/logmanipulators.h ../core/slog.h -config.o: ../core/cur.h ../templates/locale.h ../notify/notify.h -config.o: ../notify/notifypool.h ../templates/patterns.h -config.o: ../notify/notifythread.h ../core/basethread.h -config.o: ../notify/templatesnotify.h ../core/users.h ../core/ugcontainer.h -config.o: ../core/lastcontainer.h ../core/mounts.h ../core/mountparser.h -config.o: ../core/crypt.h ../core/run.h ../core/users.h ../core/groups.h -config.o: ../core/group.h ../core/loadavg.h ../core/image.h +config.o: ../templates/htmltextstream.h ../../pikotools/space/spacetojson.h +config.o: ../core/session.h ../core/user.h ../core/plugindata.h +config.o: ../core/rebus.h ../core/mount.h ../core/system.h ../core/job.h +config.o: ../core/basethread.h ../core/synchro.h ../core/dirs.h +config.o: ../core/dircontainer.h ../db/db.h ../db/dbbase.h ../db/dbconn.h +config.o: ../db/dbtextstream.h ../core/error.h ../db/dbitemquery.h +config.o: ../db/dbitemcolumns.h ../core/user.h ../core/group.h +config.o: ../core/dircontainer.h ../core/ugcontainer.h ../core/log.h +config.o: ../core/logmanipulators.h ../core/slog.h ../core/cur.h +config.o: ../templates/locale.h ../notify/notify.h ../notify/notifypool.h +config.o: ../templates/patterns.h ../notify/notifythread.h +config.o: ../core/basethread.h ../notify/templatesnotify.h ../core/users.h +config.o: ../core/ugcontainer.h ../core/lastcontainer.h ../core/mounts.h +config.o: ../core/mountparser.h ../core/crypt.h ../core/run.h ../core/users.h +config.o: ../core/groups.h ../core/group.h ../core/loadavg.h ../core/image.h config.o: ../core/threadmanager.h ../core/timezones.h ../core/timezone.h config.o: ../core/sessionmanager.h ../core/sessioncontainer.h config.o: ../core/system.h ../core/htmlfilter.h @@ -99,13 +100,14 @@ dir.o: ../core/textstream.h patterncacher.h ../core/item.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/job.h ../core/basethread.h -dir.o: ../core/synchro.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: ../../pikotools/space/spacetojson.h ../core/session.h ../core/user.h +dir.o: ../core/plugindata.h ../core/rebus.h ../core/mount.h ../core/system.h +dir.o: ../core/job.h ../core/basethread.h ../core/synchro.h ../core/dirs.h +dir.o: ../core/dircontainer.h ../db/db.h ../db/dbbase.h ../db/dbconn.h +dir.o: ../db/dbtextstream.h ../core/error.h ../db/dbitemquery.h +dir.o: ../db/dbitemcolumns.h ../core/user.h ../core/group.h +dir.o: ../core/dircontainer.h ../core/ugcontainer.h ../core/log.h +dir.o: ../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: ../notify/templatesnotify.h ../core/users.h ../core/ugcontainer.h @@ -145,13 +147,14 @@ doc.o: ../core/textstream.h patterncacher.h ../core/item.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/job.h ../core/basethread.h -doc.o: ../core/synchro.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: ../../pikotools/space/spacetojson.h ../core/session.h ../core/user.h +doc.o: ../core/plugindata.h ../core/rebus.h ../core/mount.h ../core/system.h +doc.o: ../core/job.h ../core/basethread.h ../core/synchro.h ../core/dirs.h +doc.o: ../core/dircontainer.h ../db/db.h ../db/dbbase.h ../db/dbconn.h +doc.o: ../db/dbtextstream.h ../core/error.h ../db/dbitemquery.h +doc.o: ../db/dbitemcolumns.h ../core/user.h ../core/group.h +doc.o: ../core/dircontainer.h ../core/ugcontainer.h ../core/log.h +doc.o: ../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: ../notify/templatesnotify.h ../core/users.h ../core/ugcontainer.h @@ -176,13 +179,14 @@ env.o: ../core/textstream.h patterncacher.h ../core/item.h indexpatterns.h env.o: patterns.h changepatterns.h ../core/config.h ../core/htmlfilter.h env.o: ../core/cur.h ../core/request.h ../core/requesttypes.h ../core/error.h env.o: ../core/config.h ../core/textstream.h ../templates/htmltextstream.h -env.o: ../core/session.h ../core/user.h ../core/plugindata.h ../core/rebus.h -env.o: ../core/mount.h ../core/system.h ../core/job.h ../core/basethread.h -env.o: ../core/synchro.h ../core/dirs.h ../core/dircontainer.h ../db/db.h -env.o: ../db/dbbase.h ../db/dbconn.h ../db/dbtextstream.h ../core/error.h -env.o: ../db/dbitemquery.h ../db/dbitemcolumns.h ../core/user.h -env.o: ../core/group.h ../core/dircontainer.h ../core/ugcontainer.h -env.o: ../core/log.h ../core/logmanipulators.h ../core/slog.h ../core/cur.h +env.o: ../../pikotools/space/spacetojson.h ../core/session.h ../core/user.h +env.o: ../core/plugindata.h ../core/rebus.h ../core/mount.h ../core/system.h +env.o: ../core/job.h ../core/basethread.h ../core/synchro.h ../core/dirs.h +env.o: ../core/dircontainer.h ../db/db.h ../db/dbbase.h ../db/dbconn.h +env.o: ../db/dbtextstream.h ../core/error.h ../db/dbitemquery.h +env.o: ../db/dbitemcolumns.h ../core/user.h ../core/group.h +env.o: ../core/dircontainer.h ../core/ugcontainer.h ../core/log.h +env.o: ../core/logmanipulators.h ../core/slog.h ../core/cur.h env.o: ../templates/locale.h ../notify/notify.h ../notify/notifypool.h env.o: ../templates/patterns.h ../notify/notifythread.h ../core/basethread.h env.o: ../notify/templatesnotify.h ../core/users.h ../core/ugcontainer.h @@ -224,8 +228,9 @@ filters.o: indexpatterns.h patterns.h changepatterns.h ../core/config.h filters.o: ../core/htmlfilter.h ../core/cur.h ../core/request.h filters.o: ../core/requesttypes.h ../core/error.h ../core/config.h filters.o: ../core/textstream.h ../templates/htmltextstream.h -filters.o: ../core/session.h ../core/user.h ../core/plugindata.h -filters.o: ../core/rebus.h ../core/mount.h ../core/system.h ../core/job.h +filters.o: ../../pikotools/space/spacetojson.h ../core/session.h +filters.o: ../core/user.h ../core/plugindata.h ../core/rebus.h +filters.o: ../core/mount.h ../core/system.h ../core/job.h filters.o: ../core/basethread.h ../core/synchro.h ../core/dirs.h filters.o: ../core/dircontainer.h ../db/db.h ../db/dbbase.h ../db/dbconn.h filters.o: ../db/dbtextstream.h ../core/error.h ../db/dbitemquery.h @@ -289,21 +294,21 @@ insert.o: ../core/textstream.h patterncacher.h ../core/item.h indexpatterns.h insert.o: patterns.h changepatterns.h ../core/config.h ../core/htmlfilter.h insert.o: ../core/cur.h ../core/request.h ../core/requesttypes.h insert.o: ../core/error.h ../core/config.h ../core/textstream.h -insert.o: ../templates/htmltextstream.h ../core/session.h ../core/user.h -insert.o: ../core/plugindata.h ../core/rebus.h ../core/mount.h -insert.o: ../core/system.h ../core/job.h ../core/basethread.h -insert.o: ../core/synchro.h ../core/dirs.h ../core/dircontainer.h ../db/db.h -insert.o: ../db/dbbase.h ../db/dbconn.h ../db/dbtextstream.h ../core/error.h -insert.o: ../db/dbitemquery.h ../db/dbitemcolumns.h ../core/user.h -insert.o: ../core/group.h ../core/dircontainer.h ../core/ugcontainer.h -insert.o: ../core/log.h ../core/logmanipulators.h ../core/slog.h -insert.o: ../core/cur.h ../templates/locale.h ../notify/notify.h -insert.o: ../notify/notifypool.h ../templates/patterns.h -insert.o: ../notify/notifythread.h ../core/basethread.h -insert.o: ../notify/templatesnotify.h ../core/users.h ../core/ugcontainer.h -insert.o: ../core/lastcontainer.h ../core/mounts.h ../core/mountparser.h -insert.o: ../core/crypt.h ../core/run.h ../core/users.h ../core/groups.h -insert.o: ../core/group.h ../core/loadavg.h ../core/image.h +insert.o: ../templates/htmltextstream.h ../../pikotools/space/spacetojson.h +insert.o: ../core/session.h ../core/user.h ../core/plugindata.h +insert.o: ../core/rebus.h ../core/mount.h ../core/system.h ../core/job.h +insert.o: ../core/basethread.h ../core/synchro.h ../core/dirs.h +insert.o: ../core/dircontainer.h ../db/db.h ../db/dbbase.h ../db/dbconn.h +insert.o: ../db/dbtextstream.h ../core/error.h ../db/dbitemquery.h +insert.o: ../db/dbitemcolumns.h ../core/user.h ../core/group.h +insert.o: ../core/dircontainer.h ../core/ugcontainer.h ../core/log.h +insert.o: ../core/logmanipulators.h ../core/slog.h ../core/cur.h +insert.o: ../templates/locale.h ../notify/notify.h ../notify/notifypool.h +insert.o: ../templates/patterns.h ../notify/notifythread.h +insert.o: ../core/basethread.h ../notify/templatesnotify.h ../core/users.h +insert.o: ../core/ugcontainer.h ../core/lastcontainer.h ../core/mounts.h +insert.o: ../core/mountparser.h ../core/crypt.h ../core/run.h ../core/users.h +insert.o: ../core/groups.h ../core/group.h ../core/loadavg.h ../core/image.h insert.o: ../core/threadmanager.h ../core/timezones.h ../core/timezone.h insert.o: ../core/sessionmanager.h ../core/sessioncontainer.h insert.o: ../core/system.h ../core/htmlfilter.h ../core/request.h @@ -323,14 +328,14 @@ item.o: ../core/textstream.h patterncacher.h ../core/item.h indexpatterns.h item.o: patterns.h changepatterns.h ../core/config.h ../core/htmlfilter.h item.o: ../core/cur.h ../core/request.h ../core/requesttypes.h item.o: ../core/error.h ../core/config.h ../core/textstream.h -item.o: ../templates/htmltextstream.h ../core/session.h ../core/user.h -item.o: ../core/plugindata.h ../core/rebus.h ../core/mount.h ../core/system.h -item.o: ../core/job.h ../core/basethread.h ../core/synchro.h ../core/dirs.h -item.o: ../core/dircontainer.h ../db/db.h ../db/dbbase.h ../db/dbconn.h -item.o: ../db/dbtextstream.h ../core/error.h ../db/dbitemquery.h -item.o: ../db/dbitemcolumns.h ../core/user.h ../core/group.h -item.o: ../core/dircontainer.h ../core/ugcontainer.h ../core/log.h -item.o: ../core/logmanipulators.h ../core/slog.h ../core/cur.h +item.o: ../templates/htmltextstream.h ../../pikotools/space/spacetojson.h +item.o: ../core/session.h ../core/user.h ../core/plugindata.h ../core/rebus.h +item.o: ../core/mount.h ../core/system.h ../core/job.h ../core/basethread.h +item.o: ../core/synchro.h ../core/dirs.h ../core/dircontainer.h ../db/db.h +item.o: ../db/dbbase.h ../db/dbconn.h ../db/dbtextstream.h ../core/error.h +item.o: ../db/dbitemquery.h ../db/dbitemcolumns.h ../core/user.h +item.o: ../core/group.h ../core/dircontainer.h ../core/ugcontainer.h +item.o: ../core/log.h ../core/logmanipulators.h ../core/slog.h ../core/cur.h item.o: ../templates/locale.h ../notify/notify.h ../notify/notifypool.h item.o: ../templates/patterns.h ../notify/notifythread.h ../core/basethread.h item.o: ../notify/templatesnotify.h ../core/users.h ../core/ugcontainer.h @@ -356,14 +361,14 @@ last.o: ../core/textstream.h patterncacher.h ../core/item.h indexpatterns.h last.o: patterns.h changepatterns.h ../core/config.h ../core/htmlfilter.h last.o: ../core/cur.h ../core/request.h ../core/requesttypes.h last.o: ../core/error.h ../core/config.h ../core/textstream.h -last.o: ../templates/htmltextstream.h ../core/session.h ../core/user.h -last.o: ../core/plugindata.h ../core/rebus.h ../core/mount.h ../core/system.h -last.o: ../core/job.h ../core/basethread.h ../core/synchro.h ../core/dirs.h -last.o: ../core/dircontainer.h ../db/db.h ../db/dbbase.h ../db/dbconn.h -last.o: ../db/dbtextstream.h ../core/error.h ../db/dbitemquery.h -last.o: ../db/dbitemcolumns.h ../core/user.h ../core/group.h -last.o: ../core/dircontainer.h ../core/ugcontainer.h ../core/log.h -last.o: ../core/logmanipulators.h ../core/slog.h ../core/cur.h +last.o: ../templates/htmltextstream.h ../../pikotools/space/spacetojson.h +last.o: ../core/session.h ../core/user.h ../core/plugindata.h ../core/rebus.h +last.o: ../core/mount.h ../core/system.h ../core/job.h ../core/basethread.h +last.o: ../core/synchro.h ../core/dirs.h ../core/dircontainer.h ../db/db.h +last.o: ../db/dbbase.h ../db/dbconn.h ../db/dbtextstream.h ../core/error.h +last.o: ../db/dbitemquery.h ../db/dbitemcolumns.h ../core/user.h +last.o: ../core/group.h ../core/dircontainer.h ../core/ugcontainer.h +last.o: ../core/log.h ../core/logmanipulators.h ../core/slog.h ../core/cur.h last.o: ../templates/locale.h ../notify/notify.h ../notify/notifypool.h last.o: ../templates/patterns.h ../notify/notifythread.h ../core/basethread.h last.o: ../notify/templatesnotify.h ../core/users.h ../core/ugcontainer.h @@ -415,14 +420,15 @@ login.o: ../core/textstream.h patterncacher.h ../core/item.h indexpatterns.h login.o: patterns.h changepatterns.h ../core/config.h ../core/htmlfilter.h login.o: ../core/cur.h ../core/request.h ../core/requesttypes.h login.o: ../core/error.h ../core/config.h ../core/textstream.h -login.o: ../templates/htmltextstream.h ../core/session.h ../core/user.h -login.o: ../core/plugindata.h ../core/rebus.h ../core/mount.h -login.o: ../core/system.h ../core/job.h ../core/basethread.h -login.o: ../core/synchro.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: ../templates/htmltextstream.h ../../pikotools/space/spacetojson.h +login.o: ../core/session.h ../core/user.h ../core/plugindata.h +login.o: ../core/rebus.h ../core/mount.h ../core/system.h ../core/job.h +login.o: ../core/basethread.h ../core/synchro.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 ../notify/templatesnotify.h ../core/users.h @@ -447,13 +453,14 @@ ls.o: ../core/textstream.h patterncacher.h ../core/item.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/job.h ../core/basethread.h -ls.o: ../core/synchro.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: ../../pikotools/space/spacetojson.h ../core/session.h ../core/user.h +ls.o: ../core/plugindata.h ../core/rebus.h ../core/mount.h ../core/system.h +ls.o: ../core/job.h ../core/basethread.h ../core/synchro.h ../core/dirs.h +ls.o: ../core/dircontainer.h ../db/db.h ../db/dbbase.h ../db/dbconn.h +ls.o: ../db/dbtextstream.h ../core/error.h ../db/dbitemquery.h +ls.o: ../db/dbitemcolumns.h ../core/user.h ../core/group.h +ls.o: ../core/dircontainer.h ../core/ugcontainer.h ../core/log.h +ls.o: ../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: ../notify/templatesnotify.h ../core/users.h ../core/ugcontainer.h @@ -478,13 +485,14 @@ man.o: ../core/textstream.h patterncacher.h ../core/item.h indexpatterns.h man.o: patterns.h changepatterns.h ../core/config.h ../core/htmlfilter.h man.o: ../core/cur.h ../core/request.h ../core/requesttypes.h ../core/error.h man.o: ../core/config.h ../core/textstream.h ../templates/htmltextstream.h -man.o: ../core/session.h ../core/user.h ../core/plugindata.h ../core/rebus.h -man.o: ../core/mount.h ../core/system.h ../core/job.h ../core/basethread.h -man.o: ../core/synchro.h ../core/dirs.h ../core/dircontainer.h ../db/db.h -man.o: ../db/dbbase.h ../db/dbconn.h ../db/dbtextstream.h ../core/error.h -man.o: ../db/dbitemquery.h ../db/dbitemcolumns.h ../core/user.h -man.o: ../core/group.h ../core/dircontainer.h ../core/ugcontainer.h -man.o: ../core/log.h ../core/logmanipulators.h ../core/slog.h ../core/cur.h +man.o: ../../pikotools/space/spacetojson.h ../core/session.h ../core/user.h +man.o: ../core/plugindata.h ../core/rebus.h ../core/mount.h ../core/system.h +man.o: ../core/job.h ../core/basethread.h ../core/synchro.h ../core/dirs.h +man.o: ../core/dircontainer.h ../db/db.h ../db/dbbase.h ../db/dbconn.h +man.o: ../db/dbtextstream.h ../core/error.h ../db/dbitemquery.h +man.o: ../db/dbitemcolumns.h ../core/user.h ../core/group.h +man.o: ../core/dircontainer.h ../core/ugcontainer.h ../core/log.h +man.o: ../core/logmanipulators.h ../core/slog.h ../core/cur.h man.o: ../templates/locale.h ../notify/notify.h ../notify/notifypool.h man.o: ../templates/patterns.h ../notify/notifythread.h ../core/basethread.h man.o: ../notify/templatesnotify.h ../core/users.h ../core/ugcontainer.h @@ -524,14 +532,14 @@ misc.o: ../core/textstream.h patterncacher.h ../core/item.h indexpatterns.h misc.o: patterns.h changepatterns.h ../core/config.h ../core/htmlfilter.h misc.o: ../core/cur.h ../core/request.h ../core/requesttypes.h misc.o: ../core/error.h ../core/config.h ../core/textstream.h -misc.o: ../templates/htmltextstream.h ../core/session.h ../core/user.h -misc.o: ../core/plugindata.h ../core/rebus.h ../core/mount.h ../core/system.h -misc.o: ../core/job.h ../core/basethread.h ../core/synchro.h ../core/dirs.h -misc.o: ../core/dircontainer.h ../db/db.h ../db/dbbase.h ../db/dbconn.h -misc.o: ../db/dbtextstream.h ../core/error.h ../db/dbitemquery.h -misc.o: ../db/dbitemcolumns.h ../core/user.h ../core/group.h -misc.o: ../core/dircontainer.h ../core/ugcontainer.h ../core/log.h -misc.o: ../core/logmanipulators.h ../core/slog.h ../core/cur.h +misc.o: ../templates/htmltextstream.h ../../pikotools/space/spacetojson.h +misc.o: ../core/session.h ../core/user.h ../core/plugindata.h ../core/rebus.h +misc.o: ../core/mount.h ../core/system.h ../core/job.h ../core/basethread.h +misc.o: ../core/synchro.h ../core/dirs.h ../core/dircontainer.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 +misc.o: ../core/log.h ../core/logmanipulators.h ../core/slog.h ../core/cur.h misc.o: ../templates/locale.h ../notify/notify.h ../notify/notifypool.h misc.o: ../templates/patterns.h ../notify/notifythread.h ../core/basethread.h misc.o: ../notify/templatesnotify.h ../core/users.h ../core/ugcontainer.h @@ -558,8 +566,9 @@ miscspace.o: indexpatterns.h patterns.h changepatterns.h ../core/config.h miscspace.o: ../core/htmlfilter.h ../core/cur.h ../core/request.h miscspace.o: ../core/requesttypes.h ../core/error.h ../core/config.h miscspace.o: ../core/textstream.h ../templates/htmltextstream.h -miscspace.o: ../core/session.h ../core/user.h ../core/plugindata.h -miscspace.o: ../core/rebus.h ../core/mount.h ../core/system.h ../core/job.h +miscspace.o: ../../pikotools/space/spacetojson.h ../core/session.h +miscspace.o: ../core/user.h ../core/plugindata.h ../core/rebus.h +miscspace.o: ../core/mount.h ../core/system.h ../core/job.h miscspace.o: ../core/basethread.h ../core/synchro.h ../core/dirs.h miscspace.o: ../core/dircontainer.h ../db/db.h ../db/dbbase.h ../db/dbconn.h miscspace.o: ../db/dbtextstream.h ../core/error.h ../db/dbitemquery.h @@ -590,14 +599,15 @@ mount.o: ../core/textstream.h patterncacher.h ../core/item.h indexpatterns.h mount.o: patterns.h changepatterns.h ../core/config.h ../core/htmlfilter.h mount.o: ../core/cur.h ../core/request.h ../core/requesttypes.h mount.o: ../core/error.h ../core/config.h ../core/textstream.h -mount.o: ../templates/htmltextstream.h ../core/session.h ../core/user.h -mount.o: ../core/plugindata.h ../core/rebus.h ../core/mount.h -mount.o: ../core/system.h ../core/job.h ../core/basethread.h -mount.o: ../core/synchro.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: ../templates/htmltextstream.h ../../pikotools/space/spacetojson.h +mount.o: ../core/session.h ../core/user.h ../core/plugindata.h +mount.o: ../core/rebus.h ../core/mount.h ../core/system.h ../core/job.h +mount.o: ../core/basethread.h ../core/synchro.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 ../notify/templatesnotify.h ../core/users.h @@ -654,14 +664,14 @@ priv.o: ../core/textstream.h patterncacher.h ../core/item.h indexpatterns.h priv.o: patterns.h changepatterns.h ../core/config.h ../core/htmlfilter.h priv.o: ../core/cur.h ../core/request.h ../core/requesttypes.h priv.o: ../core/error.h ../core/config.h ../core/textstream.h -priv.o: ../templates/htmltextstream.h ../core/session.h ../core/user.h -priv.o: ../core/plugindata.h ../core/rebus.h ../core/mount.h ../core/system.h -priv.o: ../core/job.h ../core/basethread.h ../core/synchro.h ../core/dirs.h -priv.o: ../core/dircontainer.h ../db/db.h ../db/dbbase.h ../db/dbconn.h -priv.o: ../db/dbtextstream.h ../core/error.h ../db/dbitemquery.h -priv.o: ../db/dbitemcolumns.h ../core/user.h ../core/group.h -priv.o: ../core/dircontainer.h ../core/ugcontainer.h ../core/log.h -priv.o: ../core/logmanipulators.h ../core/slog.h ../core/cur.h +priv.o: ../templates/htmltextstream.h ../../pikotools/space/spacetojson.h +priv.o: ../core/session.h ../core/user.h ../core/plugindata.h ../core/rebus.h +priv.o: ../core/mount.h ../core/system.h ../core/job.h ../core/basethread.h +priv.o: ../core/synchro.h ../core/dirs.h ../core/dircontainer.h ../db/db.h +priv.o: ../db/dbbase.h ../db/dbconn.h ../db/dbtextstream.h ../core/error.h +priv.o: ../db/dbitemquery.h ../db/dbitemcolumns.h ../core/user.h +priv.o: ../core/group.h ../core/dircontainer.h ../core/ugcontainer.h +priv.o: ../core/log.h ../core/logmanipulators.h ../core/slog.h ../core/cur.h priv.o: ../templates/locale.h ../notify/notify.h ../notify/notifypool.h priv.o: ../templates/patterns.h ../notify/notifythread.h ../core/basethread.h priv.o: ../notify/templatesnotify.h ../core/users.h ../core/ugcontainer.h @@ -702,13 +712,14 @@ pw.o: ../core/textstream.h patterncacher.h ../core/item.h indexpatterns.h pw.o: patterns.h changepatterns.h ../core/config.h ../core/htmlfilter.h pw.o: ../core/cur.h ../core/request.h ../core/requesttypes.h ../core/error.h pw.o: ../core/config.h ../core/textstream.h ../templates/htmltextstream.h -pw.o: ../core/session.h ../core/user.h ../core/plugindata.h ../core/rebus.h -pw.o: ../core/mount.h ../core/system.h ../core/job.h ../core/basethread.h -pw.o: ../core/synchro.h ../core/dirs.h ../core/dircontainer.h ../db/db.h -pw.o: ../db/dbbase.h ../db/dbconn.h ../db/dbtextstream.h ../core/error.h -pw.o: ../db/dbitemquery.h ../db/dbitemcolumns.h ../core/user.h -pw.o: ../core/group.h ../core/dircontainer.h ../core/ugcontainer.h -pw.o: ../core/log.h ../core/logmanipulators.h ../core/slog.h ../core/cur.h +pw.o: ../../pikotools/space/spacetojson.h ../core/session.h ../core/user.h +pw.o: ../core/plugindata.h ../core/rebus.h ../core/mount.h ../core/system.h +pw.o: ../core/job.h ../core/basethread.h ../core/synchro.h ../core/dirs.h +pw.o: ../core/dircontainer.h ../db/db.h ../db/dbbase.h ../db/dbconn.h +pw.o: ../db/dbtextstream.h ../core/error.h ../db/dbitemquery.h +pw.o: ../db/dbitemcolumns.h ../core/user.h ../core/group.h +pw.o: ../core/dircontainer.h ../core/ugcontainer.h ../core/log.h +pw.o: ../core/logmanipulators.h ../core/slog.h ../core/cur.h pw.o: ../templates/locale.h ../notify/notify.h ../notify/notifypool.h pw.o: ../templates/patterns.h ../notify/notifythread.h ../core/basethread.h pw.o: ../notify/templatesnotify.h ../core/users.h ../core/ugcontainer.h @@ -734,14 +745,15 @@ rebus.o: ../core/textstream.h patterncacher.h ../core/item.h indexpatterns.h rebus.o: patterns.h changepatterns.h ../core/config.h ../core/htmlfilter.h rebus.o: ../core/cur.h ../core/request.h ../core/requesttypes.h rebus.o: ../core/error.h ../core/config.h ../core/textstream.h -rebus.o: ../templates/htmltextstream.h ../core/session.h ../core/user.h -rebus.o: ../core/plugindata.h ../core/rebus.h ../core/mount.h -rebus.o: ../core/system.h ../core/job.h ../core/basethread.h -rebus.o: ../core/synchro.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: ../templates/htmltextstream.h ../../pikotools/space/spacetojson.h +rebus.o: ../core/session.h ../core/user.h ../core/plugindata.h +rebus.o: ../core/rebus.h ../core/mount.h ../core/system.h ../core/job.h +rebus.o: ../core/basethread.h ../core/synchro.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 ../notify/templatesnotify.h ../core/users.h @@ -768,15 +780,16 @@ slog.o: ../core/textstream.h patterncacher.h ../core/item.h indexpatterns.h slog.o: patterns.h changepatterns.h ../core/config.h ../core/htmlfilter.h slog.o: ../core/cur.h ../core/request.h ../core/requesttypes.h slog.o: ../core/error.h ../core/config.h ../core/textstream.h -slog.o: ../templates/htmltextstream.h ../core/session.h ../core/user.h -slog.o: ../core/plugindata.h ../core/rebus.h ../core/mount.h ../core/system.h -slog.o: ../core/job.h ../core/basethread.h ../core/synchro.h ../core/dirs.h -slog.o: ../core/dircontainer.h ../db/db.h ../db/dbbase.h ../db/dbconn.h -slog.o: ../db/dbtextstream.h ../core/error.h ../db/dbitemquery.h -slog.o: ../db/dbitemcolumns.h ../core/user.h ../core/group.h -slog.o: ../core/dircontainer.h ../core/ugcontainer.h ../core/log.h -slog.o: ../core/slog.h ../notify/notify.h ../notify/notifypool.h -slog.o: ../templates/patterns.h ../notify/notifythread.h ../core/basethread.h +slog.o: ../templates/htmltextstream.h ../../pikotools/space/spacetojson.h +slog.o: ../core/session.h ../core/user.h ../core/plugindata.h ../core/rebus.h +slog.o: ../core/mount.h ../core/system.h ../core/job.h ../core/basethread.h +slog.o: ../core/synchro.h ../core/dirs.h ../core/dircontainer.h ../db/db.h +slog.o: ../db/dbbase.h ../db/dbconn.h ../db/dbtextstream.h ../core/error.h +slog.o: ../db/dbitemquery.h ../db/dbitemcolumns.h ../core/user.h +slog.o: ../core/group.h ../core/dircontainer.h ../core/ugcontainer.h +slog.o: ../core/log.h ../core/slog.h ../notify/notify.h +slog.o: ../notify/notifypool.h ../templates/patterns.h +slog.o: ../notify/notifythread.h ../core/basethread.h slog.o: ../notify/templatesnotify.h ../core/users.h ../core/ugcontainer.h slog.o: ../core/lastcontainer.h ../core/mounts.h ../core/mountparser.h slog.o: ../core/crypt.h ../core/run.h ../core/users.h ../core/groups.h @@ -799,14 +812,14 @@ stat.o: ../core/textstream.h patterncacher.h ../core/item.h indexpatterns.h stat.o: patterns.h changepatterns.h ../core/config.h ../core/htmlfilter.h stat.o: ../core/cur.h ../core/request.h ../core/requesttypes.h stat.o: ../core/error.h ../core/config.h ../core/textstream.h -stat.o: ../templates/htmltextstream.h ../core/session.h ../core/user.h -stat.o: ../core/plugindata.h ../core/rebus.h ../core/mount.h ../core/system.h -stat.o: ../core/job.h ../core/basethread.h ../core/synchro.h ../core/dirs.h -stat.o: ../core/dircontainer.h ../db/db.h ../db/dbbase.h ../db/dbconn.h -stat.o: ../db/dbtextstream.h ../core/error.h ../db/dbitemquery.h -stat.o: ../db/dbitemcolumns.h ../core/user.h ../core/group.h -stat.o: ../core/dircontainer.h ../core/ugcontainer.h ../core/log.h -stat.o: ../core/logmanipulators.h ../core/slog.h ../core/cur.h +stat.o: ../templates/htmltextstream.h ../../pikotools/space/spacetojson.h +stat.o: ../core/session.h ../core/user.h ../core/plugindata.h ../core/rebus.h +stat.o: ../core/mount.h ../core/system.h ../core/job.h ../core/basethread.h +stat.o: ../core/synchro.h ../core/dirs.h ../core/dircontainer.h ../db/db.h +stat.o: ../db/dbbase.h ../db/dbconn.h ../db/dbtextstream.h ../core/error.h +stat.o: ../db/dbitemquery.h ../db/dbitemcolumns.h ../core/user.h +stat.o: ../core/group.h ../core/dircontainer.h ../core/ugcontainer.h +stat.o: ../core/log.h ../core/logmanipulators.h ../core/slog.h ../core/cur.h stat.o: ../templates/locale.h ../notify/notify.h ../notify/notifypool.h stat.o: ../templates/patterns.h ../notify/notifythread.h ../core/basethread.h stat.o: ../notify/templatesnotify.h ../core/users.h ../core/ugcontainer.h @@ -831,13 +844,14 @@ sys.o: ../core/textstream.h patterncacher.h ../core/item.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/job.h ../core/basethread.h -sys.o: ../core/synchro.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: ../../pikotools/space/spacetojson.h ../core/session.h ../core/user.h +sys.o: ../core/plugindata.h ../core/rebus.h ../core/mount.h ../core/system.h +sys.o: ../core/job.h ../core/basethread.h ../core/synchro.h ../core/dirs.h +sys.o: ../core/dircontainer.h ../db/db.h ../db/dbbase.h ../db/dbconn.h +sys.o: ../db/dbtextstream.h ../core/error.h ../db/dbitemquery.h +sys.o: ../db/dbitemcolumns.h ../core/user.h ../core/group.h +sys.o: ../core/dircontainer.h ../core/ugcontainer.h ../core/log.h +sys.o: ../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: ../notify/templatesnotify.h ../core/users.h ../core/ugcontainer.h @@ -880,8 +894,9 @@ template.o: indexpatterns.h patterns.h changepatterns.h ../core/config.h template.o: ../core/htmlfilter.h ../core/cur.h ../core/request.h template.o: ../core/requesttypes.h ../core/error.h ../core/config.h template.o: ../core/textstream.h ../templates/htmltextstream.h -template.o: ../core/session.h ../core/user.h ../core/plugindata.h -template.o: ../core/rebus.h ../core/mount.h ../core/system.h ../core/job.h +template.o: ../../pikotools/space/spacetojson.h ../core/session.h +template.o: ../core/user.h ../core/plugindata.h ../core/rebus.h +template.o: ../core/mount.h ../core/system.h ../core/job.h template.o: ../core/basethread.h ../core/synchro.h ../core/dirs.h template.o: ../core/dircontainer.h ../db/db.h ../db/dbbase.h ../db/dbconn.h template.o: ../db/dbtextstream.h ../core/error.h ../db/dbitemquery.h @@ -915,8 +930,9 @@ templates.o: indexpatterns.h patterns.h changepatterns.h ../core/config.h templates.o: ../core/htmlfilter.h ../core/cur.h ../core/request.h templates.o: ../core/requesttypes.h ../core/error.h ../core/config.h templates.o: ../core/textstream.h ../templates/htmltextstream.h -templates.o: ../core/session.h ../core/user.h ../core/plugindata.h -templates.o: ../core/rebus.h ../core/mount.h ../core/system.h ../core/job.h +templates.o: ../../pikotools/space/spacetojson.h ../core/session.h +templates.o: ../core/user.h ../core/plugindata.h ../core/rebus.h +templates.o: ../core/mount.h ../core/system.h ../core/job.h templates.o: ../core/basethread.h ../core/synchro.h ../core/dirs.h templates.o: ../core/dircontainer.h ../db/db.h ../db/dbbase.h ../db/dbconn.h templates.o: ../db/dbtextstream.h ../core/error.h ../db/dbitemquery.h @@ -968,21 +984,21 @@ upload.o: ../core/textstream.h patterncacher.h ../core/item.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/job.h ../core/basethread.h -upload.o: ../core/synchro.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 -upload.o: ../notify/templatesnotify.h ../core/users.h ../core/ugcontainer.h -upload.o: ../core/lastcontainer.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: ../templates/htmltextstream.h ../../pikotools/space/spacetojson.h +upload.o: ../core/session.h ../core/user.h ../core/plugindata.h +upload.o: ../core/rebus.h ../core/mount.h ../core/system.h ../core/job.h +upload.o: ../core/basethread.h ../core/synchro.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 ../notify/templatesnotify.h ../core/users.h +upload.o: ../core/ugcontainer.h ../core/lastcontainer.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/threadmanager.h ../core/timezones.h ../core/timezone.h upload.o: ../core/sessionmanager.h ../core/sessioncontainer.h upload.o: ../core/system.h ../core/htmlfilter.h @@ -1002,21 +1018,21 @@ uptime.o: ../core/textstream.h patterncacher.h ../core/item.h indexpatterns.h uptime.o: patterns.h changepatterns.h ../core/config.h ../core/htmlfilter.h uptime.o: ../core/cur.h ../core/request.h ../core/requesttypes.h uptime.o: ../core/error.h ../core/config.h ../core/textstream.h -uptime.o: ../templates/htmltextstream.h ../core/session.h ../core/user.h -uptime.o: ../core/plugindata.h ../core/rebus.h ../core/mount.h -uptime.o: ../core/system.h ../core/job.h ../core/basethread.h -uptime.o: ../core/synchro.h ../core/dirs.h ../core/dircontainer.h ../db/db.h -uptime.o: ../db/dbbase.h ../db/dbconn.h ../db/dbtextstream.h ../core/error.h -uptime.o: ../db/dbitemquery.h ../db/dbitemcolumns.h ../core/user.h -uptime.o: ../core/group.h ../core/dircontainer.h ../core/ugcontainer.h -uptime.o: ../core/log.h ../core/logmanipulators.h ../core/slog.h -uptime.o: ../core/cur.h ../templates/locale.h ../notify/notify.h -uptime.o: ../notify/notifypool.h ../templates/patterns.h -uptime.o: ../notify/notifythread.h ../core/basethread.h -uptime.o: ../notify/templatesnotify.h ../core/users.h ../core/ugcontainer.h -uptime.o: ../core/lastcontainer.h ../core/mounts.h ../core/mountparser.h -uptime.o: ../core/crypt.h ../core/run.h ../core/users.h ../core/groups.h -uptime.o: ../core/group.h ../core/loadavg.h ../core/image.h +uptime.o: ../templates/htmltextstream.h ../../pikotools/space/spacetojson.h +uptime.o: ../core/session.h ../core/user.h ../core/plugindata.h +uptime.o: ../core/rebus.h ../core/mount.h ../core/system.h ../core/job.h +uptime.o: ../core/basethread.h ../core/synchro.h ../core/dirs.h +uptime.o: ../core/dircontainer.h ../db/db.h ../db/dbbase.h ../db/dbconn.h +uptime.o: ../db/dbtextstream.h ../core/error.h ../db/dbitemquery.h +uptime.o: ../db/dbitemcolumns.h ../core/user.h ../core/group.h +uptime.o: ../core/dircontainer.h ../core/ugcontainer.h ../core/log.h +uptime.o: ../core/logmanipulators.h ../core/slog.h ../core/cur.h +uptime.o: ../templates/locale.h ../notify/notify.h ../notify/notifypool.h +uptime.o: ../templates/patterns.h ../notify/notifythread.h +uptime.o: ../core/basethread.h ../notify/templatesnotify.h ../core/users.h +uptime.o: ../core/ugcontainer.h ../core/lastcontainer.h ../core/mounts.h +uptime.o: ../core/mountparser.h ../core/crypt.h ../core/run.h ../core/users.h +uptime.o: ../core/groups.h ../core/group.h ../core/loadavg.h ../core/image.h uptime.o: ../core/threadmanager.h ../core/timezones.h ../core/timezone.h uptime.o: ../core/sessionmanager.h ../core/sessioncontainer.h uptime.o: ../core/system.h ../core/htmlfilter.h @@ -1035,14 +1051,14 @@ user.o: ../core/textstream.h patterncacher.h ../core/item.h indexpatterns.h user.o: patterns.h changepatterns.h ../core/config.h ../core/htmlfilter.h user.o: ../core/cur.h ../core/request.h ../core/requesttypes.h user.o: ../core/error.h ../core/config.h ../core/textstream.h -user.o: ../templates/htmltextstream.h ../core/session.h ../core/user.h -user.o: ../core/plugindata.h ../core/rebus.h ../core/mount.h ../core/system.h -user.o: ../core/job.h ../core/basethread.h ../core/synchro.h ../core/dirs.h -user.o: ../core/dircontainer.h ../db/db.h ../db/dbbase.h ../db/dbconn.h -user.o: ../db/dbtextstream.h ../core/error.h ../db/dbitemquery.h -user.o: ../db/dbitemcolumns.h ../core/user.h ../core/group.h -user.o: ../core/dircontainer.h ../core/ugcontainer.h ../core/log.h -user.o: ../core/logmanipulators.h ../core/slog.h ../core/cur.h +user.o: ../templates/htmltextstream.h ../../pikotools/space/spacetojson.h +user.o: ../core/session.h ../core/user.h ../core/plugindata.h ../core/rebus.h +user.o: ../core/mount.h ../core/system.h ../core/job.h ../core/basethread.h +user.o: ../core/synchro.h ../core/dirs.h ../core/dircontainer.h ../db/db.h +user.o: ../db/dbbase.h ../db/dbconn.h ../db/dbtextstream.h ../core/error.h +user.o: ../db/dbitemquery.h ../db/dbitemcolumns.h ../core/user.h +user.o: ../core/group.h ../core/dircontainer.h ../core/ugcontainer.h +user.o: ../core/log.h ../core/logmanipulators.h ../core/slog.h ../core/cur.h user.o: ../templates/locale.h ../notify/notify.h ../notify/notifypool.h user.o: ../templates/patterns.h ../notify/notifythread.h ../core/basethread.h user.o: ../notify/templatesnotify.h ../core/users.h ../core/ugcontainer.h @@ -1067,13 +1083,14 @@ who.o: ../core/textstream.h patterncacher.h ../core/item.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/job.h ../core/basethread.h -who.o: ../core/synchro.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: ../../pikotools/space/spacetojson.h ../core/session.h ../core/user.h +who.o: ../core/plugindata.h ../core/rebus.h ../core/mount.h ../core/system.h +who.o: ../core/job.h ../core/basethread.h ../core/synchro.h ../core/dirs.h +who.o: ../core/dircontainer.h ../db/db.h ../db/dbbase.h ../db/dbconn.h +who.o: ../db/dbtextstream.h ../core/error.h ../db/dbitemquery.h +who.o: ../db/dbitemcolumns.h ../core/user.h ../core/group.h +who.o: ../core/dircontainer.h ../core/ugcontainer.h ../core/log.h +who.o: ../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: ../notify/templatesnotify.h ../core/users.h ../core/ugcontainer.h @@ -1098,14 +1115,15 @@ winix.o: ../core/textstream.h patterncacher.h ../core/item.h indexpatterns.h winix.o: patterns.h changepatterns.h ../core/config.h ../core/htmlfilter.h winix.o: ../core/cur.h ../core/request.h ../core/requesttypes.h winix.o: ../core/error.h ../core/config.h ../core/textstream.h -winix.o: ../templates/htmltextstream.h ../core/session.h ../core/user.h -winix.o: ../core/plugindata.h ../core/rebus.h ../core/mount.h -winix.o: ../core/system.h ../core/job.h ../core/basethread.h -winix.o: ../core/synchro.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: ../templates/htmltextstream.h ../../pikotools/space/spacetojson.h +winix.o: ../core/session.h ../core/user.h ../core/plugindata.h +winix.o: ../core/rebus.h ../core/mount.h ../core/system.h ../core/job.h +winix.o: ../core/basethread.h ../core/synchro.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 ../notify/templatesnotify.h ../core/users.h diff --git a/templates/templates.cpp b/templates/templates.cpp index 9888bf2..bb6ede1 100755 --- a/templates/templates.cpp +++ b/templates/templates.cpp @@ -21,6 +21,7 @@ namespace TemplatesFunctions size_t pat_index; // main index pattern size_t pat_index_fullscreen; // an empty pattern (without menus etc. but with all rest html tags, used for ckeditor images browser) size_t pat_index_rawcontent; // completly empty pattern (only content, without html tags such as , ) +size_t pat_index_ajaxcontent; // ajax pattern (only content, similar as pat_index_rawcontent) size_t pat_err_404; // 404 error size_t pat_err_per_denied; // permission denied error @@ -768,6 +769,7 @@ using namespace TemplatesFunctions; pat_index = patterns.Add(config->templates_index); pat_index_fullscreen = patterns.Add(L"index_fullscreen.html"); pat_index_rawcontent = patterns.Add(L"index_rawcontent.html"); + pat_index_ajaxcontent = patterns.Add(L"index_ajaxcontent.html"); pat_err_404 = patterns.Add(L"err_404.html"); pat_err_per_denied = patterns.Add(L"err_per_denied.html"); @@ -854,6 +856,9 @@ using namespace TemplatesFunctions; Ezc::Pattern * index = 0; + if( cur->request->ajax_serializer ) + index = patterns.Get(pat_index_ajaxcontent, locale.GetCurLang()); + else if( cur->request->IsParam(L"rawcontent") ) index = patterns.Get(pat_index_rawcontent, locale.GetCurLang()); else diff --git a/templates/templates.h b/templates/templates.h index 88e07ee..99b9acb 100755 --- a/templates/templates.h +++ b/templates/templates.h @@ -37,6 +37,7 @@ class Functions; namespace TemplatesFunctions { extern size_t pat_index; + extern size_t pat_index_ajaxcontent; extern size_t pat_index_fullscreen; extern size_t pat_index_rawcontent; extern size_t pat_err_404;