From ec773e5f29892f7661fd298cc82cca915d51e441 Mon Sep 17 00:00:00 2001 From: Tomasz Sowa Date: Wed, 30 May 2012 19:04:18 +0000 Subject: [PATCH] added: TimeZone struct (core) this class has information about a time zone (utf offset, daylight saving time) and methods for converting between UTC and local time structs User and Config has a TimeZone object System::ToLocal() and System::ToUTC() uses it for converting (depending whether a user is logged or not) git-svn-id: svn://ttmath.org/publicrep/winix/trunk@842 e52654a7-88a9-db11-a3e9-0013d4bc506e --- core/Makefile.dep | 191 ++++----- core/Makefile.o.dep | 2 +- core/config.cpp | 6 +- core/config.h | 22 +- core/session.cpp | 1 - core/session.h | 8 - core/system.cpp | 56 ++- core/system.h | 11 +- core/timezone.cpp | 163 ++++++++ core/timezone.h | 93 +++++ core/user.cpp | 63 +++ core/user.h | 68 +--- core/users.cpp | 9 - core/users.h | 1 - db/Makefile.dep | 13 +- functions/Makefile.dep | 745 ++++++++++++++++++----------------- main/Makefile.dep | 2 +- notify/Makefile.dep | 85 ++-- plugins/export/Makefile.dep | 86 ++-- plugins/gallery/Makefile.dep | 59 +-- plugins/group/Makefile.dep | 39 +- plugins/menu/Makefile.dep | 78 ++-- plugins/stats/Makefile.dep | 72 ++-- plugins/thread/Makefile.dep | 101 ++--- plugins/thread/templates.cpp | 4 +- plugins/ticket/Makefile.dep | 116 +++--- templates/Makefile.dep | 543 ++++++++++++------------- templates/dir.cpp | 4 +- templates/item.cpp | 8 +- templates/misc.cpp | 2 +- templates/stat.cpp | 4 +- 31 files changed, 1505 insertions(+), 1150 deletions(-) create mode 100644 core/timezone.cpp create mode 100644 core/timezone.h create mode 100755 core/user.cpp diff --git a/core/Makefile.dep b/core/Makefile.dep index aae0da7..b3e506e 100755 --- a/core/Makefile.dep +++ b/core/Makefile.dep @@ -2,16 +2,16 @@ acceptbaseparser.o: acceptbaseparser.h app.o: app.h config.h ../../pikotools/space/spaceparser.h -app.o: ../../pikotools/space/space.h htmlfilter.h system.h job.h basethread.h -app.o: synchro.h ../../pikotools/space/space.h dirs.h item.h -app.o: ../../pikotools/date/date.h dircontainer.h ../db/db.h ../db/dbbase.h -app.o: ../db/dbconn.h ../db/dbtextstream.h ../core/textstream.h misc.h -app.o: requesttypes.h ../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: ../../pikotools/space/space.h htmlfilter.h timezone.h +app.o: ../../pikotools/date/date.h ../../pikotools/space/space.h system.h +app.o: job.h basethread.h synchro.h dirs.h item.h dircontainer.h ../db/db.h +app.o: ../db/dbbase.h ../db/dbconn.h ../db/dbtextstream.h +app.o: ../core/textstream.h misc.h requesttypes.h ../core/error.h +app.o: ../db/dbitemquery.h ../core/item.h ../db/dbitemcolumns.h +app.o: ../core/user.h ../core/group.h ../core/dircontainer.h +app.o: ../core/ugcontainer.h log.h textstream.h logmanipulators.h slog.h +app.o: cur.h request.h error.h ../templates/htmltextstream.h session.h user.h +app.o: plugindata.h rebus.h 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: ../../ezc/src/generator.h ../../ezc/src/pattern.h @@ -50,44 +50,45 @@ compress.o: compress.h log.h textstream.h logmanipulators.h slog.h cur.h compress.o: request.h requesttypes.h item.h ../../pikotools/space/space.h compress.o: ../../pikotools/date/date.h error.h config.h compress.o: ../../pikotools/space/spaceparser.h ../../pikotools/space/space.h -compress.o: htmlfilter.h ../templates/htmltextstream.h ../core/textstream.h -compress.o: misc.h session.h user.h plugindata.h rebus.h mount.h -compress.o: ../templates/locale.h +compress.o: htmlfilter.h timezone.h ../templates/htmltextstream.h +compress.o: ../core/textstream.h misc.h session.h user.h plugindata.h rebus.h +compress.o: mount.h ../templates/locale.h config.o: config.h ../../pikotools/space/spaceparser.h -config.o: ../../pikotools/space/space.h htmlfilter.h log.h textstream.h -config.o: logmanipulators.h slog.h cur.h request.h requesttypes.h item.h -config.o: ../../pikotools/space/space.h ../../pikotools/date/date.h error.h -config.o: ../templates/htmltextstream.h ../core/textstream.h misc.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: ../../pikotools/utf8/utf8.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 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: ../../pikotools/space/space.h htmlfilter.h timezone.h +config.o: ../../pikotools/date/date.h ../../pikotools/space/space.h log.h +config.o: textstream.h logmanipulators.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 session.h user.h plugindata.h rebus.h +config.o: mount.h ../templates/locale.h plugin.h pluginmsg.h system.h job.h +config.o: 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 ../../pikotools/utf8/utf8.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: sessionmanager.h 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 @@ -95,17 +96,17 @@ config.o: ../templates/patterncacher.h ../templates/indexpatterns.h config.o: ../templates/patterns.h ../templates/changepatterns.h config.o: ../templates/htmltextstream.h ../core/sessionmanager.h crypt.o: crypt.h run.h config.h ../../pikotools/space/spaceparser.h -crypt.o: ../../pikotools/space/space.h htmlfilter.h user.h -crypt.o: ../../pikotools/utf8/utf8.h misc.h item.h -crypt.o: ../../pikotools/space/space.h ../../pikotools/date/date.h -crypt.o: requesttypes.h log.h textstream.h logmanipulators.h slog.h cur.h -crypt.o: request.h error.h ../templates/htmltextstream.h ../core/textstream.h -crypt.o: session.h plugindata.h rebus.h mount.h ../templates/locale.h +crypt.o: ../../pikotools/space/space.h htmlfilter.h timezone.h +crypt.o: ../../pikotools/date/date.h ../../pikotools/space/space.h user.h +crypt.o: ../../pikotools/utf8/utf8.h misc.h item.h requesttypes.h log.h +crypt.o: textstream.h 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 dircontainer.o: dircontainer.h item.h ../../pikotools/space/space.h dircontainer.o: ../../pikotools/date/date.h log.h textstream.h dircontainer.o: logmanipulators.h slog.h cur.h request.h requesttypes.h dircontainer.o: error.h config.h ../../pikotools/space/spaceparser.h -dircontainer.o: ../../pikotools/space/space.h htmlfilter.h +dircontainer.o: ../../pikotools/space/space.h htmlfilter.h timezone.h dircontainer.o: ../templates/htmltextstream.h ../core/textstream.h misc.h dircontainer.o: session.h user.h plugindata.h rebus.h mount.h dircontainer.o: ../templates/locale.h @@ -114,7 +115,7 @@ 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 dirs.o: requesttypes.h ../core/error.h ../../pikotools/space/spaceparser.h dirs.o: ../../pikotools/space/space.h ../db/dbitemquery.h ../core/item.h -dirs.o: ../db/dbitemcolumns.h ../core/user.h ../core/group.h +dirs.o: ../db/dbitemcolumns.h ../core/user.h timezone.h ../core/group.h dirs.o: ../core/dircontainer.h ../core/ugcontainer.h log.h textstream.h dirs.o: logmanipulators.h slog.h cur.h request.h error.h config.h dirs.o: htmlfilter.h ../templates/htmltextstream.h session.h user.h @@ -132,7 +133,7 @@ groups.o: ../db/dbconn.h ../db/dbtextstream.h ../core/textstream.h misc.h groups.o: item.h ../../pikotools/space/space.h ../../pikotools/date/date.h groups.o: requesttypes.h ../core/error.h ../../pikotools/space/spaceparser.h groups.o: ../../pikotools/space/space.h ../db/dbitemquery.h ../core/item.h -groups.o: ../db/dbitemcolumns.h ../core/user.h ../core/group.h +groups.o: ../db/dbitemcolumns.h ../core/user.h timezone.h ../core/group.h groups.o: ../core/dircontainer.h ../core/ugcontainer.h log.h textstream.h groups.o: logmanipulators.h slog.h cur.h request.h error.h config.h groups.o: htmlfilter.h ../templates/htmltextstream.h session.h user.h @@ -145,7 +146,7 @@ image.o: ../core/textstream.h misc.h item.h ../../pikotools/space/space.h image.o: ../../pikotools/date/date.h requesttypes.h ../core/error.h image.o: ../../pikotools/space/spaceparser.h ../../pikotools/space/space.h 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/user.h timezone.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 @@ -183,12 +184,12 @@ image.o: ../templates/htmltextstream.h ../core/sessionmanager.h item.o: item.h ../../pikotools/space/space.h ../../pikotools/date/date.h item.o: misc.h requesttypes.h crypt.h run.h config.h item.o: ../../pikotools/space/spaceparser.h ../../pikotools/space/space.h -item.o: htmlfilter.h user.h +item.o: htmlfilter.h timezone.h user.h job.o: job.h basethread.h synchro.h ../../pikotools/space/space.h plugin.h job.o: pluginmsg.h log.h textstream.h logmanipulators.h slog.h cur.h job.o: request.h requesttypes.h item.h ../../pikotools/date/date.h error.h job.o: config.h ../../pikotools/space/spaceparser.h -job.o: ../../pikotools/space/space.h htmlfilter.h +job.o: ../../pikotools/space/space.h htmlfilter.h timezone.h job.o: ../templates/htmltextstream.h ../core/textstream.h misc.h session.h job.o: user.h plugindata.h rebus.h mount.h ../templates/locale.h system.h job.o: dirs.h dircontainer.h ../db/db.h ../db/dbbase.h ../db/dbconn.h @@ -229,7 +230,7 @@ lastcontainer.o: lastcontainer.h ../../pikotools/date/date.h log.h lastcontainer.o: textstream.h logmanipulators.h slog.h cur.h request.h lastcontainer.o: requesttypes.h item.h ../../pikotools/space/space.h error.h lastcontainer.o: config.h ../../pikotools/space/spaceparser.h -lastcontainer.o: ../../pikotools/space/space.h htmlfilter.h +lastcontainer.o: ../../pikotools/space/space.h htmlfilter.h timezone.h lastcontainer.o: ../templates/htmltextstream.h ../core/textstream.h misc.h lastcontainer.o: session.h user.h plugindata.h rebus.h mount.h lastcontainer.o: ../templates/locale.h @@ -237,23 +238,23 @@ loadavg.o: loadavg.h log.h textstream.h logmanipulators.h slog.h cur.h loadavg.o: request.h requesttypes.h item.h ../../pikotools/space/space.h loadavg.o: ../../pikotools/date/date.h error.h config.h loadavg.o: ../../pikotools/space/spaceparser.h ../../pikotools/space/space.h -loadavg.o: htmlfilter.h ../templates/htmltextstream.h ../core/textstream.h -loadavg.o: misc.h session.h user.h plugindata.h rebus.h mount.h -loadavg.o: ../templates/locale.h +loadavg.o: htmlfilter.h timezone.h ../templates/htmltextstream.h +loadavg.o: ../core/textstream.h misc.h session.h user.h plugindata.h rebus.h +loadavg.o: mount.h ../templates/locale.h log.o: log.h textstream.h logmanipulators.h slog.h cur.h request.h log.o: requesttypes.h item.h ../../pikotools/space/space.h log.o: ../../pikotools/date/date.h error.h config.h log.o: ../../pikotools/space/spaceparser.h ../../pikotools/space/space.h -log.o: htmlfilter.h ../templates/htmltextstream.h ../core/textstream.h misc.h -log.o: session.h user.h plugindata.h rebus.h mount.h ../templates/locale.h -log.o: ../../pikotools/utf8/utf8.h +log.o: htmlfilter.h timezone.h ../templates/htmltextstream.h +log.o: ../core/textstream.h misc.h session.h user.h plugindata.h rebus.h +log.o: mount.h ../templates/locale.h ../../pikotools/utf8/utf8.h misc.o: misc.h item.h ../../pikotools/space/space.h misc.o: ../../pikotools/date/date.h requesttypes.h log.h textstream.h misc.o: logmanipulators.h slog.h cur.h request.h error.h config.h misc.o: ../../pikotools/space/spaceparser.h ../../pikotools/space/space.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: htmlfilter.h timezone.h ../templates/htmltextstream.h +misc.o: ../core/textstream.h session.h user.h plugindata.h rebus.h mount.h +misc.o: ../templates/locale.h ../templates/templates.h ../../ezc/src/ezc.h misc.o: ../../ezc/src/generator.h ../../ezc/src/pattern.h misc.o: ../../ezc/src/functions.h ../../ezc/src/funinfo.h misc.o: ../../ezc/src/stringconv.h ../../pikotools/utf8/utf8.h @@ -274,7 +275,7 @@ mountparser.o: ../db/dbbase.h ../db/dbconn.h ../db/dbtextstream.h mountparser.o: ../core/textstream.h misc.h requesttypes.h ../core/error.h mountparser.o: ../../pikotools/space/spaceparser.h mountparser.o: ../../pikotools/space/space.h ../db/dbitemquery.h -mountparser.o: ../core/item.h ../db/dbitemcolumns.h ../core/user.h +mountparser.o: ../core/item.h ../db/dbitemcolumns.h ../core/user.h timezone.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 @@ -294,7 +295,7 @@ mounts.o: dircontainer.h ../db/db.h ../db/dbbase.h ../db/dbconn.h mounts.o: ../db/dbtextstream.h ../core/textstream.h misc.h requesttypes.h mounts.o: ../core/error.h ../../pikotools/space/spaceparser.h mounts.o: ../../pikotools/space/space.h ../db/dbitemquery.h ../core/item.h -mounts.o: ../db/dbitemcolumns.h ../core/user.h ../core/group.h +mounts.o: ../db/dbitemcolumns.h ../core/user.h timezone.h ../core/group.h mounts.o: ../core/dircontainer.h ../core/ugcontainer.h log.h textstream.h mounts.o: logmanipulators.h slog.h cur.h request.h config.h htmlfilter.h mounts.o: ../templates/htmltextstream.h session.h user.h plugindata.h rebus.h @@ -334,10 +335,10 @@ plugin.o: plugin.h pluginmsg.h log.h textstream.h logmanipulators.h slog.h plugin.o: cur.h request.h requesttypes.h item.h ../../pikotools/space/space.h plugin.o: ../../pikotools/date/date.h error.h config.h plugin.o: ../../pikotools/space/spaceparser.h ../../pikotools/space/space.h -plugin.o: htmlfilter.h ../templates/htmltextstream.h ../core/textstream.h -plugin.o: misc.h session.h user.h plugindata.h rebus.h mount.h -plugin.o: ../templates/locale.h system.h job.h basethread.h synchro.h dirs.h -plugin.o: dircontainer.h ../db/db.h ../db/dbbase.h ../db/dbconn.h +plugin.o: htmlfilter.h timezone.h ../templates/htmltextstream.h +plugin.o: ../core/textstream.h misc.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: ../core/dircontainer.h ../core/ugcontainer.h ../notify/notify.h @@ -375,7 +376,7 @@ plugindata.o: plugindata.h plugin.h pluginmsg.h log.h textstream.h plugindata.o: logmanipulators.h slog.h cur.h request.h requesttypes.h item.h plugindata.o: ../../pikotools/space/space.h ../../pikotools/date/date.h plugindata.o: error.h config.h ../../pikotools/space/spaceparser.h -plugindata.o: ../../pikotools/space/space.h htmlfilter.h +plugindata.o: ../../pikotools/space/space.h htmlfilter.h timezone.h plugindata.o: ../templates/htmltextstream.h ../core/textstream.h misc.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 @@ -418,23 +419,23 @@ plugindata.o: ../templates/changepatterns.h ../templates/htmltextstream.h plugindata.o: ../core/sessionmanager.h postmultiparser.o: postmultiparser.h error.h requesttypes.h config.h postmultiparser.o: ../../pikotools/space/spaceparser.h -postmultiparser.o: ../../pikotools/space/space.h htmlfilter.h misc.h item.h -postmultiparser.o: ../../pikotools/space/space.h ../../pikotools/date/date.h -postmultiparser.o: log.h textstream.h logmanipulators.h slog.h cur.h -postmultiparser.o: request.h ../templates/htmltextstream.h +postmultiparser.o: ../../pikotools/space/space.h htmlfilter.h timezone.h +postmultiparser.o: ../../pikotools/date/date.h ../../pikotools/space/space.h +postmultiparser.o: misc.h item.h log.h textstream.h logmanipulators.h slog.h +postmultiparser.o: cur.h request.h ../templates/htmltextstream.h postmultiparser.o: ../core/textstream.h session.h user.h plugindata.h rebus.h postmultiparser.o: mount.h ../templates/locale.h ../../pikotools/utf8/utf8.h rebus.o: log.h textstream.h logmanipulators.h slog.h cur.h request.h rebus.o: requesttypes.h item.h ../../pikotools/space/space.h rebus.o: ../../pikotools/date/date.h error.h config.h rebus.o: ../../pikotools/space/spaceparser.h ../../pikotools/space/space.h -rebus.o: htmlfilter.h ../templates/htmltextstream.h ../core/textstream.h -rebus.o: misc.h session.h user.h plugindata.h rebus.h mount.h -rebus.o: ../templates/locale.h +rebus.o: htmlfilter.h timezone.h ../templates/htmltextstream.h +rebus.o: ../core/textstream.h misc.h session.h user.h plugindata.h rebus.h +rebus.o: 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 -request.o: htmlfilter.h textstream.h ../templates/htmltextstream.h +request.o: htmlfilter.h timezone.h textstream.h ../templates/htmltextstream.h request.o: ../core/textstream.h misc.h log.h logmanipulators.h slog.h cur.h request.o: session.h user.h plugindata.h rebus.h mount.h request.o: ../templates/locale.h plugin.h pluginmsg.h system.h job.h @@ -477,8 +478,9 @@ run.o: run.h log.h textstream.h logmanipulators.h slog.h cur.h request.h run.o: requesttypes.h item.h ../../pikotools/space/space.h run.o: ../../pikotools/date/date.h error.h config.h run.o: ../../pikotools/space/spaceparser.h ../../pikotools/space/space.h -run.o: htmlfilter.h ../templates/htmltextstream.h ../core/textstream.h misc.h -run.o: session.h user.h plugindata.h rebus.h mount.h ../templates/locale.h +run.o: htmlfilter.h timezone.h ../templates/htmltextstream.h +run.o: ../core/textstream.h misc.h session.h user.h plugindata.h rebus.h +run.o: 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 @@ -487,7 +489,7 @@ sessioncontainer.o: ../../pikotools/space/space.h ../../pikotools/date/date.h sessioncontainer.o: error.h user.h plugindata.h rebus.h textstream.h cur.h sessioncontainer.o: request.h requesttypes.h config.h sessioncontainer.o: ../../pikotools/space/spaceparser.h -sessioncontainer.o: ../../pikotools/space/space.h htmlfilter.h +sessioncontainer.o: ../../pikotools/space/space.h htmlfilter.h timezone.h sessioncontainer.o: ../templates/htmltextstream.h ../core/textstream.h misc.h sessioncontainer.o: mount.h log.h logmanipulators.h slog.h sessioncontainer.o: ../templates/locale.h @@ -496,7 +498,7 @@ sessionmanager.o: ../../pikotools/space/space.h ../../pikotools/date/date.h sessionmanager.o: error.h user.h plugindata.h rebus.h textstream.h cur.h sessionmanager.o: request.h requesttypes.h config.h sessionmanager.o: ../../pikotools/space/spaceparser.h -sessionmanager.o: ../../pikotools/space/space.h htmlfilter.h +sessionmanager.o: ../../pikotools/space/space.h htmlfilter.h timezone.h sessionmanager.o: ../templates/htmltextstream.h ../core/textstream.h misc.h sessionmanager.o: mount.h lastcontainer.h system.h job.h basethread.h sessionmanager.o: synchro.h dirs.h dircontainer.h ../db/db.h ../db/dbbase.h @@ -545,14 +547,14 @@ sessionparser.o: ../../pikotools/space/space.h ../../pikotools/date/date.h sessionparser.o: error.h user.h plugindata.h rebus.h textstream.h sessionparser.o: sessioncontainer.h cur.h request.h requesttypes.h config.h sessionparser.o: ../../pikotools/space/spaceparser.h -sessionparser.o: ../../pikotools/space/space.h htmlfilter.h +sessionparser.o: ../../pikotools/space/space.h htmlfilter.h timezone.h sessionparser.o: ../templates/htmltextstream.h ../core/textstream.h misc.h sessionparser.o: mount.h users.h log.h logmanipulators.h slog.h sessionparser.o: ../templates/locale.h slog.o: slog.h cur.h request.h requesttypes.h item.h slog.o: ../../pikotools/space/space.h ../../pikotools/date/date.h error.h slog.o: config.h ../../pikotools/space/spaceparser.h -slog.o: ../../pikotools/space/space.h htmlfilter.h textstream.h +slog.o: ../../pikotools/space/space.h htmlfilter.h timezone.h textstream.h slog.o: ../templates/htmltextstream.h ../core/textstream.h misc.h session.h slog.o: user.h plugindata.h rebus.h mount.h logmanipulators.h slog.o: ../templates/locale.h @@ -563,7 +565,7 @@ system.o: ../db/dbbase.h ../db/dbconn.h ../db/dbtextstream.h system.o: ../core/textstream.h misc.h requesttypes.h ../core/error.h system.o: ../../pikotools/space/spaceparser.h ../../pikotools/space/space.h 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/user.h timezone.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 @@ -604,15 +606,18 @@ threadmanager.o: logmanipulators.h slog.h cur.h request.h requesttypes.h threadmanager.o: item.h ../../pikotools/space/space.h threadmanager.o: ../../pikotools/date/date.h error.h config.h threadmanager.o: ../../pikotools/space/spaceparser.h -threadmanager.o: ../../pikotools/space/space.h htmlfilter.h +threadmanager.o: ../../pikotools/space/space.h htmlfilter.h timezone.h threadmanager.o: ../templates/htmltextstream.h ../core/textstream.h misc.h threadmanager.o: session.h user.h plugindata.h rebus.h mount.h threadmanager.o: ../templates/locale.h +timezone.o: timezone.h ../../pikotools/date/date.h +timezone.o: ../../pikotools/space/space.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 users.o: user.h plugindata.h rebus.h textstream.h cur.h request.h users.o: requesttypes.h config.h ../../pikotools/space/spaceparser.h -users.o: ../../pikotools/space/space.h htmlfilter.h +users.o: ../../pikotools/space/space.h htmlfilter.h timezone.h users.o: ../templates/htmltextstream.h ../core/textstream.h misc.h mount.h users.o: 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 diff --git a/core/Makefile.o.dep b/core/Makefile.o.dep index df31016..43900f4 100755 --- a/core/Makefile.o.dep +++ b/core/Makefile.o.dep @@ -1 +1 @@ -o = acceptbaseparser.o app.o basethread.o bbcodeparser.o compress.o config.o crypt.o dircontainer.o dirs.o groups.o htmlfilter.o httpsimpleparser.o image.o item.o job.o lastcontainer.o loadavg.o log.o misc.o mount.o mountparser.o mounts.o plugin.o plugindata.o postmultiparser.o rebus.o request.o run.o session.o sessioncontainer.o sessionmanager.o sessionparser.o slog.o synchro.o system.o threadmanager.o users.o +o = acceptbaseparser.o app.o basethread.o bbcodeparser.o compress.o config.o crypt.o dircontainer.o dirs.o groups.o htmlfilter.o httpsimpleparser.o image.o item.o job.o lastcontainer.o loadavg.o log.o misc.o mount.o mountparser.o mounts.o plugin.o plugindata.o postmultiparser.o rebus.o request.o run.o session.o sessioncontainer.o sessionmanager.o sessionparser.o slog.o synchro.o system.o threadmanager.o timezone.o user.o users.o diff --git a/core/config.cpp b/core/config.cpp index 81d9710..fb7bdf1 100755 --- a/core/config.cpp +++ b/core/config.cpp @@ -210,9 +210,6 @@ void Config::AssignValues(bool stdout_is_closed) NoLastSlash(plugins_dir); ListText(L"plugins", plugin_file); - time_zone_offset = Int(L"time_zone_offset", 0); - time_zone_offset_guest = Int(L"time_zone_offset_guest", 0); - utf8 = Bool(L"utf8", true); symlinks_follow_max = Size(L"symlinks_follow_max", 20); @@ -238,6 +235,9 @@ void Config::AssignValues(bool stdout_is_closed) account_need_email_verification = Bool(L"account_need_email_verification", true); reset_password_code_expiration_time = Long(L"reset_password_code_expiration_time", 86400); + + time_zone.SetTz(space); + } diff --git a/core/config.h b/core/config.h index f58cdf2..69d1d95 100755 --- a/core/config.h +++ b/core/config.h @@ -13,6 +13,7 @@ #include #include "space/spaceparser.h" #include "htmlfilter.h" +#include "timezone.h" @@ -374,15 +375,6 @@ public: // (if true the html code for root is not filtered) bool editors_html_safe_mode_skip_root; - // temporarily we do not support time zones per user - // there is one offset for all users - // default: 0 - int time_zone_offset; - - // time zone offset for guests (not logged users) - // default: 0 - int time_zone_offset_guest; - // charset used in templates, locales, logs etc. // default: true (UTF-8) // if false it means 8-bit ASCII @@ -478,6 +470,18 @@ public: // default: 86400 (24 hours) long reset_password_code_expiration_time; + // time zone for guests + // or for users who don't have time zone set + // following options are read: + // "tz_offset" (long) + // "tz_has_dst" (bool) + // if tz_has_dst is true then also: + // "tz_dst_start" date in the following format: MM:DD HH[:MM[:SS]] + // "tz_dst_end" the same as above + // "tz_dst_offset" (long) + TimeZone time_zone; + + Config(); bool ReadConfig(bool errors_to_stdout_, bool stdout_is_closed = true); diff --git a/core/session.cpp b/core/session.cpp index d5c56d8..22c8c63 100755 --- a/core/session.cpp +++ b/core/session.cpp @@ -75,7 +75,6 @@ void Session::Clear(bool clear_plugin_data) last_time_get = 0; start_date.Clear(); last_date.Clear(); - tz_add = 0; log_buffer.Clear(); last_css.clear(); diff --git a/core/session.h b/core/session.h index 0f27446..4171bbd 100755 --- a/core/session.h +++ b/core/session.h @@ -53,14 +53,6 @@ struct Session // (used to calculate spam) time_t last_time_get; - // how many seconds should be added/substructed from the universal time - // to create the local time for this session/user - // it has combined time zone offset and daylight saving time - // so when reading a value from a user (e.g. in html form) you should - // substract tz_add and when printing you should add it - time_t tz_add; - - // 0 - means that nobody is logged User * puser; diff --git a/core/system.cpp b/core/system.cpp index f466e2c..35e1883 100755 --- a/core/system.cpp +++ b/core/system.cpp @@ -71,7 +71,6 @@ void System::Init() users.SetCur(cur); users.SetSessionManager(session_manager); users.ReadUsers(db); - users.SetTimeZoneOffset(config->time_zone_offset); groups.ReadGroups(db); // !! chwilowe przekazanie argumentu, db bedzie zmienione rebus.SetCur(cur); @@ -870,29 +869,60 @@ return status; } -// !! IMPROVE ME will be removed or changed -time_t System::LocalTime(time_t gmt_time) + +time_t System::ToLocal(time_t gmt_time) { -int time_offset; +time_t local_time; if( cur->session && cur->session->puser ) - time_offset = cur->session->puser->time_zone_offset; + local_time = cur->session->puser->time_zone.ToLocal(gmt_time); else - time_offset = config->time_zone_offset_guest; + local_time = config->time_zone.ToLocal(gmt_time); -return gmt_time + (time_t)time_offset; +return local_time; } -// !! IMPROVE ME will be removed or changed -PT::Date System::LocalTime(const PT::Date & date) + +PT::Date System::ToLocal(const PT::Date & gmt_date) { -time_t t; +PT::Date local_date; - t = date.ToTime(); - t = LocalTime(t); + if( cur->session && cur->session->puser ) + local_date = cur->session->puser->time_zone.ToLocal(gmt_date); + else + local_date = config->time_zone.ToLocal(gmt_date); -return PT::Date(t); +return local_date; +} + + + + +time_t System::ToUTC(time_t local_time) +{ +time_t utc_time; + + if( cur->session && cur->session->puser ) + utc_time = cur->session->puser->time_zone.ToUTC(local_time); + else + utc_time = config->time_zone.ToUTC(local_time); + +return utc_time; +} + + + +PT::Date System::ToUTC(const PT::Date & local_date) +{ +PT::Date utc_date; + + if( cur->session && cur->session->puser ) + utc_date = cur->session->puser->time_zone.ToUTC(local_date); + else + utc_date = config->time_zone.ToUTC(local_date); + +return utc_date; } diff --git a/core/system.h b/core/system.h index 6643d19..0b75824 100755 --- a/core/system.h +++ b/core/system.h @@ -134,10 +134,13 @@ public: Error AddFile(Item & item, int notify_code = 0, bool call_plugins = true); Error EditFile(Item & item, bool with_url = true, int notify_code = 0, bool call_plugins = true); - // converting GMT time to local time (different for each user) - // !! IMPROVE ME will be removed or changed - time_t LocalTime(time_t gmt_time); - PT::Date LocalTime(const PT::Date & date); + + time_t ToLocal(time_t gmt_time); + PT::Date ToLocal(const PT::Date & gmt_date); + + time_t ToUTC(time_t local_time); + PT::Date ToUTC(const PT::Date & local_date); + int FollowLink(const std::vector & current_dir_tab, const std::wstring & link_to, std::vector & out_dir_tab, Item & out_item); diff --git a/core/timezone.cpp b/core/timezone.cpp new file mode 100644 index 0000000..85dc336 --- /dev/null +++ b/core/timezone.cpp @@ -0,0 +1,163 @@ +/* + * This file is a part of Winix + * and is not publicly distributed + * + * Copyright (c) 2012, Tomasz Sowa + * All rights reserved. + * + */ + +#include "timezone.h" + + + + +TimeZone::TimeZone() +{ + Clear(); +} + + + + +void TimeZone::Clear() +{ + tz_offset = 0; + tz_has_dst = false; + tz_dst_offset = 0; + tz_dst_start.Clear(); + tz_dst_end.Clear(); +} + + + +time_t TimeZone::CalcLocalOffset(const PT::Date & utc_date) +{ +time_t offset; + + offset = tz_offset; + + // !! CHECK ME need to be tested + + if( tz_has_dst ) + { + PT::Date local(utc_date); + + local += tz_offset; + local.year = tz_dst_start.year; + tz_dst_end.year = tz_dst_start.year; + + if( tz_dst_start <= local && local < tz_dst_end ) + offset += tz_dst_offset; + } + +return offset; +} + + + +time_t TimeZone::ToLocal(time_t utc_time) +{ + time_t offset = CalcLocalOffset(PT::Date(utc_time)); + +return utc_time + offset; +} + + +PT::Date TimeZone::ToLocal(const PT::Date & utc_date) +{ + PT::Date local(utc_date); + local += CalcLocalOffset(utc_date); + +return local; +} + + +time_t TimeZone::CalcUTCOffset(const PT::Date & local_date) +{ +time_t offset; + + offset = tz_offset; + + if( tz_has_dst ) + { + // !! CHECK ME need to be tested + + PT::Date local(local_date); + local -= tz_dst_offset; + local.year = tz_dst_start.year; + tz_dst_end.year = tz_dst_start.year; + + if( tz_dst_start <= local && local < tz_dst_end ) + offset += tz_dst_offset; + } + +return offset; +} + + +time_t TimeZone::ToUTC(time_t local_time) +{ + time_t offset = CalcUTCOffset(PT::Date(local_time)); + +return local_time - offset; +} + + + +PT::Date TimeZone::ToUTC(const PT::Date & local_date) +{ +time_t offset; +PT::Date utc(local_date); + + offset = CalcUTCOffset(local_date); + utc -= offset; + +return utc; +} + + + +bool TimeZone::SetTz(PT::Space & space) +{ +bool result = true; + + tz_offset = space.Long(L"tz_offset", 0); + tz_has_dst = space.Bool(L"tz_has_dst", false); + + time_t h13 = 60 * 60 * 13; // 13 hours + time_t h15 = 60 * 60 * 15; // 15 hours + time_t h24 = 60 * 60 * 24; // 24 hours + + if( tz_offset < -h13 || tz_offset > h15 ) + result = false; + + if( tz_has_dst ) + { + tz_dst_start.year = 1970; + tz_dst_end.year = 1970; + + if( !tz_dst_start.ParseMonthDayTime(space.Text(L"tz_dst_start")) ) + result = false; + + if( !tz_dst_end.ParseMonthDayTime(space.Text(L"tz_dst_end")) ) + result = false; + + tz_dst_offset = space.Long(L"tz_dst_offset"); + + if( tz_dst_offset < -h24 || tz_dst_offset > h24 ) + result = false; + } + else + { + tz_dst_start.Clear(); + tz_dst_end.Clear(); + tz_dst_offset = 0; + } + + if( !result ) + Clear(); + +return result; +} + diff --git a/core/timezone.h b/core/timezone.h new file mode 100644 index 0000000..eb1d588 --- /dev/null +++ b/core/timezone.h @@ -0,0 +1,93 @@ +/* + * This file is a part of Winix + * and is not publicly distributed + * + * Copyright (c) 2012, Tomasz Sowa + * All rights reserved. + * + */ + +#ifndef headerfile_winix_core_timezone +#define headerfile_winix_core_timezone + +#include +#include "date/date.h" +#include "space/space.h" + + + +class TimeZone +{ +public: + + TimeZone(); + + + /* + setting: + tz_offset = 0 + tz_has_dst = false + */ + void Clear(); + + + /* + reading zime zone values from Space struct + the struct should have: + "tz_offset" (long) + "tz_has_dst" (bool) + if tz_has_dst is true then also: + "tz_dst_start" date in the following format: MM:DD HH[:MM[:SS]] + "tz_dst_end" the same as above + "tz_dst_offset" (long) + */ + bool SetTz(PT::Space & space); + + + /* + converting from UTC to local time + */ + time_t CalcLocalOffset(const PT::Date & utc_date); + time_t ToLocal(time_t utc_time); + PT::Date ToLocal(const PT::Date & utc_date); + + + /* + converting from local time to UTC + */ + time_t CalcUTCOffset(const PT::Date & local_date); + time_t ToUTC(time_t local_time); + PT::Date ToUTC(const PT::Date & local_date); + + + + + // time zone offset (in seconds) + time_t tz_offset; + + // true if the time zone has daylight saving time + bool tz_has_dst; + + // time zone daylight saving time (used if tz_has_dst is true) + // the 'year' field is ignored (is always 1970) + // these values (hours) are represented in local time (UTC + tz_offset) + PT::Date tz_dst_start, tz_dst_end; + + // time zone daylight saving time offset + // used when tz_has_dst is true and the current date is whithin tz_dst_start and tz_dst_end + time_t tz_dst_offset; + + +}; + + + + + + + + + + + +#endif diff --git a/core/user.cpp b/core/user.cpp new file mode 100755 index 0000000..2959a6e --- /dev/null +++ b/core/user.cpp @@ -0,0 +1,63 @@ +/* + * This file is a part of Winix + * and is not publicly distributed + * + * Copyright (c) 2012, Tomasz Sowa + * All rights reserved. + * + */ + +#include "user.h" + + +User::User() +{ + Clear(); +} + + +void User::Clear() +{ + id = -1; + name.clear(); + super_user = false; + groups.clear(); + email.clear(); + notify = 0; + env.Clear(); + aenv.Clear(); + status = WINIX_ACCOUNT_BLOCKED; +} + + +bool User::IsMemberOf(long group) +{ +std::vector::iterator i; + + for(i=groups.begin() ; i!=groups.end() ; ++i) + if( *i == group ) + return true; + +return false; +} + + + + + + + + + + + + + + + + + + + + + diff --git a/core/user.h b/core/user.h index d95a14d..ba3284b 100755 --- a/core/user.h +++ b/core/user.h @@ -12,6 +12,7 @@ #include #include +#include "timezone.h" #include "space/space.h" #include "date/date.h" @@ -75,10 +76,6 @@ struct User int notify; - // !! currently all users have the same offset - // option in config: time_zone_offset - int time_zone_offset; - // environment variables which can be set by this user // use 'env' winix function PT::Space env; @@ -92,69 +89,18 @@ struct User // a user can normally login only when status is WINIX_ACCOUNT_READY int status; - - // time zone // values here are the same as those in env space // we provide they here to speed up the process of calculating times - - // time zone offset - time_t tz_offset; - - // true if the time zone has daylight saving time - bool tz_has_dst; - - // time zone daylight saving time (used if tz_has_dst is true) - // the 'year' field is ignored - PT::Date tz_dst_start, tz_dst_end; + TimeZone time_zone; - - User() - { - Clear(); - } + User(); - - void Clear() - { - id = -1; - name.clear(); - super_user = false; - groups.clear(); - email.clear(); - notify = 0; - time_zone_offset = 0; - env.Clear(); - aenv.Clear(); - status = WINIX_ACCOUNT_BLOCKED; - tz_offset = 0; - tz_has_dst = false; - tz_dst_start.Clear(); - tz_dst_end.Clear(); - } - - - bool IsMemberOf(long group) - { - std::vector::iterator i; - - for(i=groups.begin() ; i!=groups.end() ; ++i) - if( *i == group ) - return true; - - return false; - } - - - // lepsza nazwe dac - void SetTz() - { - tz_offset = env.Long(L"tz_offset"); - - - - } + void Clear(); + bool IsMemberOf(long group); + bool ReadMonthDayTime(PT::Date & date, const wchar_t * str); + bool SetTzFromEnv(); }; diff --git a/core/users.cpp b/core/users.cpp index 4c65a73..f38545c 100755 --- a/core/users.cpp +++ b/core/users.cpp @@ -47,15 +47,6 @@ void Users::ReadUsers(Db * db) } -void Users::SetTimeZoneOffset(int offset) -{ - Table::Iterator i; - - for(i=table.Begin() ; i!=table.End() ; ++i) - { - i->time_zone_offset = offset; - } -} bool Users::AddUser(const User & user) diff --git a/core/users.h b/core/users.h index 0c8ac5a..d42f82b 100755 --- a/core/users.h +++ b/core/users.h @@ -38,7 +38,6 @@ public: void Clear(); void ReadUsers(Db * db); - void SetTimeZoneOffset(int offset); // !! temporarily one time_zone for all users bool AddUser(const User & user); bool IsUser(const std::wstring & name); User * GetUser(long user_id); diff --git a/db/Makefile.dep b/db/Makefile.dep index 0c07a1f..311545a 100755 --- a/db/Makefile.dep +++ b/db/Makefile.dep @@ -5,12 +5,13 @@ db.o: ../core/misc.h ../core/item.h ../../pikotools/space/space.h db.o: ../../pikotools/date/date.h ../core/requesttypes.h ../core/error.h db.o: ../../pikotools/space/spaceparser.h ../../pikotools/space/space.h db.o: dbitemquery.h ../core/item.h dbitemcolumns.h ../core/user.h -db.o: ../core/group.h ../core/dircontainer.h ../core/ugcontainer.h -db.o: ../core/log.h ../core/textstream.h ../core/logmanipulators.h -db.o: ../core/slog.h ../core/cur.h ../core/request.h ../core/error.h -db.o: ../core/config.h ../core/htmlfilter.h ../templates/htmltextstream.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 +db.o: ../core/timezone.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 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/date/date.h ../core/requesttypes.h ../core/error.h diff --git a/functions/Makefile.dep b/functions/Makefile.dep index 7b389dc..a8b5baa 100755 --- a/functions/Makefile.dep +++ b/functions/Makefile.dep @@ -7,13 +7,14 @@ adduser.o: ../core/textstream.h ../core/misc.h ../core/item.h adduser.o: ../core/requesttypes.h ../core/error.h adduser.o: ../../pikotools/space/spaceparser.h ../../pikotools/space/space.h adduser.o: ../db/dbitemquery.h ../db/dbitemcolumns.h ../core/user.h -adduser.o: ../core/group.h ../core/dircontainer.h ../core/ugcontainer.h -adduser.o: ../core/log.h ../core/textstream.h ../core/logmanipulators.h -adduser.o: ../core/slog.h ../core/cur.h ../core/request.h ../core/error.h -adduser.o: ../core/config.h ../core/htmlfilter.h -adduser.o: ../templates/htmltextstream.h ../core/session.h ../core/user.h -adduser.o: ../core/plugindata.h ../core/rebus.h mount.h ../templates/locale.h -adduser.o: ../core/request.h ../core/config.h ../core/system.h ../core/job.h +adduser.o: ../core/timezone.h ../core/group.h ../core/dircontainer.h +adduser.o: ../core/ugcontainer.h ../core/log.h ../core/textstream.h +adduser.o: ../core/logmanipulators.h ../core/slog.h ../core/cur.h +adduser.o: ../core/request.h ../core/error.h ../core/config.h +adduser.o: ../core/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 ../templates/locale.h @@ -44,12 +45,13 @@ cat.o: ../db/dbtextstream.h ../core/textstream.h ../core/misc.h cat.o: ../core/item.h ../core/requesttypes.h ../core/error.h cat.o: ../../pikotools/space/spaceparser.h ../../pikotools/space/space.h cat.o: ../db/dbitemquery.h ../db/dbitemcolumns.h ../core/user.h -cat.o: ../core/group.h ../core/dircontainer.h ../core/ugcontainer.h -cat.o: ../core/log.h ../core/textstream.h ../core/logmanipulators.h -cat.o: ../core/slog.h ../core/cur.h ../core/request.h ../core/error.h -cat.o: ../core/config.h ../core/htmlfilter.h ../templates/htmltextstream.h -cat.o: ../core/session.h ../core/user.h ../core/plugindata.h ../core/rebus.h -cat.o: mount.h ../templates/locale.h ../core/request.h ../core/config.h +cat.o: ../core/timezone.h ../core/group.h ../core/dircontainer.h +cat.o: ../core/ugcontainer.h ../core/log.h ../core/textstream.h +cat.o: ../core/logmanipulators.h ../core/slog.h ../core/cur.h +cat.o: ../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 ../templates/locale.h @@ -73,13 +75,14 @@ chmod.o: ../db/dbtextstream.h ../core/textstream.h ../core/misc.h chmod.o: ../core/item.h ../core/requesttypes.h ../core/error.h chmod.o: ../../pikotools/space/spaceparser.h ../../pikotools/space/space.h chmod.o: ../db/dbitemquery.h ../db/dbitemcolumns.h ../core/user.h -chmod.o: ../core/group.h ../core/dircontainer.h ../core/ugcontainer.h -chmod.o: ../core/log.h ../core/textstream.h ../core/logmanipulators.h -chmod.o: ../core/slog.h ../core/cur.h ../core/request.h ../core/error.h -chmod.o: ../core/config.h ../core/htmlfilter.h ../templates/htmltextstream.h -chmod.o: ../core/session.h ../core/user.h ../core/plugindata.h -chmod.o: ../core/rebus.h mount.h ../templates/locale.h ../core/request.h -chmod.o: ../core/config.h ../core/system.h ../core/job.h ../core/basethread.h +chmod.o: ../core/timezone.h ../core/group.h ../core/dircontainer.h +chmod.o: ../core/ugcontainer.h ../core/log.h ../core/textstream.h +chmod.o: ../core/logmanipulators.h ../core/slog.h ../core/cur.h +chmod.o: ../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: ../templates/locale.h ../templates/localefilter.h @@ -103,13 +106,14 @@ chown.o: ../db/dbtextstream.h ../core/textstream.h ../core/misc.h chown.o: ../core/item.h ../core/requesttypes.h ../core/error.h chown.o: ../../pikotools/space/spaceparser.h ../../pikotools/space/space.h chown.o: ../db/dbitemquery.h ../db/dbitemcolumns.h ../core/user.h -chown.o: ../core/group.h ../core/dircontainer.h ../core/ugcontainer.h -chown.o: ../core/log.h ../core/textstream.h ../core/logmanipulators.h -chown.o: ../core/slog.h ../core/cur.h ../core/request.h ../core/error.h -chown.o: ../core/config.h ../core/htmlfilter.h ../templates/htmltextstream.h -chown.o: ../core/session.h ../core/user.h ../core/plugindata.h -chown.o: ../core/rebus.h mount.h ../templates/locale.h ../core/request.h -chown.o: ../core/config.h ../core/system.h ../core/job.h ../core/basethread.h +chown.o: ../core/timezone.h ../core/group.h ../core/dircontainer.h +chown.o: ../core/ugcontainer.h ../core/log.h ../core/textstream.h +chown.o: ../core/logmanipulators.h ../core/slog.h ../core/cur.h +chown.o: ../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: ../templates/locale.h ../templates/localefilter.h @@ -134,25 +138,26 @@ ckeditor.o: ../core/textstream.h ../core/misc.h ../core/item.h ckeditor.o: ../core/requesttypes.h ../core/error.h ckeditor.o: ../../pikotools/space/spaceparser.h ../../pikotools/space/space.h ckeditor.o: ../db/dbitemquery.h ../db/dbitemcolumns.h ../core/user.h -ckeditor.o: ../core/group.h ../core/dircontainer.h ../core/ugcontainer.h -ckeditor.o: ../core/log.h ../core/textstream.h ../core/logmanipulators.h -ckeditor.o: ../core/slog.h ../core/cur.h ../core/request.h ../core/error.h -ckeditor.o: ../core/config.h ../core/htmlfilter.h -ckeditor.o: ../templates/htmltextstream.h ../core/session.h ../core/user.h -ckeditor.o: ../core/plugindata.h ../core/rebus.h mount.h -ckeditor.o: ../templates/locale.h ../core/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: ../templates/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 tinymce.h uname.h upload.h uptime.h who.h -ckeditor.o: vim.h ../core/htmlfilter.h ../../ezc/src/stringconv.h +ckeditor.o: ../core/timezone.h ../core/group.h ../core/dircontainer.h +ckeditor.o: ../core/ugcontainer.h ../core/log.h ../core/textstream.h +ckeditor.o: ../core/logmanipulators.h ../core/slog.h ../core/cur.h +ckeditor.o: ../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 ../templates/locale.h +ckeditor.o: ../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: tinymce.h uname.h upload.h uptime.h who.h vim.h +ckeditor.o: ../core/htmlfilter.h ../../ezc/src/stringconv.h ckeditor.o: ../../pikotools/utf8/utf8.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 @@ -165,15 +170,16 @@ cp.o: ../db/dbtextstream.h ../core/textstream.h ../core/misc.h ../core/item.h cp.o: ../core/requesttypes.h ../core/error.h cp.o: ../../pikotools/space/spaceparser.h ../../pikotools/space/space.h cp.o: ../db/dbitemquery.h ../db/dbitemcolumns.h ../core/user.h -cp.o: ../core/group.h ../core/dircontainer.h ../core/ugcontainer.h -cp.o: ../core/log.h ../core/textstream.h ../core/logmanipulators.h -cp.o: ../core/slog.h ../core/cur.h ../core/request.h ../core/error.h -cp.o: ../core/config.h ../core/htmlfilter.h ../templates/htmltextstream.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 ../templates/locale.h +cp.o: ../core/timezone.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 ../templates/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 @@ -201,13 +207,14 @@ default.o: ../core/textstream.h ../core/misc.h ../core/item.h default.o: ../core/requesttypes.h ../core/error.h default.o: ../../pikotools/space/spaceparser.h ../../pikotools/space/space.h default.o: ../db/dbitemquery.h ../db/dbitemcolumns.h ../core/user.h -default.o: ../core/group.h ../core/dircontainer.h ../core/ugcontainer.h -default.o: ../core/log.h ../core/textstream.h ../core/logmanipulators.h -default.o: ../core/slog.h ../core/cur.h ../core/request.h ../core/error.h -default.o: ../core/config.h ../core/htmlfilter.h -default.o: ../templates/htmltextstream.h ../core/session.h ../core/user.h -default.o: ../core/plugindata.h ../core/rebus.h mount.h ../templates/locale.h -default.o: ../core/request.h ../core/config.h ../core/system.h ../core/job.h +default.o: ../core/timezone.h ../core/group.h ../core/dircontainer.h +default.o: ../core/ugcontainer.h ../core/log.h ../core/textstream.h +default.o: ../core/logmanipulators.h ../core/slog.h ../core/cur.h +default.o: ../core/request.h ../core/error.h ../core/config.h +default.o: ../core/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 ../templates/locale.h @@ -233,25 +240,26 @@ download.o: ../core/textstream.h ../core/misc.h ../core/item.h download.o: ../core/requesttypes.h ../core/error.h download.o: ../../pikotools/space/spaceparser.h ../../pikotools/space/space.h download.o: ../db/dbitemquery.h ../db/dbitemcolumns.h ../core/user.h -download.o: ../core/group.h ../core/dircontainer.h ../core/ugcontainer.h -download.o: ../core/log.h ../core/textstream.h ../core/logmanipulators.h -download.o: ../core/slog.h ../core/cur.h ../core/request.h ../core/error.h -download.o: ../core/config.h ../core/htmlfilter.h -download.o: ../templates/htmltextstream.h ../core/session.h ../core/user.h -download.o: ../core/plugindata.h ../core/rebus.h mount.h -download.o: ../templates/locale.h ../core/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: ../templates/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 tinymce.h uname.h upload.h uptime.h -download.o: who.h vim.h ../core/htmlfilter.h ../../ezc/src/stringconv.h +download.o: ../core/timezone.h ../core/group.h ../core/dircontainer.h +download.o: ../core/ugcontainer.h ../core/log.h ../core/textstream.h +download.o: ../core/logmanipulators.h ../core/slog.h ../core/cur.h +download.o: ../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 ../templates/locale.h +download.o: ../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: tinymce.h uname.h upload.h uptime.h who.h vim.h +download.o: ../core/htmlfilter.h ../../ezc/src/stringconv.h download.o: ../../pikotools/utf8/utf8.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 @@ -264,13 +272,14 @@ emacs.o: ../db/dbtextstream.h ../core/textstream.h ../core/misc.h emacs.o: ../core/item.h ../core/requesttypes.h ../core/error.h emacs.o: ../../pikotools/space/spaceparser.h ../../pikotools/space/space.h emacs.o: ../db/dbitemquery.h ../db/dbitemcolumns.h ../core/user.h -emacs.o: ../core/group.h ../core/dircontainer.h ../core/ugcontainer.h -emacs.o: ../core/log.h ../core/textstream.h ../core/logmanipulators.h -emacs.o: ../core/slog.h ../core/cur.h ../core/request.h ../core/error.h -emacs.o: ../core/config.h ../core/htmlfilter.h ../templates/htmltextstream.h -emacs.o: ../core/session.h ../core/user.h ../core/plugindata.h -emacs.o: ../core/rebus.h mount.h ../templates/locale.h ../core/request.h -emacs.o: ../core/config.h ../core/system.h ../core/job.h ../core/basethread.h +emacs.o: ../core/timezone.h ../core/group.h ../core/dircontainer.h +emacs.o: ../core/ugcontainer.h ../core/log.h ../core/textstream.h +emacs.o: ../core/logmanipulators.h ../core/slog.h ../core/cur.h +emacs.o: ../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: ../templates/locale.h ../templates/localefilter.h @@ -297,12 +306,13 @@ env.o: ../db/dbtextstream.h ../core/textstream.h ../core/misc.h env.o: ../core/item.h ../core/requesttypes.h ../core/error.h env.o: ../../pikotools/space/spaceparser.h ../../pikotools/space/space.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/textstream.h ../core/logmanipulators.h -env.o: ../core/slog.h ../core/cur.h ../core/request.h ../core/error.h -env.o: ../core/config.h ../core/htmlfilter.h ../templates/htmltextstream.h -env.o: ../core/session.h ../core/user.h ../core/plugindata.h ../core/rebus.h -env.o: mount.h ../templates/locale.h ../core/request.h ../core/config.h +env.o: ../core/timezone.h ../core/group.h ../core/dircontainer.h +env.o: ../core/ugcontainer.h ../core/log.h ../core/textstream.h +env.o: ../core/logmanipulators.h ../core/slog.h ../core/cur.h +env.o: ../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 ../templates/locale.h @@ -326,11 +336,11 @@ functionbase.o: ../db/dbconn.h ../db/dbtextstream.h ../core/textstream.h functionbase.o: ../core/misc.h ../core/item.h ../core/requesttypes.h functionbase.o: ../core/error.h ../../pikotools/space/spaceparser.h functionbase.o: ../../pikotools/space/space.h ../db/dbitemquery.h -functionbase.o: ../db/dbitemcolumns.h ../core/user.h ../core/group.h -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: ../db/dbitemcolumns.h ../core/user.h ../core/timezone.h +functionbase.o: ../core/group.h ../core/dircontainer.h ../core/ugcontainer.h +functionbase.o: ../core/log.h ../core/textstream.h ../core/logmanipulators.h +functionbase.o: ../core/slog.h ../core/cur.h ../core/request.h +functionbase.o: ../core/error.h ../core/config.h ../core/htmlfilter.h functionbase.o: ../templates/htmltextstream.h ../core/session.h functionbase.o: ../core/user.h ../core/plugindata.h ../core/rebus.h mount.h functionbase.o: ../templates/locale.h ../core/request.h ../core/config.h @@ -361,7 +371,7 @@ functionparser.o: ../../pikotools/date/date.h ../../pikotools/space/space.h functionparser.o: ../core/error.h ../../pikotools/space/spaceparser.h functionparser.o: ../../pikotools/space/space.h ../db/dbitemquery.h functionparser.o: ../core/item.h ../db/dbitemcolumns.h ../core/user.h -functionparser.o: ../core/group.h ../core/dircontainer.h +functionparser.o: ../core/timezone.h ../core/group.h ../core/dircontainer.h functionparser.o: ../core/ugcontainer.h ../core/log.h ../core/textstream.h functionparser.o: ../core/logmanipulators.h ../core/slog.h ../core/cur.h functionparser.o: ../core/request.h ../core/error.h ../core/config.h @@ -397,16 +407,17 @@ functions.o: ../core/textstream.h ../core/misc.h ../core/item.h functions.o: ../core/requesttypes.h ../core/error.h functions.o: ../../pikotools/space/spaceparser.h functions.o: ../../pikotools/space/space.h ../db/dbitemquery.h -functions.o: ../db/dbitemcolumns.h ../core/user.h ../core/group.h -functions.o: ../core/dircontainer.h ../core/ugcontainer.h ../core/log.h -functions.o: ../core/textstream.h ../core/logmanipulators.h ../core/slog.h -functions.o: ../core/cur.h ../core/request.h ../core/error.h ../core/config.h -functions.o: ../core/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: ../db/dbitemcolumns.h ../core/user.h ../core/timezone.h +functions.o: ../core/group.h ../core/dircontainer.h ../core/ugcontainer.h +functions.o: ../core/log.h ../core/textstream.h ../core/logmanipulators.h +functions.o: ../core/slog.h ../core/cur.h ../core/request.h ../core/error.h +functions.o: ../core/config.h ../core/htmlfilter.h +functions.o: ../templates/htmltextstream.h ../core/session.h ../core/user.h +functions.o: ../core/plugindata.h ../core/rebus.h mount.h +functions.o: ../templates/locale.h ../core/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 ../templates/locale.h functions.o: ../templates/localefilter.h ../../ezc/src/ezc.h functions.o: ../../ezc/src/generator.h ../../ezc/src/pattern.h @@ -436,12 +447,13 @@ last.o: ../db/dbtextstream.h ../core/textstream.h ../core/misc.h last.o: ../core/item.h ../core/requesttypes.h ../core/error.h last.o: ../../pikotools/space/spaceparser.h ../../pikotools/space/space.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/textstream.h ../core/logmanipulators.h -last.o: ../core/slog.h ../core/cur.h ../core/request.h ../core/error.h -last.o: ../core/config.h ../core/htmlfilter.h ../templates/htmltextstream.h -last.o: ../core/session.h ../core/user.h ../core/plugindata.h ../core/rebus.h -last.o: mount.h ../templates/locale.h ../core/request.h ../core/config.h +last.o: ../core/timezone.h ../core/group.h ../core/dircontainer.h +last.o: ../core/ugcontainer.h ../core/log.h ../core/textstream.h +last.o: ../core/logmanipulators.h ../core/slog.h ../core/cur.h +last.o: ../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 ../templates/locale.h @@ -466,15 +478,16 @@ ln.o: ../db/dbtextstream.h ../core/textstream.h ../core/misc.h ../core/item.h ln.o: ../core/requesttypes.h ../core/error.h ln.o: ../../pikotools/space/spaceparser.h ../../pikotools/space/space.h ln.o: ../db/dbitemquery.h ../db/dbitemcolumns.h ../core/user.h -ln.o: ../core/group.h ../core/dircontainer.h ../core/ugcontainer.h -ln.o: ../core/log.h ../core/textstream.h ../core/logmanipulators.h -ln.o: ../core/slog.h ../core/cur.h ../core/request.h ../core/error.h -ln.o: ../core/config.h ../core/htmlfilter.h ../templates/htmltextstream.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 ../templates/locale.h +ln.o: ../core/timezone.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 ../templates/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 @@ -496,13 +509,14 @@ login.o: ../db/dbtextstream.h ../core/textstream.h ../core/misc.h login.o: ../core/item.h ../core/requesttypes.h ../core/error.h login.o: ../../pikotools/space/spaceparser.h ../../pikotools/space/space.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/textstream.h ../core/logmanipulators.h -login.o: ../core/slog.h ../core/cur.h ../core/request.h ../core/error.h -login.o: ../core/config.h ../core/htmlfilter.h ../templates/htmltextstream.h -login.o: ../core/session.h ../core/user.h ../core/plugindata.h -login.o: ../core/rebus.h mount.h ../templates/locale.h ../core/request.h -login.o: ../core/config.h ../core/system.h ../core/job.h ../core/basethread.h +login.o: ../core/timezone.h ../core/group.h ../core/dircontainer.h +login.o: ../core/ugcontainer.h ../core/log.h ../core/textstream.h +login.o: ../core/logmanipulators.h ../core/slog.h ../core/cur.h +login.o: ../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: ../templates/locale.h ../templates/localefilter.h @@ -527,10 +541,11 @@ logout.o: ../core/textstream.h ../core/misc.h ../core/item.h logout.o: ../core/requesttypes.h ../core/error.h logout.o: ../../pikotools/space/spaceparser.h ../../pikotools/space/space.h logout.o: ../db/dbitemquery.h ../db/dbitemcolumns.h ../core/user.h -logout.o: ../core/group.h ../core/dircontainer.h ../core/ugcontainer.h -logout.o: ../core/log.h ../core/textstream.h ../core/logmanipulators.h -logout.o: ../core/slog.h ../core/cur.h ../core/request.h ../core/error.h -logout.o: ../core/config.h ../core/htmlfilter.h ../templates/htmltextstream.h +logout.o: ../core/timezone.h ../core/group.h ../core/dircontainer.h +logout.o: ../core/ugcontainer.h ../core/log.h ../core/textstream.h +logout.o: ../core/logmanipulators.h ../core/slog.h ../core/cur.h +logout.o: ../core/request.h ../core/error.h ../core/config.h +logout.o: ../core/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 @@ -558,15 +573,16 @@ ls.o: ../db/dbtextstream.h ../core/textstream.h ../core/misc.h ../core/item.h ls.o: ../core/requesttypes.h ../core/error.h ls.o: ../../pikotools/space/spaceparser.h ../../pikotools/space/space.h ls.o: ../db/dbitemquery.h ../db/dbitemcolumns.h ../core/user.h -ls.o: ../core/group.h ../core/dircontainer.h ../core/ugcontainer.h -ls.o: ../core/log.h ../core/textstream.h ../core/logmanipulators.h -ls.o: ../core/slog.h ../core/cur.h ../core/request.h ../core/error.h -ls.o: ../core/config.h ../core/htmlfilter.h ../templates/htmltextstream.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 ../templates/locale.h +ls.o: ../core/timezone.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 ../templates/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 @@ -587,12 +603,13 @@ man.o: ../db/dbtextstream.h ../core/textstream.h ../core/misc.h man.o: ../core/item.h ../core/requesttypes.h ../core/error.h man.o: ../../pikotools/space/spaceparser.h ../../pikotools/space/space.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/textstream.h ../core/logmanipulators.h -man.o: ../core/slog.h ../core/cur.h ../core/request.h ../core/error.h -man.o: ../core/config.h ../core/htmlfilter.h ../templates/htmltextstream.h -man.o: ../core/session.h ../core/user.h ../core/plugindata.h ../core/rebus.h -man.o: mount.h ../templates/locale.h ../core/request.h ../core/config.h +man.o: ../core/timezone.h ../core/group.h ../core/dircontainer.h +man.o: ../core/ugcontainer.h ../core/log.h ../core/textstream.h +man.o: ../core/logmanipulators.h ../core/slog.h ../core/cur.h +man.o: ../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 ../templates/locale.h @@ -617,12 +634,13 @@ meta.o: ../db/dbtextstream.h ../core/textstream.h ../core/misc.h meta.o: ../core/item.h ../core/requesttypes.h ../core/error.h meta.o: ../../pikotools/space/spaceparser.h ../../pikotools/space/space.h meta.o: ../db/dbitemquery.h ../db/dbitemcolumns.h ../core/user.h -meta.o: ../core/group.h ../core/dircontainer.h ../core/ugcontainer.h -meta.o: ../core/log.h ../core/textstream.h ../core/logmanipulators.h -meta.o: ../core/slog.h ../core/cur.h ../core/request.h ../core/error.h -meta.o: ../core/config.h ../core/htmlfilter.h ../templates/htmltextstream.h -meta.o: ../core/session.h ../core/user.h ../core/plugindata.h ../core/rebus.h -meta.o: mount.h ../templates/locale.h ../core/request.h ../core/config.h +meta.o: ../core/timezone.h ../core/group.h ../core/dircontainer.h +meta.o: ../core/ugcontainer.h ../core/log.h ../core/textstream.h +meta.o: ../core/logmanipulators.h ../core/slog.h ../core/cur.h +meta.o: ../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 ../templates/locale.h @@ -647,13 +665,14 @@ mkdir.o: ../db/dbtextstream.h ../core/textstream.h ../core/misc.h mkdir.o: ../core/item.h ../core/requesttypes.h ../core/error.h mkdir.o: ../../pikotools/space/spaceparser.h ../../pikotools/space/space.h mkdir.o: ../db/dbitemquery.h ../db/dbitemcolumns.h ../core/user.h -mkdir.o: ../core/group.h ../core/dircontainer.h ../core/ugcontainer.h -mkdir.o: ../core/log.h ../core/textstream.h ../core/logmanipulators.h -mkdir.o: ../core/slog.h ../core/cur.h ../core/request.h ../core/error.h -mkdir.o: ../core/config.h ../core/htmlfilter.h ../templates/htmltextstream.h -mkdir.o: ../core/session.h ../core/user.h ../core/plugindata.h -mkdir.o: ../core/rebus.h mount.h ../templates/locale.h ../core/request.h -mkdir.o: ../core/config.h ../core/system.h ../core/job.h ../core/basethread.h +mkdir.o: ../core/timezone.h ../core/group.h ../core/dircontainer.h +mkdir.o: ../core/ugcontainer.h ../core/log.h ../core/textstream.h +mkdir.o: ../core/logmanipulators.h ../core/slog.h ../core/cur.h +mkdir.o: ../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: ../templates/locale.h ../templates/localefilter.h @@ -683,13 +702,14 @@ mount.o: ../db/dbtextstream.h ../core/textstream.h ../core/misc.h mount.o: ../core/item.h ../core/requesttypes.h ../core/error.h mount.o: ../../pikotools/space/spaceparser.h ../../pikotools/space/space.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/textstream.h ../core/logmanipulators.h -mount.o: ../core/slog.h ../core/cur.h ../core/request.h ../core/error.h -mount.o: ../core/config.h ../core/htmlfilter.h ../templates/htmltextstream.h -mount.o: ../core/session.h ../core/user.h ../core/plugindata.h -mount.o: ../core/rebus.h ../templates/locale.h ../core/request.h -mount.o: ../core/config.h ../core/system.h ../core/job.h ../core/basethread.h +mount.o: ../core/timezone.h ../core/group.h ../core/dircontainer.h +mount.o: ../core/ugcontainer.h ../core/log.h ../core/textstream.h +mount.o: ../core/logmanipulators.h ../core/slog.h ../core/cur.h +mount.o: ../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: ../templates/locale.h ../templates/localefilter.h @@ -713,15 +733,16 @@ mv.o: ../db/dbtextstream.h ../core/textstream.h ../core/misc.h ../core/item.h mv.o: ../core/requesttypes.h ../core/error.h mv.o: ../../pikotools/space/spaceparser.h ../../pikotools/space/space.h mv.o: ../db/dbitemquery.h ../db/dbitemcolumns.h ../core/user.h -mv.o: ../core/group.h ../core/dircontainer.h ../core/ugcontainer.h -mv.o: ../core/log.h ../core/textstream.h ../core/logmanipulators.h -mv.o: ../core/slog.h ../core/cur.h ../core/request.h ../core/error.h -mv.o: ../core/config.h ../core/htmlfilter.h ../templates/htmltextstream.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 ../templates/locale.h +mv.o: ../core/timezone.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 ../templates/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 @@ -749,13 +770,14 @@ nicedit.o: ../core/textstream.h ../core/misc.h ../core/item.h nicedit.o: ../core/requesttypes.h ../core/error.h nicedit.o: ../../pikotools/space/spaceparser.h ../../pikotools/space/space.h nicedit.o: ../db/dbitemquery.h ../db/dbitemcolumns.h ../core/user.h -nicedit.o: ../core/group.h ../core/dircontainer.h ../core/ugcontainer.h -nicedit.o: ../core/log.h ../core/textstream.h ../core/logmanipulators.h -nicedit.o: ../core/slog.h ../core/cur.h ../core/request.h ../core/error.h -nicedit.o: ../core/config.h ../core/htmlfilter.h -nicedit.o: ../templates/htmltextstream.h ../core/session.h ../core/user.h -nicedit.o: ../core/plugindata.h ../core/rebus.h mount.h ../templates/locale.h -nicedit.o: ../core/request.h ../core/config.h ../core/system.h ../core/job.h +nicedit.o: ../core/timezone.h ../core/group.h ../core/dircontainer.h +nicedit.o: ../core/ugcontainer.h ../core/log.h ../core/textstream.h +nicedit.o: ../core/logmanipulators.h ../core/slog.h ../core/cur.h +nicedit.o: ../core/request.h ../core/error.h ../core/config.h +nicedit.o: ../core/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 ../templates/locale.h @@ -780,12 +802,13 @@ node.o: ../db/dbtextstream.h ../core/textstream.h ../core/misc.h node.o: ../core/item.h ../core/requesttypes.h ../core/error.h node.o: ../../pikotools/space/spaceparser.h ../../pikotools/space/space.h node.o: ../db/dbitemquery.h ../db/dbitemcolumns.h ../core/user.h -node.o: ../core/group.h ../core/dircontainer.h ../core/ugcontainer.h -node.o: ../core/log.h ../core/textstream.h ../core/logmanipulators.h -node.o: ../core/slog.h ../core/cur.h ../core/request.h ../core/error.h -node.o: ../core/config.h ../core/htmlfilter.h ../templates/htmltextstream.h -node.o: ../core/session.h ../core/user.h ../core/plugindata.h ../core/rebus.h -node.o: mount.h ../templates/locale.h ../core/request.h ../core/config.h +node.o: ../core/timezone.h ../core/group.h ../core/dircontainer.h +node.o: ../core/ugcontainer.h ../core/log.h ../core/textstream.h +node.o: ../core/logmanipulators.h ../core/slog.h ../core/cur.h +node.o: ../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 ../templates/locale.h @@ -811,10 +834,11 @@ passwd.o: ../core/textstream.h ../core/misc.h ../core/item.h passwd.o: ../core/requesttypes.h ../core/error.h passwd.o: ../../pikotools/space/spaceparser.h ../../pikotools/space/space.h passwd.o: ../db/dbitemquery.h ../db/dbitemcolumns.h ../core/user.h -passwd.o: ../core/group.h ../core/dircontainer.h ../core/ugcontainer.h -passwd.o: ../core/log.h ../core/textstream.h ../core/logmanipulators.h -passwd.o: ../core/slog.h ../core/cur.h ../core/request.h ../core/error.h -passwd.o: ../core/config.h ../core/htmlfilter.h ../templates/htmltextstream.h +passwd.o: ../core/timezone.h ../core/group.h ../core/dircontainer.h +passwd.o: ../core/ugcontainer.h ../core/log.h ../core/textstream.h +passwd.o: ../core/logmanipulators.h ../core/slog.h ../core/cur.h +passwd.o: ../core/request.h ../core/error.h ../core/config.h +passwd.o: ../core/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 @@ -842,12 +866,13 @@ priv.o: ../db/dbtextstream.h ../core/textstream.h ../core/misc.h priv.o: ../core/item.h ../core/requesttypes.h ../core/error.h priv.o: ../../pikotools/space/spaceparser.h ../../pikotools/space/space.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/textstream.h ../core/logmanipulators.h -priv.o: ../core/slog.h ../core/cur.h ../core/request.h ../core/error.h -priv.o: ../core/config.h ../core/htmlfilter.h ../templates/htmltextstream.h -priv.o: ../core/session.h ../core/user.h ../core/plugindata.h ../core/rebus.h -priv.o: mount.h ../templates/locale.h ../core/request.h ../core/config.h +priv.o: ../core/timezone.h ../core/group.h ../core/dircontainer.h +priv.o: ../core/ugcontainer.h ../core/log.h ../core/textstream.h +priv.o: ../core/logmanipulators.h ../core/slog.h ../core/cur.h +priv.o: ../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 ../templates/locale.h @@ -875,23 +900,24 @@ privchanger.o: ../../pikotools/date/date.h ../core/error.h privchanger.o: ../../pikotools/space/spaceparser.h privchanger.o: ../../pikotools/space/space.h ../db/dbitemquery.h privchanger.o: ../core/item.h ../db/dbitemcolumns.h ../core/user.h -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 ../templates/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 tinymce.h -privchanger.o: uname.h upload.h uptime.h who.h vim.h ../core/htmlfilter.h +privchanger.o: ../core/timezone.h ../core/group.h ../core/dircontainer.h +privchanger.o: ../core/ugcontainer.h ../core/log.h ../core/textstream.h +privchanger.o: ../core/logmanipulators.h ../core/slog.h ../core/cur.h +privchanger.o: ../core/request.h ../core/error.h ../core/config.h +privchanger.o: ../core/htmlfilter.h ../templates/htmltextstream.h +privchanger.o: ../core/session.h ../core/user.h ../core/plugindata.h +privchanger.o: ../core/rebus.h mount.h functionbase.h ../core/config.h +privchanger.o: ../core/synchro.h ../notify/notify.h ../notify/notifypool.h +privchanger.o: ../templates/locale.h ../templates/patterns.h +privchanger.o: ../templates/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 tinymce.h uname.h +privchanger.o: upload.h uptime.h who.h vim.h ../core/htmlfilter.h privchanger.o: ../../ezc/src/stringconv.h ../../pikotools/utf8/utf8.h privchanger.o: ../notify/notifythread.h ../core/basethread.h privchanger.o: ../notify/templatesnotify.h ../core/users.h @@ -905,15 +931,16 @@ pw.o: ../db/dbtextstream.h ../core/textstream.h ../core/misc.h ../core/item.h pw.o: ../core/requesttypes.h ../core/error.h pw.o: ../../pikotools/space/spaceparser.h ../../pikotools/space/space.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/textstream.h ../core/logmanipulators.h -pw.o: ../core/slog.h ../core/cur.h ../core/request.h ../core/error.h -pw.o: ../core/config.h ../core/htmlfilter.h ../templates/htmltextstream.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 ../templates/locale.h +pw.o: ../core/timezone.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 ../templates/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 @@ -936,10 +963,11 @@ reload.o: ../core/textstream.h ../core/misc.h ../core/item.h reload.o: ../core/requesttypes.h ../core/error.h reload.o: ../../pikotools/space/spaceparser.h ../../pikotools/space/space.h reload.o: ../db/dbitemquery.h ../db/dbitemcolumns.h ../core/user.h -reload.o: ../core/group.h ../core/dircontainer.h ../core/ugcontainer.h -reload.o: ../core/log.h ../core/textstream.h ../core/logmanipulators.h -reload.o: ../core/slog.h ../core/cur.h ../core/request.h ../core/error.h -reload.o: ../core/config.h ../core/htmlfilter.h ../templates/htmltextstream.h +reload.o: ../core/timezone.h ../core/group.h ../core/dircontainer.h +reload.o: ../core/ugcontainer.h ../core/log.h ../core/textstream.h +reload.o: ../core/logmanipulators.h ../core/slog.h ../core/cur.h +reload.o: ../core/request.h ../core/error.h ../core/config.h +reload.o: ../core/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 @@ -970,15 +998,16 @@ rm.o: ../db/dbtextstream.h ../core/textstream.h ../core/misc.h ../core/item.h rm.o: ../core/requesttypes.h ../core/error.h rm.o: ../../pikotools/space/spaceparser.h ../../pikotools/space/space.h rm.o: ../db/dbitemquery.h ../db/dbitemcolumns.h ../core/user.h -rm.o: ../core/group.h ../core/dircontainer.h ../core/ugcontainer.h -rm.o: ../core/log.h ../core/textstream.h ../core/logmanipulators.h -rm.o: ../core/slog.h ../core/cur.h ../core/request.h ../core/error.h -rm.o: ../core/config.h ../core/htmlfilter.h ../templates/htmltextstream.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 ../templates/locale.h +rm.o: ../core/timezone.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 ../templates/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 @@ -1006,10 +1035,11 @@ rmuser.o: ../core/textstream.h ../core/misc.h ../core/item.h rmuser.o: ../core/requesttypes.h ../core/error.h rmuser.o: ../../pikotools/space/spaceparser.h ../../pikotools/space/space.h rmuser.o: ../db/dbitemquery.h ../db/dbitemcolumns.h ../core/user.h -rmuser.o: ../core/group.h ../core/dircontainer.h ../core/ugcontainer.h -rmuser.o: ../core/log.h ../core/textstream.h ../core/logmanipulators.h -rmuser.o: ../core/slog.h ../core/cur.h ../core/request.h ../core/error.h -rmuser.o: ../core/config.h ../core/htmlfilter.h ../templates/htmltextstream.h +rmuser.o: ../core/timezone.h ../core/group.h ../core/dircontainer.h +rmuser.o: ../core/ugcontainer.h ../core/log.h ../core/textstream.h +rmuser.o: ../core/logmanipulators.h ../core/slog.h ../core/cur.h +rmuser.o: ../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 @@ -1043,12 +1073,13 @@ run.o: ../db/dbtextstream.h ../core/textstream.h ../core/misc.h run.o: ../core/item.h ../core/requesttypes.h ../core/error.h run.o: ../../pikotools/space/spaceparser.h ../../pikotools/space/space.h run.o: ../db/dbitemquery.h ../db/dbitemcolumns.h ../core/user.h -run.o: ../core/group.h ../core/dircontainer.h ../core/ugcontainer.h -run.o: ../core/log.h ../core/textstream.h ../core/logmanipulators.h -run.o: ../core/slog.h ../core/cur.h ../core/request.h ../core/error.h -run.o: ../core/config.h ../core/htmlfilter.h ../templates/htmltextstream.h -run.o: ../core/session.h ../core/user.h ../core/plugindata.h ../core/rebus.h -run.o: mount.h ../templates/locale.h ../core/request.h ../core/config.h +run.o: ../core/timezone.h ../core/group.h ../core/dircontainer.h +run.o: ../core/ugcontainer.h ../core/log.h ../core/textstream.h +run.o: ../core/logmanipulators.h ../core/slog.h ../core/cur.h +run.o: ../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 ../templates/locale.h @@ -1072,12 +1103,13 @@ sort.o: ../db/dbtextstream.h ../core/textstream.h ../core/misc.h sort.o: ../core/item.h ../core/requesttypes.h ../core/error.h sort.o: ../../pikotools/space/spaceparser.h ../../pikotools/space/space.h sort.o: ../db/dbitemquery.h ../db/dbitemcolumns.h ../core/user.h -sort.o: ../core/group.h ../core/dircontainer.h ../core/ugcontainer.h -sort.o: ../core/log.h ../core/textstream.h ../core/logmanipulators.h -sort.o: ../core/slog.h ../core/cur.h ../core/request.h ../core/error.h -sort.o: ../core/config.h ../core/htmlfilter.h ../templates/htmltextstream.h -sort.o: ../core/session.h ../core/user.h ../core/plugindata.h ../core/rebus.h -sort.o: mount.h ../templates/locale.h ../core/request.h ../core/config.h +sort.o: ../core/timezone.h ../core/group.h ../core/dircontainer.h +sort.o: ../core/ugcontainer.h ../core/log.h ../core/textstream.h +sort.o: ../core/logmanipulators.h ../core/slog.h ../core/cur.h +sort.o: ../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 ../templates/locale.h @@ -1108,46 +1140,48 @@ specialdefault.o: ../db/dbtextstream.h ../core/textstream.h ../core/misc.h specialdefault.o: ../core/item.h ../core/requesttypes.h ../core/error.h specialdefault.o: ../../pikotools/space/spaceparser.h specialdefault.o: ../../pikotools/space/space.h ../db/dbitemquery.h -specialdefault.o: ../db/dbitemcolumns.h ../core/user.h ../core/group.h -specialdefault.o: ../core/dircontainer.h ../core/ugcontainer.h ../core/log.h -specialdefault.o: ../core/textstream.h ../core/logmanipulators.h -specialdefault.o: ../core/slog.h ../core/cur.h ../core/request.h -specialdefault.o: ../core/error.h ../core/config.h ../core/htmlfilter.h -specialdefault.o: ../templates/htmltextstream.h ../core/session.h -specialdefault.o: ../core/user.h ../core/plugindata.h ../core/rebus.h mount.h -specialdefault.o: ../templates/locale.h ../core/request.h ../core/config.h -specialdefault.o: ../core/system.h ../core/job.h ../core/basethread.h -specialdefault.o: ../core/synchro.h ../core/dirs.h ../core/dircontainer.h -specialdefault.o: ../notify/notify.h ../notify/notifypool.h -specialdefault.o: ../templates/patterns.h ../templates/locale.h -specialdefault.o: ../templates/localefilter.h ../../ezc/src/ezc.h -specialdefault.o: ../../ezc/src/generator.h ../../ezc/src/pattern.h -specialdefault.o: functions.h functionparser.h ../core/cur.h adduser.h cat.h -specialdefault.o: chmod.h privchanger.h chown.h ckeditor.h cp.h default.h -specialdefault.o: download.h emacs.h env.h last.h login.h logout.h ln.h ls.h -specialdefault.o: man.h meta.h mkdir.h mv.h nicedit.h node.h passwd.h priv.h -specialdefault.o: pw.h reload.h rm.h rmuser.h run.h sort.h stat.h subject.h -specialdefault.o: template.h tinymce.h uname.h upload.h uptime.h who.h vim.h -specialdefault.o: ../core/htmlfilter.h ../../ezc/src/stringconv.h -specialdefault.o: ../../pikotools/utf8/utf8.h ../notify/notifythread.h -specialdefault.o: ../core/basethread.h ../notify/templatesnotify.h -specialdefault.o: ../core/users.h ../core/ugcontainer.h -specialdefault.o: ../core/lastcontainer.h ../core/mounts.h -specialdefault.o: ../core/mountparser.h ../core/crypt.h ../core/users.h -specialdefault.o: ../core/groups.h ../core/group.h ../core/loadavg.h -specialdefault.o: ../core/image.h ../core/threadmanager.h ../core/synchro.h +specialdefault.o: ../db/dbitemcolumns.h ../core/user.h ../core/timezone.h +specialdefault.o: ../core/group.h ../core/dircontainer.h +specialdefault.o: ../core/ugcontainer.h ../core/log.h ../core/textstream.h +specialdefault.o: ../core/logmanipulators.h ../core/slog.h ../core/cur.h +specialdefault.o: ../core/request.h ../core/error.h ../core/config.h +specialdefault.o: ../core/htmlfilter.h ../templates/htmltextstream.h +specialdefault.o: ../core/session.h ../core/user.h ../core/plugindata.h +specialdefault.o: ../core/rebus.h mount.h ../templates/locale.h +specialdefault.o: ../core/request.h ../core/config.h ../core/system.h +specialdefault.o: ../core/job.h ../core/basethread.h ../core/synchro.h +specialdefault.o: ../core/dirs.h ../core/dircontainer.h ../notify/notify.h +specialdefault.o: ../notify/notifypool.h ../templates/patterns.h +specialdefault.o: ../templates/locale.h ../templates/localefilter.h +specialdefault.o: ../../ezc/src/ezc.h ../../ezc/src/generator.h +specialdefault.o: ../../ezc/src/pattern.h functions.h functionparser.h +specialdefault.o: ../core/cur.h adduser.h cat.h chmod.h privchanger.h chown.h +specialdefault.o: ckeditor.h cp.h default.h download.h emacs.h env.h last.h +specialdefault.o: login.h logout.h ln.h ls.h man.h meta.h mkdir.h mv.h +specialdefault.o: nicedit.h node.h passwd.h priv.h pw.h reload.h rm.h +specialdefault.o: rmuser.h run.h sort.h stat.h subject.h template.h tinymce.h +specialdefault.o: uname.h upload.h uptime.h who.h vim.h ../core/htmlfilter.h +specialdefault.o: ../../ezc/src/stringconv.h ../../pikotools/utf8/utf8.h +specialdefault.o: ../notify/notifythread.h ../core/basethread.h +specialdefault.o: ../notify/templatesnotify.h ../core/users.h +specialdefault.o: ../core/ugcontainer.h ../core/lastcontainer.h +specialdefault.o: ../core/mounts.h ../core/mountparser.h ../core/crypt.h +specialdefault.o: ../core/users.h ../core/groups.h ../core/group.h +specialdefault.o: ../core/loadavg.h ../core/image.h ../core/threadmanager.h +specialdefault.o: ../core/synchro.h stat.o: stat.h functionbase.h ../core/item.h ../../pikotools/space/space.h stat.o: ../../pikotools/date/date.h ../db/db.h ../db/dbbase.h ../db/dbconn.h stat.o: ../db/dbtextstream.h ../core/textstream.h ../core/misc.h stat.o: ../core/item.h ../core/requesttypes.h ../core/error.h stat.o: ../../pikotools/space/spaceparser.h ../../pikotools/space/space.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/textstream.h ../core/logmanipulators.h -stat.o: ../core/slog.h ../core/cur.h ../core/request.h ../core/error.h -stat.o: ../core/config.h ../core/htmlfilter.h ../templates/htmltextstream.h -stat.o: ../core/session.h ../core/user.h ../core/plugindata.h ../core/rebus.h -stat.o: mount.h ../templates/locale.h ../core/request.h ../core/config.h +stat.o: ../core/timezone.h ../core/group.h ../core/dircontainer.h +stat.o: ../core/ugcontainer.h ../core/log.h ../core/textstream.h +stat.o: ../core/logmanipulators.h ../core/slog.h ../core/cur.h +stat.o: ../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 ../templates/locale.h @@ -1172,13 +1206,14 @@ subject.o: ../core/textstream.h ../core/misc.h ../core/item.h subject.o: ../core/requesttypes.h ../core/error.h subject.o: ../../pikotools/space/spaceparser.h ../../pikotools/space/space.h subject.o: ../db/dbitemquery.h ../db/dbitemcolumns.h ../core/user.h -subject.o: ../core/group.h ../core/dircontainer.h ../core/ugcontainer.h -subject.o: ../core/log.h ../core/textstream.h ../core/logmanipulators.h -subject.o: ../core/slog.h ../core/cur.h ../core/request.h ../core/error.h -subject.o: ../core/config.h ../core/htmlfilter.h -subject.o: ../templates/htmltextstream.h ../core/session.h ../core/user.h -subject.o: ../core/plugindata.h ../core/rebus.h mount.h ../templates/locale.h -subject.o: ../core/request.h ../core/config.h ../core/system.h ../core/job.h +subject.o: ../core/timezone.h ../core/group.h ../core/dircontainer.h +subject.o: ../core/ugcontainer.h ../core/log.h ../core/textstream.h +subject.o: ../core/logmanipulators.h ../core/slog.h ../core/cur.h +subject.o: ../core/request.h ../core/error.h ../core/config.h +subject.o: ../core/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 ../templates/locale.h @@ -1204,25 +1239,25 @@ template.o: ../core/textstream.h ../core/misc.h ../core/item.h template.o: ../core/requesttypes.h ../core/error.h template.o: ../../pikotools/space/spaceparser.h ../../pikotools/space/space.h template.o: ../db/dbitemquery.h ../db/dbitemcolumns.h ../core/user.h -template.o: ../core/group.h ../core/dircontainer.h ../core/ugcontainer.h -template.o: ../core/log.h ../core/textstream.h ../core/logmanipulators.h -template.o: ../core/slog.h ../core/cur.h ../core/request.h ../core/error.h -template.o: ../core/config.h ../core/htmlfilter.h -template.o: ../templates/htmltextstream.h ../core/session.h ../core/user.h -template.o: ../core/plugindata.h ../core/rebus.h mount.h -template.o: ../templates/locale.h ../core/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: ../templates/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 tinymce.h uname.h upload.h -template.o: uptime.h who.h vim.h ../core/htmlfilter.h +template.o: ../core/timezone.h ../core/group.h ../core/dircontainer.h +template.o: ../core/ugcontainer.h ../core/log.h ../core/textstream.h +template.o: ../core/logmanipulators.h ../core/slog.h ../core/cur.h +template.o: ../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 ../templates/locale.h +template.o: ../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 tinymce.h +template.o: uname.h upload.h uptime.h who.h vim.h ../core/htmlfilter.h template.o: ../../ezc/src/stringconv.h ../../pikotools/utf8/utf8.h template.o: ../notify/notifythread.h ../core/basethread.h template.o: ../notify/templatesnotify.h ../core/users.h ../core/ugcontainer.h @@ -1237,13 +1272,14 @@ tinymce.o: ../core/textstream.h ../core/misc.h ../core/item.h tinymce.o: ../core/requesttypes.h ../core/error.h tinymce.o: ../../pikotools/space/spaceparser.h ../../pikotools/space/space.h tinymce.o: ../db/dbitemquery.h ../db/dbitemcolumns.h ../core/user.h -tinymce.o: ../core/group.h ../core/dircontainer.h ../core/ugcontainer.h -tinymce.o: ../core/log.h ../core/textstream.h ../core/logmanipulators.h -tinymce.o: ../core/slog.h ../core/cur.h ../core/request.h ../core/error.h -tinymce.o: ../core/config.h ../core/htmlfilter.h -tinymce.o: ../templates/htmltextstream.h ../core/session.h ../core/user.h -tinymce.o: ../core/plugindata.h ../core/rebus.h mount.h ../templates/locale.h -tinymce.o: ../core/request.h ../core/config.h ../core/system.h ../core/job.h +tinymce.o: ../core/timezone.h ../core/group.h ../core/dircontainer.h +tinymce.o: ../core/ugcontainer.h ../core/log.h ../core/textstream.h +tinymce.o: ../core/logmanipulators.h ../core/slog.h ../core/cur.h +tinymce.o: ../core/request.h ../core/error.h ../core/config.h +tinymce.o: ../core/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 ../templates/locale.h @@ -1268,13 +1304,14 @@ uname.o: ../db/dbtextstream.h ../core/textstream.h ../core/misc.h uname.o: ../core/item.h ../core/requesttypes.h ../core/error.h uname.o: ../../pikotools/space/spaceparser.h ../../pikotools/space/space.h uname.o: ../db/dbitemquery.h ../db/dbitemcolumns.h ../core/user.h -uname.o: ../core/group.h ../core/dircontainer.h ../core/ugcontainer.h -uname.o: ../core/log.h ../core/textstream.h ../core/logmanipulators.h -uname.o: ../core/slog.h ../core/cur.h ../core/request.h ../core/error.h -uname.o: ../core/config.h ../core/htmlfilter.h ../templates/htmltextstream.h -uname.o: ../core/session.h ../core/user.h ../core/plugindata.h -uname.o: ../core/rebus.h mount.h ../templates/locale.h ../core/request.h -uname.o: ../core/config.h ../core/system.h ../core/job.h ../core/basethread.h +uname.o: ../core/timezone.h ../core/group.h ../core/dircontainer.h +uname.o: ../core/ugcontainer.h ../core/log.h ../core/textstream.h +uname.o: ../core/logmanipulators.h ../core/slog.h ../core/cur.h +uname.o: ../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: ../templates/locale.h ../templates/localefilter.h @@ -1299,10 +1336,11 @@ upload.o: ../core/textstream.h ../core/misc.h ../core/item.h upload.o: ../core/requesttypes.h ../core/error.h upload.o: ../../pikotools/space/spaceparser.h ../../pikotools/space/space.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/textstream.h ../core/logmanipulators.h -upload.o: ../core/slog.h ../core/cur.h ../core/request.h ../core/error.h -upload.o: ../core/config.h ../core/htmlfilter.h ../templates/htmltextstream.h +upload.o: ../core/timezone.h ../core/group.h ../core/dircontainer.h +upload.o: ../core/ugcontainer.h ../core/log.h ../core/textstream.h +upload.o: ../core/logmanipulators.h ../core/slog.h ../core/cur.h +upload.o: ../core/request.h ../core/error.h ../core/config.h +upload.o: ../core/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 @@ -1337,10 +1375,11 @@ uptime.o: ../core/textstream.h ../core/misc.h ../core/item.h uptime.o: ../core/requesttypes.h ../core/error.h uptime.o: ../../pikotools/space/spaceparser.h ../../pikotools/space/space.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/textstream.h ../core/logmanipulators.h -uptime.o: ../core/slog.h ../core/cur.h ../core/request.h ../core/error.h -uptime.o: ../core/config.h ../core/htmlfilter.h ../templates/htmltextstream.h +uptime.o: ../core/timezone.h ../core/group.h ../core/dircontainer.h +uptime.o: ../core/ugcontainer.h ../core/log.h ../core/textstream.h +uptime.o: ../core/logmanipulators.h ../core/slog.h ../core/cur.h +uptime.o: ../core/request.h ../core/error.h ../core/config.h +uptime.o: ../core/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 @@ -1368,12 +1407,13 @@ vim.o: ../db/dbtextstream.h ../core/textstream.h ../core/misc.h vim.o: ../core/item.h ../core/requesttypes.h ../core/error.h vim.o: ../../pikotools/space/spaceparser.h ../../pikotools/space/space.h vim.o: ../db/dbitemquery.h ../db/dbitemcolumns.h ../core/user.h -vim.o: ../core/group.h ../core/dircontainer.h ../core/ugcontainer.h -vim.o: ../core/log.h ../core/textstream.h ../core/logmanipulators.h -vim.o: ../core/slog.h ../core/cur.h ../core/request.h ../core/error.h -vim.o: ../core/config.h ../core/htmlfilter.h ../templates/htmltextstream.h -vim.o: ../core/session.h ../core/user.h ../core/plugindata.h ../core/rebus.h -vim.o: mount.h ../templates/locale.h ../core/request.h ../core/config.h +vim.o: ../core/timezone.h ../core/group.h ../core/dircontainer.h +vim.o: ../core/ugcontainer.h ../core/log.h ../core/textstream.h +vim.o: ../core/logmanipulators.h ../core/slog.h ../core/cur.h +vim.o: ../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 ../templates/locale.h @@ -1398,12 +1438,13 @@ who.o: ../db/dbtextstream.h ../core/textstream.h ../core/misc.h who.o: ../core/item.h ../core/requesttypes.h ../core/error.h who.o: ../../pikotools/space/spaceparser.h ../../pikotools/space/space.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/textstream.h ../core/logmanipulators.h -who.o: ../core/slog.h ../core/cur.h ../core/request.h ../core/error.h -who.o: ../core/config.h ../core/htmlfilter.h ../templates/htmltextstream.h -who.o: ../core/session.h ../core/user.h ../core/plugindata.h ../core/rebus.h -who.o: mount.h ../templates/locale.h ../core/request.h ../core/config.h +who.o: ../core/timezone.h ../core/group.h ../core/dircontainer.h +who.o: ../core/ugcontainer.h ../core/log.h ../core/textstream.h +who.o: ../core/logmanipulators.h ../core/slog.h ../core/cur.h +who.o: ../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 ../templates/locale.h diff --git a/main/Makefile.dep b/main/Makefile.dep index e91409d..ed0b983 100755 --- a/main/Makefile.dep +++ b/main/Makefile.dep @@ -5,7 +5,7 @@ main.o: ../../pikotools/space/space.h ../../pikotools/date/date.h main.o: ../core/requesttypes.h ../core/logmanipulators.h ../core/slog.h main.o: ../core/cur.h ../core/request.h ../core/error.h ../core/config.h main.o: ../../pikotools/space/spaceparser.h ../../pikotools/space/space.h -main.o: ../core/htmlfilter.h ../templates/htmltextstream.h +main.o: ../core/htmlfilter.h ../core/timezone.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 diff --git a/notify/Makefile.dep b/notify/Makefile.dep index 32bf871..961f519 100755 --- a/notify/Makefile.dep +++ b/notify/Makefile.dep @@ -12,19 +12,20 @@ notify.o: ../templates/htmltextstream.h ../core/textstream.h notify.o: ../../pikotools/space/space.h ../../pikotools/date/date.h notify.o: notifythread.h ../core/basethread.h ../core/synchro.h notify.o: templatesnotify.h ../core/config.h ../core/htmlfilter.h -notify.o: ../core/users.h ../core/user.h ../core/ugcontainer.h ../core/log.h -notify.o: ../core/textstream.h ../core/logmanipulators.h ../core/slog.h -notify.o: ../core/cur.h ../core/request.h ../core/requesttypes.h -notify.o: ../core/error.h ../core/config.h ../templates/htmltextstream.h -notify.o: ../core/session.h ../core/plugindata.h ../core/rebus.h -notify.o: ../core/mount.h ../core/lastcontainer.h ../db/db.h ../db/dbbase.h -notify.o: ../db/dbconn.h ../db/dbtextstream.h ../core/error.h -notify.o: ../db/dbitemquery.h ../core/item.h ../db/dbitemcolumns.h -notify.o: ../core/user.h ../core/group.h ../core/dircontainer.h -notify.o: ../core/ugcontainer.h ../templates/templates.h -notify.o: ../templates/patterncacher.h ../templates/indexpatterns.h -notify.o: ../templates/patterns.h ../templates/changepatterns.h ../core/cur.h -notify.o: ../core/system.h ../core/job.h ../core/basethread.h ../core/dirs.h +notify.o: ../core/timezone.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/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 +notify.o: ../core/item.h ../db/dbitemcolumns.h ../core/user.h ../core/group.h +notify.o: ../core/dircontainer.h ../core/ugcontainer.h +notify.o: ../templates/templates.h ../templates/patterncacher.h +notify.o: ../templates/indexpatterns.h ../templates/patterns.h +notify.o: ../templates/changepatterns.h ../core/cur.h ../core/system.h +notify.o: ../core/job.h ../core/basethread.h ../core/dirs.h notify.o: ../core/dircontainer.h ../notify/notify.h ../core/mounts.h notify.o: ../core/mountparser.h ../core/crypt.h ../core/run.h ../core/users.h notify.o: ../core/groups.h ../core/group.h ../core/loadavg.h ../core/image.h @@ -63,18 +64,18 @@ notifythread.o: ../../pikotools/space/space.h ../../pikotools/date/date.h notifythread.o: notifypool.h ../templates/locale.h notifythread.o: ../../pikotools/space/spaceparser.h notifythread.o: ../../pikotools/space/space.h ../core/config.h -notifythread.o: ../core/htmlfilter.h ../core/users.h ../core/user.h -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: ../core/htmlfilter.h ../core/timezone.h ../core/users.h +notifythread.o: ../core/user.h ../core/ugcontainer.h ../core/log.h +notifythread.o: ../core/textstream.h ../core/logmanipulators.h ../core/slog.h +notifythread.o: ../core/cur.h ../core/request.h ../core/requesttypes.h +notifythread.o: ../core/error.h ../core/config.h +notifythread.o: ../templates/htmltextstream.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 @@ -90,23 +91,23 @@ 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 ../core/synchro.h -templatesnotify.o: ../functions/functionparser.h ../core/cur.h -templatesnotify.o: ../functions/adduser.h ../functions/cat.h +templatesnotify.o: ../core/session.h ../core/user.h ../core/timezone.h +templatesnotify.o: ../core/plugindata.h ../core/rebus.h ../core/mount.h +templatesnotify.o: ../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/synchro.h ../functions/functionparser.h +templatesnotify.o: ../core/cur.h ../functions/adduser.h ../functions/cat.h templatesnotify.o: ../functions/chmod.h ../functions/privchanger.h templatesnotify.o: ../functions/chown.h ../functions/ckeditor.h templatesnotify.o: ../functions/cp.h ../functions/default.h diff --git a/plugins/export/Makefile.dep b/plugins/export/Makefile.dep index 3d880e2..faa7a24 100755 --- a/plugins/export/Makefile.dep +++ b/plugins/export/Makefile.dep @@ -8,30 +8,31 @@ edb.o: ../../../pikotools/space/spaceparser.h edb.o: ../../../pikotools/space/space.h export.h ../../core/dirs.h edb.o: ../../core/dircontainer.h ../../db/db.h ../../db/dbbase.h edb.o: ../../db/dbitemquery.h ../../core/item.h ../../db/dbitemcolumns.h -edb.o: ../../core/user.h ../../core/group.h ../../core/dircontainer.h -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 ../../../pikotools/utf8/utf8.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 +edb.o: ../../core/user.h ../../core/timezone.h ../../core/group.h +edb.o: ../../core/dircontainer.h ../../core/ugcontainer.h ../../core/log.h +edb.o: ../../core/textstream.h ../../core/logmanipulators.h ../../core/slog.h +edb.o: ../../core/cur.h ../../core/request.h ../../core/error.h +edb.o: ../../core/config.h ../../core/htmlfilter.h +edb.o: ../../templates/htmltextstream.h ../../core/session.h +edb.o: ../../core/user.h ../../core/plugindata.h ../../core/rebus.h +edb.o: ../../core/mount.h ../../templates/locale.h ../../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: ../../../pikotools/utf8/utf8.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 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 ../../core/dirs.h exportinfo.o: ../../core/item.h ../../../pikotools/date/date.h exportinfo.o: ../../core/dircontainer.h ../../db/db.h ../../db/dbbase.h exportinfo.o: ../../db/dbitemquery.h ../../core/item.h -exportinfo.o: ../../db/dbitemcolumns.h ../../core/user.h ../../core/group.h +exportinfo.o: ../../db/dbitemcolumns.h ../../core/user.h +exportinfo.o: ../../core/timezone.h ../../core/group.h exportinfo.o: ../../core/dircontainer.h ../../core/ugcontainer.h exportinfo.o: ../../core/log.h ../../core/textstream.h exportinfo.o: ../../core/logmanipulators.h ../../core/slog.h ../../core/cur.h @@ -71,30 +72,31 @@ init.o: ../../../pikotools/space/space.h ../../../pikotools/date/date.h init.o: ../../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 ../../core/session.h ../../core/user.h -init.o: ../../core/plugindata.h ../../core/rebus.h ../../core/mount.h -init.o: ../../templates/locale.h ../../core/system.h ../../core/job.h -init.o: ../../core/basethread.h ../../core/synchro.h ../../core/dirs.h -init.o: ../../core/dircontainer.h ../../db/db.h ../../db/dbbase.h -init.o: ../../db/dbitemquery.h ../../core/item.h ../../db/dbitemcolumns.h -init.o: ../../core/user.h ../../core/group.h ../../core/dircontainer.h -init.o: ../../core/ugcontainer.h ../../notify/notify.h -init.o: ../../notify/notifypool.h ../../templates/patterns.h -init.o: ../../templates/locale.h ../../templates/localefilter.h -init.o: ../../../ezc/src/ezc.h ../../../ezc/src/generator.h -init.o: ../../../ezc/src/pattern.h ../../../ezc/src/functions.h -init.o: ../../../ezc/src/funinfo.h ../../../ezc/src/stringconv.h -init.o: ../../../pikotools/utf8/utf8.h ../../notify/notifythread.h -init.o: ../../core/basethread.h ../../notify/templatesnotify.h -init.o: ../../core/config.h ../../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/sessionmanager.h ../../core/sessioncontainer.h -init.o: ../../functions/functions.h ../../functions/functionbase.h -init.o: ../../core/request.h ../../core/system.h ../../core/synchro.h +init.o: ../../core/timezone.h ../../templates/htmltextstream.h +init.o: ../../core/textstream.h ../../core/misc.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 +init.o: ../../core/dirs.h ../../core/dircontainer.h ../../db/db.h +init.o: ../../db/dbbase.h ../../db/dbitemquery.h ../../core/item.h +init.o: ../../db/dbitemcolumns.h ../../core/user.h ../../core/group.h +init.o: ../../core/dircontainer.h ../../core/ugcontainer.h +init.o: ../../notify/notify.h ../../notify/notifypool.h +init.o: ../../templates/patterns.h ../../templates/locale.h +init.o: ../../templates/localefilter.h ../../../ezc/src/ezc.h +init.o: ../../../ezc/src/generator.h ../../../ezc/src/pattern.h +init.o: ../../../ezc/src/functions.h ../../../ezc/src/funinfo.h +init.o: ../../../ezc/src/stringconv.h ../../../pikotools/utf8/utf8.h +init.o: ../../notify/notifythread.h ../../core/basethread.h +init.o: ../../notify/templatesnotify.h ../../core/config.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/sessionmanager.h +init.o: ../../core/sessioncontainer.h ../../functions/functions.h +init.o: ../../functions/functionbase.h ../../core/request.h +init.o: ../../core/system.h ../../core/synchro.h init.o: ../../functions/functionparser.h ../../core/cur.h init.o: ../../functions/adduser.h ../../functions/cat.h init.o: ../../functions/chmod.h ../../functions/privchanger.h diff --git a/plugins/gallery/Makefile.dep b/plugins/gallery/Makefile.dep index fd2f907..af42028 100755 --- a/plugins/gallery/Makefile.dep +++ b/plugins/gallery/Makefile.dep @@ -7,9 +7,9 @@ gallery.o: ../../db/dbtextstream.h ../../core/textstream.h ../../core/misc.h gallery.o: ../../core/item.h ../../core/requesttypes.h ../../core/error.h gallery.o: ../../../pikotools/space/spaceparser.h gallery.o: ../../../pikotools/space/space.h ../../db/dbitemquery.h -gallery.o: ../../db/dbitemcolumns.h ../../core/user.h ../../core/group.h -gallery.o: ../../core/dircontainer.h ../../core/ugcontainer.h -gallery.o: ../../core/log.h ../../core/textstream.h +gallery.o: ../../db/dbitemcolumns.h ../../core/user.h ../../core/timezone.h +gallery.o: ../../core/group.h ../../core/dircontainer.h +gallery.o: ../../core/ugcontainer.h ../../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 @@ -41,9 +41,9 @@ init.o: ../../db/dbtextstream.h ../../core/textstream.h ../../core/misc.h init.o: ../../core/item.h ../../core/requesttypes.h ../../core/error.h init.o: ../../../pikotools/space/spaceparser.h init.o: ../../../pikotools/space/space.h ../../db/dbitemquery.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: ../../core/textstream.h ../../core/logmanipulators.h +init.o: ../../db/dbitemcolumns.h ../../core/user.h ../../core/timezone.h +init.o: ../../core/group.h ../../core/dircontainer.h ../../core/ugcontainer.h +init.o: ../../core/log.h ../../core/textstream.h ../../core/logmanipulators.h init.o: ../../core/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 @@ -97,29 +97,30 @@ templates.o: ../../db/dbtextstream.h ../../core/textstream.h templates.o: ../../core/misc.h ../../core/item.h ../../core/requesttypes.h templates.o: ../../core/error.h ../../../pikotools/space/spaceparser.h templates.o: ../../../pikotools/space/space.h ../../db/dbitemquery.h -templates.o: ../../db/dbitemcolumns.h ../../core/user.h ../../core/group.h -templates.o: ../../core/dircontainer.h ../../core/ugcontainer.h -templates.o: ../../core/log.h ../../core/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 ../../../pikotools/utf8/utf8.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: ../../db/dbitemcolumns.h ../../core/user.h ../../core/timezone.h +templates.o: ../../core/group.h ../../core/dircontainer.h +templates.o: ../../core/ugcontainer.h ../../core/log.h +templates.o: ../../core/textstream.h ../../core/logmanipulators.h +templates.o: ../../core/slog.h ../../core/cur.h ../../core/request.h +templates.o: ../../core/error.h ../../core/config.h ../../core/htmlfilter.h +templates.o: ../../templates/htmltextstream.h ../../core/session.h +templates.o: ../../core/user.h ../../core/plugindata.h ../../core/rebus.h +templates.o: ../../core/mount.h ../../templates/locale.h ../../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: ../../../pikotools/utf8/utf8.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: ../../core/threadmanager.h ../../core/synchro.h galleryinfo.h templates.o: ../../core/misc.h ../../core/plugin.h ../../core/pluginmsg.h templates.o: ../../core/system.h ../../core/sessionmanager.h diff --git a/plugins/group/Makefile.dep b/plugins/group/Makefile.dep index 65ff7ab..dea132b 100755 --- a/plugins/group/Makefile.dep +++ b/plugins/group/Makefile.dep @@ -10,14 +10,14 @@ groupinfo.o: ../../db/dbconn.h ../../db/dbtextstream.h groupinfo.o: ../../core/textstream.h ../../core/misc.h groupinfo.o: ../../core/requesttypes.h ../../core/error.h groupinfo.o: ../../db/dbitemquery.h ../../db/dbitemcolumns.h -groupinfo.o: ../../core/user.h ../../core/group.h ../../core/dircontainer.h -groupinfo.o: ../../core/ugcontainer.h ../../core/log.h -groupinfo.o: ../../core/textstream.h ../../core/logmanipulators.h -groupinfo.o: ../../core/slog.h ../../core/cur.h ../../core/request.h -groupinfo.o: ../../core/error.h ../../core/config.h ../../core/htmlfilter.h -groupinfo.o: ../../templates/htmltextstream.h ../../core/session.h -groupinfo.o: ../../core/user.h ../../core/plugindata.h ../../core/rebus.h -groupinfo.o: ../../core/mount.h ../../templates/locale.h +groupinfo.o: ../../core/user.h ../../core/timezone.h ../../core/group.h +groupinfo.o: ../../core/dircontainer.h ../../core/ugcontainer.h +groupinfo.o: ../../core/log.h ../../core/textstream.h +groupinfo.o: ../../core/logmanipulators.h ../../core/slog.h ../../core/cur.h +groupinfo.o: ../../core/request.h ../../core/error.h ../../core/config.h +groupinfo.o: ../../core/htmlfilter.h ../../templates/htmltextstream.h +groupinfo.o: ../../core/session.h ../../core/user.h ../../core/plugindata.h +groupinfo.o: ../../core/rebus.h ../../core/mount.h ../../templates/locale.h groupinfo.o: ../../notify/notify.h ../../notify/notifypool.h groupinfo.o: ../../templates/patterns.h ../../templates/locale.h groupinfo.o: ../../templates/localefilter.h ../../../ezc/src/ezc.h @@ -39,9 +39,9 @@ init.o: ../../core/slog.h ../../core/cur.h ../../core/request.h init.o: ../../core/requesttypes.h ../../core/item.h ../../core/error.h init.o: ../../core/config.h ../../../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/date/date.h -init.o: ../../../pikotools/space/space.h ../../core/session.h +init.o: ../../core/timezone.h ../../../pikotools/date/date.h +init.o: ../../../pikotools/space/space.h ../../templates/htmltextstream.h +init.o: ../../core/textstream.h ../../core/misc.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 @@ -105,14 +105,15 @@ templates.o: ../../db/dbbase.h ../../db/dbconn.h ../../db/dbtextstream.h templates.o: ../../core/textstream.h ../../core/error.h templates.o: ../../../pikotools/space/spaceparser.h templates.o: ../../../pikotools/space/space.h ../../db/dbitemquery.h -templates.o: ../../db/dbitemcolumns.h ../../core/user.h ../../core/group.h -templates.o: ../../core/dircontainer.h ../../core/ugcontainer.h -templates.o: ../../core/log.h ../../core/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: ../../db/dbitemcolumns.h ../../core/user.h ../../core/timezone.h +templates.o: ../../core/group.h ../../core/dircontainer.h +templates.o: ../../core/ugcontainer.h ../../core/log.h +templates.o: ../../core/textstream.h ../../core/logmanipulators.h +templates.o: ../../core/slog.h ../../core/cur.h ../../core/request.h +templates.o: ../../core/error.h ../../core/config.h ../../core/htmlfilter.h +templates.o: ../../templates/htmltextstream.h ../../core/session.h +templates.o: ../../core/user.h ../../core/plugindata.h ../../core/rebus.h +templates.o: ../../core/mount.h ../../templates/locale.h templates.o: ../../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 8d8effe..ffaab24 100755 --- a/plugins/menu/Makefile.dep +++ b/plugins/menu/Makefile.dep @@ -7,32 +7,32 @@ cache.o: ../../db/dbconn.h ../../db/dbtextstream.h ../../core/textstream.h cache.o: ../../core/misc.h ../../core/requesttypes.h ../../core/error.h cache.o: ../../../pikotools/space/spaceparser.h cache.o: ../../../pikotools/space/space.h ../../db/dbitemquery.h -cache.o: ../../db/dbitemcolumns.h ../../core/user.h ../../core/group.h -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: ../../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 -cache.o: ../../templates/locale.h ../../templates/localefilter.h -cache.o: ../../../ezc/src/ezc.h ../../../ezc/src/generator.h -cache.o: ../../../ezc/src/pattern.h ../../../ezc/src/functions.h -cache.o: ../../../ezc/src/funinfo.h ../../../ezc/src/stringconv.h -cache.o: ../../../pikotools/utf8/utf8.h ../../notify/notifythread.h -cache.o: ../../core/basethread.h ../../core/synchro.h -cache.o: ../../notify/templatesnotify.h ../../core/config.h -cache.o: ../../core/users.h ../../core/ugcontainer.h +cache.o: ../../db/dbitemcolumns.h ../../core/user.h ../../core/timezone.h +cache.o: ../../core/group.h ../../core/dircontainer.h +cache.o: ../../core/ugcontainer.h ../../core/log.h ../../core/textstream.h +cache.o: ../../core/logmanipulators.h ../../core/slog.h ../../core/cur.h +cache.o: ../../core/request.h ../../core/error.h ../../core/config.h +cache.o: ../../core/htmlfilter.h ../../templates/htmltextstream.h +cache.o: ../../core/session.h ../../core/user.h ../../core/plugindata.h +cache.o: ../../core/rebus.h ../../core/mount.h ../../templates/locale.h +cache.o: ../../notify/notify.h ../../notify/notifypool.h +cache.o: ../../templates/patterns.h ../../templates/locale.h +cache.o: ../../templates/localefilter.h ../../../ezc/src/ezc.h +cache.o: ../../../ezc/src/generator.h ../../../ezc/src/pattern.h +cache.o: ../../../ezc/src/functions.h ../../../ezc/src/funinfo.h +cache.o: ../../../ezc/src/stringconv.h ../../../pikotools/utf8/utf8.h +cache.o: ../../notify/notifythread.h ../../core/basethread.h +cache.o: ../../core/synchro.h ../../notify/templatesnotify.h +cache.o: ../../core/config.h ../../core/users.h ../../core/ugcontainer.h cache.o: ../../core/lastcontainer.h ../../core/misc.h init.o: ../../core/log.h ../../core/textstream.h ../../core/logmanipulators.h init.o: ../../core/slog.h ../../core/cur.h ../../core/request.h init.o: ../../core/requesttypes.h ../../core/item.h ../../core/error.h init.o: ../../core/config.h ../../../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/date/date.h -init.o: ../../../pikotools/space/space.h ../../core/session.h +init.o: ../../core/timezone.h ../../../pikotools/date/date.h +init.o: ../../../pikotools/space/space.h ../../templates/htmltextstream.h +init.o: ../../core/textstream.h ../../core/misc.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 @@ -97,25 +97,25 @@ templates.o: ../../db/db.h ../../db/dbbase.h ../../db/dbconn.h templates.o: ../../db/dbtextstream.h ../../core/textstream.h templates.o: ../../core/error.h ../../../pikotools/space/spaceparser.h templates.o: ../../../pikotools/space/space.h ../../db/dbitemquery.h -templates.o: ../../db/dbitemcolumns.h ../../core/user.h ../../core/group.h -templates.o: ../../core/dircontainer.h ../../core/ugcontainer.h -templates.o: ../../core/log.h ../../core/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: ../../db/dbitemcolumns.h ../../core/user.h ../../core/timezone.h +templates.o: ../../core/group.h ../../core/dircontainer.h +templates.o: ../../core/ugcontainer.h ../../core/log.h +templates.o: ../../core/textstream.h ../../core/logmanipulators.h +templates.o: ../../core/slog.h ../../core/cur.h ../../core/request.h +templates.o: ../../core/error.h ../../core/config.h ../../core/htmlfilter.h +templates.o: ../../templates/htmltextstream.h ../../core/session.h +templates.o: ../../core/user.h ../../core/plugindata.h ../../core/rebus.h +templates.o: ../../core/mount.h ../../templates/locale.h ../../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/sessionmanager.h templates.o: ../../core/sessioncontainer.h ../../functions/functions.h templates.o: ../../functions/functionbase.h ../../core/request.h diff --git a/plugins/stats/Makefile.dep b/plugins/stats/Makefile.dep index 1f14bec..7eff853 100755 --- a/plugins/stats/Makefile.dep +++ b/plugins/stats/Makefile.dep @@ -8,34 +8,35 @@ init.o: ../../core/logmanipulators.h ../../core/slog.h ../../core/cur.h 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 ../../../pikotools/utf8/utf8.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/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: ../../core/timezone.h ../../templates/htmltextstream.h +init.o: ../../core/textstream.h ../../core/session.h ../../core/user.h +init.o: ../../core/plugindata.h ../../core/rebus.h ../../core/mount.h +init.o: ../../templates/locale.h ../../core/request.h ../../core/config.h +init.o: ../../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: ../../../pikotools/utf8/utf8.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/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: ../../functions/chmod.h ../../functions/privchanger.h init.o: ../../functions/chown.h ../../functions/ckeditor.h init.o: ../../functions/cp.h ../../functions/default.h @@ -63,17 +64,18 @@ stats.o: ../../core/logmanipulators.h ../../core/slog.h ../../core/cur.h 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/utf8/utf8.h +stats.o: ../../core/timezone.h ../../templates/htmltextstream.h +stats.o: ../../core/textstream.h ../../core/session.h ../../core/user.h +stats.o: ../../core/plugindata.h ../../core/rebus.h ../../core/mount.h +stats.o: ../../templates/locale.h ../../../pikotools/utf8/utf8.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 templates.o: ../../../pikotools/space/space.h ../../core/htmlfilter.h -templates.o: ../../core/request.h ../../core/requesttypes.h ../../core/item.h -templates.o: ../../../pikotools/space/space.h ../../../pikotools/date/date.h -templates.o: ../../core/error.h ../../core/textstream.h ../../core/misc.h +templates.o: ../../core/timezone.h ../../../pikotools/date/date.h +templates.o: ../../../pikotools/space/space.h ../../core/request.h +templates.o: ../../core/requesttypes.h ../../core/item.h ../../core/error.h +templates.o: ../../core/textstream.h ../../core/misc.h templates.o: ../../templates/htmltextstream.h ../../core/textstream.h templates.o: ../../core/system.h ../../core/job.h ../../core/basethread.h templates.o: ../../core/synchro.h ../../core/dirs.h ../../core/dircontainer.h diff --git a/plugins/thread/Makefile.dep b/plugins/thread/Makefile.dep index 48a929c..6bf0e7c 100755 --- a/plugins/thread/Makefile.dep +++ b/plugins/thread/Makefile.dep @@ -8,7 +8,8 @@ createthread.o: ../../core/textstream.h ../../core/misc.h ../../core/item.h createthread.o: ../../core/requesttypes.h ../../core/error.h createthread.o: ../../../pikotools/space/spaceparser.h createthread.o: ../../../pikotools/space/space.h ../../db/dbitemquery.h -createthread.o: ../../db/dbitemcolumns.h ../../core/user.h ../../core/group.h +createthread.o: ../../db/dbitemcolumns.h ../../core/user.h +createthread.o: ../../core/timezone.h ../../core/group.h createthread.o: ../../core/dircontainer.h ../../core/ugcontainer.h createthread.o: ../../core/log.h ../../core/textstream.h createthread.o: ../../core/logmanipulators.h ../../core/slog.h @@ -65,29 +66,30 @@ funthread.o: ../../db/dbconn.h ../../db/dbtextstream.h funthread.o: ../../core/textstream.h ../../core/misc.h ../../core/error.h funthread.o: ../../../pikotools/space/spaceparser.h funthread.o: ../../../pikotools/space/space.h ../../db/dbitemquery.h -funthread.o: ../../db/dbitemcolumns.h ../../core/user.h ../../core/group.h -funthread.o: ../../core/dircontainer.h ../../core/ugcontainer.h -funthread.o: ../../core/log.h ../../core/textstream.h -funthread.o: ../../core/logmanipulators.h ../../core/slog.h ../../core/cur.h -funthread.o: ../../core/request.h ../../core/error.h ../../core/config.h -funthread.o: ../../core/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 ../../../pikotools/utf8/utf8.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: ../../db/dbitemcolumns.h ../../core/user.h ../../core/timezone.h +funthread.o: ../../core/group.h ../../core/dircontainer.h +funthread.o: ../../core/ugcontainer.h ../../core/log.h +funthread.o: ../../core/textstream.h ../../core/logmanipulators.h +funthread.o: ../../core/slog.h ../../core/cur.h ../../core/request.h +funthread.o: ../../core/error.h ../../core/config.h ../../core/htmlfilter.h +funthread.o: ../../templates/htmltextstream.h ../../core/session.h +funthread.o: ../../core/user.h ../../core/plugindata.h ../../core/rebus.h +funthread.o: ../../core/mount.h ../../templates/locale.h ../../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: ../../../pikotools/utf8/utf8.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: ../../core/threadmanager.h ../../core/synchro.h tdb.h thread.h funthread.o: ../../db/dbbase.h threadinfo.h init.o: tdb.h thread.h ../../../pikotools/date/date.h ../../db/dbbase.h @@ -97,9 +99,9 @@ init.o: ../../db/dbbase.h ../../db/dbconn.h ../../db/dbtextstream.h init.o: ../../core/textstream.h ../../core/misc.h ../../core/item.h init.o: ../../core/requesttypes.h ../../../pikotools/space/spaceparser.h init.o: ../../../pikotools/space/space.h ../../db/dbitemquery.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: ../../core/textstream.h ../../core/logmanipulators.h +init.o: ../../db/dbitemcolumns.h ../../core/user.h ../../core/timezone.h +init.o: ../../core/group.h ../../core/dircontainer.h ../../core/ugcontainer.h +init.o: ../../core/log.h ../../core/textstream.h ../../core/logmanipulators.h init.o: ../../core/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 @@ -153,17 +155,17 @@ reply.o: ../../db/dbtextstream.h ../../core/textstream.h ../../core/misc.h reply.o: ../../core/item.h ../../core/requesttypes.h ../../core/error.h reply.o: ../../../pikotools/space/spaceparser.h reply.o: ../../../pikotools/space/space.h ../../db/dbitemquery.h -reply.o: ../../db/dbitemcolumns.h ../../core/user.h ../../core/group.h -reply.o: ../../core/dircontainer.h ../../core/ugcontainer.h ../../core/log.h -reply.o: ../../core/textstream.h ../../core/logmanipulators.h -reply.o: ../../core/slog.h ../../core/cur.h ../../core/request.h -reply.o: ../../core/error.h ../../core/config.h ../../core/htmlfilter.h -reply.o: ../../templates/htmltextstream.h ../../core/session.h -reply.o: ../../core/user.h ../../core/plugindata.h ../../core/rebus.h -reply.o: ../../core/mount.h ../../templates/locale.h ../../core/request.h -reply.o: ../../core/config.h ../../core/system.h ../../core/job.h -reply.o: ../../core/basethread.h ../../core/synchro.h ../../core/dirs.h -reply.o: ../../core/dircontainer.h ../../notify/notify.h +reply.o: ../../db/dbitemcolumns.h ../../core/user.h ../../core/timezone.h +reply.o: ../../core/group.h ../../core/dircontainer.h +reply.o: ../../core/ugcontainer.h ../../core/log.h ../../core/textstream.h +reply.o: ../../core/logmanipulators.h ../../core/slog.h ../../core/cur.h +reply.o: ../../core/request.h ../../core/error.h ../../core/config.h +reply.o: ../../core/htmlfilter.h ../../templates/htmltextstream.h +reply.o: ../../core/session.h ../../core/user.h ../../core/plugindata.h +reply.o: ../../core/rebus.h ../../core/mount.h ../../templates/locale.h +reply.o: ../../core/request.h ../../core/config.h ../../core/system.h +reply.o: ../../core/job.h ../../core/basethread.h ../../core/synchro.h +reply.o: ../../core/dirs.h ../../core/dircontainer.h ../../notify/notify.h reply.o: ../../notify/notifypool.h ../../templates/patterns.h reply.o: ../../templates/locale.h ../../templates/localefilter.h reply.o: ../../../ezc/src/ezc.h ../../../ezc/src/generator.h @@ -210,7 +212,8 @@ showthreads.o: ../../core/textstream.h ../../core/misc.h ../../core/item.h showthreads.o: ../../core/requesttypes.h ../../core/error.h showthreads.o: ../../../pikotools/space/spaceparser.h showthreads.o: ../../../pikotools/space/space.h ../../db/dbitemquery.h -showthreads.o: ../../db/dbitemcolumns.h ../../core/user.h ../../core/group.h +showthreads.o: ../../db/dbitemcolumns.h ../../core/user.h +showthreads.o: ../../core/timezone.h ../../core/group.h showthreads.o: ../../core/dircontainer.h ../../core/ugcontainer.h showthreads.o: ../../core/log.h ../../core/textstream.h showthreads.o: ../../core/logmanipulators.h ../../core/slog.h @@ -248,14 +251,15 @@ templates.o: ../../db/dbtextstream.h ../../core/textstream.h templates.o: ../../core/misc.h ../../core/requesttypes.h ../../core/error.h templates.o: ../../../pikotools/space/spaceparser.h templates.o: ../../../pikotools/space/space.h ../../db/dbitemquery.h -templates.o: ../../db/dbitemcolumns.h ../../core/user.h ../../core/group.h -templates.o: ../../core/dircontainer.h ../../core/ugcontainer.h -templates.o: ../../core/log.h ../../core/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: ../../db/dbitemcolumns.h ../../core/user.h ../../core/timezone.h +templates.o: ../../core/group.h ../../core/dircontainer.h +templates.o: ../../core/ugcontainer.h ../../core/log.h +templates.o: ../../core/textstream.h ../../core/logmanipulators.h +templates.o: ../../core/slog.h ../../core/cur.h ../../core/request.h +templates.o: ../../core/error.h ../../core/config.h ../../core/htmlfilter.h +templates.o: ../../templates/htmltextstream.h ../../core/session.h +templates.o: ../../core/user.h ../../core/plugindata.h ../../core/rebus.h +templates.o: ../../core/mount.h ../../templates/locale.h templates.o: ../../notify/notify.h ../../notify/notifypool.h templates.o: ../../templates/patterns.h ../../templates/locale.h templates.o: ../../templates/localefilter.h ../../../ezc/src/ezc.h @@ -308,7 +312,8 @@ threadinfo.o: ../../db/dbtextstream.h ../../core/textstream.h threadinfo.o: ../../core/misc.h ../../core/requesttypes.h ../../core/error.h threadinfo.o: ../../../pikotools/space/spaceparser.h threadinfo.o: ../../../pikotools/space/space.h ../../db/dbitemquery.h -threadinfo.o: ../../db/dbitemcolumns.h ../../core/user.h ../../core/group.h +threadinfo.o: ../../db/dbitemcolumns.h ../../core/user.h +threadinfo.o: ../../core/timezone.h ../../core/group.h threadinfo.o: ../../core/dircontainer.h ../../core/ugcontainer.h threadinfo.o: ../../core/log.h ../../core/textstream.h threadinfo.o: ../../core/logmanipulators.h ../../core/slog.h ../../core/cur.h diff --git a/plugins/thread/templates.cpp b/plugins/thread/templates.cpp index 90e5b66..2304bde 100755 --- a/plugins/thread/templates.cpp +++ b/plugins/thread/templates.cpp @@ -270,7 +270,7 @@ void thread_sort_tab_date_creation(Info & i) { if( item_sort_index < thread_info.item_sort_tab.size() ) { - PT::Date date = system->LocalTime(thread_info.item_sort_tab[item_sort_index]->date_creation); + PT::Date date = system->ToLocal(thread_info.item_sort_tab[item_sort_index]->date_creation); i.out << DateToStr(date.year, date.month, date.day, date.hour, date.min, date.sec); } } @@ -280,7 +280,7 @@ void thread_sort_tab_date_modification(Info & i) { if( item_sort_index < thread_info.item_sort_tab.size() ) { - PT::Date date = system->LocalTime(thread_info.item_sort_tab[item_sort_index]->date_modification); + PT::Date date = system->ToLocal(thread_info.item_sort_tab[item_sort_index]->date_modification); i.out << DateToStr(date.year, date.month, date.day, date.hour, date.min, date.sec); } } diff --git a/plugins/ticket/Makefile.dep b/plugins/ticket/Makefile.dep index 945470f..4b26023 100755 --- a/plugins/ticket/Makefile.dep +++ b/plugins/ticket/Makefile.dep @@ -9,7 +9,8 @@ createticket.o: ../../core/error.h ../../../pikotools/space/spaceparser.h createticket.o: ../../../pikotools/space/space.h createticket.o: ../../functions/functionbase.h ../../core/item.h createticket.o: ../../db/db.h ../../db/dbbase.h ../../db/dbitemquery.h -createticket.o: ../../db/dbitemcolumns.h ../../core/user.h ../../core/group.h +createticket.o: ../../db/dbitemcolumns.h ../../core/user.h +createticket.o: ../../core/timezone.h ../../core/group.h createticket.o: ../../core/dircontainer.h ../../core/ugcontainer.h createticket.o: ../../core/log.h ../../core/textstream.h createticket.o: ../../core/logmanipulators.h ../../core/slog.h @@ -69,14 +70,14 @@ editticket.o: ../../core/system.h ../../core/job.h ../../core/basethread.h editticket.o: ../../core/synchro.h ../../core/dirs.h editticket.o: ../../core/dircontainer.h ../../db/db.h ../../db/dbbase.h editticket.o: ../../db/dbitemquery.h ../../db/dbitemcolumns.h -editticket.o: ../../core/user.h ../../core/group.h ../../core/dircontainer.h -editticket.o: ../../core/ugcontainer.h ../../core/log.h -editticket.o: ../../core/textstream.h ../../core/logmanipulators.h -editticket.o: ../../core/slog.h ../../core/cur.h ../../core/request.h -editticket.o: ../../core/error.h ../../core/config.h ../../core/htmlfilter.h -editticket.o: ../../templates/htmltextstream.h ../../core/session.h -editticket.o: ../../core/user.h ../../core/plugindata.h ../../core/rebus.h -editticket.o: ../../core/mount.h ../../templates/locale.h +editticket.o: ../../core/user.h ../../core/timezone.h ../../core/group.h +editticket.o: ../../core/dircontainer.h ../../core/ugcontainer.h +editticket.o: ../../core/log.h ../../core/textstream.h +editticket.o: ../../core/logmanipulators.h ../../core/slog.h ../../core/cur.h +editticket.o: ../../core/request.h ../../core/error.h ../../core/config.h +editticket.o: ../../core/htmlfilter.h ../../templates/htmltextstream.h +editticket.o: ../../core/session.h ../../core/user.h ../../core/plugindata.h +editticket.o: ../../core/rebus.h ../../core/mount.h ../../templates/locale.h editticket.o: ../../notify/notify.h ../../notify/notifypool.h editticket.o: ../../templates/patterns.h ../../templates/locale.h editticket.o: ../../templates/localefilter.h ../../../ezc/src/ezc.h @@ -125,14 +126,15 @@ funticket.o: ../../../pikotools/space/space.h ticketinfo.h ../../core/item.h funticket.o: ../../core/system.h ../../core/job.h ../../core/basethread.h funticket.o: ../../core/synchro.h ../../core/dirs.h ../../core/dircontainer.h funticket.o: ../../db/db.h ../../db/dbbase.h ../../db/dbitemquery.h -funticket.o: ../../db/dbitemcolumns.h ../../core/user.h ../../core/group.h -funticket.o: ../../core/dircontainer.h ../../core/ugcontainer.h -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: ../../db/dbitemcolumns.h ../../core/user.h ../../core/timezone.h +funticket.o: ../../core/group.h ../../core/dircontainer.h +funticket.o: ../../core/ugcontainer.h ../../core/log.h +funticket.o: ../../core/textstream.h ../../core/logmanipulators.h +funticket.o: ../../core/slog.h ../../core/cur.h ../../core/request.h +funticket.o: ../../core/error.h ../../core/config.h ../../core/htmlfilter.h +funticket.o: ../../templates/htmltextstream.h ../../core/session.h +funticket.o: ../../core/user.h ../../core/plugindata.h ../../core/rebus.h +funticket.o: ../../core/mount.h ../../templates/locale.h funticket.o: ../../notify/notify.h ../../notify/notifypool.h funticket.o: ../../templates/patterns.h ../../templates/locale.h funticket.o: ../../templates/localefilter.h ../../../ezc/src/ezc.h @@ -186,28 +188,28 @@ init.o: ../../core/item.h ../../core/system.h ../../core/job.h init.o: ../../core/basethread.h ../../core/synchro.h ../../core/dirs.h init.o: ../../core/dircontainer.h ../../db/db.h ../../db/dbbase.h init.o: ../../db/dbitemquery.h ../../db/dbitemcolumns.h ../../core/user.h -init.o: ../../core/group.h ../../core/dircontainer.h ../../core/ugcontainer.h -init.o: ../../core/log.h ../../core/textstream.h ../../core/logmanipulators.h -init.o: ../../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: ../../core/user.h ../../core/plugindata.h ../../core/rebus.h -init.o: ../../core/mount.h ../../templates/locale.h ../../notify/notify.h -init.o: ../../notify/notifypool.h ../../templates/patterns.h -init.o: ../../templates/locale.h ../../templates/localefilter.h -init.o: ../../../ezc/src/ezc.h ../../../ezc/src/generator.h -init.o: ../../../ezc/src/pattern.h ../../../ezc/src/functions.h -init.o: ../../../ezc/src/funinfo.h ../../../ezc/src/stringconv.h -init.o: ../../../pikotools/utf8/utf8.h ../../notify/notifythread.h -init.o: ../../core/basethread.h ../../notify/templatesnotify.h -init.o: ../../core/config.h ../../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: ../../functions/functions.h ../../functions/functionbase.h -init.o: ../../functions/functionparser.h ../../core/cur.h -init.o: ../../functions/adduser.h ../../functions/cat.h +init.o: ../../core/timezone.h ../../core/group.h ../../core/dircontainer.h +init.o: ../../core/ugcontainer.h ../../core/log.h ../../core/textstream.h +init.o: ../../core/logmanipulators.h ../../core/slog.h ../../core/cur.h +init.o: ../../core/request.h ../../core/error.h ../../core/config.h +init.o: ../../core/htmlfilter.h ../../templates/htmltextstream.h +init.o: ../../core/session.h ../../core/user.h ../../core/plugindata.h +init.o: ../../core/rebus.h ../../core/mount.h ../../templates/locale.h +init.o: ../../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 ../../../pikotools/utf8/utf8.h +init.o: ../../notify/notifythread.h ../../core/basethread.h +init.o: ../../notify/templatesnotify.h ../../core/config.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 ../../functions/functions.h +init.o: ../../functions/functionbase.h ../../functions/functionparser.h +init.o: ../../core/cur.h ../../functions/adduser.h ../../functions/cat.h init.o: ../../functions/chmod.h ../../functions/privchanger.h init.o: ../../core/request.h ../../functions/chown.h init.o: ../../functions/ckeditor.h ../../functions/cp.h @@ -248,11 +250,12 @@ showtickets.o: ../../core/item.h ../../core/system.h ../../core/job.h showtickets.o: ../../core/basethread.h ../../core/synchro.h ../../core/dirs.h showtickets.o: ../../core/dircontainer.h ../../db/db.h ../../db/dbbase.h showtickets.o: ../../db/dbitemquery.h ../../db/dbitemcolumns.h -showtickets.o: ../../core/user.h ../../core/group.h ../../core/dircontainer.h -showtickets.o: ../../core/ugcontainer.h ../../core/log.h -showtickets.o: ../../core/textstream.h ../../core/logmanipulators.h -showtickets.o: ../../core/slog.h ../../core/cur.h ../../core/request.h -showtickets.o: ../../core/error.h ../../core/config.h ../../core/htmlfilter.h +showtickets.o: ../../core/user.h ../../core/timezone.h ../../core/group.h +showtickets.o: ../../core/dircontainer.h ../../core/ugcontainer.h +showtickets.o: ../../core/log.h ../../core/textstream.h +showtickets.o: ../../core/logmanipulators.h ../../core/slog.h +showtickets.o: ../../core/cur.h ../../core/request.h ../../core/error.h +showtickets.o: ../../core/config.h ../../core/htmlfilter.h showtickets.o: ../../templates/htmltextstream.h ../../core/session.h showtickets.o: ../../core/user.h ../../core/plugindata.h ../../core/rebus.h showtickets.o: ../../core/mount.h ../../templates/locale.h @@ -316,12 +319,12 @@ templates.o: ticketinfo.h ticket.h ../../core/item.h ../../core/system.h templates.o: ../../core/job.h ../../core/basethread.h ../../core/synchro.h templates.o: ../../core/dirs.h ../../core/dircontainer.h ../../db/db.h templates.o: ../../db/dbbase.h ../../db/dbitemquery.h -templates.o: ../../db/dbitemcolumns.h ../../core/user.h ../../core/group.h -templates.o: ../../core/dircontainer.h ../../core/ugcontainer.h -templates.o: ../../core/log.h ../../core/textstream.h -templates.o: ../../core/logmanipulators.h ../../core/slog.h ../../core/cur.h -templates.o: ../../core/request.h ../../core/requesttypes.h -templates.o: ../../core/error.h ../../core/config.h +templates.o: ../../db/dbitemcolumns.h ../../core/user.h ../../core/timezone.h +templates.o: ../../core/group.h ../../core/dircontainer.h +templates.o: ../../core/ugcontainer.h ../../core/log.h +templates.o: ../../core/textstream.h ../../core/logmanipulators.h +templates.o: ../../core/slog.h ../../core/cur.h ../../core/request.h +templates.o: ../../core/requesttypes.h ../../core/error.h ../../core/config.h templates.o: ../../../pikotools/space/spaceparser.h templates.o: ../../../pikotools/space/space.h ../../core/htmlfilter.h templates.o: ../../templates/htmltextstream.h ../../core/textstream.h @@ -377,12 +380,13 @@ ticketinfo.o: ../../../pikotools/space/space.h ../../core/dirs.h ticketinfo.o: ../../core/item.h ../../../pikotools/date/date.h ticketinfo.o: ../../core/dircontainer.h ../../db/db.h ../../db/dbbase.h ticketinfo.o: ../../db/dbitemquery.h ../../db/dbitemcolumns.h -ticketinfo.o: ../../core/user.h ../../core/group.h ../../core/dircontainer.h -ticketinfo.o: ../../core/ugcontainer.h ../../core/log.h -ticketinfo.o: ../../core/textstream.h ../../core/logmanipulators.h -ticketinfo.o: ../../core/slog.h ../../core/cur.h ../../core/request.h -ticketinfo.o: ../../core/requesttypes.h ../../core/error.h -ticketinfo.o: ../../core/config.h ../../../pikotools/space/spaceparser.h +ticketinfo.o: ../../core/user.h ../../core/timezone.h ../../core/group.h +ticketinfo.o: ../../core/dircontainer.h ../../core/ugcontainer.h +ticketinfo.o: ../../core/log.h ../../core/textstream.h +ticketinfo.o: ../../core/logmanipulators.h ../../core/slog.h ../../core/cur.h +ticketinfo.o: ../../core/request.h ../../core/requesttypes.h +ticketinfo.o: ../../core/error.h ../../core/config.h +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 ../../core/session.h ../../core/user.h diff --git a/templates/Makefile.dep b/templates/Makefile.dep index 28e9df4..690eeda 100755 --- a/templates/Makefile.dep +++ b/templates/Makefile.dep @@ -9,24 +9,25 @@ adduser.o: ../../pikotools/space/space.h htmltextstream.h adduser.o: ../core/textstream.h ../../pikotools/space/space.h adduser.o: ../../pikotools/date/date.h patterncacher.h ../core/item.h 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: ../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 -adduser.o: ../db/dbitemcolumns.h ../core/user.h ../core/group.h -adduser.o: ../core/dircontainer.h ../core/ugcontainer.h ../core/log.h -adduser.o: ../core/logmanipulators.h ../core/slog.h ../core/cur.h -adduser.o: ../templates/locale.h ../notify/notify.h ../notify/notifypool.h -adduser.o: ../templates/patterns.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/run.h -adduser.o: ../core/users.h ../core/groups.h ../core/group.h ../core/loadavg.h -adduser.o: ../core/image.h ../core/threadmanager.h ../core/sessionmanager.h +adduser.o: ../core/htmlfilter.h ../core/timezone.h ../core/cur.h +adduser.o: ../core/request.h ../core/requesttypes.h ../core/error.h +adduser.o: ../core/config.h ../core/textstream.h +adduser.o: ../templates/htmltextstream.h ../core/session.h ../core/user.h +adduser.o: ../core/plugindata.h ../core/rebus.h ../core/mount.h +adduser.o: ../core/system.h ../core/job.h ../core/basethread.h +adduser.o: ../core/synchro.h ../core/dirs.h ../core/dircontainer.h ../db/db.h +adduser.o: ../db/dbbase.h ../db/dbconn.h ../db/dbtextstream.h ../core/error.h +adduser.o: ../db/dbitemquery.h ../db/dbitemcolumns.h ../core/user.h +adduser.o: ../core/group.h ../core/dircontainer.h ../core/ugcontainer.h +adduser.o: ../core/log.h ../core/logmanipulators.h ../core/slog.h +adduser.o: ../core/cur.h ../templates/locale.h ../notify/notify.h +adduser.o: ../notify/notifypool.h ../templates/patterns.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/run.h ../core/users.h ../core/groups.h +adduser.o: ../core/group.h ../core/loadavg.h ../core/image.h +adduser.o: ../core/threadmanager.h ../core/sessionmanager.h adduser.o: ../core/sessioncontainer.h ../core/system.h ../core/htmlfilter.h adduser.o: ../core/request.h changepatterns.o: changepatterns.h patterns.h locale.h @@ -47,23 +48,23 @@ config.o: ../../pikotools/space/space.h htmltextstream.h ../core/textstream.h config.o: ../../pikotools/space/space.h ../../pikotools/date/date.h config.o: patterncacher.h ../core/item.h indexpatterns.h patterns.h config.o: 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: ../core/timezone.h ../core/cur.h ../core/request.h +config.o: ../core/requesttypes.h ../core/error.h ../core/config.h +config.o: ../core/textstream.h ../templates/htmltextstream.h +config.o: ../core/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/sessionmanager.h config.o: ../core/sessioncontainer.h ../core/system.h ../core/htmlfilter.h dir.o: templates.h ../../ezc/src/ezc.h ../../ezc/src/generator.h @@ -74,13 +75,13 @@ dir.o: ../../pikotools/space/spaceparser.h ../../pikotools/space/space.h dir.o: htmltextstream.h ../core/textstream.h ../../pikotools/space/space.h dir.o: ../../pikotools/date/date.h patterncacher.h ../core/item.h dir.o: indexpatterns.h patterns.h changepatterns.h ../core/config.h -dir.o: ../core/htmlfilter.h ../core/cur.h ../core/request.h -dir.o: ../core/requesttypes.h ../core/error.h ../core/config.h -dir.o: ../core/textstream.h ../templates/htmltextstream.h ../core/session.h -dir.o: ../core/user.h ../core/plugindata.h ../core/rebus.h ../core/mount.h -dir.o: ../core/system.h ../core/job.h ../core/basethread.h ../core/synchro.h -dir.o: ../core/dirs.h ../core/dircontainer.h ../db/db.h ../db/dbbase.h -dir.o: ../db/dbconn.h ../db/dbtextstream.h ../core/error.h +dir.o: ../core/htmlfilter.h ../core/timezone.h ../core/cur.h +dir.o: ../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 @@ -116,13 +117,13 @@ doc.o: ../../pikotools/space/spaceparser.h ../../pikotools/space/space.h doc.o: htmltextstream.h ../core/textstream.h ../../pikotools/space/space.h doc.o: ../../pikotools/date/date.h patterncacher.h ../core/item.h doc.o: indexpatterns.h patterns.h changepatterns.h ../core/config.h -doc.o: ../core/htmlfilter.h ../core/cur.h ../core/request.h -doc.o: ../core/requesttypes.h ../core/error.h ../core/config.h -doc.o: ../core/textstream.h ../templates/htmltextstream.h ../core/session.h -doc.o: ../core/user.h ../core/plugindata.h ../core/rebus.h ../core/mount.h -doc.o: ../core/system.h ../core/job.h ../core/basethread.h ../core/synchro.h -doc.o: ../core/dirs.h ../core/dircontainer.h ../db/db.h ../db/dbbase.h -doc.o: ../db/dbconn.h ../db/dbtextstream.h ../core/error.h +doc.o: ../core/htmlfilter.h ../core/timezone.h ../core/cur.h +doc.o: ../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 @@ -143,13 +144,13 @@ env.o: ../../pikotools/space/spaceparser.h ../../pikotools/space/space.h env.o: htmltextstream.h ../core/textstream.h ../../pikotools/space/space.h env.o: ../../pikotools/date/date.h patterncacher.h ../core/item.h env.o: indexpatterns.h patterns.h changepatterns.h ../core/config.h -env.o: ../core/htmlfilter.h ../core/cur.h ../core/request.h -env.o: ../core/requesttypes.h ../core/error.h ../core/config.h -env.o: ../core/textstream.h ../templates/htmltextstream.h ../core/session.h -env.o: ../core/user.h ../core/plugindata.h ../core/rebus.h ../core/mount.h -env.o: ../core/system.h ../core/job.h ../core/basethread.h ../core/synchro.h -env.o: ../core/dirs.h ../core/dircontainer.h ../db/db.h ../db/dbbase.h -env.o: ../db/dbconn.h ../db/dbtextstream.h ../core/error.h +env.o: ../core/htmlfilter.h ../core/timezone.h ../core/cur.h +env.o: ../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 @@ -186,24 +187,25 @@ filters.o: ../../pikotools/space/space.h htmltextstream.h filters.o: ../core/textstream.h ../../pikotools/space/space.h filters.o: ../../pikotools/date/date.h patterncacher.h ../core/item.h 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: ../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 -filters.o: ../db/dbitemcolumns.h ../core/user.h ../core/group.h -filters.o: ../core/dircontainer.h ../core/ugcontainer.h ../core/log.h -filters.o: ../core/logmanipulators.h ../core/slog.h ../core/cur.h -filters.o: ../templates/locale.h ../notify/notify.h ../notify/notifypool.h -filters.o: ../templates/patterns.h ../notify/notifythread.h -filters.o: ../core/basethread.h ../notify/templatesnotify.h ../core/users.h -filters.o: ../core/ugcontainer.h ../core/lastcontainer.h ../core/mounts.h -filters.o: ../core/mountparser.h ../core/crypt.h ../core/run.h -filters.o: ../core/users.h ../core/groups.h ../core/group.h ../core/loadavg.h -filters.o: ../core/image.h ../core/threadmanager.h ../core/sessionmanager.h +filters.o: ../core/htmlfilter.h ../core/timezone.h ../core/cur.h +filters.o: ../core/request.h ../core/requesttypes.h ../core/error.h +filters.o: ../core/config.h ../core/textstream.h +filters.o: ../templates/htmltextstream.h ../core/session.h ../core/user.h +filters.o: ../core/plugindata.h ../core/rebus.h ../core/mount.h +filters.o: ../core/system.h ../core/job.h ../core/basethread.h +filters.o: ../core/synchro.h ../core/dirs.h ../core/dircontainer.h ../db/db.h +filters.o: ../db/dbbase.h ../db/dbconn.h ../db/dbtextstream.h ../core/error.h +filters.o: ../db/dbitemquery.h ../db/dbitemcolumns.h ../core/user.h +filters.o: ../core/group.h ../core/dircontainer.h ../core/ugcontainer.h +filters.o: ../core/log.h ../core/logmanipulators.h ../core/slog.h +filters.o: ../core/cur.h ../templates/locale.h ../notify/notify.h +filters.o: ../notify/notifypool.h ../templates/patterns.h +filters.o: ../notify/notifythread.h ../core/basethread.h +filters.o: ../notify/templatesnotify.h ../core/users.h ../core/ugcontainer.h +filters.o: ../core/lastcontainer.h ../core/mounts.h ../core/mountparser.h +filters.o: ../core/crypt.h ../core/run.h ../core/users.h ../core/groups.h +filters.o: ../core/group.h ../core/loadavg.h ../core/image.h +filters.o: ../core/threadmanager.h ../core/sessionmanager.h filters.o: ../core/sessioncontainer.h ../core/system.h ../core/htmlfilter.h filters.o: ../core/misc.h htmltextstream.o: htmltextstream.h ../core/textstream.h misc.h localefilter.h @@ -234,23 +236,23 @@ insert.o: ../../pikotools/space/space.h htmltextstream.h ../core/textstream.h insert.o: ../../pikotools/space/space.h ../../pikotools/date/date.h insert.o: patterncacher.h ../core/item.h indexpatterns.h patterns.h insert.o: 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: ../core/timezone.h ../core/cur.h ../core/request.h +insert.o: ../core/requesttypes.h ../core/error.h ../core/config.h +insert.o: ../core/textstream.h ../templates/htmltextstream.h +insert.o: ../core/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/sessionmanager.h insert.o: ../core/sessioncontainer.h ../core/system.h ../core/htmlfilter.h insert.o: ../core/request.h ../core/misc.h @@ -262,13 +264,13 @@ item.o: ../../pikotools/space/spaceparser.h ../../pikotools/space/space.h item.o: htmltextstream.h ../core/textstream.h ../../pikotools/space/space.h item.o: ../../pikotools/date/date.h patterncacher.h ../core/item.h item.o: indexpatterns.h patterns.h changepatterns.h ../core/config.h -item.o: ../core/htmlfilter.h ../core/cur.h ../core/request.h -item.o: ../core/requesttypes.h ../core/error.h ../core/config.h -item.o: ../core/textstream.h ../templates/htmltextstream.h ../core/session.h -item.o: ../core/user.h ../core/plugindata.h ../core/rebus.h ../core/mount.h -item.o: ../core/system.h ../core/job.h ../core/basethread.h ../core/synchro.h -item.o: ../core/dirs.h ../core/dircontainer.h ../db/db.h ../db/dbbase.h -item.o: ../db/dbconn.h ../db/dbtextstream.h ../core/error.h +item.o: ../core/htmlfilter.h ../core/timezone.h ../core/cur.h +item.o: ../core/request.h ../core/requesttypes.h ../core/error.h +item.o: ../core/config.h ../core/textstream.h ../templates/htmltextstream.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 @@ -289,13 +291,13 @@ last.o: ../../pikotools/space/spaceparser.h ../../pikotools/space/space.h last.o: htmltextstream.h ../core/textstream.h ../../pikotools/space/space.h last.o: ../../pikotools/date/date.h patterncacher.h ../core/item.h last.o: indexpatterns.h patterns.h changepatterns.h ../core/config.h -last.o: ../core/htmlfilter.h ../core/cur.h ../core/request.h -last.o: ../core/requesttypes.h ../core/error.h ../core/config.h -last.o: ../core/textstream.h ../templates/htmltextstream.h ../core/session.h -last.o: ../core/user.h ../core/plugindata.h ../core/rebus.h ../core/mount.h -last.o: ../core/system.h ../core/job.h ../core/basethread.h ../core/synchro.h -last.o: ../core/dirs.h ../core/dircontainer.h ../db/db.h ../db/dbbase.h -last.o: ../db/dbconn.h ../db/dbtextstream.h ../core/error.h +last.o: ../core/htmlfilter.h ../core/timezone.h ../core/cur.h +last.o: ../core/request.h ../core/requesttypes.h ../core/error.h +last.o: ../core/config.h ../core/textstream.h ../templates/htmltextstream.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 @@ -327,16 +329,17 @@ login.o: ../../pikotools/space/spaceparser.h ../../pikotools/space/space.h login.o: htmltextstream.h ../core/textstream.h ../../pikotools/space/space.h login.o: ../../pikotools/date/date.h patterncacher.h ../core/item.h login.o: indexpatterns.h patterns.h changepatterns.h ../core/config.h -login.o: ../core/htmlfilter.h ../core/cur.h ../core/request.h -login.o: ../core/requesttypes.h ../core/error.h ../core/config.h -login.o: ../core/textstream.h ../templates/htmltextstream.h ../core/session.h -login.o: ../core/user.h ../core/plugindata.h ../core/rebus.h ../core/mount.h -login.o: ../core/system.h ../core/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: ../core/htmlfilter.h ../core/timezone.h ../core/cur.h +login.o: ../core/request.h ../core/requesttypes.h ../core/error.h +login.o: ../core/config.h ../core/textstream.h ../templates/htmltextstream.h +login.o: ../core/session.h ../core/user.h ../core/plugindata.h +login.o: ../core/rebus.h ../core/mount.h ../core/system.h ../core/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 @@ -353,7 +356,7 @@ ls.o: ../../pikotools/space/spaceparser.h ../../pikotools/space/space.h ls.o: htmltextstream.h ../core/textstream.h ../../pikotools/space/space.h ls.o: ../../pikotools/date/date.h patterncacher.h ../core/item.h ls.o: indexpatterns.h patterns.h changepatterns.h ../core/config.h -ls.o: ../core/htmlfilter.h ../core/cur.h ../core/request.h +ls.o: ../core/htmlfilter.h ../core/timezone.h ../core/cur.h ../core/request.h ls.o: ../core/requesttypes.h ../core/error.h ../core/config.h ls.o: ../core/textstream.h ../templates/htmltextstream.h ../core/session.h ls.o: ../core/user.h ../core/plugindata.h ../core/rebus.h ../core/mount.h @@ -380,13 +383,13 @@ man.o: ../../pikotools/space/spaceparser.h ../../pikotools/space/space.h man.o: htmltextstream.h ../core/textstream.h ../../pikotools/space/space.h man.o: ../../pikotools/date/date.h patterncacher.h ../core/item.h man.o: indexpatterns.h patterns.h changepatterns.h ../core/config.h -man.o: ../core/htmlfilter.h ../core/cur.h ../core/request.h -man.o: ../core/requesttypes.h ../core/error.h ../core/config.h -man.o: ../core/textstream.h ../templates/htmltextstream.h ../core/session.h -man.o: ../core/user.h ../core/plugindata.h ../core/rebus.h ../core/mount.h -man.o: ../core/system.h ../core/job.h ../core/basethread.h ../core/synchro.h -man.o: ../core/dirs.h ../core/dircontainer.h ../db/db.h ../db/dbbase.h -man.o: ../db/dbconn.h ../db/dbtextstream.h ../core/error.h +man.o: ../core/htmlfilter.h ../core/timezone.h ../core/cur.h +man.o: ../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 @@ -422,13 +425,13 @@ misc.o: ../../pikotools/space/spaceparser.h ../../pikotools/space/space.h misc.o: htmltextstream.h ../core/textstream.h ../../pikotools/space/space.h misc.o: ../../pikotools/date/date.h patterncacher.h ../core/item.h misc.o: indexpatterns.h patterns.h changepatterns.h ../core/config.h -misc.o: ../core/htmlfilter.h ../core/cur.h ../core/request.h -misc.o: ../core/requesttypes.h ../core/error.h ../core/config.h -misc.o: ../core/textstream.h ../templates/htmltextstream.h ../core/session.h -misc.o: ../core/user.h ../core/plugindata.h ../core/rebus.h ../core/mount.h -misc.o: ../core/system.h ../core/job.h ../core/basethread.h ../core/synchro.h -misc.o: ../core/dirs.h ../core/dircontainer.h ../db/db.h ../db/dbbase.h -misc.o: ../db/dbconn.h ../db/dbtextstream.h ../core/error.h +misc.o: ../core/htmlfilter.h ../core/timezone.h ../core/cur.h +misc.o: ../core/request.h ../core/requesttypes.h ../core/error.h +misc.o: ../core/config.h ../core/textstream.h ../templates/htmltextstream.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 @@ -450,18 +453,19 @@ miscspace.o: ../../pikotools/space/space.h htmltextstream.h miscspace.o: ../core/textstream.h ../../pikotools/space/space.h miscspace.o: ../../pikotools/date/date.h patterncacher.h ../core/item.h 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: ../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 -miscspace.o: ../db/dbitemcolumns.h ../core/user.h ../core/group.h -miscspace.o: ../core/dircontainer.h ../core/ugcontainer.h ../core/log.h -miscspace.o: ../core/logmanipulators.h ../core/slog.h ../core/cur.h -miscspace.o: ../templates/locale.h ../notify/notify.h ../notify/notifypool.h +miscspace.o: ../core/htmlfilter.h ../core/timezone.h ../core/cur.h +miscspace.o: ../core/request.h ../core/requesttypes.h ../core/error.h +miscspace.o: ../core/config.h ../core/textstream.h +miscspace.o: ../templates/htmltextstream.h ../core/session.h ../core/user.h +miscspace.o: ../core/plugindata.h ../core/rebus.h ../core/mount.h +miscspace.o: ../core/system.h ../core/job.h ../core/basethread.h +miscspace.o: ../core/synchro.h ../core/dirs.h ../core/dircontainer.h +miscspace.o: ../db/db.h ../db/dbbase.h ../db/dbconn.h ../db/dbtextstream.h +miscspace.o: ../core/error.h ../db/dbitemquery.h ../db/dbitemcolumns.h +miscspace.o: ../core/user.h ../core/group.h ../core/dircontainer.h +miscspace.o: ../core/ugcontainer.h ../core/log.h ../core/logmanipulators.h +miscspace.o: ../core/slog.h ../core/cur.h ../templates/locale.h +miscspace.o: ../notify/notify.h ../notify/notifypool.h miscspace.o: ../templates/patterns.h ../notify/notifythread.h miscspace.o: ../core/basethread.h ../notify/templatesnotify.h ../core/users.h miscspace.o: ../core/ugcontainer.h ../core/lastcontainer.h ../core/mounts.h @@ -478,16 +482,17 @@ mount.o: ../../pikotools/space/spaceparser.h ../../pikotools/space/space.h mount.o: htmltextstream.h ../core/textstream.h ../../pikotools/space/space.h mount.o: ../../pikotools/date/date.h patterncacher.h ../core/item.h mount.o: indexpatterns.h patterns.h changepatterns.h ../core/config.h -mount.o: ../core/htmlfilter.h ../core/cur.h ../core/request.h -mount.o: ../core/requesttypes.h ../core/error.h ../core/config.h -mount.o: ../core/textstream.h ../templates/htmltextstream.h ../core/session.h -mount.o: ../core/user.h ../core/plugindata.h ../core/rebus.h ../core/mount.h -mount.o: ../core/system.h ../core/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: ../core/htmlfilter.h ../core/timezone.h ../core/cur.h +mount.o: ../core/request.h ../core/requesttypes.h ../core/error.h +mount.o: ../core/config.h ../core/textstream.h ../templates/htmltextstream.h +mount.o: ../core/session.h ../core/user.h ../core/plugindata.h +mount.o: ../core/rebus.h ../core/mount.h ../core/system.h ../core/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 @@ -526,13 +531,13 @@ priv.o: ../../pikotools/space/spaceparser.h ../../pikotools/space/space.h priv.o: htmltextstream.h ../core/textstream.h ../../pikotools/space/space.h priv.o: ../../pikotools/date/date.h patterncacher.h ../core/item.h priv.o: indexpatterns.h patterns.h changepatterns.h ../core/config.h -priv.o: ../core/htmlfilter.h ../core/cur.h ../core/request.h -priv.o: ../core/requesttypes.h ../core/error.h ../core/config.h -priv.o: ../core/textstream.h ../templates/htmltextstream.h ../core/session.h -priv.o: ../core/user.h ../core/plugindata.h ../core/rebus.h ../core/mount.h -priv.o: ../core/system.h ../core/job.h ../core/basethread.h ../core/synchro.h -priv.o: ../core/dirs.h ../core/dircontainer.h ../db/db.h ../db/dbbase.h -priv.o: ../db/dbconn.h ../db/dbtextstream.h ../core/error.h +priv.o: ../core/htmlfilter.h ../core/timezone.h ../core/cur.h +priv.o: ../core/request.h ../core/requesttypes.h ../core/error.h +priv.o: ../core/config.h ../core/textstream.h ../templates/htmltextstream.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 @@ -568,7 +573,7 @@ pw.o: ../../pikotools/space/spaceparser.h ../../pikotools/space/space.h pw.o: htmltextstream.h ../core/textstream.h ../../pikotools/space/space.h pw.o: ../../pikotools/date/date.h patterncacher.h ../core/item.h pw.o: indexpatterns.h patterns.h changepatterns.h ../core/config.h -pw.o: ../core/htmlfilter.h ../core/cur.h ../core/request.h +pw.o: ../core/htmlfilter.h ../core/timezone.h ../core/cur.h ../core/request.h pw.o: ../core/requesttypes.h ../core/error.h ../core/config.h pw.o: ../core/textstream.h ../templates/htmltextstream.h ../core/session.h pw.o: ../core/user.h ../core/plugindata.h ../core/rebus.h ../core/mount.h @@ -596,16 +601,17 @@ rebus.o: ../../pikotools/space/spaceparser.h ../../pikotools/space/space.h rebus.o: htmltextstream.h ../core/textstream.h ../../pikotools/space/space.h rebus.o: ../../pikotools/date/date.h patterncacher.h ../core/item.h rebus.o: indexpatterns.h patterns.h changepatterns.h ../core/config.h -rebus.o: ../core/htmlfilter.h ../core/cur.h ../core/request.h -rebus.o: ../core/requesttypes.h ../core/error.h ../core/config.h -rebus.o: ../core/textstream.h ../templates/htmltextstream.h ../core/session.h -rebus.o: ../core/user.h ../core/plugindata.h ../core/rebus.h ../core/mount.h -rebus.o: ../core/system.h ../core/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: ../core/htmlfilter.h ../core/timezone.h ../core/cur.h +rebus.o: ../core/request.h ../core/requesttypes.h ../core/error.h +rebus.o: ../core/config.h ../core/textstream.h ../templates/htmltextstream.h +rebus.o: ../core/session.h ../core/user.h ../core/plugindata.h +rebus.o: ../core/rebus.h ../core/mount.h ../core/system.h ../core/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 @@ -624,13 +630,13 @@ slog.o: ../../pikotools/space/spaceparser.h ../../pikotools/space/space.h slog.o: htmltextstream.h ../core/textstream.h ../../pikotools/space/space.h slog.o: ../../pikotools/date/date.h patterncacher.h ../core/item.h slog.o: indexpatterns.h patterns.h changepatterns.h ../core/config.h -slog.o: ../core/htmlfilter.h ../core/cur.h ../core/request.h -slog.o: ../core/requesttypes.h ../core/error.h ../core/config.h -slog.o: ../core/textstream.h ../templates/htmltextstream.h ../core/session.h -slog.o: ../core/user.h ../core/plugindata.h ../core/rebus.h ../core/mount.h -slog.o: ../core/system.h ../core/job.h ../core/basethread.h ../core/synchro.h -slog.o: ../core/dirs.h ../core/dircontainer.h ../db/db.h ../db/dbbase.h -slog.o: ../db/dbconn.h ../db/dbtextstream.h ../core/error.h +slog.o: ../core/htmlfilter.h ../core/timezone.h ../core/cur.h +slog.o: ../core/request.h ../core/requesttypes.h ../core/error.h +slog.o: ../core/config.h ../core/textstream.h ../templates/htmltextstream.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 @@ -650,13 +656,13 @@ stat.o: ../../pikotools/space/spaceparser.h ../../pikotools/space/space.h stat.o: htmltextstream.h ../core/textstream.h ../../pikotools/space/space.h stat.o: ../../pikotools/date/date.h patterncacher.h ../core/item.h stat.o: indexpatterns.h patterns.h changepatterns.h ../core/config.h -stat.o: ../core/htmlfilter.h ../core/cur.h ../core/request.h -stat.o: ../core/requesttypes.h ../core/error.h ../core/config.h -stat.o: ../core/textstream.h ../templates/htmltextstream.h ../core/session.h -stat.o: ../core/user.h ../core/plugindata.h ../core/rebus.h ../core/mount.h -stat.o: ../core/system.h ../core/job.h ../core/basethread.h ../core/synchro.h -stat.o: ../core/dirs.h ../core/dircontainer.h ../db/db.h ../db/dbbase.h -stat.o: ../db/dbconn.h ../db/dbtextstream.h ../core/error.h +stat.o: ../core/htmlfilter.h ../core/timezone.h ../core/cur.h +stat.o: ../core/request.h ../core/requesttypes.h ../core/error.h +stat.o: ../core/config.h ../core/textstream.h ../templates/htmltextstream.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 @@ -677,13 +683,13 @@ sys.o: ../../pikotools/space/spaceparser.h ../../pikotools/space/space.h sys.o: htmltextstream.h ../core/textstream.h ../../pikotools/space/space.h sys.o: ../../pikotools/date/date.h patterncacher.h ../core/item.h sys.o: indexpatterns.h patterns.h changepatterns.h ../core/config.h -sys.o: ../core/htmlfilter.h ../core/cur.h ../core/request.h -sys.o: ../core/requesttypes.h ../core/error.h ../core/config.h -sys.o: ../core/textstream.h ../templates/htmltextstream.h ../core/session.h -sys.o: ../core/user.h ../core/plugindata.h ../core/rebus.h ../core/mount.h -sys.o: ../core/system.h ../core/job.h ../core/basethread.h ../core/synchro.h -sys.o: ../core/dirs.h ../core/dircontainer.h ../db/db.h ../db/dbbase.h -sys.o: ../db/dbconn.h ../db/dbtextstream.h ../core/error.h +sys.o: ../core/htmlfilter.h ../core/timezone.h ../core/cur.h +sys.o: ../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 @@ -721,26 +727,27 @@ template.o: ../../pikotools/space/space.h htmltextstream.h template.o: ../core/textstream.h ../../pikotools/space/space.h template.o: ../../pikotools/date/date.h patterncacher.h ../core/item.h 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: ../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 -template.o: ../db/dbitemcolumns.h ../core/user.h ../core/group.h -template.o: ../core/dircontainer.h ../core/ugcontainer.h ../core/log.h -template.o: ../core/logmanipulators.h ../core/slog.h ../core/cur.h -template.o: ../templates/locale.h ../notify/notify.h ../notify/notifypool.h -template.o: ../templates/patterns.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/run.h -template.o: ../core/users.h ../core/groups.h ../core/group.h -template.o: ../core/loadavg.h ../core/image.h ../core/threadmanager.h -template.o: ../core/sessionmanager.h ../core/sessioncontainer.h -template.o: ../core/system.h ../core/htmlfilter.h ../core/misc.h +template.o: ../core/htmlfilter.h ../core/timezone.h ../core/cur.h +template.o: ../core/request.h ../core/requesttypes.h ../core/error.h +template.o: ../core/config.h ../core/textstream.h +template.o: ../templates/htmltextstream.h ../core/session.h ../core/user.h +template.o: ../core/plugindata.h ../core/rebus.h ../core/mount.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: ../db/db.h ../db/dbbase.h ../db/dbconn.h ../db/dbtextstream.h +template.o: ../core/error.h ../db/dbitemquery.h ../db/dbitemcolumns.h +template.o: ../core/user.h ../core/group.h ../core/dircontainer.h +template.o: ../core/ugcontainer.h ../core/log.h ../core/logmanipulators.h +template.o: ../core/slog.h ../core/cur.h ../templates/locale.h +template.o: ../notify/notify.h ../notify/notifypool.h ../templates/patterns.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/run.h ../core/users.h ../core/groups.h +template.o: ../core/group.h ../core/loadavg.h ../core/image.h +template.o: ../core/threadmanager.h ../core/sessionmanager.h +template.o: ../core/sessioncontainer.h ../core/system.h ../core/htmlfilter.h +template.o: ../core/misc.h templates.o: templates.h ../../ezc/src/ezc.h ../../ezc/src/generator.h templates.o: ../../ezc/src/pattern.h ../../ezc/src/item.h templates.o: ../../ezc/src/funinfo.h ../../ezc/src/functions.h @@ -750,18 +757,19 @@ templates.o: ../../pikotools/space/space.h htmltextstream.h templates.o: ../core/textstream.h ../../pikotools/space/space.h templates.o: ../../pikotools/date/date.h patterncacher.h ../core/item.h 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: ../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 -templates.o: ../db/dbitemcolumns.h ../core/user.h ../core/group.h -templates.o: ../core/dircontainer.h ../core/ugcontainer.h ../core/log.h -templates.o: ../core/logmanipulators.h ../core/slog.h ../core/cur.h -templates.o: ../templates/locale.h ../notify/notify.h ../notify/notifypool.h +templates.o: ../core/htmlfilter.h ../core/timezone.h ../core/cur.h +templates.o: ../core/request.h ../core/requesttypes.h ../core/error.h +templates.o: ../core/config.h ../core/textstream.h +templates.o: ../templates/htmltextstream.h ../core/session.h ../core/user.h +templates.o: ../core/plugindata.h ../core/rebus.h ../core/mount.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 ../db/dbtextstream.h +templates.o: ../core/error.h ../db/dbitemquery.h ../db/dbitemcolumns.h +templates.o: ../core/user.h ../core/group.h ../core/dircontainer.h +templates.o: ../core/ugcontainer.h ../core/log.h ../core/logmanipulators.h +templates.o: ../core/slog.h ../core/cur.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 ../core/users.h templates.o: ../core/ugcontainer.h ../core/lastcontainer.h ../core/mounts.h @@ -798,9 +806,9 @@ upload.o: ../../pikotools/space/spaceparser.h ../../pikotools/space/space.h upload.o: htmltextstream.h ../core/textstream.h ../../pikotools/space/space.h upload.o: ../../pikotools/date/date.h patterncacher.h ../core/item.h upload.o: indexpatterns.h patterns.h changepatterns.h ../core/config.h -upload.o: ../core/htmlfilter.h ../core/cur.h ../core/request.h -upload.o: ../core/requesttypes.h ../core/error.h ../core/config.h -upload.o: ../core/textstream.h ../templates/htmltextstream.h +upload.o: ../core/htmlfilter.h ../core/timezone.h ../core/cur.h +upload.o: ../core/request.h ../core/requesttypes.h ../core/error.h +upload.o: ../core/config.h ../core/textstream.h ../templates/htmltextstream.h upload.o: ../core/session.h ../core/user.h ../core/plugindata.h upload.o: ../core/rebus.h ../core/mount.h ../core/system.h ../core/job.h upload.o: ../core/basethread.h ../core/synchro.h ../core/dirs.h @@ -826,23 +834,23 @@ uptime.o: ../../pikotools/space/space.h htmltextstream.h ../core/textstream.h uptime.o: ../../pikotools/space/space.h ../../pikotools/date/date.h uptime.o: patterncacher.h ../core/item.h indexpatterns.h patterns.h uptime.o: 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: ../core/timezone.h ../core/cur.h ../core/request.h +uptime.o: ../core/requesttypes.h ../core/error.h ../core/config.h +uptime.o: ../core/textstream.h ../templates/htmltextstream.h +uptime.o: ../core/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/sessionmanager.h uptime.o: ../core/sessioncontainer.h ../core/system.h ../core/htmlfilter.h user.o: templates.h ../../ezc/src/ezc.h ../../ezc/src/generator.h @@ -853,13 +861,13 @@ user.o: ../../pikotools/space/spaceparser.h ../../pikotools/space/space.h user.o: htmltextstream.h ../core/textstream.h ../../pikotools/space/space.h user.o: ../../pikotools/date/date.h patterncacher.h ../core/item.h user.o: indexpatterns.h patterns.h changepatterns.h ../core/config.h -user.o: ../core/htmlfilter.h ../core/cur.h ../core/request.h -user.o: ../core/requesttypes.h ../core/error.h ../core/config.h -user.o: ../core/textstream.h ../templates/htmltextstream.h ../core/session.h -user.o: ../core/user.h ../core/plugindata.h ../core/rebus.h ../core/mount.h -user.o: ../core/system.h ../core/job.h ../core/basethread.h ../core/synchro.h -user.o: ../core/dirs.h ../core/dircontainer.h ../db/db.h ../db/dbbase.h -user.o: ../db/dbconn.h ../db/dbtextstream.h ../core/error.h +user.o: ../core/htmlfilter.h ../core/timezone.h ../core/cur.h +user.o: ../core/request.h ../core/requesttypes.h ../core/error.h +user.o: ../core/config.h ../core/textstream.h ../templates/htmltextstream.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 @@ -880,13 +888,13 @@ who.o: ../../pikotools/space/spaceparser.h ../../pikotools/space/space.h who.o: htmltextstream.h ../core/textstream.h ../../pikotools/space/space.h who.o: ../../pikotools/date/date.h patterncacher.h ../core/item.h who.o: indexpatterns.h patterns.h changepatterns.h ../core/config.h -who.o: ../core/htmlfilter.h ../core/cur.h ../core/request.h -who.o: ../core/requesttypes.h ../core/error.h ../core/config.h -who.o: ../core/textstream.h ../templates/htmltextstream.h ../core/session.h -who.o: ../core/user.h ../core/plugindata.h ../core/rebus.h ../core/mount.h -who.o: ../core/system.h ../core/job.h ../core/basethread.h ../core/synchro.h -who.o: ../core/dirs.h ../core/dircontainer.h ../db/db.h ../db/dbbase.h -who.o: ../db/dbconn.h ../db/dbtextstream.h ../core/error.h +who.o: ../core/htmlfilter.h ../core/timezone.h ../core/cur.h +who.o: ../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 @@ -907,16 +915,17 @@ winix.o: ../../pikotools/space/spaceparser.h ../../pikotools/space/space.h winix.o: htmltextstream.h ../core/textstream.h ../../pikotools/space/space.h winix.o: ../../pikotools/date/date.h patterncacher.h ../core/item.h winix.o: indexpatterns.h patterns.h changepatterns.h ../core/config.h -winix.o: ../core/htmlfilter.h ../core/cur.h ../core/request.h -winix.o: ../core/requesttypes.h ../core/error.h ../core/config.h -winix.o: ../core/textstream.h ../templates/htmltextstream.h ../core/session.h -winix.o: ../core/user.h ../core/plugindata.h ../core/rebus.h ../core/mount.h -winix.o: ../core/system.h ../core/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: ../core/htmlfilter.h ../core/timezone.h ../core/cur.h +winix.o: ../core/request.h ../core/requesttypes.h ../core/error.h +winix.o: ../core/config.h ../core/textstream.h ../templates/htmltextstream.h +winix.o: ../core/session.h ../core/user.h ../core/plugindata.h +winix.o: ../core/rebus.h ../core/mount.h ../core/system.h ../core/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/dir.cpp b/templates/dir.cpp index d374e99..408bc03 100755 --- a/templates/dir.cpp +++ b/templates/dir.cpp @@ -340,14 +340,14 @@ void dir_last_url_is(Info & i) void dir_last_date_creation(Info & i) { - PT::Date date = system->LocalTime(cur->request->dir_tab.back()->date_creation); + PT::Date date = system->ToLocal(cur->request->dir_tab.back()->date_creation); i.out << DateToStr(date.year, date.month, date.day, date.hour, date.min, date.sec); } void dir_last_date_modification(Info & i) { - PT::Date date = system->LocalTime(cur->request->dir_tab.back()->date_modification); + PT::Date date = system->ToLocal(cur->request->dir_tab.back()->date_modification); i.out << DateToStr(date.year, date.month, date.day, date.hour, date.min, date.sec); } diff --git a/templates/item.cpp b/templates/item.cpp index 20925f1..29edfd2 100755 --- a/templates/item.cpp +++ b/templates/item.cpp @@ -244,14 +244,14 @@ void item_users_different(Info & i) void item_date_creation(Info & i) { - PT::Date date = system->LocalTime(cur->request->item.date_creation); + PT::Date date = system->ToLocal(cur->request->item.date_creation); i.out << DateToStr(date.year, date.month, date.day, date.hour, date.min, date.sec); } void item_date_modification(Info & i) { - PT::Date date = system->LocalTime(cur->request->item.date_modification); + PT::Date date = system->ToLocal(cur->request->item.date_modification); i.out << DateToStr(date.year, date.month, date.day, date.hour, date.min, date.sec); } @@ -596,7 +596,7 @@ void item_tab_date_creation(Info & i) { if( item_index < cur->request->item_tab.size() ) { - PT::Date date = system->LocalTime(cur->request->item_tab[item_index].date_creation); + PT::Date date = system->ToLocal(cur->request->item_tab[item_index].date_creation); i.out << DateToStr(date.year, date.month, date.day, date.hour, date.min, date.sec); } } @@ -606,7 +606,7 @@ void item_tab_date_modification(Info & i) { if( item_index < cur->request->item_tab.size() ) { - PT::Date date = system->LocalTime(cur->request->item_tab[item_index].date_modification); + PT::Date date = system->ToLocal(cur->request->item_tab[item_index].date_modification); i.out << DateToStr(date.year, date.month, date.day, date.hour, date.min, date.sec); } } diff --git a/templates/misc.cpp b/templates/misc.cpp index 09fa815..75440cc 100755 --- a/templates/misc.cpp +++ b/templates/misc.cpp @@ -65,7 +65,7 @@ int was_enter = 0; // how many enteres there were before void print_date_nice(Info & i, const PT::Date & date) { time_t one_day = 60 * 60 * 24; - PT::Date ltm = system->LocalTime(date); + PT::Date ltm = system->ToLocal(date); if( date + one_day > cur->request->start_time ) i.out << DateToStr(ltm.year, ltm.month, ltm.day, ltm.hour, ltm.min, ltm.sec); diff --git a/templates/stat.cpp b/templates/stat.cpp index fced4d0..1d02504 100755 --- a/templates/stat.cpp +++ b/templates/stat.cpp @@ -71,14 +71,14 @@ void stat_item_privileges(Info & i) void stat_item_date_creation(Info & i) { - PT::Date date = system->LocalTime(cur->request->last_item->date_creation); + PT::Date date = system->ToLocal(cur->request->last_item->date_creation); i.out << DateToStr(date.year, date.month, date.day, date.hour, date.min, date.sec); } void stat_item_date_modification(Info & i) { - PT::Date date = system->LocalTime(cur->request->last_item->date_modification); + PT::Date date = system->ToLocal(cur->request->last_item->date_modification); i.out << DateToStr(date.year, date.month, date.day, date.hour, date.min, date.sec); }