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
This commit is contained in:
Tomasz Sowa 2012-05-30 19:04:18 +00:00
parent 9d5d088b4a
commit ec773e5f29
31 changed files with 1505 additions and 1150 deletions

View File

@ -2,16 +2,16 @@
acceptbaseparser.o: acceptbaseparser.h acceptbaseparser.o: acceptbaseparser.h
app.o: app.h config.h ../../pikotools/space/spaceparser.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: ../../pikotools/space/space.h htmlfilter.h timezone.h
app.o: synchro.h ../../pikotools/space/space.h dirs.h item.h app.o: ../../pikotools/date/date.h ../../pikotools/space/space.h system.h
app.o: ../../pikotools/date/date.h dircontainer.h ../db/db.h ../db/dbbase.h app.o: job.h basethread.h synchro.h dirs.h item.h dircontainer.h ../db/db.h
app.o: ../db/dbconn.h ../db/dbtextstream.h ../core/textstream.h misc.h app.o: ../db/dbbase.h ../db/dbconn.h ../db/dbtextstream.h
app.o: requesttypes.h ../core/error.h ../db/dbitemquery.h ../core/item.h app.o: ../core/textstream.h misc.h requesttypes.h ../core/error.h
app.o: ../db/dbitemcolumns.h ../core/user.h ../core/group.h app.o: ../db/dbitemquery.h ../core/item.h ../db/dbitemcolumns.h
app.o: ../core/dircontainer.h ../core/ugcontainer.h log.h textstream.h app.o: ../core/user.h ../core/group.h ../core/dircontainer.h
app.o: logmanipulators.h slog.h cur.h request.h error.h app.o: ../core/ugcontainer.h log.h textstream.h logmanipulators.h slog.h
app.o: ../templates/htmltextstream.h session.h user.h plugindata.h rebus.h app.o: cur.h request.h error.h ../templates/htmltextstream.h session.h user.h
app.o: mount.h ../templates/locale.h ../notify/notify.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: ../notify/notifypool.h ../templates/patterns.h ../templates/locale.h
app.o: ../templates/localefilter.h ../../ezc/src/ezc.h app.o: ../templates/localefilter.h ../../ezc/src/ezc.h
app.o: ../../ezc/src/generator.h ../../ezc/src/pattern.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: request.h requesttypes.h item.h ../../pikotools/space/space.h
compress.o: ../../pikotools/date/date.h error.h config.h compress.o: ../../pikotools/date/date.h error.h config.h
compress.o: ../../pikotools/space/spaceparser.h ../../pikotools/space/space.h compress.o: ../../pikotools/space/spaceparser.h ../../pikotools/space/space.h
compress.o: htmlfilter.h ../templates/htmltextstream.h ../core/textstream.h compress.o: htmlfilter.h timezone.h ../templates/htmltextstream.h
compress.o: misc.h session.h user.h plugindata.h rebus.h mount.h compress.o: ../core/textstream.h misc.h session.h user.h plugindata.h rebus.h
compress.o: ../templates/locale.h compress.o: mount.h ../templates/locale.h
config.o: config.h ../../pikotools/space/spaceparser.h config.o: config.h ../../pikotools/space/spaceparser.h
config.o: ../../pikotools/space/space.h htmlfilter.h log.h textstream.h config.o: ../../pikotools/space/space.h htmlfilter.h timezone.h
config.o: logmanipulators.h slog.h cur.h request.h requesttypes.h item.h config.o: ../../pikotools/date/date.h ../../pikotools/space/space.h log.h
config.o: ../../pikotools/space/space.h ../../pikotools/date/date.h error.h config.o: textstream.h logmanipulators.h slog.h cur.h request.h
config.o: ../templates/htmltextstream.h ../core/textstream.h misc.h session.h config.o: requesttypes.h item.h error.h ../templates/htmltextstream.h
config.o: user.h plugindata.h rebus.h mount.h ../templates/locale.h plugin.h config.o: ../core/textstream.h misc.h session.h user.h plugindata.h rebus.h
config.o: pluginmsg.h system.h job.h basethread.h synchro.h dirs.h config.o: mount.h ../templates/locale.h plugin.h pluginmsg.h system.h job.h
config.o: dircontainer.h ../db/db.h ../db/dbbase.h ../db/dbconn.h config.o: basethread.h synchro.h dirs.h dircontainer.h ../db/db.h
config.o: ../db/dbtextstream.h ../core/error.h ../db/dbitemquery.h config.o: ../db/dbbase.h ../db/dbconn.h ../db/dbtextstream.h ../core/error.h
config.o: ../core/item.h ../db/dbitemcolumns.h ../core/user.h ../core/group.h config.o: ../db/dbitemquery.h ../core/item.h ../db/dbitemcolumns.h
config.o: ../core/dircontainer.h ../core/ugcontainer.h ../notify/notify.h config.o: ../core/user.h ../core/group.h ../core/dircontainer.h
config.o: ../notify/notifypool.h ../templates/patterns.h config.o: ../core/ugcontainer.h ../notify/notify.h ../notify/notifypool.h
config.o: ../templates/locale.h ../templates/localefilter.h config.o: ../templates/patterns.h ../templates/locale.h
config.o: ../../ezc/src/ezc.h ../../ezc/src/generator.h config.o: ../templates/localefilter.h ../../ezc/src/ezc.h
config.o: ../../ezc/src/pattern.h ../../ezc/src/functions.h config.o: ../../ezc/src/generator.h ../../ezc/src/pattern.h
config.o: ../../ezc/src/funinfo.h ../../ezc/src/stringconv.h config.o: ../../ezc/src/functions.h ../../ezc/src/funinfo.h
config.o: ../../pikotools/utf8/utf8.h ../notify/notifythread.h config.o: ../../ezc/src/stringconv.h ../../pikotools/utf8/utf8.h
config.o: ../core/basethread.h ../notify/templatesnotify.h ../core/config.h config.o: ../notify/notifythread.h ../core/basethread.h
config.o: ../core/users.h ugcontainer.h lastcontainer.h mounts.h config.o: ../notify/templatesnotify.h ../core/config.h ../core/users.h
config.o: mountparser.h crypt.h run.h users.h groups.h group.h loadavg.h config.o: ugcontainer.h lastcontainer.h mounts.h mountparser.h crypt.h run.h
config.o: image.h threadmanager.h sessionmanager.h sessioncontainer.h config.o: users.h groups.h group.h loadavg.h image.h threadmanager.h
config.o: ../functions/functions.h ../functions/functionbase.h config.o: sessionmanager.h sessioncontainer.h ../functions/functions.h
config.o: ../core/request.h ../core/system.h ../core/synchro.h config.o: ../functions/functionbase.h ../core/request.h ../core/system.h
config.o: ../functions/functionparser.h ../core/cur.h ../functions/adduser.h config.o: ../core/synchro.h ../functions/functionparser.h ../core/cur.h
config.o: ../functions/cat.h ../functions/chmod.h ../functions/privchanger.h config.o: ../functions/adduser.h ../functions/cat.h ../functions/chmod.h
config.o: ../functions/chown.h ../functions/ckeditor.h ../functions/cp.h config.o: ../functions/privchanger.h ../functions/chown.h
config.o: ../functions/default.h ../functions/download.h ../functions/emacs.h config.o: ../functions/ckeditor.h ../functions/cp.h ../functions/default.h
config.o: ../functions/env.h ../functions/last.h ../functions/login.h config.o: ../functions/download.h ../functions/emacs.h ../functions/env.h
config.o: ../functions/logout.h ../functions/ln.h ../functions/ls.h config.o: ../functions/last.h ../functions/login.h ../functions/logout.h
config.o: ../functions/man.h ../functions/meta.h ../functions/mkdir.h config.o: ../functions/ln.h ../functions/ls.h ../functions/man.h
config.o: ../functions/mv.h ../functions/nicedit.h ../functions/node.h config.o: ../functions/meta.h ../functions/mkdir.h ../functions/mv.h
config.o: ../functions/passwd.h ../functions/priv.h ../functions/pw.h config.o: ../functions/nicedit.h ../functions/node.h ../functions/passwd.h
config.o: ../functions/reload.h ../functions/rm.h ../functions/rmuser.h config.o: ../functions/priv.h ../functions/pw.h ../functions/reload.h
config.o: ../functions/sort.h ../functions/specialdefault.h config.o: ../functions/rm.h ../functions/rmuser.h ../functions/sort.h
config.o: ../functions/stat.h ../functions/subject.h ../functions/template.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/tinymce.h ../functions/uname.h ../functions/upload.h
config.o: ../functions/uptime.h ../functions/who.h ../functions/vim.h config.o: ../functions/uptime.h ../functions/who.h ../functions/vim.h
config.o: ../core/htmlfilter.h ../templates/templates.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/patterns.h ../templates/changepatterns.h
config.o: ../templates/htmltextstream.h ../core/sessionmanager.h config.o: ../templates/htmltextstream.h ../core/sessionmanager.h
crypt.o: crypt.h run.h config.h ../../pikotools/space/spaceparser.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/space/space.h htmlfilter.h timezone.h
crypt.o: ../../pikotools/utf8/utf8.h misc.h item.h crypt.o: ../../pikotools/date/date.h ../../pikotools/space/space.h user.h
crypt.o: ../../pikotools/space/space.h ../../pikotools/date/date.h crypt.o: ../../pikotools/utf8/utf8.h misc.h item.h requesttypes.h log.h
crypt.o: requesttypes.h log.h textstream.h logmanipulators.h slog.h cur.h crypt.o: textstream.h logmanipulators.h slog.h cur.h request.h error.h
crypt.o: request.h error.h ../templates/htmltextstream.h ../core/textstream.h crypt.o: ../templates/htmltextstream.h ../core/textstream.h session.h
crypt.o: session.h plugindata.h rebus.h mount.h ../templates/locale.h crypt.o: plugindata.h rebus.h mount.h ../templates/locale.h
dircontainer.o: dircontainer.h item.h ../../pikotools/space/space.h dircontainer.o: dircontainer.h item.h ../../pikotools/space/space.h
dircontainer.o: ../../pikotools/date/date.h log.h textstream.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: logmanipulators.h slog.h cur.h request.h requesttypes.h
dircontainer.o: error.h config.h ../../pikotools/space/spaceparser.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: ../templates/htmltextstream.h ../core/textstream.h misc.h
dircontainer.o: session.h user.h plugindata.h rebus.h mount.h dircontainer.o: session.h user.h plugindata.h rebus.h mount.h
dircontainer.o: ../templates/locale.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: ../db/dbconn.h ../db/dbtextstream.h ../core/textstream.h misc.h
dirs.o: requesttypes.h ../core/error.h ../../pikotools/space/spaceparser.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: ../../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: ../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: logmanipulators.h slog.h cur.h request.h error.h config.h
dirs.o: htmlfilter.h ../templates/htmltextstream.h session.h user.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: item.h ../../pikotools/space/space.h ../../pikotools/date/date.h
groups.o: requesttypes.h ../core/error.h ../../pikotools/space/spaceparser.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: ../../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: ../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: logmanipulators.h slog.h cur.h request.h error.h config.h
groups.o: htmlfilter.h ../templates/htmltextstream.h session.h user.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/date/date.h requesttypes.h ../core/error.h
image.o: ../../pikotools/space/spaceparser.h ../../pikotools/space/space.h image.o: ../../pikotools/space/spaceparser.h ../../pikotools/space/space.h
image.o: ../db/dbitemquery.h ../core/item.h ../db/dbitemcolumns.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: ../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: error.h config.h htmlfilter.h ../templates/htmltextstream.h
image.o: session.h user.h plugindata.h rebus.h mount.h ../templates/locale.h image.o: 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: item.h ../../pikotools/space/space.h ../../pikotools/date/date.h
item.o: misc.h requesttypes.h crypt.h run.h config.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: ../../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: 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: 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: request.h requesttypes.h item.h ../../pikotools/date/date.h error.h
job.o: config.h ../../pikotools/space/spaceparser.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: ../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: 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 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: textstream.h logmanipulators.h slog.h cur.h request.h
lastcontainer.o: requesttypes.h item.h ../../pikotools/space/space.h error.h lastcontainer.o: requesttypes.h item.h ../../pikotools/space/space.h error.h
lastcontainer.o: config.h ../../pikotools/space/spaceparser.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: ../templates/htmltextstream.h ../core/textstream.h misc.h
lastcontainer.o: session.h user.h plugindata.h rebus.h mount.h lastcontainer.o: session.h user.h plugindata.h rebus.h mount.h
lastcontainer.o: ../templates/locale.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: request.h requesttypes.h item.h ../../pikotools/space/space.h
loadavg.o: ../../pikotools/date/date.h error.h config.h loadavg.o: ../../pikotools/date/date.h error.h config.h
loadavg.o: ../../pikotools/space/spaceparser.h ../../pikotools/space/space.h loadavg.o: ../../pikotools/space/spaceparser.h ../../pikotools/space/space.h
loadavg.o: htmlfilter.h ../templates/htmltextstream.h ../core/textstream.h loadavg.o: htmlfilter.h timezone.h ../templates/htmltextstream.h
loadavg.o: misc.h session.h user.h plugindata.h rebus.h mount.h loadavg.o: ../core/textstream.h misc.h session.h user.h plugindata.h rebus.h
loadavg.o: ../templates/locale.h loadavg.o: mount.h ../templates/locale.h
log.o: log.h textstream.h logmanipulators.h slog.h cur.h request.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: requesttypes.h item.h ../../pikotools/space/space.h
log.o: ../../pikotools/date/date.h error.h config.h log.o: ../../pikotools/date/date.h error.h config.h
log.o: ../../pikotools/space/spaceparser.h ../../pikotools/space/space.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: htmlfilter.h timezone.h ../templates/htmltextstream.h
log.o: session.h user.h plugindata.h rebus.h mount.h ../templates/locale.h log.o: ../core/textstream.h misc.h session.h user.h plugindata.h rebus.h
log.o: ../../pikotools/utf8/utf8.h log.o: mount.h ../templates/locale.h ../../pikotools/utf8/utf8.h
misc.o: misc.h item.h ../../pikotools/space/space.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: ../../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: logmanipulators.h slog.h cur.h request.h error.h config.h
misc.o: ../../pikotools/space/spaceparser.h ../../pikotools/space/space.h misc.o: ../../pikotools/space/spaceparser.h ../../pikotools/space/space.h
misc.o: htmlfilter.h ../templates/htmltextstream.h ../core/textstream.h misc.o: htmlfilter.h timezone.h ../templates/htmltextstream.h
misc.o: session.h user.h plugindata.h rebus.h mount.h ../templates/locale.h misc.o: ../core/textstream.h session.h user.h plugindata.h rebus.h mount.h
misc.o: ../templates/templates.h ../../ezc/src/ezc.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/generator.h ../../ezc/src/pattern.h
misc.o: ../../ezc/src/functions.h ../../ezc/src/funinfo.h misc.o: ../../ezc/src/functions.h ../../ezc/src/funinfo.h
misc.o: ../../ezc/src/stringconv.h ../../pikotools/utf8/utf8.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: ../core/textstream.h misc.h requesttypes.h ../core/error.h
mountparser.o: ../../pikotools/space/spaceparser.h mountparser.o: ../../pikotools/space/spaceparser.h
mountparser.o: ../../pikotools/space/space.h ../db/dbitemquery.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: ../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: log.h textstream.h logmanipulators.h slog.h cur.h request.h
mountparser.o: error.h config.h htmlfilter.h ../templates/htmltextstream.h mountparser.o: 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: ../db/dbtextstream.h ../core/textstream.h misc.h requesttypes.h
mounts.o: ../core/error.h ../../pikotools/space/spaceparser.h mounts.o: ../core/error.h ../../pikotools/space/spaceparser.h
mounts.o: ../../pikotools/space/space.h ../db/dbitemquery.h ../core/item.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: ../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: logmanipulators.h slog.h cur.h request.h config.h htmlfilter.h
mounts.o: ../templates/htmltextstream.h session.h user.h plugindata.h rebus.h mounts.o: ../templates/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: 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/date/date.h error.h config.h
plugin.o: ../../pikotools/space/spaceparser.h ../../pikotools/space/space.h plugin.o: ../../pikotools/space/spaceparser.h ../../pikotools/space/space.h
plugin.o: htmlfilter.h ../templates/htmltextstream.h ../core/textstream.h plugin.o: htmlfilter.h timezone.h ../templates/htmltextstream.h
plugin.o: misc.h session.h user.h plugindata.h rebus.h mount.h plugin.o: ../core/textstream.h misc.h session.h user.h plugindata.h rebus.h
plugin.o: ../templates/locale.h system.h job.h basethread.h synchro.h dirs.h plugin.o: mount.h ../templates/locale.h system.h job.h basethread.h synchro.h
plugin.o: dircontainer.h ../db/db.h ../db/dbbase.h ../db/dbconn.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: ../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/item.h ../db/dbitemcolumns.h ../core/user.h ../core/group.h
plugin.o: ../core/dircontainer.h ../core/ugcontainer.h ../notify/notify.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: logmanipulators.h slog.h cur.h request.h requesttypes.h item.h
plugindata.o: ../../pikotools/space/space.h ../../pikotools/date/date.h plugindata.o: ../../pikotools/space/space.h ../../pikotools/date/date.h
plugindata.o: error.h config.h ../../pikotools/space/spaceparser.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: ../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: session.h user.h rebus.h mount.h ../templates/locale.h system.h
plugindata.o: job.h basethread.h synchro.h dirs.h dircontainer.h ../db/db.h plugindata.o: 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 plugindata.o: ../core/sessionmanager.h
postmultiparser.o: postmultiparser.h error.h requesttypes.h config.h postmultiparser.o: postmultiparser.h error.h requesttypes.h config.h
postmultiparser.o: ../../pikotools/space/spaceparser.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 htmlfilter.h timezone.h
postmultiparser.o: ../../pikotools/space/space.h ../../pikotools/date/date.h postmultiparser.o: ../../pikotools/date/date.h ../../pikotools/space/space.h
postmultiparser.o: log.h textstream.h logmanipulators.h slog.h cur.h postmultiparser.o: misc.h item.h log.h textstream.h logmanipulators.h slog.h
postmultiparser.o: request.h ../templates/htmltextstream.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: ../core/textstream.h session.h user.h plugindata.h rebus.h
postmultiparser.o: mount.h ../templates/locale.h ../../pikotools/utf8/utf8.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: log.h textstream.h logmanipulators.h slog.h cur.h request.h
rebus.o: requesttypes.h item.h ../../pikotools/space/space.h rebus.o: requesttypes.h item.h ../../pikotools/space/space.h
rebus.o: ../../pikotools/date/date.h error.h config.h rebus.o: ../../pikotools/date/date.h error.h config.h
rebus.o: ../../pikotools/space/spaceparser.h ../../pikotools/space/space.h rebus.o: ../../pikotools/space/spaceparser.h ../../pikotools/space/space.h
rebus.o: htmlfilter.h ../templates/htmltextstream.h ../core/textstream.h rebus.o: htmlfilter.h timezone.h ../templates/htmltextstream.h
rebus.o: misc.h session.h user.h plugindata.h rebus.h mount.h rebus.o: ../core/textstream.h misc.h session.h user.h plugindata.h rebus.h
rebus.o: ../templates/locale.h rebus.o: mount.h ../templates/locale.h
request.o: request.h requesttypes.h item.h ../../pikotools/space/space.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/date/date.h error.h config.h
request.o: ../../pikotools/space/spaceparser.h ../../pikotools/space/space.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: ../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: session.h user.h plugindata.h rebus.h mount.h
request.o: ../templates/locale.h plugin.h pluginmsg.h system.h job.h request.o: ../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: requesttypes.h item.h ../../pikotools/space/space.h
run.o: ../../pikotools/date/date.h error.h config.h run.o: ../../pikotools/date/date.h error.h config.h
run.o: ../../pikotools/space/spaceparser.h ../../pikotools/space/space.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: htmlfilter.h timezone.h ../templates/htmltextstream.h
run.o: session.h user.h plugindata.h rebus.h mount.h ../templates/locale.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: session.h item.h ../../pikotools/space/space.h
session.o: ../../pikotools/date/date.h error.h user.h plugindata.h rebus.h session.o: ../../pikotools/date/date.h error.h user.h plugindata.h rebus.h
session.o: textstream.h misc.h requesttypes.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: error.h user.h plugindata.h rebus.h textstream.h cur.h
sessioncontainer.o: request.h requesttypes.h config.h sessioncontainer.o: request.h requesttypes.h config.h
sessioncontainer.o: ../../pikotools/space/spaceparser.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: ../templates/htmltextstream.h ../core/textstream.h misc.h
sessioncontainer.o: mount.h log.h logmanipulators.h slog.h sessioncontainer.o: mount.h log.h logmanipulators.h slog.h
sessioncontainer.o: ../templates/locale.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: error.h user.h plugindata.h rebus.h textstream.h cur.h
sessionmanager.o: request.h requesttypes.h config.h sessionmanager.o: request.h requesttypes.h config.h
sessionmanager.o: ../../pikotools/space/spaceparser.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: ../templates/htmltextstream.h ../core/textstream.h misc.h
sessionmanager.o: mount.h lastcontainer.h system.h job.h basethread.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 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: error.h user.h plugindata.h rebus.h textstream.h
sessionparser.o: sessioncontainer.h cur.h request.h requesttypes.h config.h sessionparser.o: sessioncontainer.h cur.h request.h requesttypes.h config.h
sessionparser.o: ../../pikotools/space/spaceparser.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: ../templates/htmltextstream.h ../core/textstream.h misc.h
sessionparser.o: mount.h users.h log.h logmanipulators.h slog.h sessionparser.o: mount.h users.h log.h logmanipulators.h slog.h
sessionparser.o: ../templates/locale.h sessionparser.o: ../templates/locale.h
slog.o: slog.h cur.h request.h requesttypes.h item.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: ../../pikotools/space/space.h ../../pikotools/date/date.h error.h
slog.o: config.h ../../pikotools/space/spaceparser.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: ../templates/htmltextstream.h ../core/textstream.h misc.h session.h
slog.o: user.h plugindata.h rebus.h mount.h logmanipulators.h slog.o: user.h plugindata.h rebus.h mount.h logmanipulators.h
slog.o: ../templates/locale.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: ../core/textstream.h misc.h requesttypes.h ../core/error.h
system.o: ../../pikotools/space/spaceparser.h ../../pikotools/space/space.h system.o: ../../pikotools/space/spaceparser.h ../../pikotools/space/space.h
system.o: ../db/dbitemquery.h ../core/item.h ../db/dbitemcolumns.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: ../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: cur.h request.h error.h config.h htmlfilter.h
system.o: ../templates/htmltextstream.h session.h user.h plugindata.h rebus.h system.o: ../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: item.h ../../pikotools/space/space.h
threadmanager.o: ../../pikotools/date/date.h error.h config.h threadmanager.o: ../../pikotools/date/date.h error.h config.h
threadmanager.o: ../../pikotools/space/spaceparser.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: ../templates/htmltextstream.h ../core/textstream.h misc.h
threadmanager.o: session.h user.h plugindata.h rebus.h mount.h threadmanager.o: session.h user.h plugindata.h rebus.h mount.h
threadmanager.o: ../templates/locale.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: users.h sessionmanager.h sessioncontainer.h session.h item.h
users.o: ../../pikotools/space/space.h ../../pikotools/date/date.h error.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: user.h plugindata.h rebus.h textstream.h cur.h request.h
users.o: requesttypes.h config.h ../../pikotools/space/spaceparser.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: ../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: lastcontainer.h system.h job.h basethread.h synchro.h dirs.h
users.o: dircontainer.h ../db/db.h ../db/dbbase.h ../db/dbconn.h users.o: dircontainer.h ../db/db.h ../db/dbbase.h ../db/dbconn.h

View File

@ -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

View File

@ -210,9 +210,6 @@ void Config::AssignValues(bool stdout_is_closed)
NoLastSlash(plugins_dir); NoLastSlash(plugins_dir);
ListText(L"plugins", plugin_file); 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); utf8 = Bool(L"utf8", true);
symlinks_follow_max = Size(L"symlinks_follow_max", 20); 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); account_need_email_verification = Bool(L"account_need_email_verification", true);
reset_password_code_expiration_time = Long(L"reset_password_code_expiration_time", 86400); reset_password_code_expiration_time = Long(L"reset_password_code_expiration_time", 86400);
time_zone.SetTz(space);
} }

View File

@ -13,6 +13,7 @@
#include <string> #include <string>
#include "space/spaceparser.h" #include "space/spaceparser.h"
#include "htmlfilter.h" #include "htmlfilter.h"
#include "timezone.h"
@ -374,15 +375,6 @@ public:
// (if true the html code for root is not filtered) // (if true the html code for root is not filtered)
bool editors_html_safe_mode_skip_root; 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. // charset used in templates, locales, logs etc.
// default: true (UTF-8) // default: true (UTF-8)
// if false it means 8-bit ASCII // if false it means 8-bit ASCII
@ -478,6 +470,18 @@ public:
// default: 86400 (24 hours) // default: 86400 (24 hours)
long reset_password_code_expiration_time; 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(); Config();
bool ReadConfig(bool errors_to_stdout_, bool stdout_is_closed = true); bool ReadConfig(bool errors_to_stdout_, bool stdout_is_closed = true);

View File

@ -75,7 +75,6 @@ void Session::Clear(bool clear_plugin_data)
last_time_get = 0; last_time_get = 0;
start_date.Clear(); start_date.Clear();
last_date.Clear(); last_date.Clear();
tz_add = 0;
log_buffer.Clear(); log_buffer.Clear();
last_css.clear(); last_css.clear();

View File

@ -53,14 +53,6 @@ struct Session
// (used to calculate spam) // (used to calculate spam)
time_t last_time_get; 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 // 0 - means that nobody is logged
User * puser; User * puser;

View File

@ -71,7 +71,6 @@ void System::Init()
users.SetCur(cur); users.SetCur(cur);
users.SetSessionManager(session_manager); users.SetSessionManager(session_manager);
users.ReadUsers(db); users.ReadUsers(db);
users.SetTimeZoneOffset(config->time_zone_offset);
groups.ReadGroups(db); // !! chwilowe przekazanie argumentu, db bedzie zmienione groups.ReadGroups(db); // !! chwilowe przekazanie argumentu, db bedzie zmienione
rebus.SetCur(cur); 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 ) 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 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(); if( cur->session && cur->session->puser )
t = LocalTime(t); 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;
} }

View File

@ -134,10 +134,13 @@ public:
Error AddFile(Item & item, int notify_code = 0, bool call_plugins = true); 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); 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 ToLocal(time_t gmt_time);
time_t LocalTime(time_t gmt_time); PT::Date ToLocal(const PT::Date & gmt_date);
PT::Date LocalTime(const PT::Date & date);
time_t ToUTC(time_t local_time);
PT::Date ToUTC(const PT::Date & local_date);
int FollowLink(const std::vector<Item*> & current_dir_tab, const std::wstring & link_to, int FollowLink(const std::vector<Item*> & current_dir_tab, const std::wstring & link_to,
std::vector<Item*> & out_dir_tab, Item & out_item); std::vector<Item*> & out_dir_tab, Item & out_item);

163
core/timezone.cpp Normal file
View File

@ -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;
}

93
core/timezone.h Normal file
View File

@ -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 <ctime>
#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

63
core/user.cpp Executable file
View File

@ -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<long>::iterator i;
for(i=groups.begin() ; i!=groups.end() ; ++i)
if( *i == group )
return true;
return false;
}

View File

@ -12,6 +12,7 @@
#include <string> #include <string>
#include <vector> #include <vector>
#include "timezone.h"
#include "space/space.h" #include "space/space.h"
#include "date/date.h" #include "date/date.h"
@ -75,10 +76,6 @@ struct User
int notify; 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 // environment variables which can be set by this user
// use 'env' winix function // use 'env' winix function
PT::Space env; PT::Space env;
@ -92,69 +89,18 @@ struct User
// a user can normally login only when status is WINIX_ACCOUNT_READY // a user can normally login only when status is WINIX_ACCOUNT_READY
int status; int status;
// time zone // time zone
// values here are the same as those in env space // values here are the same as those in env space
// we provide they here to speed up the process of calculating times // we provide they here to speed up the process of calculating times
TimeZone time_zone;
// 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;
User();
User()
{
Clear();
}
void Clear();
void Clear() bool IsMemberOf(long group);
{ bool ReadMonthDayTime(PT::Date & date, const wchar_t * str);
id = -1; bool SetTzFromEnv();
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<long>::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");
}
}; };

View File

@ -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) bool Users::AddUser(const User & user)

View File

@ -38,7 +38,6 @@ public:
void Clear(); void Clear();
void ReadUsers(Db * db); void ReadUsers(Db * db);
void SetTimeZoneOffset(int offset); // !! temporarily one time_zone for all users
bool AddUser(const User & user); bool AddUser(const User & user);
bool IsUser(const std::wstring & name); bool IsUser(const std::wstring & name);
User * GetUser(long user_id); User * GetUser(long user_id);

View File

@ -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/date/date.h ../core/requesttypes.h ../core/error.h
db.o: ../../pikotools/space/spaceparser.h ../../pikotools/space/space.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: dbitemquery.h ../core/item.h dbitemcolumns.h ../core/user.h
db.o: ../core/group.h ../core/dircontainer.h ../core/ugcontainer.h db.o: ../core/timezone.h ../core/group.h ../core/dircontainer.h
db.o: ../core/log.h ../core/textstream.h ../core/logmanipulators.h db.o: ../core/ugcontainer.h ../core/log.h ../core/textstream.h
db.o: ../core/slog.h ../core/cur.h ../core/request.h ../core/error.h db.o: ../core/logmanipulators.h ../core/slog.h ../core/cur.h
db.o: ../core/config.h ../core/htmlfilter.h ../templates/htmltextstream.h db.o: ../core/request.h ../core/error.h ../core/config.h ../core/htmlfilter.h
db.o: ../core/session.h ../core/user.h ../core/plugindata.h ../core/rebus.h db.o: ../templates/htmltextstream.h ../core/session.h ../core/user.h
db.o: ../core/mount.h ../templates/locale.h ../core/log.h ../core/misc.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: dbbase.h dbconn.h dbtextstream.h ../core/textstream.h
dbbase.o: ../core/misc.h ../core/item.h ../../pikotools/space/space.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 dbbase.o: ../../pikotools/date/date.h ../core/requesttypes.h ../core/error.h

File diff suppressed because it is too large Load Diff

View File

@ -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/requesttypes.h ../core/logmanipulators.h ../core/slog.h
main.o: ../core/cur.h ../core/request.h ../core/error.h ../core/config.h main.o: ../core/cur.h ../core/request.h ../core/error.h ../core/config.h
main.o: ../../pikotools/space/spaceparser.h ../../pikotools/space/space.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/textstream.h ../core/session.h ../core/user.h
main.o: ../core/plugindata.h ../core/rebus.h ../core/mount.h main.o: ../core/plugindata.h ../core/rebus.h ../core/mount.h
main.o: ../templates/locale.h ../core/slog.h ../core/app.h ../core/system.h main.o: ../templates/locale.h ../core/slog.h ../core/app.h ../core/system.h

View File

@ -12,19 +12,20 @@ notify.o: ../templates/htmltextstream.h ../core/textstream.h
notify.o: ../../pikotools/space/space.h ../../pikotools/date/date.h notify.o: ../../pikotools/space/space.h ../../pikotools/date/date.h
notify.o: notifythread.h ../core/basethread.h ../core/synchro.h notify.o: notifythread.h ../core/basethread.h ../core/synchro.h
notify.o: templatesnotify.h ../core/config.h ../core/htmlfilter.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/timezone.h ../core/users.h ../core/user.h
notify.o: ../core/textstream.h ../core/logmanipulators.h ../core/slog.h notify.o: ../core/ugcontainer.h ../core/log.h ../core/textstream.h
notify.o: ../core/cur.h ../core/request.h ../core/requesttypes.h notify.o: ../core/logmanipulators.h ../core/slog.h ../core/cur.h
notify.o: ../core/error.h ../core/config.h ../templates/htmltextstream.h notify.o: ../core/request.h ../core/requesttypes.h ../core/error.h
notify.o: ../core/session.h ../core/plugindata.h ../core/rebus.h notify.o: ../core/config.h ../templates/htmltextstream.h ../core/session.h
notify.o: ../core/mount.h ../core/lastcontainer.h ../db/db.h ../db/dbbase.h notify.o: ../core/plugindata.h ../core/rebus.h ../core/mount.h
notify.o: ../db/dbconn.h ../db/dbtextstream.h ../core/error.h notify.o: ../core/lastcontainer.h ../db/db.h ../db/dbbase.h ../db/dbconn.h
notify.o: ../db/dbitemquery.h ../core/item.h ../db/dbitemcolumns.h notify.o: ../db/dbtextstream.h ../core/error.h ../db/dbitemquery.h
notify.o: ../core/user.h ../core/group.h ../core/dircontainer.h notify.o: ../core/item.h ../db/dbitemcolumns.h ../core/user.h ../core/group.h
notify.o: ../core/ugcontainer.h ../templates/templates.h notify.o: ../core/dircontainer.h ../core/ugcontainer.h
notify.o: ../templates/patterncacher.h ../templates/indexpatterns.h notify.o: ../templates/templates.h ../templates/patterncacher.h
notify.o: ../templates/patterns.h ../templates/changepatterns.h ../core/cur.h notify.o: ../templates/indexpatterns.h ../templates/patterns.h
notify.o: ../core/system.h ../core/job.h ../core/basethread.h ../core/dirs.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/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/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 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: notifypool.h ../templates/locale.h
notifythread.o: ../../pikotools/space/spaceparser.h notifythread.o: ../../pikotools/space/spaceparser.h
notifythread.o: ../../pikotools/space/space.h ../core/config.h notifythread.o: ../../pikotools/space/space.h ../core/config.h
notifythread.o: ../core/htmlfilter.h ../core/users.h ../core/user.h notifythread.o: ../core/htmlfilter.h ../core/timezone.h ../core/users.h
notifythread.o: ../core/ugcontainer.h ../core/log.h ../core/textstream.h notifythread.o: ../core/user.h ../core/ugcontainer.h ../core/log.h
notifythread.o: ../core/logmanipulators.h ../core/slog.h ../core/cur.h notifythread.o: ../core/textstream.h ../core/logmanipulators.h ../core/slog.h
notifythread.o: ../core/request.h ../core/requesttypes.h ../core/error.h notifythread.o: ../core/cur.h ../core/request.h ../core/requesttypes.h
notifythread.o: ../core/config.h ../templates/htmltextstream.h notifythread.o: ../core/error.h ../core/config.h
notifythread.o: ../core/session.h ../core/plugindata.h ../core/rebus.h notifythread.o: ../templates/htmltextstream.h ../core/session.h
notifythread.o: ../core/mount.h ../core/lastcontainer.h ../db/db.h notifythread.o: ../core/plugindata.h ../core/rebus.h ../core/mount.h
notifythread.o: ../db/dbbase.h ../db/dbconn.h ../db/dbtextstream.h notifythread.o: ../core/lastcontainer.h ../db/db.h ../db/dbbase.h
notifythread.o: ../core/error.h ../db/dbitemquery.h ../core/item.h notifythread.o: ../db/dbconn.h ../db/dbtextstream.h ../core/error.h
notifythread.o: ../db/dbitemcolumns.h ../core/user.h ../core/group.h notifythread.o: ../db/dbitemquery.h ../core/item.h ../db/dbitemcolumns.h
notifythread.o: ../core/dircontainer.h ../core/ugcontainer.h notifythread.o: ../core/user.h ../core/group.h ../core/dircontainer.h
notifythread.o: ../templates/patterns.h notifythread.o: ../core/ugcontainer.h ../templates/patterns.h
templatesnotify.o: templatesnotify.h ../../ezc/src/ezc.h templatesnotify.o: templatesnotify.h ../../ezc/src/ezc.h
templatesnotify.o: ../../ezc/src/generator.h ../../ezc/src/pattern.h templatesnotify.o: ../../ezc/src/generator.h ../../ezc/src/pattern.h
templatesnotify.o: ../../ezc/src/item.h ../../ezc/src/funinfo.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/logmanipulators.h ../core/slog.h ../core/cur.h
templatesnotify.o: ../core/request.h ../core/requesttypes.h ../core/error.h templatesnotify.o: ../core/request.h ../core/requesttypes.h ../core/error.h
templatesnotify.o: ../core/config.h ../templates/htmltextstream.h templatesnotify.o: ../core/config.h ../templates/htmltextstream.h
templatesnotify.o: ../core/session.h ../core/user.h ../core/plugindata.h templatesnotify.o: ../core/session.h ../core/user.h ../core/timezone.h
templatesnotify.o: ../core/rebus.h ../core/mount.h ../core/system.h templatesnotify.o: ../core/plugindata.h ../core/rebus.h ../core/mount.h
templatesnotify.o: ../core/sessionmanager.h ../core/synchro.h templatesnotify.o: ../core/system.h ../core/sessionmanager.h
templatesnotify.o: ../functions/functions.h ../functions/functionbase.h templatesnotify.o: ../core/synchro.h ../functions/functions.h
templatesnotify.o: ../core/item.h ../db/db.h ../db/dbbase.h ../db/dbconn.h templatesnotify.o: ../functions/functionbase.h ../core/item.h ../db/db.h
templatesnotify.o: ../db/dbtextstream.h ../core/error.h ../db/dbitemquery.h templatesnotify.o: ../db/dbbase.h ../db/dbconn.h ../db/dbtextstream.h
templatesnotify.o: ../db/dbitemcolumns.h ../core/user.h ../core/group.h templatesnotify.o: ../core/error.h ../db/dbitemquery.h ../db/dbitemcolumns.h
templatesnotify.o: ../core/dircontainer.h ../core/ugcontainer.h templatesnotify.o: ../core/user.h ../core/group.h ../core/dircontainer.h
templatesnotify.o: ../core/request.h ../core/config.h ../core/htmlfilter.h templatesnotify.o: ../core/ugcontainer.h ../core/request.h ../core/config.h
templatesnotify.o: ../core/system.h ../core/job.h ../core/basethread.h templatesnotify.o: ../core/htmlfilter.h ../core/system.h ../core/job.h
templatesnotify.o: ../core/dirs.h ../core/dircontainer.h ../notify/notify.h templatesnotify.o: ../core/basethread.h ../core/dirs.h ../core/dircontainer.h
templatesnotify.o: ../core/mounts.h ../core/mountparser.h ../core/crypt.h templatesnotify.o: ../notify/notify.h ../core/mounts.h ../core/mountparser.h
templatesnotify.o: ../core/run.h ../core/users.h ../core/groups.h templatesnotify.o: ../core/crypt.h ../core/run.h ../core/users.h
templatesnotify.o: ../core/group.h ../core/ugcontainer.h ../core/loadavg.h templatesnotify.o: ../core/groups.h ../core/group.h ../core/ugcontainer.h
templatesnotify.o: ../core/image.h ../core/threadmanager.h ../core/synchro.h templatesnotify.o: ../core/loadavg.h ../core/image.h ../core/threadmanager.h
templatesnotify.o: ../functions/functionparser.h ../core/cur.h templatesnotify.o: ../core/synchro.h ../functions/functionparser.h
templatesnotify.o: ../functions/adduser.h ../functions/cat.h templatesnotify.o: ../core/cur.h ../functions/adduser.h ../functions/cat.h
templatesnotify.o: ../functions/chmod.h ../functions/privchanger.h templatesnotify.o: ../functions/chmod.h ../functions/privchanger.h
templatesnotify.o: ../functions/chown.h ../functions/ckeditor.h templatesnotify.o: ../functions/chown.h ../functions/ckeditor.h
templatesnotify.o: ../functions/cp.h ../functions/default.h templatesnotify.o: ../functions/cp.h ../functions/default.h

View File

@ -8,30 +8,31 @@ edb.o: ../../../pikotools/space/spaceparser.h
edb.o: ../../../pikotools/space/space.h export.h ../../core/dirs.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: ../../core/dircontainer.h ../../db/db.h ../../db/dbbase.h
edb.o: ../../db/dbitemquery.h ../../core/item.h ../../db/dbitemcolumns.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/user.h ../../core/timezone.h ../../core/group.h
edb.o: ../../core/ugcontainer.h ../../core/log.h ../../core/textstream.h edb.o: ../../core/dircontainer.h ../../core/ugcontainer.h ../../core/log.h
edb.o: ../../core/logmanipulators.h ../../core/slog.h ../../core/cur.h edb.o: ../../core/textstream.h ../../core/logmanipulators.h ../../core/slog.h
edb.o: ../../core/request.h ../../core/error.h ../../core/config.h edb.o: ../../core/cur.h ../../core/request.h ../../core/error.h
edb.o: ../../core/htmlfilter.h ../../templates/htmltextstream.h edb.o: ../../core/config.h ../../core/htmlfilter.h
edb.o: ../../core/session.h ../../core/user.h ../../core/plugindata.h edb.o: ../../templates/htmltextstream.h ../../core/session.h
edb.o: ../../core/rebus.h ../../core/mount.h ../../templates/locale.h edb.o: ../../core/user.h ../../core/plugindata.h ../../core/rebus.h
edb.o: ../../notify/notify.h ../../notify/notifypool.h edb.o: ../../core/mount.h ../../templates/locale.h ../../notify/notify.h
edb.o: ../../templates/patterns.h ../../templates/locale.h edb.o: ../../notify/notifypool.h ../../templates/patterns.h
edb.o: ../../templates/localefilter.h ../../../ezc/src/ezc.h edb.o: ../../templates/locale.h ../../templates/localefilter.h
edb.o: ../../../ezc/src/generator.h ../../../ezc/src/pattern.h edb.o: ../../../ezc/src/ezc.h ../../../ezc/src/generator.h
edb.o: ../../../ezc/src/functions.h ../../../ezc/src/funinfo.h edb.o: ../../../ezc/src/pattern.h ../../../ezc/src/functions.h
edb.o: ../../../ezc/src/stringconv.h ../../../pikotools/utf8/utf8.h edb.o: ../../../ezc/src/funinfo.h ../../../ezc/src/stringconv.h
edb.o: ../../notify/notifythread.h ../../core/basethread.h edb.o: ../../../pikotools/utf8/utf8.h ../../notify/notifythread.h
edb.o: ../../core/synchro.h ../../notify/templatesnotify.h edb.o: ../../core/basethread.h ../../core/synchro.h
edb.o: ../../core/config.h ../../core/users.h ../../core/ugcontainer.h edb.o: ../../notify/templatesnotify.h ../../core/config.h ../../core/users.h
edb.o: ../../core/lastcontainer.h ../../core/log.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/log.h exportinfo.h ../../core/system.h
exportinfo.o: ../../core/job.h ../../core/basethread.h ../../core/synchro.h exportinfo.o: ../../core/job.h ../../core/basethread.h ../../core/synchro.h
exportinfo.o: ../../../pikotools/space/space.h ../../core/dirs.h exportinfo.o: ../../../pikotools/space/space.h ../../core/dirs.h
exportinfo.o: ../../core/item.h ../../../pikotools/date/date.h exportinfo.o: ../../core/item.h ../../../pikotools/date/date.h
exportinfo.o: ../../core/dircontainer.h ../../db/db.h ../../db/dbbase.h exportinfo.o: ../../core/dircontainer.h ../../db/db.h ../../db/dbbase.h
exportinfo.o: ../../db/dbitemquery.h ../../core/item.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/dircontainer.h ../../core/ugcontainer.h
exportinfo.o: ../../core/log.h ../../core/textstream.h exportinfo.o: ../../core/log.h ../../core/textstream.h
exportinfo.o: ../../core/logmanipulators.h ../../core/slog.h ../../core/cur.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: ../../core/error.h ../../core/config.h
init.o: ../../../pikotools/space/spaceparser.h init.o: ../../../pikotools/space/spaceparser.h
init.o: ../../../pikotools/space/space.h ../../core/htmlfilter.h init.o: ../../../pikotools/space/space.h ../../core/htmlfilter.h
init.o: ../../templates/htmltextstream.h ../../core/textstream.h init.o: ../../core/timezone.h ../../templates/htmltextstream.h
init.o: ../../core/misc.h ../../core/session.h ../../core/user.h init.o: ../../core/textstream.h ../../core/misc.h ../../core/session.h
init.o: ../../core/plugindata.h ../../core/rebus.h ../../core/mount.h init.o: ../../core/user.h ../../core/plugindata.h ../../core/rebus.h
init.o: ../../templates/locale.h ../../core/system.h ../../core/job.h init.o: ../../core/mount.h ../../templates/locale.h ../../core/system.h
init.o: ../../core/basethread.h ../../core/synchro.h ../../core/dirs.h init.o: ../../core/job.h ../../core/basethread.h ../../core/synchro.h
init.o: ../../core/dircontainer.h ../../db/db.h ../../db/dbbase.h init.o: ../../core/dirs.h ../../core/dircontainer.h ../../db/db.h
init.o: ../../db/dbitemquery.h ../../core/item.h ../../db/dbitemcolumns.h init.o: ../../db/dbbase.h ../../db/dbitemquery.h ../../core/item.h
init.o: ../../core/user.h ../../core/group.h ../../core/dircontainer.h init.o: ../../db/dbitemcolumns.h ../../core/user.h ../../core/group.h
init.o: ../../core/ugcontainer.h ../../notify/notify.h init.o: ../../core/dircontainer.h ../../core/ugcontainer.h
init.o: ../../notify/notifypool.h ../../templates/patterns.h init.o: ../../notify/notify.h ../../notify/notifypool.h
init.o: ../../templates/locale.h ../../templates/localefilter.h init.o: ../../templates/patterns.h ../../templates/locale.h
init.o: ../../../ezc/src/ezc.h ../../../ezc/src/generator.h init.o: ../../templates/localefilter.h ../../../ezc/src/ezc.h
init.o: ../../../ezc/src/pattern.h ../../../ezc/src/functions.h init.o: ../../../ezc/src/generator.h ../../../ezc/src/pattern.h
init.o: ../../../ezc/src/funinfo.h ../../../ezc/src/stringconv.h init.o: ../../../ezc/src/functions.h ../../../ezc/src/funinfo.h
init.o: ../../../pikotools/utf8/utf8.h ../../notify/notifythread.h init.o: ../../../ezc/src/stringconv.h ../../../pikotools/utf8/utf8.h
init.o: ../../core/basethread.h ../../notify/templatesnotify.h init.o: ../../notify/notifythread.h ../../core/basethread.h
init.o: ../../core/config.h ../../core/users.h ../../core/ugcontainer.h init.o: ../../notify/templatesnotify.h ../../core/config.h ../../core/users.h
init.o: ../../core/lastcontainer.h ../../core/mounts.h init.o: ../../core/ugcontainer.h ../../core/lastcontainer.h
init.o: ../../core/mountparser.h ../../core/crypt.h ../../core/run.h init.o: ../../core/mounts.h ../../core/mountparser.h ../../core/crypt.h
init.o: ../../core/users.h ../../core/groups.h ../../core/group.h init.o: ../../core/run.h ../../core/users.h ../../core/groups.h
init.o: ../../core/loadavg.h ../../core/image.h ../../core/threadmanager.h init.o: ../../core/group.h ../../core/loadavg.h ../../core/image.h
init.o: ../../core/sessionmanager.h ../../core/sessioncontainer.h init.o: ../../core/threadmanager.h ../../core/sessionmanager.h
init.o: ../../functions/functions.h ../../functions/functionbase.h init.o: ../../core/sessioncontainer.h ../../functions/functions.h
init.o: ../../core/request.h ../../core/system.h ../../core/synchro.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/functionparser.h ../../core/cur.h
init.o: ../../functions/adduser.h ../../functions/cat.h init.o: ../../functions/adduser.h ../../functions/cat.h
init.o: ../../functions/chmod.h ../../functions/privchanger.h init.o: ../../functions/chmod.h ../../functions/privchanger.h

View File

@ -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: ../../core/item.h ../../core/requesttypes.h ../../core/error.h
gallery.o: ../../../pikotools/space/spaceparser.h gallery.o: ../../../pikotools/space/spaceparser.h
gallery.o: ../../../pikotools/space/space.h ../../db/dbitemquery.h gallery.o: ../../../pikotools/space/space.h ../../db/dbitemquery.h
gallery.o: ../../db/dbitemcolumns.h ../../core/user.h ../../core/group.h gallery.o: ../../db/dbitemcolumns.h ../../core/user.h ../../core/timezone.h
gallery.o: ../../core/dircontainer.h ../../core/ugcontainer.h gallery.o: ../../core/group.h ../../core/dircontainer.h
gallery.o: ../../core/log.h ../../core/textstream.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/logmanipulators.h ../../core/slog.h ../../core/cur.h
gallery.o: ../../core/request.h ../../core/error.h ../../core/config.h gallery.o: ../../core/request.h ../../core/error.h ../../core/config.h
gallery.o: ../../core/htmlfilter.h ../../templates/htmltextstream.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: ../../core/item.h ../../core/requesttypes.h ../../core/error.h
init.o: ../../../pikotools/space/spaceparser.h init.o: ../../../pikotools/space/spaceparser.h
init.o: ../../../pikotools/space/space.h ../../db/dbitemquery.h init.o: ../../../pikotools/space/space.h ../../db/dbitemquery.h
init.o: ../../db/dbitemcolumns.h ../../core/user.h ../../core/group.h init.o: ../../db/dbitemcolumns.h ../../core/user.h ../../core/timezone.h
init.o: ../../core/dircontainer.h ../../core/ugcontainer.h ../../core/log.h init.o: ../../core/group.h ../../core/dircontainer.h ../../core/ugcontainer.h
init.o: ../../core/textstream.h ../../core/logmanipulators.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/slog.h ../../core/cur.h ../../core/request.h
init.o: ../../core/error.h ../../core/config.h ../../core/htmlfilter.h init.o: ../../core/error.h ../../core/config.h ../../core/htmlfilter.h
init.o: ../../templates/htmltextstream.h ../../core/session.h init.o: ../../templates/htmltextstream.h ../../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/misc.h ../../core/item.h ../../core/requesttypes.h
templates.o: ../../core/error.h ../../../pikotools/space/spaceparser.h templates.o: ../../core/error.h ../../../pikotools/space/spaceparser.h
templates.o: ../../../pikotools/space/space.h ../../db/dbitemquery.h templates.o: ../../../pikotools/space/space.h ../../db/dbitemquery.h
templates.o: ../../db/dbitemcolumns.h ../../core/user.h ../../core/group.h templates.o: ../../db/dbitemcolumns.h ../../core/user.h ../../core/timezone.h
templates.o: ../../core/dircontainer.h ../../core/ugcontainer.h templates.o: ../../core/group.h ../../core/dircontainer.h
templates.o: ../../core/log.h ../../core/textstream.h templates.o: ../../core/ugcontainer.h ../../core/log.h
templates.o: ../../core/logmanipulators.h ../../core/slog.h ../../core/cur.h templates.o: ../../core/textstream.h ../../core/logmanipulators.h
templates.o: ../../core/request.h ../../core/error.h ../../core/config.h templates.o: ../../core/slog.h ../../core/cur.h ../../core/request.h
templates.o: ../../core/htmlfilter.h ../../templates/htmltextstream.h templates.o: ../../core/error.h ../../core/config.h ../../core/htmlfilter.h
templates.o: ../../core/session.h ../../core/user.h ../../core/plugindata.h templates.o: ../../templates/htmltextstream.h ../../core/session.h
templates.o: ../../core/rebus.h ../../core/mount.h ../../templates/locale.h templates.o: ../../core/user.h ../../core/plugindata.h ../../core/rebus.h
templates.o: ../../core/request.h ../../core/config.h ../../core/system.h templates.o: ../../core/mount.h ../../templates/locale.h ../../core/request.h
templates.o: ../../core/job.h ../../core/basethread.h ../../core/synchro.h templates.o: ../../core/config.h ../../core/system.h ../../core/job.h
templates.o: ../../core/dirs.h ../../core/dircontainer.h templates.o: ../../core/basethread.h ../../core/synchro.h ../../core/dirs.h
templates.o: ../../notify/notify.h ../../notify/notifypool.h templates.o: ../../core/dircontainer.h ../../notify/notify.h
templates.o: ../../templates/patterns.h ../../templates/locale.h templates.o: ../../notify/notifypool.h ../../templates/patterns.h
templates.o: ../../templates/localefilter.h ../../../ezc/src/ezc.h templates.o: ../../templates/locale.h ../../templates/localefilter.h
templates.o: ../../../ezc/src/generator.h ../../../ezc/src/pattern.h templates.o: ../../../ezc/src/ezc.h ../../../ezc/src/generator.h
templates.o: ../../../ezc/src/functions.h ../../../ezc/src/funinfo.h templates.o: ../../../ezc/src/pattern.h ../../../ezc/src/functions.h
templates.o: ../../../ezc/src/stringconv.h ../../../pikotools/utf8/utf8.h templates.o: ../../../ezc/src/funinfo.h ../../../ezc/src/stringconv.h
templates.o: ../../notify/notifythread.h ../../core/basethread.h templates.o: ../../../pikotools/utf8/utf8.h ../../notify/notifythread.h
templates.o: ../../notify/templatesnotify.h ../../core/users.h templates.o: ../../core/basethread.h ../../notify/templatesnotify.h
templates.o: ../../core/ugcontainer.h ../../core/lastcontainer.h templates.o: ../../core/users.h ../../core/ugcontainer.h
templates.o: ../../core/mounts.h ../../core/mountparser.h ../../core/crypt.h templates.o: ../../core/lastcontainer.h ../../core/mounts.h
templates.o: ../../core/run.h ../../core/users.h ../../core/groups.h templates.o: ../../core/mountparser.h ../../core/crypt.h ../../core/run.h
templates.o: ../../core/group.h ../../core/loadavg.h ../../core/image.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/threadmanager.h ../../core/synchro.h galleryinfo.h
templates.o: ../../core/misc.h ../../core/plugin.h ../../core/pluginmsg.h templates.o: ../../core/misc.h ../../core/plugin.h ../../core/pluginmsg.h
templates.o: ../../core/system.h ../../core/sessionmanager.h templates.o: ../../core/system.h ../../core/sessionmanager.h

View File

@ -10,14 +10,14 @@ groupinfo.o: ../../db/dbconn.h ../../db/dbtextstream.h
groupinfo.o: ../../core/textstream.h ../../core/misc.h groupinfo.o: ../../core/textstream.h ../../core/misc.h
groupinfo.o: ../../core/requesttypes.h ../../core/error.h groupinfo.o: ../../core/requesttypes.h ../../core/error.h
groupinfo.o: ../../db/dbitemquery.h ../../db/dbitemcolumns.h groupinfo.o: ../../db/dbitemquery.h ../../db/dbitemcolumns.h
groupinfo.o: ../../core/user.h ../../core/group.h ../../core/dircontainer.h groupinfo.o: ../../core/user.h ../../core/timezone.h ../../core/group.h
groupinfo.o: ../../core/ugcontainer.h ../../core/log.h groupinfo.o: ../../core/dircontainer.h ../../core/ugcontainer.h
groupinfo.o: ../../core/textstream.h ../../core/logmanipulators.h groupinfo.o: ../../core/log.h ../../core/textstream.h
groupinfo.o: ../../core/slog.h ../../core/cur.h ../../core/request.h groupinfo.o: ../../core/logmanipulators.h ../../core/slog.h ../../core/cur.h
groupinfo.o: ../../core/error.h ../../core/config.h ../../core/htmlfilter.h groupinfo.o: ../../core/request.h ../../core/error.h ../../core/config.h
groupinfo.o: ../../templates/htmltextstream.h ../../core/session.h groupinfo.o: ../../core/htmlfilter.h ../../templates/htmltextstream.h
groupinfo.o: ../../core/user.h ../../core/plugindata.h ../../core/rebus.h groupinfo.o: ../../core/session.h ../../core/user.h ../../core/plugindata.h
groupinfo.o: ../../core/mount.h ../../templates/locale.h groupinfo.o: ../../core/rebus.h ../../core/mount.h ../../templates/locale.h
groupinfo.o: ../../notify/notify.h ../../notify/notifypool.h groupinfo.o: ../../notify/notify.h ../../notify/notifypool.h
groupinfo.o: ../../templates/patterns.h ../../templates/locale.h groupinfo.o: ../../templates/patterns.h ../../templates/locale.h
groupinfo.o: ../../templates/localefilter.h ../../../ezc/src/ezc.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/requesttypes.h ../../core/item.h ../../core/error.h
init.o: ../../core/config.h ../../../pikotools/space/spaceparser.h init.o: ../../core/config.h ../../../pikotools/space/spaceparser.h
init.o: ../../../pikotools/space/space.h ../../core/htmlfilter.h init.o: ../../../pikotools/space/space.h ../../core/htmlfilter.h
init.o: ../../templates/htmltextstream.h ../../core/textstream.h init.o: ../../core/timezone.h ../../../pikotools/date/date.h
init.o: ../../core/misc.h ../../../pikotools/date/date.h init.o: ../../../pikotools/space/space.h ../../templates/htmltextstream.h
init.o: ../../../pikotools/space/space.h ../../core/session.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/user.h ../../core/plugindata.h ../../core/rebus.h
init.o: ../../core/mount.h ../../templates/locale.h ../../core/system.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/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: ../../core/textstream.h ../../core/error.h
templates.o: ../../../pikotools/space/spaceparser.h templates.o: ../../../pikotools/space/spaceparser.h
templates.o: ../../../pikotools/space/space.h ../../db/dbitemquery.h templates.o: ../../../pikotools/space/space.h ../../db/dbitemquery.h
templates.o: ../../db/dbitemcolumns.h ../../core/user.h ../../core/group.h templates.o: ../../db/dbitemcolumns.h ../../core/user.h ../../core/timezone.h
templates.o: ../../core/dircontainer.h ../../core/ugcontainer.h templates.o: ../../core/group.h ../../core/dircontainer.h
templates.o: ../../core/log.h ../../core/textstream.h templates.o: ../../core/ugcontainer.h ../../core/log.h
templates.o: ../../core/logmanipulators.h ../../core/slog.h ../../core/cur.h templates.o: ../../core/textstream.h ../../core/logmanipulators.h
templates.o: ../../core/request.h ../../core/error.h ../../core/config.h templates.o: ../../core/slog.h ../../core/cur.h ../../core/request.h
templates.o: ../../core/htmlfilter.h ../../templates/htmltextstream.h templates.o: ../../core/error.h ../../core/config.h ../../core/htmlfilter.h
templates.o: ../../core/session.h ../../core/user.h ../../core/plugindata.h templates.o: ../../templates/htmltextstream.h ../../core/session.h
templates.o: ../../core/rebus.h ../../core/mount.h ../../templates/locale.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: ../../notify/notify.h ../../notify/notifypool.h
templates.o: ../../templates/patterns.h ../../notify/notifythread.h templates.o: ../../templates/patterns.h ../../notify/notifythread.h
templates.o: ../../core/basethread.h ../../notify/templatesnotify.h templates.o: ../../core/basethread.h ../../notify/templatesnotify.h

View File

@ -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: ../../core/misc.h ../../core/requesttypes.h ../../core/error.h
cache.o: ../../../pikotools/space/spaceparser.h cache.o: ../../../pikotools/space/spaceparser.h
cache.o: ../../../pikotools/space/space.h ../../db/dbitemquery.h cache.o: ../../../pikotools/space/space.h ../../db/dbitemquery.h
cache.o: ../../db/dbitemcolumns.h ../../core/user.h ../../core/group.h cache.o: ../../db/dbitemcolumns.h ../../core/user.h ../../core/timezone.h
cache.o: ../../core/dircontainer.h ../../core/ugcontainer.h ../../core/log.h cache.o: ../../core/group.h ../../core/dircontainer.h
cache.o: ../../core/textstream.h ../../core/logmanipulators.h cache.o: ../../core/ugcontainer.h ../../core/log.h ../../core/textstream.h
cache.o: ../../core/slog.h ../../core/cur.h ../../core/request.h cache.o: ../../core/logmanipulators.h ../../core/slog.h ../../core/cur.h
cache.o: ../../core/error.h ../../core/config.h ../../core/htmlfilter.h cache.o: ../../core/request.h ../../core/error.h ../../core/config.h
cache.o: ../../templates/htmltextstream.h ../../core/session.h cache.o: ../../core/htmlfilter.h ../../templates/htmltextstream.h
cache.o: ../../core/user.h ../../core/plugindata.h ../../core/rebus.h cache.o: ../../core/session.h ../../core/user.h ../../core/plugindata.h
cache.o: ../../core/mount.h ../../templates/locale.h ../../notify/notify.h cache.o: ../../core/rebus.h ../../core/mount.h ../../templates/locale.h
cache.o: ../../notify/notifypool.h ../../templates/patterns.h cache.o: ../../notify/notify.h ../../notify/notifypool.h
cache.o: ../../templates/locale.h ../../templates/localefilter.h cache.o: ../../templates/patterns.h ../../templates/locale.h
cache.o: ../../../ezc/src/ezc.h ../../../ezc/src/generator.h cache.o: ../../templates/localefilter.h ../../../ezc/src/ezc.h
cache.o: ../../../ezc/src/pattern.h ../../../ezc/src/functions.h cache.o: ../../../ezc/src/generator.h ../../../ezc/src/pattern.h
cache.o: ../../../ezc/src/funinfo.h ../../../ezc/src/stringconv.h cache.o: ../../../ezc/src/functions.h ../../../ezc/src/funinfo.h
cache.o: ../../../pikotools/utf8/utf8.h ../../notify/notifythread.h cache.o: ../../../ezc/src/stringconv.h ../../../pikotools/utf8/utf8.h
cache.o: ../../core/basethread.h ../../core/synchro.h cache.o: ../../notify/notifythread.h ../../core/basethread.h
cache.o: ../../notify/templatesnotify.h ../../core/config.h cache.o: ../../core/synchro.h ../../notify/templatesnotify.h
cache.o: ../../core/users.h ../../core/ugcontainer.h cache.o: ../../core/config.h ../../core/users.h ../../core/ugcontainer.h
cache.o: ../../core/lastcontainer.h ../../core/misc.h cache.o: ../../core/lastcontainer.h ../../core/misc.h
init.o: ../../core/log.h ../../core/textstream.h ../../core/logmanipulators.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/slog.h ../../core/cur.h ../../core/request.h
init.o: ../../core/requesttypes.h ../../core/item.h ../../core/error.h init.o: ../../core/requesttypes.h ../../core/item.h ../../core/error.h
init.o: ../../core/config.h ../../../pikotools/space/spaceparser.h init.o: ../../core/config.h ../../../pikotools/space/spaceparser.h
init.o: ../../../pikotools/space/space.h ../../core/htmlfilter.h init.o: ../../../pikotools/space/space.h ../../core/htmlfilter.h
init.o: ../../templates/htmltextstream.h ../../core/textstream.h init.o: ../../core/timezone.h ../../../pikotools/date/date.h
init.o: ../../core/misc.h ../../../pikotools/date/date.h init.o: ../../../pikotools/space/space.h ../../templates/htmltextstream.h
init.o: ../../../pikotools/space/space.h ../../core/session.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/user.h ../../core/plugindata.h ../../core/rebus.h
init.o: ../../core/mount.h ../../templates/locale.h ../../core/plugin.h init.o: ../../core/mount.h ../../templates/locale.h ../../core/plugin.h
init.o: ../../core/pluginmsg.h ../../core/log.h ../../core/system.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: ../../db/dbtextstream.h ../../core/textstream.h
templates.o: ../../core/error.h ../../../pikotools/space/spaceparser.h templates.o: ../../core/error.h ../../../pikotools/space/spaceparser.h
templates.o: ../../../pikotools/space/space.h ../../db/dbitemquery.h templates.o: ../../../pikotools/space/space.h ../../db/dbitemquery.h
templates.o: ../../db/dbitemcolumns.h ../../core/user.h ../../core/group.h templates.o: ../../db/dbitemcolumns.h ../../core/user.h ../../core/timezone.h
templates.o: ../../core/dircontainer.h ../../core/ugcontainer.h templates.o: ../../core/group.h ../../core/dircontainer.h
templates.o: ../../core/log.h ../../core/textstream.h templates.o: ../../core/ugcontainer.h ../../core/log.h
templates.o: ../../core/logmanipulators.h ../../core/slog.h ../../core/cur.h templates.o: ../../core/textstream.h ../../core/logmanipulators.h
templates.o: ../../core/request.h ../../core/error.h ../../core/config.h templates.o: ../../core/slog.h ../../core/cur.h ../../core/request.h
templates.o: ../../core/htmlfilter.h ../../templates/htmltextstream.h templates.o: ../../core/error.h ../../core/config.h ../../core/htmlfilter.h
templates.o: ../../core/session.h ../../core/user.h ../../core/plugindata.h templates.o: ../../templates/htmltextstream.h ../../core/session.h
templates.o: ../../core/rebus.h ../../core/mount.h ../../templates/locale.h templates.o: ../../core/user.h ../../core/plugindata.h ../../core/rebus.h
templates.o: ../../core/plugin.h ../../core/pluginmsg.h ../../core/system.h templates.o: ../../core/mount.h ../../templates/locale.h ../../core/plugin.h
templates.o: ../../core/job.h ../../core/basethread.h ../../core/synchro.h templates.o: ../../core/pluginmsg.h ../../core/system.h ../../core/job.h
templates.o: ../../core/dirs.h ../../core/dircontainer.h templates.o: ../../core/basethread.h ../../core/synchro.h ../../core/dirs.h
templates.o: ../../notify/notify.h ../../notify/notifypool.h templates.o: ../../core/dircontainer.h ../../notify/notify.h
templates.o: ../../templates/patterns.h ../../notify/notifythread.h templates.o: ../../notify/notifypool.h ../../templates/patterns.h
templates.o: ../../core/basethread.h ../../notify/templatesnotify.h templates.o: ../../notify/notifythread.h ../../core/basethread.h
templates.o: ../../core/users.h ../../core/ugcontainer.h templates.o: ../../notify/templatesnotify.h ../../core/users.h
templates.o: ../../core/lastcontainer.h ../../core/mounts.h templates.o: ../../core/ugcontainer.h ../../core/lastcontainer.h
templates.o: ../../core/mountparser.h ../../core/crypt.h ../../core/run.h templates.o: ../../core/mounts.h ../../core/mountparser.h ../../core/crypt.h
templates.o: ../../core/users.h ../../core/groups.h ../../core/group.h templates.o: ../../core/run.h ../../core/users.h ../../core/groups.h
templates.o: ../../core/loadavg.h ../../core/image.h templates.o: ../../core/group.h ../../core/loadavg.h ../../core/image.h
templates.o: ../../core/threadmanager.h ../../core/sessionmanager.h templates.o: ../../core/threadmanager.h ../../core/sessionmanager.h
templates.o: ../../core/sessioncontainer.h ../../functions/functions.h templates.o: ../../core/sessioncontainer.h ../../functions/functions.h
templates.o: ../../functions/functionbase.h ../../core/request.h templates.o: ../../functions/functionbase.h ../../core/request.h

View File

@ -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: ../../core/request.h ../../core/error.h ../../core/config.h
init.o: ../../../pikotools/space/spaceparser.h init.o: ../../../pikotools/space/spaceparser.h
init.o: ../../../pikotools/space/space.h ../../core/htmlfilter.h init.o: ../../../pikotools/space/space.h ../../core/htmlfilter.h
init.o: ../../templates/htmltextstream.h ../../core/textstream.h init.o: ../../core/timezone.h ../../templates/htmltextstream.h
init.o: ../../core/session.h ../../core/user.h ../../core/plugindata.h init.o: ../../core/textstream.h ../../core/session.h ../../core/user.h
init.o: ../../core/rebus.h ../../core/mount.h ../../templates/locale.h init.o: ../../core/plugindata.h ../../core/rebus.h ../../core/mount.h
init.o: ../../core/request.h ../../core/config.h ../../db/db.h init.o: ../../templates/locale.h ../../core/request.h ../../core/config.h
init.o: ../../db/dbbase.h ../../db/dbconn.h ../../db/dbtextstream.h init.o: ../../db/db.h ../../db/dbbase.h ../../db/dbconn.h
init.o: ../../core/error.h ../../db/dbitemquery.h ../../core/item.h init.o: ../../db/dbtextstream.h ../../core/error.h ../../db/dbitemquery.h
init.o: ../../db/dbitemcolumns.h ../../core/user.h ../../core/group.h init.o: ../../core/item.h ../../db/dbitemcolumns.h ../../core/user.h
init.o: ../../core/dircontainer.h ../../core/ugcontainer.h ../../core/log.h init.o: ../../core/group.h ../../core/dircontainer.h ../../core/ugcontainer.h
init.o: bot.h stats.h templates.h ../../core/plugin.h ../../core/pluginmsg.h init.o: ../../core/log.h bot.h stats.h templates.h ../../core/plugin.h
init.o: ../../core/system.h ../../core/job.h ../../core/basethread.h init.o: ../../core/pluginmsg.h ../../core/system.h ../../core/job.h
init.o: ../../core/synchro.h ../../core/dirs.h ../../core/dircontainer.h init.o: ../../core/basethread.h ../../core/synchro.h ../../core/dirs.h
init.o: ../../notify/notify.h ../../notify/notifypool.h init.o: ../../core/dircontainer.h ../../notify/notify.h
init.o: ../../templates/patterns.h ../../templates/locale.h init.o: ../../notify/notifypool.h ../../templates/patterns.h
init.o: ../../templates/localefilter.h ../../../ezc/src/ezc.h init.o: ../../templates/locale.h ../../templates/localefilter.h
init.o: ../../../ezc/src/generator.h ../../../ezc/src/pattern.h init.o: ../../../ezc/src/ezc.h ../../../ezc/src/generator.h
init.o: ../../../ezc/src/functions.h ../../../ezc/src/funinfo.h init.o: ../../../ezc/src/pattern.h ../../../ezc/src/functions.h
init.o: ../../../ezc/src/stringconv.h ../../../pikotools/utf8/utf8.h init.o: ../../../ezc/src/funinfo.h ../../../ezc/src/stringconv.h
init.o: ../../notify/notifythread.h ../../core/basethread.h init.o: ../../../pikotools/utf8/utf8.h ../../notify/notifythread.h
init.o: ../../notify/templatesnotify.h ../../core/users.h init.o: ../../core/basethread.h ../../notify/templatesnotify.h
init.o: ../../core/ugcontainer.h ../../core/lastcontainer.h init.o: ../../core/users.h ../../core/ugcontainer.h
init.o: ../../core/mounts.h ../../core/mountparser.h ../../core/crypt.h init.o: ../../core/lastcontainer.h ../../core/mounts.h
init.o: ../../core/run.h ../../core/users.h ../../core/groups.h init.o: ../../core/mountparser.h ../../core/crypt.h ../../core/run.h
init.o: ../../core/group.h ../../core/loadavg.h ../../core/image.h init.o: ../../core/users.h ../../core/groups.h ../../core/group.h
init.o: ../../core/threadmanager.h ../../core/sessionmanager.h init.o: ../../core/loadavg.h ../../core/image.h ../../core/threadmanager.h
init.o: ../../core/sessioncontainer.h ../../functions/functions.h init.o: ../../core/sessionmanager.h ../../core/sessioncontainer.h
init.o: ../../functions/functionbase.h ../../core/system.h init.o: ../../functions/functions.h ../../functions/functionbase.h
init.o: ../../core/synchro.h ../../functions/functionparser.h init.o: ../../core/system.h ../../core/synchro.h
init.o: ../../core/cur.h ../../functions/adduser.h ../../functions/cat.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/chmod.h ../../functions/privchanger.h
init.o: ../../functions/chown.h ../../functions/ckeditor.h init.o: ../../functions/chown.h ../../functions/ckeditor.h
init.o: ../../functions/cp.h ../../functions/default.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: ../../core/request.h ../../core/error.h ../../core/config.h
stats.o: ../../../pikotools/space/spaceparser.h stats.o: ../../../pikotools/space/spaceparser.h
stats.o: ../../../pikotools/space/space.h ../../core/htmlfilter.h stats.o: ../../../pikotools/space/space.h ../../core/htmlfilter.h
stats.o: ../../templates/htmltextstream.h ../../core/textstream.h stats.o: ../../core/timezone.h ../../templates/htmltextstream.h
stats.o: ../../core/session.h ../../core/user.h ../../core/plugindata.h stats.o: ../../core/textstream.h ../../core/session.h ../../core/user.h
stats.o: ../../core/rebus.h ../../core/mount.h ../../templates/locale.h stats.o: ../../core/plugindata.h ../../core/rebus.h ../../core/mount.h
stats.o: ../../../pikotools/utf8/utf8.h stats.o: ../../templates/locale.h ../../../pikotools/utf8/utf8.h
templates.o: templates.h ../../core/plugin.h ../../core/pluginmsg.h templates.o: templates.h ../../core/plugin.h ../../core/pluginmsg.h
templates.o: ../../core/log.h ../../core/plugindata.h ../../core/config.h templates.o: ../../core/log.h ../../core/plugindata.h ../../core/config.h
templates.o: ../../../pikotools/space/spaceparser.h templates.o: ../../../pikotools/space/spaceparser.h
templates.o: ../../../pikotools/space/space.h ../../core/htmlfilter.h templates.o: ../../../pikotools/space/space.h ../../core/htmlfilter.h
templates.o: ../../core/request.h ../../core/requesttypes.h ../../core/item.h templates.o: ../../core/timezone.h ../../../pikotools/date/date.h
templates.o: ../../../pikotools/space/space.h ../../../pikotools/date/date.h templates.o: ../../../pikotools/space/space.h ../../core/request.h
templates.o: ../../core/error.h ../../core/textstream.h ../../core/misc.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: ../../templates/htmltextstream.h ../../core/textstream.h
templates.o: ../../core/system.h ../../core/job.h ../../core/basethread.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: ../../core/synchro.h ../../core/dirs.h ../../core/dircontainer.h

View File

@ -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: ../../core/requesttypes.h ../../core/error.h
createthread.o: ../../../pikotools/space/spaceparser.h createthread.o: ../../../pikotools/space/spaceparser.h
createthread.o: ../../../pikotools/space/space.h ../../db/dbitemquery.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/dircontainer.h ../../core/ugcontainer.h
createthread.o: ../../core/log.h ../../core/textstream.h createthread.o: ../../core/log.h ../../core/textstream.h
createthread.o: ../../core/logmanipulators.h ../../core/slog.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: ../../core/textstream.h ../../core/misc.h ../../core/error.h
funthread.o: ../../../pikotools/space/spaceparser.h funthread.o: ../../../pikotools/space/spaceparser.h
funthread.o: ../../../pikotools/space/space.h ../../db/dbitemquery.h funthread.o: ../../../pikotools/space/space.h ../../db/dbitemquery.h
funthread.o: ../../db/dbitemcolumns.h ../../core/user.h ../../core/group.h funthread.o: ../../db/dbitemcolumns.h ../../core/user.h ../../core/timezone.h
funthread.o: ../../core/dircontainer.h ../../core/ugcontainer.h funthread.o: ../../core/group.h ../../core/dircontainer.h
funthread.o: ../../core/log.h ../../core/textstream.h funthread.o: ../../core/ugcontainer.h ../../core/log.h
funthread.o: ../../core/logmanipulators.h ../../core/slog.h ../../core/cur.h funthread.o: ../../core/textstream.h ../../core/logmanipulators.h
funthread.o: ../../core/request.h ../../core/error.h ../../core/config.h funthread.o: ../../core/slog.h ../../core/cur.h ../../core/request.h
funthread.o: ../../core/htmlfilter.h ../../templates/htmltextstream.h funthread.o: ../../core/error.h ../../core/config.h ../../core/htmlfilter.h
funthread.o: ../../core/session.h ../../core/user.h ../../core/plugindata.h funthread.o: ../../templates/htmltextstream.h ../../core/session.h
funthread.o: ../../core/rebus.h ../../core/mount.h ../../templates/locale.h funthread.o: ../../core/user.h ../../core/plugindata.h ../../core/rebus.h
funthread.o: ../../core/request.h ../../core/config.h ../../core/system.h funthread.o: ../../core/mount.h ../../templates/locale.h ../../core/request.h
funthread.o: ../../core/job.h ../../core/basethread.h ../../core/synchro.h funthread.o: ../../core/config.h ../../core/system.h ../../core/job.h
funthread.o: ../../core/dirs.h ../../core/dircontainer.h funthread.o: ../../core/basethread.h ../../core/synchro.h ../../core/dirs.h
funthread.o: ../../notify/notify.h ../../notify/notifypool.h funthread.o: ../../core/dircontainer.h ../../notify/notify.h
funthread.o: ../../templates/patterns.h ../../templates/locale.h funthread.o: ../../notify/notifypool.h ../../templates/patterns.h
funthread.o: ../../templates/localefilter.h ../../../ezc/src/ezc.h funthread.o: ../../templates/locale.h ../../templates/localefilter.h
funthread.o: ../../../ezc/src/generator.h ../../../ezc/src/pattern.h funthread.o: ../../../ezc/src/ezc.h ../../../ezc/src/generator.h
funthread.o: ../../../ezc/src/functions.h ../../../ezc/src/funinfo.h funthread.o: ../../../ezc/src/pattern.h ../../../ezc/src/functions.h
funthread.o: ../../../ezc/src/stringconv.h ../../../pikotools/utf8/utf8.h funthread.o: ../../../ezc/src/funinfo.h ../../../ezc/src/stringconv.h
funthread.o: ../../notify/notifythread.h ../../core/basethread.h funthread.o: ../../../pikotools/utf8/utf8.h ../../notify/notifythread.h
funthread.o: ../../notify/templatesnotify.h ../../core/users.h funthread.o: ../../core/basethread.h ../../notify/templatesnotify.h
funthread.o: ../../core/ugcontainer.h ../../core/lastcontainer.h funthread.o: ../../core/users.h ../../core/ugcontainer.h
funthread.o: ../../core/mounts.h ../../core/mountparser.h ../../core/crypt.h funthread.o: ../../core/lastcontainer.h ../../core/mounts.h
funthread.o: ../../core/run.h ../../core/users.h ../../core/groups.h funthread.o: ../../core/mountparser.h ../../core/crypt.h ../../core/run.h
funthread.o: ../../core/group.h ../../core/loadavg.h ../../core/image.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: ../../core/threadmanager.h ../../core/synchro.h tdb.h thread.h
funthread.o: ../../db/dbbase.h threadinfo.h funthread.o: ../../db/dbbase.h threadinfo.h
init.o: tdb.h thread.h ../../../pikotools/date/date.h ../../db/dbbase.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/textstream.h ../../core/misc.h ../../core/item.h
init.o: ../../core/requesttypes.h ../../../pikotools/space/spaceparser.h init.o: ../../core/requesttypes.h ../../../pikotools/space/spaceparser.h
init.o: ../../../pikotools/space/space.h ../../db/dbitemquery.h init.o: ../../../pikotools/space/space.h ../../db/dbitemquery.h
init.o: ../../db/dbitemcolumns.h ../../core/user.h ../../core/group.h init.o: ../../db/dbitemcolumns.h ../../core/user.h ../../core/timezone.h
init.o: ../../core/dircontainer.h ../../core/ugcontainer.h ../../core/log.h init.o: ../../core/group.h ../../core/dircontainer.h ../../core/ugcontainer.h
init.o: ../../core/textstream.h ../../core/logmanipulators.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/slog.h ../../core/cur.h ../../core/request.h
init.o: ../../core/error.h ../../core/config.h ../../core/htmlfilter.h init.o: ../../core/error.h ../../core/config.h ../../core/htmlfilter.h
init.o: ../../templates/htmltextstream.h ../../core/session.h init.o: ../../templates/htmltextstream.h ../../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: ../../core/item.h ../../core/requesttypes.h ../../core/error.h
reply.o: ../../../pikotools/space/spaceparser.h reply.o: ../../../pikotools/space/spaceparser.h
reply.o: ../../../pikotools/space/space.h ../../db/dbitemquery.h reply.o: ../../../pikotools/space/space.h ../../db/dbitemquery.h
reply.o: ../../db/dbitemcolumns.h ../../core/user.h ../../core/group.h reply.o: ../../db/dbitemcolumns.h ../../core/user.h ../../core/timezone.h
reply.o: ../../core/dircontainer.h ../../core/ugcontainer.h ../../core/log.h reply.o: ../../core/group.h ../../core/dircontainer.h
reply.o: ../../core/textstream.h ../../core/logmanipulators.h reply.o: ../../core/ugcontainer.h ../../core/log.h ../../core/textstream.h
reply.o: ../../core/slog.h ../../core/cur.h ../../core/request.h reply.o: ../../core/logmanipulators.h ../../core/slog.h ../../core/cur.h
reply.o: ../../core/error.h ../../core/config.h ../../core/htmlfilter.h reply.o: ../../core/request.h ../../core/error.h ../../core/config.h
reply.o: ../../templates/htmltextstream.h ../../core/session.h reply.o: ../../core/htmlfilter.h ../../templates/htmltextstream.h
reply.o: ../../core/user.h ../../core/plugindata.h ../../core/rebus.h reply.o: ../../core/session.h ../../core/user.h ../../core/plugindata.h
reply.o: ../../core/mount.h ../../templates/locale.h ../../core/request.h reply.o: ../../core/rebus.h ../../core/mount.h ../../templates/locale.h
reply.o: ../../core/config.h ../../core/system.h ../../core/job.h reply.o: ../../core/request.h ../../core/config.h ../../core/system.h
reply.o: ../../core/basethread.h ../../core/synchro.h ../../core/dirs.h reply.o: ../../core/job.h ../../core/basethread.h ../../core/synchro.h
reply.o: ../../core/dircontainer.h ../../notify/notify.h reply.o: ../../core/dirs.h ../../core/dircontainer.h ../../notify/notify.h
reply.o: ../../notify/notifypool.h ../../templates/patterns.h reply.o: ../../notify/notifypool.h ../../templates/patterns.h
reply.o: ../../templates/locale.h ../../templates/localefilter.h reply.o: ../../templates/locale.h ../../templates/localefilter.h
reply.o: ../../../ezc/src/ezc.h ../../../ezc/src/generator.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: ../../core/requesttypes.h ../../core/error.h
showthreads.o: ../../../pikotools/space/spaceparser.h showthreads.o: ../../../pikotools/space/spaceparser.h
showthreads.o: ../../../pikotools/space/space.h ../../db/dbitemquery.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/dircontainer.h ../../core/ugcontainer.h
showthreads.o: ../../core/log.h ../../core/textstream.h showthreads.o: ../../core/log.h ../../core/textstream.h
showthreads.o: ../../core/logmanipulators.h ../../core/slog.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: ../../core/misc.h ../../core/requesttypes.h ../../core/error.h
templates.o: ../../../pikotools/space/spaceparser.h templates.o: ../../../pikotools/space/spaceparser.h
templates.o: ../../../pikotools/space/space.h ../../db/dbitemquery.h templates.o: ../../../pikotools/space/space.h ../../db/dbitemquery.h
templates.o: ../../db/dbitemcolumns.h ../../core/user.h ../../core/group.h templates.o: ../../db/dbitemcolumns.h ../../core/user.h ../../core/timezone.h
templates.o: ../../core/dircontainer.h ../../core/ugcontainer.h templates.o: ../../core/group.h ../../core/dircontainer.h
templates.o: ../../core/log.h ../../core/textstream.h templates.o: ../../core/ugcontainer.h ../../core/log.h
templates.o: ../../core/logmanipulators.h ../../core/slog.h ../../core/cur.h templates.o: ../../core/textstream.h ../../core/logmanipulators.h
templates.o: ../../core/request.h ../../core/error.h ../../core/config.h templates.o: ../../core/slog.h ../../core/cur.h ../../core/request.h
templates.o: ../../core/htmlfilter.h ../../templates/htmltextstream.h templates.o: ../../core/error.h ../../core/config.h ../../core/htmlfilter.h
templates.o: ../../core/session.h ../../core/user.h ../../core/plugindata.h templates.o: ../../templates/htmltextstream.h ../../core/session.h
templates.o: ../../core/rebus.h ../../core/mount.h ../../templates/locale.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: ../../notify/notify.h ../../notify/notifypool.h
templates.o: ../../templates/patterns.h ../../templates/locale.h templates.o: ../../templates/patterns.h ../../templates/locale.h
templates.o: ../../templates/localefilter.h ../../../ezc/src/ezc.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: ../../core/misc.h ../../core/requesttypes.h ../../core/error.h
threadinfo.o: ../../../pikotools/space/spaceparser.h threadinfo.o: ../../../pikotools/space/spaceparser.h
threadinfo.o: ../../../pikotools/space/space.h ../../db/dbitemquery.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/dircontainer.h ../../core/ugcontainer.h
threadinfo.o: ../../core/log.h ../../core/textstream.h threadinfo.o: ../../core/log.h ../../core/textstream.h
threadinfo.o: ../../core/logmanipulators.h ../../core/slog.h ../../core/cur.h threadinfo.o: ../../core/logmanipulators.h ../../core/slog.h ../../core/cur.h

View File

@ -270,7 +270,7 @@ void thread_sort_tab_date_creation(Info & i)
{ {
if( item_sort_index < thread_info.item_sort_tab.size() ) 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); 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() ) 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); i.out << DateToStr(date.year, date.month, date.day, date.hour, date.min, date.sec);
} }
} }

View File

@ -9,7 +9,8 @@ createticket.o: ../../core/error.h ../../../pikotools/space/spaceparser.h
createticket.o: ../../../pikotools/space/space.h createticket.o: ../../../pikotools/space/space.h
createticket.o: ../../functions/functionbase.h ../../core/item.h createticket.o: ../../functions/functionbase.h ../../core/item.h
createticket.o: ../../db/db.h ../../db/dbbase.h ../../db/dbitemquery.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/dircontainer.h ../../core/ugcontainer.h
createticket.o: ../../core/log.h ../../core/textstream.h createticket.o: ../../core/log.h ../../core/textstream.h
createticket.o: ../../core/logmanipulators.h ../../core/slog.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/synchro.h ../../core/dirs.h
editticket.o: ../../core/dircontainer.h ../../db/db.h ../../db/dbbase.h editticket.o: ../../core/dircontainer.h ../../db/db.h ../../db/dbbase.h
editticket.o: ../../db/dbitemquery.h ../../db/dbitemcolumns.h editticket.o: ../../db/dbitemquery.h ../../db/dbitemcolumns.h
editticket.o: ../../core/user.h ../../core/group.h ../../core/dircontainer.h editticket.o: ../../core/user.h ../../core/timezone.h ../../core/group.h
editticket.o: ../../core/ugcontainer.h ../../core/log.h editticket.o: ../../core/dircontainer.h ../../core/ugcontainer.h
editticket.o: ../../core/textstream.h ../../core/logmanipulators.h editticket.o: ../../core/log.h ../../core/textstream.h
editticket.o: ../../core/slog.h ../../core/cur.h ../../core/request.h editticket.o: ../../core/logmanipulators.h ../../core/slog.h ../../core/cur.h
editticket.o: ../../core/error.h ../../core/config.h ../../core/htmlfilter.h editticket.o: ../../core/request.h ../../core/error.h ../../core/config.h
editticket.o: ../../templates/htmltextstream.h ../../core/session.h editticket.o: ../../core/htmlfilter.h ../../templates/htmltextstream.h
editticket.o: ../../core/user.h ../../core/plugindata.h ../../core/rebus.h editticket.o: ../../core/session.h ../../core/user.h ../../core/plugindata.h
editticket.o: ../../core/mount.h ../../templates/locale.h editticket.o: ../../core/rebus.h ../../core/mount.h ../../templates/locale.h
editticket.o: ../../notify/notify.h ../../notify/notifypool.h editticket.o: ../../notify/notify.h ../../notify/notifypool.h
editticket.o: ../../templates/patterns.h ../../templates/locale.h editticket.o: ../../templates/patterns.h ../../templates/locale.h
editticket.o: ../../templates/localefilter.h ../../../ezc/src/ezc.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/system.h ../../core/job.h ../../core/basethread.h
funticket.o: ../../core/synchro.h ../../core/dirs.h ../../core/dircontainer.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/db.h ../../db/dbbase.h ../../db/dbitemquery.h
funticket.o: ../../db/dbitemcolumns.h ../../core/user.h ../../core/group.h funticket.o: ../../db/dbitemcolumns.h ../../core/user.h ../../core/timezone.h
funticket.o: ../../core/dircontainer.h ../../core/ugcontainer.h funticket.o: ../../core/group.h ../../core/dircontainer.h
funticket.o: ../../core/log.h ../../core/textstream.h funticket.o: ../../core/ugcontainer.h ../../core/log.h
funticket.o: ../../core/logmanipulators.h ../../core/slog.h ../../core/cur.h funticket.o: ../../core/textstream.h ../../core/logmanipulators.h
funticket.o: ../../core/request.h ../../core/error.h ../../core/config.h funticket.o: ../../core/slog.h ../../core/cur.h ../../core/request.h
funticket.o: ../../core/htmlfilter.h ../../templates/htmltextstream.h funticket.o: ../../core/error.h ../../core/config.h ../../core/htmlfilter.h
funticket.o: ../../core/session.h ../../core/user.h ../../core/plugindata.h funticket.o: ../../templates/htmltextstream.h ../../core/session.h
funticket.o: ../../core/rebus.h ../../core/mount.h ../../templates/locale.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: ../../notify/notify.h ../../notify/notifypool.h
funticket.o: ../../templates/patterns.h ../../templates/locale.h funticket.o: ../../templates/patterns.h ../../templates/locale.h
funticket.o: ../../templates/localefilter.h ../../../ezc/src/ezc.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/basethread.h ../../core/synchro.h ../../core/dirs.h
init.o: ../../core/dircontainer.h ../../db/db.h ../../db/dbbase.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: ../../db/dbitemquery.h ../../db/dbitemcolumns.h ../../core/user.h
init.o: ../../core/group.h ../../core/dircontainer.h ../../core/ugcontainer.h init.o: ../../core/timezone.h ../../core/group.h ../../core/dircontainer.h
init.o: ../../core/log.h ../../core/textstream.h ../../core/logmanipulators.h init.o: ../../core/ugcontainer.h ../../core/log.h ../../core/textstream.h
init.o: ../../core/slog.h ../../core/cur.h ../../core/request.h init.o: ../../core/logmanipulators.h ../../core/slog.h ../../core/cur.h
init.o: ../../core/error.h ../../core/config.h ../../core/htmlfilter.h init.o: ../../core/request.h ../../core/error.h ../../core/config.h
init.o: ../../templates/htmltextstream.h ../../core/session.h init.o: ../../core/htmlfilter.h ../../templates/htmltextstream.h
init.o: ../../core/user.h ../../core/plugindata.h ../../core/rebus.h init.o: ../../core/session.h ../../core/user.h ../../core/plugindata.h
init.o: ../../core/mount.h ../../templates/locale.h ../../notify/notify.h init.o: ../../core/rebus.h ../../core/mount.h ../../templates/locale.h
init.o: ../../notify/notifypool.h ../../templates/patterns.h init.o: ../../notify/notify.h ../../notify/notifypool.h
init.o: ../../templates/locale.h ../../templates/localefilter.h init.o: ../../templates/patterns.h ../../templates/locale.h
init.o: ../../../ezc/src/ezc.h ../../../ezc/src/generator.h init.o: ../../templates/localefilter.h ../../../ezc/src/ezc.h
init.o: ../../../ezc/src/pattern.h ../../../ezc/src/functions.h init.o: ../../../ezc/src/generator.h ../../../ezc/src/pattern.h
init.o: ../../../ezc/src/funinfo.h ../../../ezc/src/stringconv.h init.o: ../../../ezc/src/functions.h ../../../ezc/src/funinfo.h
init.o: ../../../pikotools/utf8/utf8.h ../../notify/notifythread.h init.o: ../../../ezc/src/stringconv.h ../../../pikotools/utf8/utf8.h
init.o: ../../core/basethread.h ../../notify/templatesnotify.h init.o: ../../notify/notifythread.h ../../core/basethread.h
init.o: ../../core/config.h ../../core/users.h ../../core/ugcontainer.h init.o: ../../notify/templatesnotify.h ../../core/config.h ../../core/users.h
init.o: ../../core/lastcontainer.h ../../core/mounts.h init.o: ../../core/ugcontainer.h ../../core/lastcontainer.h
init.o: ../../core/mountparser.h ../../core/crypt.h ../../core/run.h init.o: ../../core/mounts.h ../../core/mountparser.h ../../core/crypt.h
init.o: ../../core/users.h ../../core/groups.h ../../core/group.h init.o: ../../core/run.h ../../core/users.h ../../core/groups.h
init.o: ../../core/loadavg.h ../../core/image.h ../../core/threadmanager.h init.o: ../../core/group.h ../../core/loadavg.h ../../core/image.h
init.o: ../../functions/functions.h ../../functions/functionbase.h init.o: ../../core/threadmanager.h ../../functions/functions.h
init.o: ../../functions/functionparser.h ../../core/cur.h init.o: ../../functions/functionbase.h ../../functions/functionparser.h
init.o: ../../functions/adduser.h ../../functions/cat.h init.o: ../../core/cur.h ../../functions/adduser.h ../../functions/cat.h
init.o: ../../functions/chmod.h ../../functions/privchanger.h init.o: ../../functions/chmod.h ../../functions/privchanger.h
init.o: ../../core/request.h ../../functions/chown.h init.o: ../../core/request.h ../../functions/chown.h
init.o: ../../functions/ckeditor.h ../../functions/cp.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/basethread.h ../../core/synchro.h ../../core/dirs.h
showtickets.o: ../../core/dircontainer.h ../../db/db.h ../../db/dbbase.h showtickets.o: ../../core/dircontainer.h ../../db/db.h ../../db/dbbase.h
showtickets.o: ../../db/dbitemquery.h ../../db/dbitemcolumns.h showtickets.o: ../../db/dbitemquery.h ../../db/dbitemcolumns.h
showtickets.o: ../../core/user.h ../../core/group.h ../../core/dircontainer.h showtickets.o: ../../core/user.h ../../core/timezone.h ../../core/group.h
showtickets.o: ../../core/ugcontainer.h ../../core/log.h showtickets.o: ../../core/dircontainer.h ../../core/ugcontainer.h
showtickets.o: ../../core/textstream.h ../../core/logmanipulators.h showtickets.o: ../../core/log.h ../../core/textstream.h
showtickets.o: ../../core/slog.h ../../core/cur.h ../../core/request.h showtickets.o: ../../core/logmanipulators.h ../../core/slog.h
showtickets.o: ../../core/error.h ../../core/config.h ../../core/htmlfilter.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: ../../templates/htmltextstream.h ../../core/session.h
showtickets.o: ../../core/user.h ../../core/plugindata.h ../../core/rebus.h showtickets.o: ../../core/user.h ../../core/plugindata.h ../../core/rebus.h
showtickets.o: ../../core/mount.h ../../templates/locale.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/job.h ../../core/basethread.h ../../core/synchro.h
templates.o: ../../core/dirs.h ../../core/dircontainer.h ../../db/db.h templates.o: ../../core/dirs.h ../../core/dircontainer.h ../../db/db.h
templates.o: ../../db/dbbase.h ../../db/dbitemquery.h templates.o: ../../db/dbbase.h ../../db/dbitemquery.h
templates.o: ../../db/dbitemcolumns.h ../../core/user.h ../../core/group.h templates.o: ../../db/dbitemcolumns.h ../../core/user.h ../../core/timezone.h
templates.o: ../../core/dircontainer.h ../../core/ugcontainer.h templates.o: ../../core/group.h ../../core/dircontainer.h
templates.o: ../../core/log.h ../../core/textstream.h templates.o: ../../core/ugcontainer.h ../../core/log.h
templates.o: ../../core/logmanipulators.h ../../core/slog.h ../../core/cur.h templates.o: ../../core/textstream.h ../../core/logmanipulators.h
templates.o: ../../core/request.h ../../core/requesttypes.h templates.o: ../../core/slog.h ../../core/cur.h ../../core/request.h
templates.o: ../../core/error.h ../../core/config.h templates.o: ../../core/requesttypes.h ../../core/error.h ../../core/config.h
templates.o: ../../../pikotools/space/spaceparser.h templates.o: ../../../pikotools/space/spaceparser.h
templates.o: ../../../pikotools/space/space.h ../../core/htmlfilter.h templates.o: ../../../pikotools/space/space.h ../../core/htmlfilter.h
templates.o: ../../templates/htmltextstream.h ../../core/textstream.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/item.h ../../../pikotools/date/date.h
ticketinfo.o: ../../core/dircontainer.h ../../db/db.h ../../db/dbbase.h ticketinfo.o: ../../core/dircontainer.h ../../db/db.h ../../db/dbbase.h
ticketinfo.o: ../../db/dbitemquery.h ../../db/dbitemcolumns.h ticketinfo.o: ../../db/dbitemquery.h ../../db/dbitemcolumns.h
ticketinfo.o: ../../core/user.h ../../core/group.h ../../core/dircontainer.h ticketinfo.o: ../../core/user.h ../../core/timezone.h ../../core/group.h
ticketinfo.o: ../../core/ugcontainer.h ../../core/log.h ticketinfo.o: ../../core/dircontainer.h ../../core/ugcontainer.h
ticketinfo.o: ../../core/textstream.h ../../core/logmanipulators.h ticketinfo.o: ../../core/log.h ../../core/textstream.h
ticketinfo.o: ../../core/slog.h ../../core/cur.h ../../core/request.h ticketinfo.o: ../../core/logmanipulators.h ../../core/slog.h ../../core/cur.h
ticketinfo.o: ../../core/requesttypes.h ../../core/error.h ticketinfo.o: ../../core/request.h ../../core/requesttypes.h
ticketinfo.o: ../../core/config.h ../../../pikotools/space/spaceparser.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: ../../../pikotools/space/space.h ../../core/htmlfilter.h
ticketinfo.o: ../../templates/htmltextstream.h ../../core/textstream.h ticketinfo.o: ../../templates/htmltextstream.h ../../core/textstream.h
ticketinfo.o: ../../core/misc.h ../../core/session.h ../../core/user.h ticketinfo.o: ../../core/misc.h ../../core/session.h ../../core/user.h

View File

@ -9,24 +9,25 @@ adduser.o: ../../pikotools/space/space.h htmltextstream.h
adduser.o: ../core/textstream.h ../../pikotools/space/space.h adduser.o: ../core/textstream.h ../../pikotools/space/space.h
adduser.o: ../../pikotools/date/date.h patterncacher.h ../core/item.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: indexpatterns.h patterns.h changepatterns.h ../core/config.h
adduser.o: ../core/htmlfilter.h ../core/cur.h ../core/request.h adduser.o: ../core/htmlfilter.h ../core/timezone.h ../core/cur.h
adduser.o: ../core/requesttypes.h ../core/error.h ../core/config.h adduser.o: ../core/request.h ../core/requesttypes.h ../core/error.h
adduser.o: ../core/textstream.h ../templates/htmltextstream.h adduser.o: ../core/config.h ../core/textstream.h
adduser.o: ../core/session.h ../core/user.h ../core/plugindata.h adduser.o: ../templates/htmltextstream.h ../core/session.h ../core/user.h
adduser.o: ../core/rebus.h ../core/mount.h ../core/system.h ../core/job.h adduser.o: ../core/plugindata.h ../core/rebus.h ../core/mount.h
adduser.o: ../core/basethread.h ../core/synchro.h ../core/dirs.h adduser.o: ../core/system.h ../core/job.h ../core/basethread.h
adduser.o: ../core/dircontainer.h ../db/db.h ../db/dbbase.h ../db/dbconn.h adduser.o: ../core/synchro.h ../core/dirs.h ../core/dircontainer.h ../db/db.h
adduser.o: ../db/dbtextstream.h ../core/error.h ../db/dbitemquery.h adduser.o: ../db/dbbase.h ../db/dbconn.h ../db/dbtextstream.h ../core/error.h
adduser.o: ../db/dbitemcolumns.h ../core/user.h ../core/group.h adduser.o: ../db/dbitemquery.h ../db/dbitemcolumns.h ../core/user.h
adduser.o: ../core/dircontainer.h ../core/ugcontainer.h ../core/log.h adduser.o: ../core/group.h ../core/dircontainer.h ../core/ugcontainer.h
adduser.o: ../core/logmanipulators.h ../core/slog.h ../core/cur.h adduser.o: ../core/log.h ../core/logmanipulators.h ../core/slog.h
adduser.o: ../templates/locale.h ../notify/notify.h ../notify/notifypool.h adduser.o: ../core/cur.h ../templates/locale.h ../notify/notify.h
adduser.o: ../templates/patterns.h ../notify/notifythread.h adduser.o: ../notify/notifypool.h ../templates/patterns.h
adduser.o: ../core/basethread.h ../notify/templatesnotify.h ../core/users.h adduser.o: ../notify/notifythread.h ../core/basethread.h
adduser.o: ../core/ugcontainer.h ../core/lastcontainer.h ../core/mounts.h adduser.o: ../notify/templatesnotify.h ../core/users.h ../core/ugcontainer.h
adduser.o: ../core/mountparser.h ../core/crypt.h ../core/run.h adduser.o: ../core/lastcontainer.h ../core/mounts.h ../core/mountparser.h
adduser.o: ../core/users.h ../core/groups.h ../core/group.h ../core/loadavg.h adduser.o: ../core/crypt.h ../core/run.h ../core/users.h ../core/groups.h
adduser.o: ../core/image.h ../core/threadmanager.h ../core/sessionmanager.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/sessioncontainer.h ../core/system.h ../core/htmlfilter.h
adduser.o: ../core/request.h adduser.o: ../core/request.h
changepatterns.o: changepatterns.h patterns.h locale.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: ../../pikotools/space/space.h ../../pikotools/date/date.h
config.o: patterncacher.h ../core/item.h indexpatterns.h patterns.h config.o: patterncacher.h ../core/item.h indexpatterns.h patterns.h
config.o: changepatterns.h ../core/config.h ../core/htmlfilter.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/timezone.h ../core/cur.h ../core/request.h
config.o: ../core/error.h ../core/config.h ../core/textstream.h config.o: ../core/requesttypes.h ../core/error.h ../core/config.h
config.o: ../templates/htmltextstream.h ../core/session.h ../core/user.h config.o: ../core/textstream.h ../templates/htmltextstream.h
config.o: ../core/plugindata.h ../core/rebus.h ../core/mount.h config.o: ../core/session.h ../core/user.h ../core/plugindata.h
config.o: ../core/system.h ../core/job.h ../core/basethread.h config.o: ../core/rebus.h ../core/mount.h ../core/system.h ../core/job.h
config.o: ../core/synchro.h ../core/dirs.h ../core/dircontainer.h ../db/db.h config.o: ../core/basethread.h ../core/synchro.h ../core/dirs.h
config.o: ../db/dbbase.h ../db/dbconn.h ../db/dbtextstream.h ../core/error.h config.o: ../core/dircontainer.h ../db/db.h ../db/dbbase.h ../db/dbconn.h
config.o: ../db/dbitemquery.h ../db/dbitemcolumns.h ../core/user.h config.o: ../db/dbtextstream.h ../core/error.h ../db/dbitemquery.h
config.o: ../core/group.h ../core/dircontainer.h ../core/ugcontainer.h config.o: ../db/dbitemcolumns.h ../core/user.h ../core/group.h
config.o: ../core/log.h ../core/logmanipulators.h ../core/slog.h config.o: ../core/dircontainer.h ../core/ugcontainer.h ../core/log.h
config.o: ../core/cur.h ../templates/locale.h ../notify/notify.h config.o: ../core/logmanipulators.h ../core/slog.h ../core/cur.h
config.o: ../notify/notifypool.h ../templates/patterns.h config.o: ../templates/locale.h ../notify/notify.h ../notify/notifypool.h
config.o: ../notify/notifythread.h ../core/basethread.h config.o: ../templates/patterns.h ../notify/notifythread.h
config.o: ../notify/templatesnotify.h ../core/users.h ../core/ugcontainer.h config.o: ../core/basethread.h ../notify/templatesnotify.h ../core/users.h
config.o: ../core/lastcontainer.h ../core/mounts.h ../core/mountparser.h config.o: ../core/ugcontainer.h ../core/lastcontainer.h ../core/mounts.h
config.o: ../core/crypt.h ../core/run.h ../core/users.h ../core/groups.h config.o: ../core/mountparser.h ../core/crypt.h ../core/run.h ../core/users.h
config.o: ../core/group.h ../core/loadavg.h ../core/image.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/threadmanager.h ../core/sessionmanager.h
config.o: ../core/sessioncontainer.h ../core/system.h ../core/htmlfilter.h config.o: ../core/sessioncontainer.h ../core/system.h ../core/htmlfilter.h
dir.o: templates.h ../../ezc/src/ezc.h ../../ezc/src/generator.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: htmltextstream.h ../core/textstream.h ../../pikotools/space/space.h
dir.o: ../../pikotools/date/date.h patterncacher.h ../core/item.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: indexpatterns.h patterns.h changepatterns.h ../core/config.h
dir.o: ../core/htmlfilter.h ../core/cur.h ../core/request.h dir.o: ../core/htmlfilter.h ../core/timezone.h ../core/cur.h
dir.o: ../core/requesttypes.h ../core/error.h ../core/config.h dir.o: ../core/request.h ../core/requesttypes.h ../core/error.h
dir.o: ../core/textstream.h ../templates/htmltextstream.h ../core/session.h dir.o: ../core/config.h ../core/textstream.h ../templates/htmltextstream.h
dir.o: ../core/user.h ../core/plugindata.h ../core/rebus.h ../core/mount.h dir.o: ../core/session.h ../core/user.h ../core/plugindata.h ../core/rebus.h
dir.o: ../core/system.h ../core/job.h ../core/basethread.h ../core/synchro.h dir.o: ../core/mount.h ../core/system.h ../core/job.h ../core/basethread.h
dir.o: ../core/dirs.h ../core/dircontainer.h ../db/db.h ../db/dbbase.h dir.o: ../core/synchro.h ../core/dirs.h ../core/dircontainer.h ../db/db.h
dir.o: ../db/dbconn.h ../db/dbtextstream.h ../core/error.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: ../db/dbitemquery.h ../db/dbitemcolumns.h ../core/user.h
dir.o: ../core/group.h ../core/dircontainer.h ../core/ugcontainer.h dir.o: ../core/group.h ../core/dircontainer.h ../core/ugcontainer.h
dir.o: ../core/log.h ../core/logmanipulators.h ../core/slog.h ../core/cur.h dir.o: ../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: htmltextstream.h ../core/textstream.h ../../pikotools/space/space.h
doc.o: ../../pikotools/date/date.h patterncacher.h ../core/item.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: indexpatterns.h patterns.h changepatterns.h ../core/config.h
doc.o: ../core/htmlfilter.h ../core/cur.h ../core/request.h doc.o: ../core/htmlfilter.h ../core/timezone.h ../core/cur.h
doc.o: ../core/requesttypes.h ../core/error.h ../core/config.h doc.o: ../core/request.h ../core/requesttypes.h ../core/error.h
doc.o: ../core/textstream.h ../templates/htmltextstream.h ../core/session.h doc.o: ../core/config.h ../core/textstream.h ../templates/htmltextstream.h
doc.o: ../core/user.h ../core/plugindata.h ../core/rebus.h ../core/mount.h doc.o: ../core/session.h ../core/user.h ../core/plugindata.h ../core/rebus.h
doc.o: ../core/system.h ../core/job.h ../core/basethread.h ../core/synchro.h doc.o: ../core/mount.h ../core/system.h ../core/job.h ../core/basethread.h
doc.o: ../core/dirs.h ../core/dircontainer.h ../db/db.h ../db/dbbase.h doc.o: ../core/synchro.h ../core/dirs.h ../core/dircontainer.h ../db/db.h
doc.o: ../db/dbconn.h ../db/dbtextstream.h ../core/error.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: ../db/dbitemquery.h ../db/dbitemcolumns.h ../core/user.h
doc.o: ../core/group.h ../core/dircontainer.h ../core/ugcontainer.h doc.o: ../core/group.h ../core/dircontainer.h ../core/ugcontainer.h
doc.o: ../core/log.h ../core/logmanipulators.h ../core/slog.h ../core/cur.h doc.o: ../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: htmltextstream.h ../core/textstream.h ../../pikotools/space/space.h
env.o: ../../pikotools/date/date.h patterncacher.h ../core/item.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: indexpatterns.h patterns.h changepatterns.h ../core/config.h
env.o: ../core/htmlfilter.h ../core/cur.h ../core/request.h env.o: ../core/htmlfilter.h ../core/timezone.h ../core/cur.h
env.o: ../core/requesttypes.h ../core/error.h ../core/config.h env.o: ../core/request.h ../core/requesttypes.h ../core/error.h
env.o: ../core/textstream.h ../templates/htmltextstream.h ../core/session.h env.o: ../core/config.h ../core/textstream.h ../templates/htmltextstream.h
env.o: ../core/user.h ../core/plugindata.h ../core/rebus.h ../core/mount.h env.o: ../core/session.h ../core/user.h ../core/plugindata.h ../core/rebus.h
env.o: ../core/system.h ../core/job.h ../core/basethread.h ../core/synchro.h env.o: ../core/mount.h ../core/system.h ../core/job.h ../core/basethread.h
env.o: ../core/dirs.h ../core/dircontainer.h ../db/db.h ../db/dbbase.h env.o: ../core/synchro.h ../core/dirs.h ../core/dircontainer.h ../db/db.h
env.o: ../db/dbconn.h ../db/dbtextstream.h ../core/error.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: ../db/dbitemquery.h ../db/dbitemcolumns.h ../core/user.h
env.o: ../core/group.h ../core/dircontainer.h ../core/ugcontainer.h env.o: ../core/group.h ../core/dircontainer.h ../core/ugcontainer.h
env.o: ../core/log.h ../core/logmanipulators.h ../core/slog.h ../core/cur.h env.o: ../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: ../core/textstream.h ../../pikotools/space/space.h
filters.o: ../../pikotools/date/date.h patterncacher.h ../core/item.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: indexpatterns.h patterns.h changepatterns.h ../core/config.h
filters.o: ../core/htmlfilter.h ../core/cur.h ../core/request.h filters.o: ../core/htmlfilter.h ../core/timezone.h ../core/cur.h
filters.o: ../core/requesttypes.h ../core/error.h ../core/config.h filters.o: ../core/request.h ../core/requesttypes.h ../core/error.h
filters.o: ../core/textstream.h ../templates/htmltextstream.h filters.o: ../core/config.h ../core/textstream.h
filters.o: ../core/session.h ../core/user.h ../core/plugindata.h filters.o: ../templates/htmltextstream.h ../core/session.h ../core/user.h
filters.o: ../core/rebus.h ../core/mount.h ../core/system.h ../core/job.h filters.o: ../core/plugindata.h ../core/rebus.h ../core/mount.h
filters.o: ../core/basethread.h ../core/synchro.h ../core/dirs.h filters.o: ../core/system.h ../core/job.h ../core/basethread.h
filters.o: ../core/dircontainer.h ../db/db.h ../db/dbbase.h ../db/dbconn.h filters.o: ../core/synchro.h ../core/dirs.h ../core/dircontainer.h ../db/db.h
filters.o: ../db/dbtextstream.h ../core/error.h ../db/dbitemquery.h filters.o: ../db/dbbase.h ../db/dbconn.h ../db/dbtextstream.h ../core/error.h
filters.o: ../db/dbitemcolumns.h ../core/user.h ../core/group.h filters.o: ../db/dbitemquery.h ../db/dbitemcolumns.h ../core/user.h
filters.o: ../core/dircontainer.h ../core/ugcontainer.h ../core/log.h filters.o: ../core/group.h ../core/dircontainer.h ../core/ugcontainer.h
filters.o: ../core/logmanipulators.h ../core/slog.h ../core/cur.h filters.o: ../core/log.h ../core/logmanipulators.h ../core/slog.h
filters.o: ../templates/locale.h ../notify/notify.h ../notify/notifypool.h filters.o: ../core/cur.h ../templates/locale.h ../notify/notify.h
filters.o: ../templates/patterns.h ../notify/notifythread.h filters.o: ../notify/notifypool.h ../templates/patterns.h
filters.o: ../core/basethread.h ../notify/templatesnotify.h ../core/users.h filters.o: ../notify/notifythread.h ../core/basethread.h
filters.o: ../core/ugcontainer.h ../core/lastcontainer.h ../core/mounts.h filters.o: ../notify/templatesnotify.h ../core/users.h ../core/ugcontainer.h
filters.o: ../core/mountparser.h ../core/crypt.h ../core/run.h filters.o: ../core/lastcontainer.h ../core/mounts.h ../core/mountparser.h
filters.o: ../core/users.h ../core/groups.h ../core/group.h ../core/loadavg.h filters.o: ../core/crypt.h ../core/run.h ../core/users.h ../core/groups.h
filters.o: ../core/image.h ../core/threadmanager.h ../core/sessionmanager.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/sessioncontainer.h ../core/system.h ../core/htmlfilter.h
filters.o: ../core/misc.h filters.o: ../core/misc.h
htmltextstream.o: htmltextstream.h ../core/textstream.h misc.h localefilter.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: ../../pikotools/space/space.h ../../pikotools/date/date.h
insert.o: patterncacher.h ../core/item.h indexpatterns.h patterns.h insert.o: patterncacher.h ../core/item.h indexpatterns.h patterns.h
insert.o: changepatterns.h ../core/config.h ../core/htmlfilter.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/timezone.h ../core/cur.h ../core/request.h
insert.o: ../core/error.h ../core/config.h ../core/textstream.h insert.o: ../core/requesttypes.h ../core/error.h ../core/config.h
insert.o: ../templates/htmltextstream.h ../core/session.h ../core/user.h insert.o: ../core/textstream.h ../templates/htmltextstream.h
insert.o: ../core/plugindata.h ../core/rebus.h ../core/mount.h insert.o: ../core/session.h ../core/user.h ../core/plugindata.h
insert.o: ../core/system.h ../core/job.h ../core/basethread.h insert.o: ../core/rebus.h ../core/mount.h ../core/system.h ../core/job.h
insert.o: ../core/synchro.h ../core/dirs.h ../core/dircontainer.h ../db/db.h insert.o: ../core/basethread.h ../core/synchro.h ../core/dirs.h
insert.o: ../db/dbbase.h ../db/dbconn.h ../db/dbtextstream.h ../core/error.h insert.o: ../core/dircontainer.h ../db/db.h ../db/dbbase.h ../db/dbconn.h
insert.o: ../db/dbitemquery.h ../db/dbitemcolumns.h ../core/user.h insert.o: ../db/dbtextstream.h ../core/error.h ../db/dbitemquery.h
insert.o: ../core/group.h ../core/dircontainer.h ../core/ugcontainer.h insert.o: ../db/dbitemcolumns.h ../core/user.h ../core/group.h
insert.o: ../core/log.h ../core/logmanipulators.h ../core/slog.h insert.o: ../core/dircontainer.h ../core/ugcontainer.h ../core/log.h
insert.o: ../core/cur.h ../templates/locale.h ../notify/notify.h insert.o: ../core/logmanipulators.h ../core/slog.h ../core/cur.h
insert.o: ../notify/notifypool.h ../templates/patterns.h insert.o: ../templates/locale.h ../notify/notify.h ../notify/notifypool.h
insert.o: ../notify/notifythread.h ../core/basethread.h insert.o: ../templates/patterns.h ../notify/notifythread.h
insert.o: ../notify/templatesnotify.h ../core/users.h ../core/ugcontainer.h insert.o: ../core/basethread.h ../notify/templatesnotify.h ../core/users.h
insert.o: ../core/lastcontainer.h ../core/mounts.h ../core/mountparser.h insert.o: ../core/ugcontainer.h ../core/lastcontainer.h ../core/mounts.h
insert.o: ../core/crypt.h ../core/run.h ../core/users.h ../core/groups.h insert.o: ../core/mountparser.h ../core/crypt.h ../core/run.h ../core/users.h
insert.o: ../core/group.h ../core/loadavg.h ../core/image.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/threadmanager.h ../core/sessionmanager.h
insert.o: ../core/sessioncontainer.h ../core/system.h ../core/htmlfilter.h insert.o: ../core/sessioncontainer.h ../core/system.h ../core/htmlfilter.h
insert.o: ../core/request.h ../core/misc.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: htmltextstream.h ../core/textstream.h ../../pikotools/space/space.h
item.o: ../../pikotools/date/date.h patterncacher.h ../core/item.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: indexpatterns.h patterns.h changepatterns.h ../core/config.h
item.o: ../core/htmlfilter.h ../core/cur.h ../core/request.h item.o: ../core/htmlfilter.h ../core/timezone.h ../core/cur.h
item.o: ../core/requesttypes.h ../core/error.h ../core/config.h item.o: ../core/request.h ../core/requesttypes.h ../core/error.h
item.o: ../core/textstream.h ../templates/htmltextstream.h ../core/session.h item.o: ../core/config.h ../core/textstream.h ../templates/htmltextstream.h
item.o: ../core/user.h ../core/plugindata.h ../core/rebus.h ../core/mount.h item.o: ../core/session.h ../core/user.h ../core/plugindata.h ../core/rebus.h
item.o: ../core/system.h ../core/job.h ../core/basethread.h ../core/synchro.h item.o: ../core/mount.h ../core/system.h ../core/job.h ../core/basethread.h
item.o: ../core/dirs.h ../core/dircontainer.h ../db/db.h ../db/dbbase.h item.o: ../core/synchro.h ../core/dirs.h ../core/dircontainer.h ../db/db.h
item.o: ../db/dbconn.h ../db/dbtextstream.h ../core/error.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: ../db/dbitemquery.h ../db/dbitemcolumns.h ../core/user.h
item.o: ../core/group.h ../core/dircontainer.h ../core/ugcontainer.h item.o: ../core/group.h ../core/dircontainer.h ../core/ugcontainer.h
item.o: ../core/log.h ../core/logmanipulators.h ../core/slog.h ../core/cur.h item.o: ../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: htmltextstream.h ../core/textstream.h ../../pikotools/space/space.h
last.o: ../../pikotools/date/date.h patterncacher.h ../core/item.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: indexpatterns.h patterns.h changepatterns.h ../core/config.h
last.o: ../core/htmlfilter.h ../core/cur.h ../core/request.h last.o: ../core/htmlfilter.h ../core/timezone.h ../core/cur.h
last.o: ../core/requesttypes.h ../core/error.h ../core/config.h last.o: ../core/request.h ../core/requesttypes.h ../core/error.h
last.o: ../core/textstream.h ../templates/htmltextstream.h ../core/session.h last.o: ../core/config.h ../core/textstream.h ../templates/htmltextstream.h
last.o: ../core/user.h ../core/plugindata.h ../core/rebus.h ../core/mount.h last.o: ../core/session.h ../core/user.h ../core/plugindata.h ../core/rebus.h
last.o: ../core/system.h ../core/job.h ../core/basethread.h ../core/synchro.h last.o: ../core/mount.h ../core/system.h ../core/job.h ../core/basethread.h
last.o: ../core/dirs.h ../core/dircontainer.h ../db/db.h ../db/dbbase.h last.o: ../core/synchro.h ../core/dirs.h ../core/dircontainer.h ../db/db.h
last.o: ../db/dbconn.h ../db/dbtextstream.h ../core/error.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: ../db/dbitemquery.h ../db/dbitemcolumns.h ../core/user.h
last.o: ../core/group.h ../core/dircontainer.h ../core/ugcontainer.h last.o: ../core/group.h ../core/dircontainer.h ../core/ugcontainer.h
last.o: ../core/log.h ../core/logmanipulators.h ../core/slog.h ../core/cur.h last.o: ../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: htmltextstream.h ../core/textstream.h ../../pikotools/space/space.h
login.o: ../../pikotools/date/date.h patterncacher.h ../core/item.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: indexpatterns.h patterns.h changepatterns.h ../core/config.h
login.o: ../core/htmlfilter.h ../core/cur.h ../core/request.h login.o: ../core/htmlfilter.h ../core/timezone.h ../core/cur.h
login.o: ../core/requesttypes.h ../core/error.h ../core/config.h login.o: ../core/request.h ../core/requesttypes.h ../core/error.h
login.o: ../core/textstream.h ../templates/htmltextstream.h ../core/session.h login.o: ../core/config.h ../core/textstream.h ../templates/htmltextstream.h
login.o: ../core/user.h ../core/plugindata.h ../core/rebus.h ../core/mount.h login.o: ../core/session.h ../core/user.h ../core/plugindata.h
login.o: ../core/system.h ../core/job.h ../core/basethread.h login.o: ../core/rebus.h ../core/mount.h ../core/system.h ../core/job.h
login.o: ../core/synchro.h ../core/dirs.h ../core/dircontainer.h ../db/db.h login.o: ../core/basethread.h ../core/synchro.h ../core/dirs.h
login.o: ../db/dbbase.h ../db/dbconn.h ../db/dbtextstream.h ../core/error.h login.o: ../core/dircontainer.h ../db/db.h ../db/dbbase.h ../db/dbconn.h
login.o: ../db/dbitemquery.h ../db/dbitemcolumns.h ../core/user.h login.o: ../db/dbtextstream.h ../core/error.h ../db/dbitemquery.h
login.o: ../core/group.h ../core/dircontainer.h ../core/ugcontainer.h login.o: ../db/dbitemcolumns.h ../core/user.h ../core/group.h
login.o: ../core/log.h ../core/logmanipulators.h ../core/slog.h ../core/cur.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/locale.h ../notify/notify.h ../notify/notifypool.h
login.o: ../templates/patterns.h ../notify/notifythread.h login.o: ../templates/patterns.h ../notify/notifythread.h
login.o: ../core/basethread.h ../notify/templatesnotify.h ../core/users.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: htmltextstream.h ../core/textstream.h ../../pikotools/space/space.h
ls.o: ../../pikotools/date/date.h patterncacher.h ../core/item.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: 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/requesttypes.h ../core/error.h ../core/config.h
ls.o: ../core/textstream.h ../templates/htmltextstream.h ../core/session.h ls.o: ../core/textstream.h ../templates/htmltextstream.h ../core/session.h
ls.o: ../core/user.h ../core/plugindata.h ../core/rebus.h ../core/mount.h ls.o: ../core/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: htmltextstream.h ../core/textstream.h ../../pikotools/space/space.h
man.o: ../../pikotools/date/date.h patterncacher.h ../core/item.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: indexpatterns.h patterns.h changepatterns.h ../core/config.h
man.o: ../core/htmlfilter.h ../core/cur.h ../core/request.h man.o: ../core/htmlfilter.h ../core/timezone.h ../core/cur.h
man.o: ../core/requesttypes.h ../core/error.h ../core/config.h man.o: ../core/request.h ../core/requesttypes.h ../core/error.h
man.o: ../core/textstream.h ../templates/htmltextstream.h ../core/session.h man.o: ../core/config.h ../core/textstream.h ../templates/htmltextstream.h
man.o: ../core/user.h ../core/plugindata.h ../core/rebus.h ../core/mount.h man.o: ../core/session.h ../core/user.h ../core/plugindata.h ../core/rebus.h
man.o: ../core/system.h ../core/job.h ../core/basethread.h ../core/synchro.h man.o: ../core/mount.h ../core/system.h ../core/job.h ../core/basethread.h
man.o: ../core/dirs.h ../core/dircontainer.h ../db/db.h ../db/dbbase.h man.o: ../core/synchro.h ../core/dirs.h ../core/dircontainer.h ../db/db.h
man.o: ../db/dbconn.h ../db/dbtextstream.h ../core/error.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: ../db/dbitemquery.h ../db/dbitemcolumns.h ../core/user.h
man.o: ../core/group.h ../core/dircontainer.h ../core/ugcontainer.h man.o: ../core/group.h ../core/dircontainer.h ../core/ugcontainer.h
man.o: ../core/log.h ../core/logmanipulators.h ../core/slog.h ../core/cur.h man.o: ../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: htmltextstream.h ../core/textstream.h ../../pikotools/space/space.h
misc.o: ../../pikotools/date/date.h patterncacher.h ../core/item.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: indexpatterns.h patterns.h changepatterns.h ../core/config.h
misc.o: ../core/htmlfilter.h ../core/cur.h ../core/request.h misc.o: ../core/htmlfilter.h ../core/timezone.h ../core/cur.h
misc.o: ../core/requesttypes.h ../core/error.h ../core/config.h misc.o: ../core/request.h ../core/requesttypes.h ../core/error.h
misc.o: ../core/textstream.h ../templates/htmltextstream.h ../core/session.h misc.o: ../core/config.h ../core/textstream.h ../templates/htmltextstream.h
misc.o: ../core/user.h ../core/plugindata.h ../core/rebus.h ../core/mount.h misc.o: ../core/session.h ../core/user.h ../core/plugindata.h ../core/rebus.h
misc.o: ../core/system.h ../core/job.h ../core/basethread.h ../core/synchro.h misc.o: ../core/mount.h ../core/system.h ../core/job.h ../core/basethread.h
misc.o: ../core/dirs.h ../core/dircontainer.h ../db/db.h ../db/dbbase.h misc.o: ../core/synchro.h ../core/dirs.h ../core/dircontainer.h ../db/db.h
misc.o: ../db/dbconn.h ../db/dbtextstream.h ../core/error.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: ../db/dbitemquery.h ../db/dbitemcolumns.h ../core/user.h
misc.o: ../core/group.h ../core/dircontainer.h ../core/ugcontainer.h misc.o: ../core/group.h ../core/dircontainer.h ../core/ugcontainer.h
misc.o: ../core/log.h ../core/logmanipulators.h ../core/slog.h ../core/cur.h misc.o: ../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: ../core/textstream.h ../../pikotools/space/space.h
miscspace.o: ../../pikotools/date/date.h patterncacher.h ../core/item.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: indexpatterns.h patterns.h changepatterns.h ../core/config.h
miscspace.o: ../core/htmlfilter.h ../core/cur.h ../core/request.h miscspace.o: ../core/htmlfilter.h ../core/timezone.h ../core/cur.h
miscspace.o: ../core/requesttypes.h ../core/error.h ../core/config.h miscspace.o: ../core/request.h ../core/requesttypes.h ../core/error.h
miscspace.o: ../core/textstream.h ../templates/htmltextstream.h miscspace.o: ../core/config.h ../core/textstream.h
miscspace.o: ../core/session.h ../core/user.h ../core/plugindata.h miscspace.o: ../templates/htmltextstream.h ../core/session.h ../core/user.h
miscspace.o: ../core/rebus.h ../core/mount.h ../core/system.h ../core/job.h miscspace.o: ../core/plugindata.h ../core/rebus.h ../core/mount.h
miscspace.o: ../core/basethread.h ../core/synchro.h ../core/dirs.h miscspace.o: ../core/system.h ../core/job.h ../core/basethread.h
miscspace.o: ../core/dircontainer.h ../db/db.h ../db/dbbase.h ../db/dbconn.h miscspace.o: ../core/synchro.h ../core/dirs.h ../core/dircontainer.h
miscspace.o: ../db/dbtextstream.h ../core/error.h ../db/dbitemquery.h miscspace.o: ../db/db.h ../db/dbbase.h ../db/dbconn.h ../db/dbtextstream.h
miscspace.o: ../db/dbitemcolumns.h ../core/user.h ../core/group.h miscspace.o: ../core/error.h ../db/dbitemquery.h ../db/dbitemcolumns.h
miscspace.o: ../core/dircontainer.h ../core/ugcontainer.h ../core/log.h miscspace.o: ../core/user.h ../core/group.h ../core/dircontainer.h
miscspace.o: ../core/logmanipulators.h ../core/slog.h ../core/cur.h miscspace.o: ../core/ugcontainer.h ../core/log.h ../core/logmanipulators.h
miscspace.o: ../templates/locale.h ../notify/notify.h ../notify/notifypool.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: ../templates/patterns.h ../notify/notifythread.h
miscspace.o: ../core/basethread.h ../notify/templatesnotify.h ../core/users.h miscspace.o: ../core/basethread.h ../notify/templatesnotify.h ../core/users.h
miscspace.o: ../core/ugcontainer.h ../core/lastcontainer.h ../core/mounts.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: htmltextstream.h ../core/textstream.h ../../pikotools/space/space.h
mount.o: ../../pikotools/date/date.h patterncacher.h ../core/item.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: indexpatterns.h patterns.h changepatterns.h ../core/config.h
mount.o: ../core/htmlfilter.h ../core/cur.h ../core/request.h mount.o: ../core/htmlfilter.h ../core/timezone.h ../core/cur.h
mount.o: ../core/requesttypes.h ../core/error.h ../core/config.h mount.o: ../core/request.h ../core/requesttypes.h ../core/error.h
mount.o: ../core/textstream.h ../templates/htmltextstream.h ../core/session.h mount.o: ../core/config.h ../core/textstream.h ../templates/htmltextstream.h
mount.o: ../core/user.h ../core/plugindata.h ../core/rebus.h ../core/mount.h mount.o: ../core/session.h ../core/user.h ../core/plugindata.h
mount.o: ../core/system.h ../core/job.h ../core/basethread.h mount.o: ../core/rebus.h ../core/mount.h ../core/system.h ../core/job.h
mount.o: ../core/synchro.h ../core/dirs.h ../core/dircontainer.h ../db/db.h mount.o: ../core/basethread.h ../core/synchro.h ../core/dirs.h
mount.o: ../db/dbbase.h ../db/dbconn.h ../db/dbtextstream.h ../core/error.h mount.o: ../core/dircontainer.h ../db/db.h ../db/dbbase.h ../db/dbconn.h
mount.o: ../db/dbitemquery.h ../db/dbitemcolumns.h ../core/user.h mount.o: ../db/dbtextstream.h ../core/error.h ../db/dbitemquery.h
mount.o: ../core/group.h ../core/dircontainer.h ../core/ugcontainer.h mount.o: ../db/dbitemcolumns.h ../core/user.h ../core/group.h
mount.o: ../core/log.h ../core/logmanipulators.h ../core/slog.h ../core/cur.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/locale.h ../notify/notify.h ../notify/notifypool.h
mount.o: ../templates/patterns.h ../notify/notifythread.h mount.o: ../templates/patterns.h ../notify/notifythread.h
mount.o: ../core/basethread.h ../notify/templatesnotify.h ../core/users.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: htmltextstream.h ../core/textstream.h ../../pikotools/space/space.h
priv.o: ../../pikotools/date/date.h patterncacher.h ../core/item.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: indexpatterns.h patterns.h changepatterns.h ../core/config.h
priv.o: ../core/htmlfilter.h ../core/cur.h ../core/request.h priv.o: ../core/htmlfilter.h ../core/timezone.h ../core/cur.h
priv.o: ../core/requesttypes.h ../core/error.h ../core/config.h priv.o: ../core/request.h ../core/requesttypes.h ../core/error.h
priv.o: ../core/textstream.h ../templates/htmltextstream.h ../core/session.h priv.o: ../core/config.h ../core/textstream.h ../templates/htmltextstream.h
priv.o: ../core/user.h ../core/plugindata.h ../core/rebus.h ../core/mount.h priv.o: ../core/session.h ../core/user.h ../core/plugindata.h ../core/rebus.h
priv.o: ../core/system.h ../core/job.h ../core/basethread.h ../core/synchro.h priv.o: ../core/mount.h ../core/system.h ../core/job.h ../core/basethread.h
priv.o: ../core/dirs.h ../core/dircontainer.h ../db/db.h ../db/dbbase.h priv.o: ../core/synchro.h ../core/dirs.h ../core/dircontainer.h ../db/db.h
priv.o: ../db/dbconn.h ../db/dbtextstream.h ../core/error.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: ../db/dbitemquery.h ../db/dbitemcolumns.h ../core/user.h
priv.o: ../core/group.h ../core/dircontainer.h ../core/ugcontainer.h priv.o: ../core/group.h ../core/dircontainer.h ../core/ugcontainer.h
priv.o: ../core/log.h ../core/logmanipulators.h ../core/slog.h ../core/cur.h priv.o: ../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: htmltextstream.h ../core/textstream.h ../../pikotools/space/space.h
pw.o: ../../pikotools/date/date.h patterncacher.h ../core/item.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: 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/requesttypes.h ../core/error.h ../core/config.h
pw.o: ../core/textstream.h ../templates/htmltextstream.h ../core/session.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 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: htmltextstream.h ../core/textstream.h ../../pikotools/space/space.h
rebus.o: ../../pikotools/date/date.h patterncacher.h ../core/item.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: indexpatterns.h patterns.h changepatterns.h ../core/config.h
rebus.o: ../core/htmlfilter.h ../core/cur.h ../core/request.h rebus.o: ../core/htmlfilter.h ../core/timezone.h ../core/cur.h
rebus.o: ../core/requesttypes.h ../core/error.h ../core/config.h rebus.o: ../core/request.h ../core/requesttypes.h ../core/error.h
rebus.o: ../core/textstream.h ../templates/htmltextstream.h ../core/session.h rebus.o: ../core/config.h ../core/textstream.h ../templates/htmltextstream.h
rebus.o: ../core/user.h ../core/plugindata.h ../core/rebus.h ../core/mount.h rebus.o: ../core/session.h ../core/user.h ../core/plugindata.h
rebus.o: ../core/system.h ../core/job.h ../core/basethread.h rebus.o: ../core/rebus.h ../core/mount.h ../core/system.h ../core/job.h
rebus.o: ../core/synchro.h ../core/dirs.h ../core/dircontainer.h ../db/db.h rebus.o: ../core/basethread.h ../core/synchro.h ../core/dirs.h
rebus.o: ../db/dbbase.h ../db/dbconn.h ../db/dbtextstream.h ../core/error.h rebus.o: ../core/dircontainer.h ../db/db.h ../db/dbbase.h ../db/dbconn.h
rebus.o: ../db/dbitemquery.h ../db/dbitemcolumns.h ../core/user.h rebus.o: ../db/dbtextstream.h ../core/error.h ../db/dbitemquery.h
rebus.o: ../core/group.h ../core/dircontainer.h ../core/ugcontainer.h rebus.o: ../db/dbitemcolumns.h ../core/user.h ../core/group.h
rebus.o: ../core/log.h ../core/logmanipulators.h ../core/slog.h ../core/cur.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/locale.h ../notify/notify.h ../notify/notifypool.h
rebus.o: ../templates/patterns.h ../notify/notifythread.h rebus.o: ../templates/patterns.h ../notify/notifythread.h
rebus.o: ../core/basethread.h ../notify/templatesnotify.h ../core/users.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: htmltextstream.h ../core/textstream.h ../../pikotools/space/space.h
slog.o: ../../pikotools/date/date.h patterncacher.h ../core/item.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: indexpatterns.h patterns.h changepatterns.h ../core/config.h
slog.o: ../core/htmlfilter.h ../core/cur.h ../core/request.h slog.o: ../core/htmlfilter.h ../core/timezone.h ../core/cur.h
slog.o: ../core/requesttypes.h ../core/error.h ../core/config.h slog.o: ../core/request.h ../core/requesttypes.h ../core/error.h
slog.o: ../core/textstream.h ../templates/htmltextstream.h ../core/session.h slog.o: ../core/config.h ../core/textstream.h ../templates/htmltextstream.h
slog.o: ../core/user.h ../core/plugindata.h ../core/rebus.h ../core/mount.h slog.o: ../core/session.h ../core/user.h ../core/plugindata.h ../core/rebus.h
slog.o: ../core/system.h ../core/job.h ../core/basethread.h ../core/synchro.h slog.o: ../core/mount.h ../core/system.h ../core/job.h ../core/basethread.h
slog.o: ../core/dirs.h ../core/dircontainer.h ../db/db.h ../db/dbbase.h slog.o: ../core/synchro.h ../core/dirs.h ../core/dircontainer.h ../db/db.h
slog.o: ../db/dbconn.h ../db/dbtextstream.h ../core/error.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: ../db/dbitemquery.h ../db/dbitemcolumns.h ../core/user.h
slog.o: ../core/group.h ../core/dircontainer.h ../core/ugcontainer.h slog.o: ../core/group.h ../core/dircontainer.h ../core/ugcontainer.h
slog.o: ../core/log.h ../core/slog.h ../notify/notify.h slog.o: ../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: htmltextstream.h ../core/textstream.h ../../pikotools/space/space.h
stat.o: ../../pikotools/date/date.h patterncacher.h ../core/item.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: indexpatterns.h patterns.h changepatterns.h ../core/config.h
stat.o: ../core/htmlfilter.h ../core/cur.h ../core/request.h stat.o: ../core/htmlfilter.h ../core/timezone.h ../core/cur.h
stat.o: ../core/requesttypes.h ../core/error.h ../core/config.h stat.o: ../core/request.h ../core/requesttypes.h ../core/error.h
stat.o: ../core/textstream.h ../templates/htmltextstream.h ../core/session.h stat.o: ../core/config.h ../core/textstream.h ../templates/htmltextstream.h
stat.o: ../core/user.h ../core/plugindata.h ../core/rebus.h ../core/mount.h stat.o: ../core/session.h ../core/user.h ../core/plugindata.h ../core/rebus.h
stat.o: ../core/system.h ../core/job.h ../core/basethread.h ../core/synchro.h stat.o: ../core/mount.h ../core/system.h ../core/job.h ../core/basethread.h
stat.o: ../core/dirs.h ../core/dircontainer.h ../db/db.h ../db/dbbase.h stat.o: ../core/synchro.h ../core/dirs.h ../core/dircontainer.h ../db/db.h
stat.o: ../db/dbconn.h ../db/dbtextstream.h ../core/error.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: ../db/dbitemquery.h ../db/dbitemcolumns.h ../core/user.h
stat.o: ../core/group.h ../core/dircontainer.h ../core/ugcontainer.h stat.o: ../core/group.h ../core/dircontainer.h ../core/ugcontainer.h
stat.o: ../core/log.h ../core/logmanipulators.h ../core/slog.h ../core/cur.h stat.o: ../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: htmltextstream.h ../core/textstream.h ../../pikotools/space/space.h
sys.o: ../../pikotools/date/date.h patterncacher.h ../core/item.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: indexpatterns.h patterns.h changepatterns.h ../core/config.h
sys.o: ../core/htmlfilter.h ../core/cur.h ../core/request.h sys.o: ../core/htmlfilter.h ../core/timezone.h ../core/cur.h
sys.o: ../core/requesttypes.h ../core/error.h ../core/config.h sys.o: ../core/request.h ../core/requesttypes.h ../core/error.h
sys.o: ../core/textstream.h ../templates/htmltextstream.h ../core/session.h sys.o: ../core/config.h ../core/textstream.h ../templates/htmltextstream.h
sys.o: ../core/user.h ../core/plugindata.h ../core/rebus.h ../core/mount.h sys.o: ../core/session.h ../core/user.h ../core/plugindata.h ../core/rebus.h
sys.o: ../core/system.h ../core/job.h ../core/basethread.h ../core/synchro.h sys.o: ../core/mount.h ../core/system.h ../core/job.h ../core/basethread.h
sys.o: ../core/dirs.h ../core/dircontainer.h ../db/db.h ../db/dbbase.h sys.o: ../core/synchro.h ../core/dirs.h ../core/dircontainer.h ../db/db.h
sys.o: ../db/dbconn.h ../db/dbtextstream.h ../core/error.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: ../db/dbitemquery.h ../db/dbitemcolumns.h ../core/user.h
sys.o: ../core/group.h ../core/dircontainer.h ../core/ugcontainer.h sys.o: ../core/group.h ../core/dircontainer.h ../core/ugcontainer.h
sys.o: ../core/log.h ../core/logmanipulators.h ../core/slog.h ../core/cur.h sys.o: ../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: ../core/textstream.h ../../pikotools/space/space.h
template.o: ../../pikotools/date/date.h patterncacher.h ../core/item.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: indexpatterns.h patterns.h changepatterns.h ../core/config.h
template.o: ../core/htmlfilter.h ../core/cur.h ../core/request.h template.o: ../core/htmlfilter.h ../core/timezone.h ../core/cur.h
template.o: ../core/requesttypes.h ../core/error.h ../core/config.h template.o: ../core/request.h ../core/requesttypes.h ../core/error.h
template.o: ../core/textstream.h ../templates/htmltextstream.h template.o: ../core/config.h ../core/textstream.h
template.o: ../core/session.h ../core/user.h ../core/plugindata.h template.o: ../templates/htmltextstream.h ../core/session.h ../core/user.h
template.o: ../core/rebus.h ../core/mount.h ../core/system.h ../core/job.h template.o: ../core/plugindata.h ../core/rebus.h ../core/mount.h
template.o: ../core/basethread.h ../core/synchro.h ../core/dirs.h template.o: ../core/system.h ../core/job.h ../core/basethread.h
template.o: ../core/dircontainer.h ../db/db.h ../db/dbbase.h ../db/dbconn.h template.o: ../core/synchro.h ../core/dirs.h ../core/dircontainer.h
template.o: ../db/dbtextstream.h ../core/error.h ../db/dbitemquery.h template.o: ../db/db.h ../db/dbbase.h ../db/dbconn.h ../db/dbtextstream.h
template.o: ../db/dbitemcolumns.h ../core/user.h ../core/group.h template.o: ../core/error.h ../db/dbitemquery.h ../db/dbitemcolumns.h
template.o: ../core/dircontainer.h ../core/ugcontainer.h ../core/log.h template.o: ../core/user.h ../core/group.h ../core/dircontainer.h
template.o: ../core/logmanipulators.h ../core/slog.h ../core/cur.h template.o: ../core/ugcontainer.h ../core/log.h ../core/logmanipulators.h
template.o: ../templates/locale.h ../notify/notify.h ../notify/notifypool.h template.o: ../core/slog.h ../core/cur.h ../templates/locale.h
template.o: ../templates/patterns.h ../notify/notifythread.h template.o: ../notify/notify.h ../notify/notifypool.h ../templates/patterns.h
template.o: ../core/basethread.h ../notify/templatesnotify.h ../core/users.h template.o: ../notify/notifythread.h ../core/basethread.h
template.o: ../core/ugcontainer.h ../core/lastcontainer.h ../core/mounts.h template.o: ../notify/templatesnotify.h ../core/users.h ../core/ugcontainer.h
template.o: ../core/mountparser.h ../core/crypt.h ../core/run.h template.o: ../core/lastcontainer.h ../core/mounts.h ../core/mountparser.h
template.o: ../core/users.h ../core/groups.h ../core/group.h template.o: ../core/crypt.h ../core/run.h ../core/users.h ../core/groups.h
template.o: ../core/loadavg.h ../core/image.h ../core/threadmanager.h template.o: ../core/group.h ../core/loadavg.h ../core/image.h
template.o: ../core/sessionmanager.h ../core/sessioncontainer.h template.o: ../core/threadmanager.h ../core/sessionmanager.h
template.o: ../core/system.h ../core/htmlfilter.h ../core/misc.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: templates.h ../../ezc/src/ezc.h ../../ezc/src/generator.h
templates.o: ../../ezc/src/pattern.h ../../ezc/src/item.h templates.o: ../../ezc/src/pattern.h ../../ezc/src/item.h
templates.o: ../../ezc/src/funinfo.h ../../ezc/src/functions.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: ../core/textstream.h ../../pikotools/space/space.h
templates.o: ../../pikotools/date/date.h patterncacher.h ../core/item.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: indexpatterns.h patterns.h changepatterns.h ../core/config.h
templates.o: ../core/htmlfilter.h ../core/cur.h ../core/request.h templates.o: ../core/htmlfilter.h ../core/timezone.h ../core/cur.h
templates.o: ../core/requesttypes.h ../core/error.h ../core/config.h templates.o: ../core/request.h ../core/requesttypes.h ../core/error.h
templates.o: ../core/textstream.h ../templates/htmltextstream.h templates.o: ../core/config.h ../core/textstream.h
templates.o: ../core/session.h ../core/user.h ../core/plugindata.h templates.o: ../templates/htmltextstream.h ../core/session.h ../core/user.h
templates.o: ../core/rebus.h ../core/mount.h ../core/system.h ../core/job.h templates.o: ../core/plugindata.h ../core/rebus.h ../core/mount.h
templates.o: ../core/basethread.h ../core/synchro.h ../core/dirs.h templates.o: ../core/system.h ../core/job.h ../core/basethread.h
templates.o: ../core/dircontainer.h ../db/db.h ../db/dbbase.h ../db/dbconn.h templates.o: ../core/synchro.h ../core/dirs.h ../core/dircontainer.h
templates.o: ../db/dbtextstream.h ../core/error.h ../db/dbitemquery.h templates.o: ../db/db.h ../db/dbbase.h ../db/dbconn.h ../db/dbtextstream.h
templates.o: ../db/dbitemcolumns.h ../core/user.h ../core/group.h templates.o: ../core/error.h ../db/dbitemquery.h ../db/dbitemcolumns.h
templates.o: ../core/dircontainer.h ../core/ugcontainer.h ../core/log.h templates.o: ../core/user.h ../core/group.h ../core/dircontainer.h
templates.o: ../core/logmanipulators.h ../core/slog.h ../core/cur.h templates.o: ../core/ugcontainer.h ../core/log.h ../core/logmanipulators.h
templates.o: ../templates/locale.h ../notify/notify.h ../notify/notifypool.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: ../templates/patterns.h ../notify/notifythread.h
templates.o: ../core/basethread.h ../notify/templatesnotify.h ../core/users.h templates.o: ../core/basethread.h ../notify/templatesnotify.h ../core/users.h
templates.o: ../core/ugcontainer.h ../core/lastcontainer.h ../core/mounts.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: htmltextstream.h ../core/textstream.h ../../pikotools/space/space.h
upload.o: ../../pikotools/date/date.h patterncacher.h ../core/item.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: indexpatterns.h patterns.h changepatterns.h ../core/config.h
upload.o: ../core/htmlfilter.h ../core/cur.h ../core/request.h upload.o: ../core/htmlfilter.h ../core/timezone.h ../core/cur.h
upload.o: ../core/requesttypes.h ../core/error.h ../core/config.h upload.o: ../core/request.h ../core/requesttypes.h ../core/error.h
upload.o: ../core/textstream.h ../templates/htmltextstream.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/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/rebus.h ../core/mount.h ../core/system.h ../core/job.h
upload.o: ../core/basethread.h ../core/synchro.h ../core/dirs.h upload.o: ../core/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: ../../pikotools/space/space.h ../../pikotools/date/date.h
uptime.o: patterncacher.h ../core/item.h indexpatterns.h patterns.h uptime.o: patterncacher.h ../core/item.h indexpatterns.h patterns.h
uptime.o: changepatterns.h ../core/config.h ../core/htmlfilter.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/timezone.h ../core/cur.h ../core/request.h
uptime.o: ../core/error.h ../core/config.h ../core/textstream.h uptime.o: ../core/requesttypes.h ../core/error.h ../core/config.h
uptime.o: ../templates/htmltextstream.h ../core/session.h ../core/user.h uptime.o: ../core/textstream.h ../templates/htmltextstream.h
uptime.o: ../core/plugindata.h ../core/rebus.h ../core/mount.h uptime.o: ../core/session.h ../core/user.h ../core/plugindata.h
uptime.o: ../core/system.h ../core/job.h ../core/basethread.h uptime.o: ../core/rebus.h ../core/mount.h ../core/system.h ../core/job.h
uptime.o: ../core/synchro.h ../core/dirs.h ../core/dircontainer.h ../db/db.h uptime.o: ../core/basethread.h ../core/synchro.h ../core/dirs.h
uptime.o: ../db/dbbase.h ../db/dbconn.h ../db/dbtextstream.h ../core/error.h uptime.o: ../core/dircontainer.h ../db/db.h ../db/dbbase.h ../db/dbconn.h
uptime.o: ../db/dbitemquery.h ../db/dbitemcolumns.h ../core/user.h uptime.o: ../db/dbtextstream.h ../core/error.h ../db/dbitemquery.h
uptime.o: ../core/group.h ../core/dircontainer.h ../core/ugcontainer.h uptime.o: ../db/dbitemcolumns.h ../core/user.h ../core/group.h
uptime.o: ../core/log.h ../core/logmanipulators.h ../core/slog.h uptime.o: ../core/dircontainer.h ../core/ugcontainer.h ../core/log.h
uptime.o: ../core/cur.h ../templates/locale.h ../notify/notify.h uptime.o: ../core/logmanipulators.h ../core/slog.h ../core/cur.h
uptime.o: ../notify/notifypool.h ../templates/patterns.h uptime.o: ../templates/locale.h ../notify/notify.h ../notify/notifypool.h
uptime.o: ../notify/notifythread.h ../core/basethread.h uptime.o: ../templates/patterns.h ../notify/notifythread.h
uptime.o: ../notify/templatesnotify.h ../core/users.h ../core/ugcontainer.h uptime.o: ../core/basethread.h ../notify/templatesnotify.h ../core/users.h
uptime.o: ../core/lastcontainer.h ../core/mounts.h ../core/mountparser.h uptime.o: ../core/ugcontainer.h ../core/lastcontainer.h ../core/mounts.h
uptime.o: ../core/crypt.h ../core/run.h ../core/users.h ../core/groups.h uptime.o: ../core/mountparser.h ../core/crypt.h ../core/run.h ../core/users.h
uptime.o: ../core/group.h ../core/loadavg.h ../core/image.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/threadmanager.h ../core/sessionmanager.h
uptime.o: ../core/sessioncontainer.h ../core/system.h ../core/htmlfilter.h uptime.o: ../core/sessioncontainer.h ../core/system.h ../core/htmlfilter.h
user.o: templates.h ../../ezc/src/ezc.h ../../ezc/src/generator.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: htmltextstream.h ../core/textstream.h ../../pikotools/space/space.h
user.o: ../../pikotools/date/date.h patterncacher.h ../core/item.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: indexpatterns.h patterns.h changepatterns.h ../core/config.h
user.o: ../core/htmlfilter.h ../core/cur.h ../core/request.h user.o: ../core/htmlfilter.h ../core/timezone.h ../core/cur.h
user.o: ../core/requesttypes.h ../core/error.h ../core/config.h user.o: ../core/request.h ../core/requesttypes.h ../core/error.h
user.o: ../core/textstream.h ../templates/htmltextstream.h ../core/session.h user.o: ../core/config.h ../core/textstream.h ../templates/htmltextstream.h
user.o: ../core/user.h ../core/plugindata.h ../core/rebus.h ../core/mount.h user.o: ../core/session.h ../core/user.h ../core/plugindata.h ../core/rebus.h
user.o: ../core/system.h ../core/job.h ../core/basethread.h ../core/synchro.h user.o: ../core/mount.h ../core/system.h ../core/job.h ../core/basethread.h
user.o: ../core/dirs.h ../core/dircontainer.h ../db/db.h ../db/dbbase.h user.o: ../core/synchro.h ../core/dirs.h ../core/dircontainer.h ../db/db.h
user.o: ../db/dbconn.h ../db/dbtextstream.h ../core/error.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: ../db/dbitemquery.h ../db/dbitemcolumns.h ../core/user.h
user.o: ../core/group.h ../core/dircontainer.h ../core/ugcontainer.h user.o: ../core/group.h ../core/dircontainer.h ../core/ugcontainer.h
user.o: ../core/log.h ../core/logmanipulators.h ../core/slog.h ../core/cur.h user.o: ../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: htmltextstream.h ../core/textstream.h ../../pikotools/space/space.h
who.o: ../../pikotools/date/date.h patterncacher.h ../core/item.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: indexpatterns.h patterns.h changepatterns.h ../core/config.h
who.o: ../core/htmlfilter.h ../core/cur.h ../core/request.h who.o: ../core/htmlfilter.h ../core/timezone.h ../core/cur.h
who.o: ../core/requesttypes.h ../core/error.h ../core/config.h who.o: ../core/request.h ../core/requesttypes.h ../core/error.h
who.o: ../core/textstream.h ../templates/htmltextstream.h ../core/session.h who.o: ../core/config.h ../core/textstream.h ../templates/htmltextstream.h
who.o: ../core/user.h ../core/plugindata.h ../core/rebus.h ../core/mount.h who.o: ../core/session.h ../core/user.h ../core/plugindata.h ../core/rebus.h
who.o: ../core/system.h ../core/job.h ../core/basethread.h ../core/synchro.h who.o: ../core/mount.h ../core/system.h ../core/job.h ../core/basethread.h
who.o: ../core/dirs.h ../core/dircontainer.h ../db/db.h ../db/dbbase.h who.o: ../core/synchro.h ../core/dirs.h ../core/dircontainer.h ../db/db.h
who.o: ../db/dbconn.h ../db/dbtextstream.h ../core/error.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: ../db/dbitemquery.h ../db/dbitemcolumns.h ../core/user.h
who.o: ../core/group.h ../core/dircontainer.h ../core/ugcontainer.h who.o: ../core/group.h ../core/dircontainer.h ../core/ugcontainer.h
who.o: ../core/log.h ../core/logmanipulators.h ../core/slog.h ../core/cur.h who.o: ../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: htmltextstream.h ../core/textstream.h ../../pikotools/space/space.h
winix.o: ../../pikotools/date/date.h patterncacher.h ../core/item.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: indexpatterns.h patterns.h changepatterns.h ../core/config.h
winix.o: ../core/htmlfilter.h ../core/cur.h ../core/request.h winix.o: ../core/htmlfilter.h ../core/timezone.h ../core/cur.h
winix.o: ../core/requesttypes.h ../core/error.h ../core/config.h winix.o: ../core/request.h ../core/requesttypes.h ../core/error.h
winix.o: ../core/textstream.h ../templates/htmltextstream.h ../core/session.h winix.o: ../core/config.h ../core/textstream.h ../templates/htmltextstream.h
winix.o: ../core/user.h ../core/plugindata.h ../core/rebus.h ../core/mount.h winix.o: ../core/session.h ../core/user.h ../core/plugindata.h
winix.o: ../core/system.h ../core/job.h ../core/basethread.h winix.o: ../core/rebus.h ../core/mount.h ../core/system.h ../core/job.h
winix.o: ../core/synchro.h ../core/dirs.h ../core/dircontainer.h ../db/db.h winix.o: ../core/basethread.h ../core/synchro.h ../core/dirs.h
winix.o: ../db/dbbase.h ../db/dbconn.h ../db/dbtextstream.h ../core/error.h winix.o: ../core/dircontainer.h ../db/db.h ../db/dbbase.h ../db/dbconn.h
winix.o: ../db/dbitemquery.h ../db/dbitemcolumns.h ../core/user.h winix.o: ../db/dbtextstream.h ../core/error.h ../db/dbitemquery.h
winix.o: ../core/group.h ../core/dircontainer.h ../core/ugcontainer.h winix.o: ../db/dbitemcolumns.h ../core/user.h ../core/group.h
winix.o: ../core/log.h ../core/logmanipulators.h ../core/slog.h ../core/cur.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/locale.h ../notify/notify.h ../notify/notifypool.h
winix.o: ../templates/patterns.h ../notify/notifythread.h winix.o: ../templates/patterns.h ../notify/notifythread.h
winix.o: ../core/basethread.h ../notify/templatesnotify.h ../core/users.h winix.o: ../core/basethread.h ../notify/templatesnotify.h ../core/users.h

View File

@ -340,14 +340,14 @@ void dir_last_url_is(Info & i)
void dir_last_date_creation(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); i.out << DateToStr(date.year, date.month, date.day, date.hour, date.min, date.sec);
} }
void dir_last_date_modification(Info & i) 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); i.out << DateToStr(date.year, date.month, date.day, date.hour, date.min, date.sec);
} }

View File

@ -244,14 +244,14 @@ void item_users_different(Info & i)
void item_date_creation(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); i.out << DateToStr(date.year, date.month, date.day, date.hour, date.min, date.sec);
} }
void item_date_modification(Info & i) 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); 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() ) 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); 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() ) 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); i.out << DateToStr(date.year, date.month, date.day, date.hour, date.min, date.sec);
} }
} }

View File

@ -65,7 +65,7 @@ int was_enter = 0; // how many enteres there were before
void print_date_nice(Info & i, const PT::Date & date) void print_date_nice(Info & i, const PT::Date & date)
{ {
time_t one_day = 60 * 60 * 24; 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 ) if( date + one_day > cur->request->start_time )
i.out << DateToStr(ltm.year, ltm.month, ltm.day, ltm.hour, ltm.min, ltm.sec); i.out << DateToStr(ltm.year, ltm.month, ltm.day, ltm.hour, ltm.min, ltm.sec);

View File

@ -71,14 +71,14 @@ void stat_item_privileges(Info & i)
void stat_item_date_creation(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); i.out << DateToStr(date.year, date.month, date.day, date.hour, date.min, date.sec);
} }
void stat_item_date_modification(Info & i) 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); i.out << DateToStr(date.year, date.month, date.day, date.hour, date.min, date.sec);
} }