now winix is using 'pikotools' (confparser, utf8, mainparser)

git-svn-id: svn://ttmath.org/publicrep/winix/trunk@792 e52654a7-88a9-db11-a3e9-0013d4bc506e
This commit is contained in:
Tomasz Sowa 2012-01-12 02:24:08 +00:00
parent cb33f20a24
commit b2d3ca9543
55 changed files with 1749 additions and 1884 deletions

View File

@ -6,7 +6,7 @@ CXX = g++
endif endif
ifndef CXXFLAGS ifndef CXXFLAGS
CXXFLAGS = -fPIC -Wall -pedantic -O2 -I/usr/local/include -I/home/tomek/roboczy/winix -I/home/tomek/roboczy/ezc/src -I/home/tomek/roboczy/tito/src -L/usr/local/lib -DEZC_USE_WINIX_LOGGER -DEZC_HAS_SPECIAL_STREAM CXXFLAGS = -fPIC -Wall -pedantic -O2 -I/usr/local/include -I/home/tomek/roboczy/winix -I/home/tomek/roboczy/ezc/src -I/home/tomek/roboczy/tito/src -I/home/tomek/roboczy/pikotools -L/usr/local/lib -DEZC_USE_WINIX_LOGGER -DEZC_HAS_SPECIAL_STREAM
endif endif
export CXX export CXX
@ -25,7 +25,8 @@ winix.so: FORCE
@cd templates ; $(MAKE) -e @cd templates ; $(MAKE) -e
@cd ../ezc/src ; $(MAKE) -e @cd ../ezc/src ; $(MAKE) -e
@cd ../tito/src ; $(MAKE) -e @cd ../tito/src ; $(MAKE) -e
$(CXX) -shared -rdynamic -Wl,-whole-archive -o winix.so $(CXXFLAGS) core/*.o db/*.o functions/*.o templates/*.o notify/*.o ../ezc/src/ezc.a ../tito/src/tito.a -lfcgi -lpq -lz -lpthread -lfetch -Wl,-no-whole-archive @cd ../pikotools ; $(MAKE) -e
$(CXX) -shared -rdynamic -Wl,-whole-archive -o winix.so $(CXXFLAGS) core/*.o db/*.o functions/*.o templates/*.o notify/*.o ../ezc/src/ezc.a ../tito/src/tito.a ../pikotools/utf8/utf8.a ../pikotools/confparser/confparser.a ../pikotools/mainparser/mainparser.a -lfcgi -lpq -lz -lpthread -lfetch -Wl,-no-whole-archive
winix: FORCE winix: FORCE
@ -63,6 +64,7 @@ clean:
@cd plugins/export ; $(MAKE) -e clean @cd plugins/export ; $(MAKE) -e clean
@cd ../ezc/src ; $(MAKE) -e clean @cd ../ezc/src ; $(MAKE) -e clean
@cd ../tito/src ; $(MAKE) -e clean @cd ../tito/src ; $(MAKE) -e clean
@cd ../pikotools ; $(MAKE) -e clean
@cd main ; $(MAKE) -e clean @cd main ; $(MAKE) -e clean
rm -f winix.so rm -f winix.so
rm -f winix rm -f winix
@ -86,6 +88,7 @@ depend:
@cd plugins/export ; $(MAKE) -e depend @cd plugins/export ; $(MAKE) -e depend
@cd ../ezc/src ; $(MAKE) -e depend @cd ../ezc/src ; $(MAKE) -e depend
@cd ../tito/src ; $(MAKE) -e depend @cd ../tito/src ; $(MAKE) -e depend
@cd ../pikotools ; $(MAKE) -e depend
@cd main ; $(MAKE) -e depend @cd main ; $(MAKE) -e depend

View File

@ -1,17 +1,16 @@
# DO NOT DELETE # DO NOT DELETE
acceptbaseparser.o: acceptbaseparser.h acceptbaseparser.o: acceptbaseparser.h
app.o: app.h config.h confparser.h htmlfilter.h system.h dirs.h item.h app.o: app.h config.h htmlfilter.h system.h dirs.h item.h dircontainer.h
app.o: dircontainer.h ../db/db.h ../db/dbbase.h ../db/dbconn.h app.o: ../db/db.h ../db/dbbase.h ../db/dbconn.h ../db/dbtextstream.h
app.o: ../db/dbtextstream.h ../core/textstream.h misc.h requesttypes.h app.o: ../core/textstream.h misc.h requesttypes.h ../core/error.h
app.o: ../core/error.h ../core/confparser.h ../db/dbitemquery.h app.o: ../db/dbitemquery.h ../core/item.h ../db/dbitemcolumns.h
app.o: ../core/item.h ../db/dbitemcolumns.h ../core/user.h ../core/group.h app.o: ../core/user.h ../core/group.h ../core/dircontainer.h
app.o: ../core/dircontainer.h ../core/ugcontainer.h log.h textstream.h app.o: ../core/ugcontainer.h log.h textstream.h logmanipulators.h slog.h
app.o: logmanipulators.h slog.h cur.h request.h error.h app.o: cur.h request.h error.h ../templates/htmltextstream.h session.h user.h
app.o: ../templates/htmltextstream.h session.h user.h plugindata.h rebus.h app.o: plugindata.h rebus.h mount.h ../templates/locale.h ../notify/notify.h
app.o: mount.h ../templates/locale.h ../notify/notify.h
app.o: ../notify/notifypool.h ../templates/patterns.h ../templates/locale.h app.o: ../notify/notifypool.h ../templates/patterns.h ../templates/locale.h
app.o: ../templates/localefilter.h ../../ezc/src/ezc.h ../../ezc/src/utf8.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
app.o: ../../ezc/src/functions.h ../../ezc/src/funinfo.h app.o: ../../ezc/src/functions.h ../../ezc/src/funinfo.h
app.o: ../../ezc/src/stringconv.h ../notify/notifythread.h app.o: ../../ezc/src/stringconv.h ../notify/notifythread.h
@ -43,42 +42,42 @@ app.o: acceptencodingparser.h acceptbaseparser.h plugin.h pluginmsg.h
basethread.o: basethread.h basethread.o: basethread.h
bbcodeparser.o: bbcodeparser.h htmlfilter.h bbcodeparser.o: bbcodeparser.h htmlfilter.h
compress.o: compress.h log.h textstream.h logmanipulators.h slog.h cur.h compress.o: compress.h log.h textstream.h logmanipulators.h slog.h cur.h
compress.o: request.h requesttypes.h item.h confparser.h error.h config.h compress.o: request.h requesttypes.h item.h error.h config.h htmlfilter.h
compress.o: htmlfilter.h ../templates/htmltextstream.h ../core/textstream.h compress.o: ../templates/htmltextstream.h ../core/textstream.h misc.h
compress.o: misc.h session.h user.h plugindata.h rebus.h mount.h compress.o: session.h user.h plugindata.h rebus.h mount.h
compress.o: ../templates/locale.h ../core/confparser.h compress.o: ../templates/locale.h
config.o: config.h confparser.h htmlfilter.h log.h textstream.h config.o: config.h htmlfilter.h log.h textstream.h logmanipulators.h slog.h
config.o: logmanipulators.h slog.h cur.h request.h requesttypes.h item.h config.o: cur.h request.h requesttypes.h item.h error.h
config.o: error.h ../templates/htmltextstream.h ../core/textstream.h misc.h config.o: ../templates/htmltextstream.h ../core/textstream.h misc.h session.h
config.o: session.h user.h plugindata.h rebus.h mount.h ../templates/locale.h config.o: user.h plugindata.h rebus.h mount.h ../templates/locale.h plugin.h
config.o: ../core/confparser.h plugin.h pluginmsg.h system.h dirs.h config.o: pluginmsg.h system.h dirs.h dircontainer.h ../db/db.h
config.o: dircontainer.h ../db/db.h ../db/dbbase.h ../db/dbconn.h config.o: ../db/dbbase.h ../db/dbconn.h ../db/dbtextstream.h ../core/error.h
config.o: ../db/dbtextstream.h ../core/error.h ../db/dbitemquery.h config.o: ../db/dbitemquery.h ../core/item.h ../db/dbitemcolumns.h
config.o: ../core/item.h ../db/dbitemcolumns.h ../core/user.h ../core/group.h config.o: ../core/user.h ../core/group.h ../core/dircontainer.h
config.o: ../core/dircontainer.h ../core/ugcontainer.h ../notify/notify.h config.o: ../core/ugcontainer.h ../notify/notify.h ../notify/notifypool.h
config.o: ../notify/notifypool.h ../templates/patterns.h config.o: ../templates/patterns.h ../templates/locale.h
config.o: ../templates/locale.h ../templates/localefilter.h config.o: ../templates/localefilter.h ../../ezc/src/ezc.h
config.o: ../../ezc/src/ezc.h ../../ezc/src/utf8.h ../../ezc/src/generator.h config.o: ../../ezc/src/generator.h ../../ezc/src/pattern.h
config.o: ../../ezc/src/pattern.h ../../ezc/src/functions.h config.o: ../../ezc/src/functions.h ../../ezc/src/funinfo.h
config.o: ../../ezc/src/funinfo.h ../../ezc/src/stringconv.h config.o: ../../ezc/src/stringconv.h ../notify/notifythread.h
config.o: ../notify/notifythread.h ../core/basethread.h synchro.h config.o: ../core/basethread.h synchro.h ../notify/templatesnotify.h
config.o: ../notify/templatesnotify.h ../core/config.h ../core/users.h config.o: ../core/config.h ../core/users.h ugcontainer.h lastcontainer.h
config.o: ugcontainer.h lastcontainer.h ../templates/misc.h config.o: ../templates/misc.h ../templates/htmltextstream.h mounts.h
config.o: ../templates/htmltextstream.h mounts.h mountparser.h crypt.h run.h config.o: mountparser.h crypt.h run.h users.h groups.h group.h loadavg.h
config.o: users.h groups.h group.h loadavg.h image.h basethread.h config.o: image.h basethread.h threadmanager.h sessionmanager.h
config.o: threadmanager.h sessionmanager.h sessioncontainer.h config.o: sessioncontainer.h ../functions/functions.h
config.o: ../functions/functions.h ../functions/functionbase.h config.o: ../functions/functionbase.h ../core/request.h ../core/system.h
config.o: ../core/request.h ../core/system.h ../core/synchro.h config.o: ../core/synchro.h ../functions/functionparser.h ../core/cur.h
config.o: ../functions/functionparser.h ../core/cur.h ../functions/adduser.h config.o: ../functions/adduser.h ../functions/cat.h ../functions/chmod.h
config.o: ../functions/cat.h ../functions/chmod.h ../functions/privchanger.h config.o: ../functions/privchanger.h ../functions/chown.h
config.o: ../functions/chown.h ../functions/ckeditor.h ../functions/cp.h config.o: ../functions/ckeditor.h ../functions/cp.h ../functions/default.h
config.o: ../functions/default.h ../functions/download.h ../functions/emacs.h config.o: ../functions/download.h ../functions/emacs.h ../functions/env.h
config.o: ../functions/env.h ../functions/last.h ../functions/login.h config.o: ../functions/last.h ../functions/login.h ../functions/logout.h
config.o: ../functions/logout.h ../functions/ln.h ../functions/ls.h config.o: ../functions/ln.h ../functions/ls.h ../functions/man.h
config.o: ../functions/man.h ../functions/meta.h ../functions/mkdir.h config.o: ../functions/meta.h ../functions/mkdir.h ../functions/mv.h
config.o: ../functions/mv.h ../functions/nicedit.h ../functions/node.h config.o: ../functions/nicedit.h ../functions/node.h ../functions/passwd.h
config.o: ../functions/passwd.h ../functions/priv.h ../functions/reload.h config.o: ../functions/priv.h ../functions/reload.h ../functions/rm.h
config.o: ../functions/rm.h ../functions/sort.h ../functions/specialdefault.h config.o: ../functions/sort.h ../functions/specialdefault.h
config.o: ../functions/stat.h ../functions/subject.h ../functions/template.h config.o: ../functions/stat.h ../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
@ -86,29 +85,25 @@ config.o: ../core/htmlfilter.h ../templates/templates.h
config.o: ../templates/patterncacher.h ../templates/indexpatterns.h 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: ../core/sessionmanager.h config.o: ../core/sessionmanager.h
confparser.o: confparser.h ../../ezc/src/utf8.h crypt.o: crypt.h run.h config.h htmlfilter.h user.h misc.h item.h
crypt.o: crypt.h run.h config.h confparser.h htmlfilter.h user.h crypt.o: requesttypes.h log.h textstream.h logmanipulators.h slog.h cur.h
crypt.o: ../../ezc/src/utf8.h misc.h item.h requesttypes.h log.h textstream.h crypt.o: request.h error.h ../templates/htmltextstream.h ../core/textstream.h
crypt.o: logmanipulators.h slog.h cur.h request.h error.h crypt.o: session.h plugindata.h rebus.h mount.h ../templates/locale.h
crypt.o: ../templates/htmltextstream.h ../core/textstream.h session.h dircontainer.o: dircontainer.h item.h log.h textstream.h logmanipulators.h
crypt.o: plugindata.h rebus.h mount.h ../templates/locale.h dircontainer.o: slog.h cur.h request.h requesttypes.h error.h config.h
crypt.o: ../core/confparser.h dircontainer.o: htmlfilter.h ../templates/htmltextstream.h
dircontainer.o: dircontainer.h item.h confparser.h log.h textstream.h
dircontainer.o: logmanipulators.h slog.h cur.h request.h requesttypes.h
dircontainer.o: error.h config.h htmlfilter.h ../templates/htmltextstream.h
dircontainer.o: ../core/textstream.h misc.h session.h user.h plugindata.h dircontainer.o: ../core/textstream.h misc.h session.h user.h plugindata.h
dircontainer.o: rebus.h mount.h ../templates/locale.h ../core/confparser.h dircontainer.o: rebus.h mount.h ../templates/locale.h
dirs.o: dirs.h item.h confparser.h dircontainer.h ../db/db.h ../db/dbbase.h dirs.o: dirs.h item.h dircontainer.h ../db/db.h ../db/dbbase.h ../db/dbconn.h
dirs.o: ../db/dbconn.h ../db/dbtextstream.h ../core/textstream.h misc.h dirs.o: ../db/dbtextstream.h ../core/textstream.h misc.h requesttypes.h
dirs.o: requesttypes.h ../core/error.h ../core/confparser.h dirs.o: ../core/error.h ../db/dbitemquery.h ../core/item.h
dirs.o: ../db/dbitemquery.h ../core/item.h ../db/dbitemcolumns.h dirs.o: ../db/dbitemcolumns.h ../core/user.h ../core/group.h
dirs.o: ../core/user.h ../core/group.h ../core/dircontainer.h dirs.o: ../core/dircontainer.h ../core/ugcontainer.h log.h textstream.h
dirs.o: ../core/ugcontainer.h log.h textstream.h logmanipulators.h slog.h dirs.o: logmanipulators.h slog.h cur.h request.h error.h config.h
dirs.o: cur.h request.h error.h config.h htmlfilter.h dirs.o: htmlfilter.h ../templates/htmltextstream.h session.h user.h
dirs.o: ../templates/htmltextstream.h session.h user.h plugindata.h rebus.h dirs.o: plugindata.h rebus.h mount.h ../templates/locale.h ../notify/notify.h
dirs.o: mount.h ../templates/locale.h ../notify/notify.h
dirs.o: ../notify/notifypool.h ../templates/patterns.h ../templates/locale.h dirs.o: ../notify/notifypool.h ../templates/patterns.h ../templates/locale.h
dirs.o: ../templates/localefilter.h ../../ezc/src/ezc.h ../../ezc/src/utf8.h dirs.o: ../templates/localefilter.h ../../ezc/src/ezc.h
dirs.o: ../../ezc/src/generator.h ../../ezc/src/pattern.h dirs.o: ../../ezc/src/generator.h ../../ezc/src/pattern.h
dirs.o: ../../ezc/src/functions.h ../../ezc/src/funinfo.h dirs.o: ../../ezc/src/functions.h ../../ezc/src/funinfo.h
dirs.o: ../../ezc/src/stringconv.h ../notify/notifythread.h dirs.o: ../../ezc/src/stringconv.h ../notify/notifythread.h
@ -117,9 +112,8 @@ dirs.o: ../core/config.h ../core/users.h ugcontainer.h lastcontainer.h
dirs.o: ../templates/misc.h ../templates/htmltextstream.h dirs.o: ../templates/misc.h ../templates/htmltextstream.h
groups.o: groups.h group.h ugcontainer.h ../db/db.h ../db/dbbase.h groups.o: groups.h group.h ugcontainer.h ../db/db.h ../db/dbbase.h
groups.o: ../db/dbconn.h ../db/dbtextstream.h ../core/textstream.h misc.h groups.o: ../db/dbconn.h ../db/dbtextstream.h ../core/textstream.h misc.h
groups.o: item.h confparser.h requesttypes.h ../core/error.h groups.o: item.h requesttypes.h ../core/error.h ../db/dbitemquery.h
groups.o: ../core/confparser.h ../db/dbitemquery.h ../core/item.h groups.o: ../core/item.h ../db/dbitemcolumns.h ../core/user.h ../core/group.h
groups.o: ../db/dbitemcolumns.h ../core/user.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
@ -128,15 +122,14 @@ htmlfilter.o: htmlfilter.h
httpsimpleparser.o: httpsimpleparser.h httpsimpleparser.o: httpsimpleparser.h
image.o: image.h basethread.h textstream.h ../db/db.h ../db/dbbase.h image.o: image.h basethread.h textstream.h ../db/db.h ../db/dbbase.h
image.o: ../db/dbconn.h ../db/dbtextstream.h ../core/textstream.h misc.h image.o: ../db/dbconn.h ../db/dbtextstream.h ../core/textstream.h misc.h
image.o: item.h confparser.h requesttypes.h ../core/error.h image.o: item.h requesttypes.h ../core/error.h ../db/dbitemquery.h
image.o: ../core/confparser.h ../db/dbitemquery.h ../core/item.h image.o: ../core/item.h ../db/dbitemcolumns.h ../core/user.h ../core/group.h
image.o: ../db/dbitemcolumns.h ../core/user.h ../core/group.h
image.o: ../core/dircontainer.h ../core/ugcontainer.h log.h logmanipulators.h image.o: ../core/dircontainer.h ../core/ugcontainer.h log.h logmanipulators.h
image.o: slog.h cur.h request.h error.h config.h htmlfilter.h image.o: slog.h cur.h request.h error.h config.h htmlfilter.h
image.o: ../templates/htmltextstream.h session.h user.h plugindata.h rebus.h image.o: ../templates/htmltextstream.h session.h user.h plugindata.h rebus.h
image.o: mount.h ../templates/locale.h ../core/config.h ../../ezc/src/utf8.h image.o: mount.h ../templates/locale.h ../core/config.h system.h dirs.h
image.o: system.h dirs.h dircontainer.h ../notify/notify.h image.o: dircontainer.h ../notify/notify.h ../notify/notifypool.h
image.o: ../notify/notifypool.h ../templates/patterns.h ../templates/locale.h image.o: ../templates/patterns.h ../templates/locale.h
image.o: ../templates/localefilter.h ../../ezc/src/ezc.h image.o: ../templates/localefilter.h ../../ezc/src/ezc.h
image.o: ../../ezc/src/generator.h ../../ezc/src/pattern.h image.o: ../../ezc/src/generator.h ../../ezc/src/pattern.h
image.o: ../../ezc/src/functions.h ../../ezc/src/funinfo.h image.o: ../../ezc/src/functions.h ../../ezc/src/funinfo.h
@ -165,33 +158,31 @@ image.o: ../core/htmlfilter.h ../templates/templates.h
image.o: ../templates/patterncacher.h ../templates/indexpatterns.h image.o: ../templates/patterncacher.h ../templates/indexpatterns.h
image.o: ../templates/patterns.h ../templates/changepatterns.h image.o: ../templates/patterns.h ../templates/changepatterns.h
image.o: ../core/sessionmanager.h image.o: ../core/sessionmanager.h
item.o: item.h confparser.h misc.h requesttypes.h crypt.h run.h config.h item.o: item.h misc.h requesttypes.h crypt.h run.h config.h htmlfilter.h
item.o: htmlfilter.h user.h item.o: user.h
lastcontainer.o: lastcontainer.h log.h textstream.h logmanipulators.h slog.h lastcontainer.o: lastcontainer.h log.h textstream.h logmanipulators.h slog.h
lastcontainer.o: cur.h request.h requesttypes.h item.h confparser.h error.h lastcontainer.o: cur.h request.h requesttypes.h item.h error.h config.h
lastcontainer.o: config.h htmlfilter.h ../templates/htmltextstream.h lastcontainer.o: htmlfilter.h ../templates/htmltextstream.h
lastcontainer.o: ../core/textstream.h misc.h session.h user.h plugindata.h lastcontainer.o: ../core/textstream.h misc.h session.h user.h plugindata.h
lastcontainer.o: rebus.h mount.h ../templates/locale.h ../core/confparser.h lastcontainer.o: rebus.h mount.h ../templates/locale.h
loadavg.o: loadavg.h log.h textstream.h logmanipulators.h slog.h cur.h loadavg.o: loadavg.h log.h textstream.h logmanipulators.h slog.h cur.h
loadavg.o: request.h requesttypes.h item.h confparser.h error.h config.h loadavg.o: request.h requesttypes.h item.h error.h config.h htmlfilter.h
loadavg.o: htmlfilter.h ../templates/htmltextstream.h ../core/textstream.h loadavg.o: ../templates/htmltextstream.h ../core/textstream.h misc.h
loadavg.o: misc.h session.h user.h plugindata.h rebus.h mount.h loadavg.o: session.h user.h plugindata.h rebus.h mount.h
loadavg.o: ../templates/locale.h ../core/confparser.h loadavg.o: ../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 confparser.h error.h config.h htmlfilter.h log.o: requesttypes.h item.h error.h config.h htmlfilter.h
log.o: ../templates/htmltextstream.h ../core/textstream.h misc.h session.h log.o: ../templates/htmltextstream.h ../core/textstream.h misc.h session.h
log.o: user.h plugindata.h rebus.h mount.h ../templates/locale.h log.o: user.h plugindata.h rebus.h mount.h ../templates/locale.h
log.o: ../core/confparser.h ../../ezc/src/utf8.h misc.o: misc.h item.h requesttypes.h log.h textstream.h logmanipulators.h
misc.o: misc.h item.h confparser.h requesttypes.h log.h textstream.h misc.o: slog.h cur.h request.h error.h config.h htmlfilter.h
misc.o: logmanipulators.h slog.h cur.h request.h error.h config.h misc.o: ../templates/htmltextstream.h ../core/textstream.h session.h user.h
misc.o: htmlfilter.h ../templates/htmltextstream.h ../core/textstream.h misc.o: plugindata.h rebus.h mount.h ../templates/locale.h
misc.o: session.h user.h plugindata.h rebus.h mount.h ../templates/locale.h misc.o: ../templates/templates.h ../../ezc/src/ezc.h
misc.o: ../core/confparser.h ../templates/templates.h ../../ezc/src/ezc.h misc.o: ../../ezc/src/generator.h ../../ezc/src/pattern.h
misc.o: ../../ezc/src/utf8.h ../../ezc/src/generator.h misc.o: ../../ezc/src/functions.h ../../ezc/src/funinfo.h
misc.o: ../../ezc/src/pattern.h ../../ezc/src/functions.h misc.o: ../../ezc/src/stringconv.h ../templates/patterncacher.h
misc.o: ../../ezc/src/funinfo.h ../../ezc/src/stringconv.h misc.o: ../core/item.h ../templates/indexpatterns.h ../templates/patterns.h
misc.o: ../templates/patterncacher.h ../core/item.h
misc.o: ../templates/indexpatterns.h ../templates/patterns.h
misc.o: ../templates/locale.h ../templates/changepatterns.h misc.o: ../templates/locale.h ../templates/changepatterns.h
misc.o: ../templates/htmltextstream.h ../templates/localefilter.h misc.o: ../templates/htmltextstream.h ../templates/localefilter.h
misc.o: ../core/config.h ../core/cur.h ../core/system.h misc.o: ../core/config.h ../core/cur.h ../core/system.h
@ -199,11 +190,10 @@ misc.o: ../core/sessionmanager.h ../core/htmlfilter.h ../db/db.h
misc.o: ../db/dbbase.h ../db/dbconn.h ../db/dbtextstream.h ../core/error.h misc.o: ../db/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
mount.o: mount.h misc.h item.h confparser.h requesttypes.h mount.o: mount.h misc.h item.h requesttypes.h
mountparser.o: mountparser.h mount.h item.h confparser.h dirs.h mountparser.o: mountparser.h mount.h item.h dirs.h dircontainer.h ../db/db.h
mountparser.o: dircontainer.h ../db/db.h ../db/dbbase.h ../db/dbconn.h mountparser.o: ../db/dbbase.h ../db/dbconn.h ../db/dbtextstream.h
mountparser.o: ../db/dbtextstream.h ../core/textstream.h misc.h mountparser.o: ../core/textstream.h misc.h requesttypes.h ../core/error.h
mountparser.o: requesttypes.h ../core/error.h ../core/confparser.h
mountparser.o: ../db/dbitemquery.h ../core/item.h ../db/dbitemcolumns.h mountparser.o: ../db/dbitemquery.h ../core/item.h ../db/dbitemcolumns.h
mountparser.o: ../core/user.h ../core/group.h ../core/dircontainer.h mountparser.o: ../core/user.h ../core/group.h ../core/dircontainer.h
mountparser.o: ../core/ugcontainer.h log.h textstream.h logmanipulators.h mountparser.o: ../core/ugcontainer.h log.h textstream.h logmanipulators.h
@ -212,25 +202,24 @@ mountparser.o: ../templates/htmltextstream.h session.h user.h plugindata.h
mountparser.o: rebus.h ../templates/locale.h ../notify/notify.h mountparser.o: rebus.h ../templates/locale.h ../notify/notify.h
mountparser.o: ../notify/notifypool.h ../templates/patterns.h mountparser.o: ../notify/notifypool.h ../templates/patterns.h
mountparser.o: ../templates/locale.h ../templates/localefilter.h mountparser.o: ../templates/locale.h ../templates/localefilter.h
mountparser.o: ../../ezc/src/ezc.h ../../ezc/src/utf8.h mountparser.o: ../../ezc/src/ezc.h ../../ezc/src/generator.h
mountparser.o: ../../ezc/src/generator.h ../../ezc/src/pattern.h mountparser.o: ../../ezc/src/pattern.h ../../ezc/src/functions.h
mountparser.o: ../../ezc/src/functions.h ../../ezc/src/funinfo.h mountparser.o: ../../ezc/src/funinfo.h ../../ezc/src/stringconv.h
mountparser.o: ../../ezc/src/stringconv.h ../notify/notifythread.h mountparser.o: ../notify/notifythread.h ../core/basethread.h synchro.h
mountparser.o: ../core/basethread.h synchro.h ../notify/templatesnotify.h mountparser.o: ../notify/templatesnotify.h ../core/config.h ../core/users.h
mountparser.o: ../core/config.h ../core/users.h ugcontainer.h lastcontainer.h mountparser.o: ugcontainer.h lastcontainer.h ../templates/misc.h
mountparser.o: ../templates/misc.h ../templates/htmltextstream.h mountparser.o: ../templates/htmltextstream.h
mounts.o: mounts.h mount.h error.h dirs.h item.h confparser.h dircontainer.h mounts.o: mounts.h mount.h error.h dirs.h item.h dircontainer.h ../db/db.h
mounts.o: ../db/db.h ../db/dbbase.h ../db/dbconn.h ../db/dbtextstream.h mounts.o: ../db/dbbase.h ../db/dbconn.h ../db/dbtextstream.h
mounts.o: ../core/textstream.h misc.h requesttypes.h ../core/error.h mounts.o: ../core/textstream.h misc.h requesttypes.h ../core/error.h
mounts.o: ../core/confparser.h ../db/dbitemquery.h ../core/item.h mounts.o: ../db/dbitemquery.h ../core/item.h ../db/dbitemcolumns.h
mounts.o: ../db/dbitemcolumns.h ../core/user.h ../core/group.h mounts.o: ../core/user.h ../core/group.h ../core/dircontainer.h
mounts.o: ../core/dircontainer.h ../core/ugcontainer.h log.h textstream.h mounts.o: ../core/ugcontainer.h log.h textstream.h logmanipulators.h slog.h
mounts.o: logmanipulators.h slog.h cur.h request.h config.h htmlfilter.h mounts.o: cur.h request.h config.h htmlfilter.h ../templates/htmltextstream.h
mounts.o: ../templates/htmltextstream.h session.h user.h plugindata.h rebus.h mounts.o: session.h user.h plugindata.h rebus.h ../templates/locale.h
mounts.o: ../templates/locale.h ../notify/notify.h ../notify/notifypool.h mounts.o: ../notify/notify.h ../notify/notifypool.h ../templates/patterns.h
mounts.o: ../templates/patterns.h ../templates/locale.h mounts.o: ../templates/locale.h ../templates/localefilter.h
mounts.o: ../templates/localefilter.h ../../ezc/src/ezc.h mounts.o: ../../ezc/src/ezc.h ../../ezc/src/generator.h
mounts.o: ../../ezc/src/utf8.h ../../ezc/src/generator.h
mounts.o: ../../ezc/src/pattern.h ../../ezc/src/functions.h mounts.o: ../../ezc/src/pattern.h ../../ezc/src/functions.h
mounts.o: ../../ezc/src/funinfo.h ../../ezc/src/stringconv.h mounts.o: ../../ezc/src/funinfo.h ../../ezc/src/stringconv.h
mounts.o: ../notify/notifythread.h ../core/basethread.h synchro.h mounts.o: ../notify/notifythread.h ../core/basethread.h synchro.h
@ -259,17 +248,16 @@ mounts.o: ../templates/patterncacher.h ../templates/indexpatterns.h
mounts.o: ../templates/patterns.h ../templates/changepatterns.h mounts.o: ../templates/patterns.h ../templates/changepatterns.h
mounts.o: ../core/sessionmanager.h mounts.o: ../core/sessionmanager.h
plugin.o: plugin.h pluginmsg.h log.h textstream.h logmanipulators.h slog.h plugin.o: plugin.h pluginmsg.h log.h textstream.h logmanipulators.h slog.h
plugin.o: cur.h request.h requesttypes.h item.h confparser.h error.h config.h plugin.o: cur.h request.h requesttypes.h item.h error.h config.h htmlfilter.h
plugin.o: htmlfilter.h ../templates/htmltextstream.h ../core/textstream.h plugin.o: ../templates/htmltextstream.h ../core/textstream.h misc.h session.h
plugin.o: misc.h session.h user.h plugindata.h rebus.h mount.h plugin.o: user.h plugindata.h rebus.h mount.h ../templates/locale.h system.h
plugin.o: ../templates/locale.h ../core/confparser.h system.h dirs.h plugin.o: dirs.h dircontainer.h ../db/db.h ../db/dbbase.h ../db/dbconn.h
plugin.o: 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
plugin.o: ../notify/notifypool.h ../templates/patterns.h plugin.o: ../notify/notifypool.h ../templates/patterns.h
plugin.o: ../templates/locale.h ../templates/localefilter.h plugin.o: ../templates/locale.h ../templates/localefilter.h
plugin.o: ../../ezc/src/ezc.h ../../ezc/src/utf8.h ../../ezc/src/generator.h plugin.o: ../../ezc/src/ezc.h ../../ezc/src/generator.h
plugin.o: ../../ezc/src/pattern.h ../../ezc/src/functions.h plugin.o: ../../ezc/src/pattern.h ../../ezc/src/functions.h
plugin.o: ../../ezc/src/funinfo.h ../../ezc/src/stringconv.h plugin.o: ../../ezc/src/funinfo.h ../../ezc/src/stringconv.h
plugin.o: ../notify/notifythread.h ../core/basethread.h synchro.h plugin.o: ../notify/notifythread.h ../core/basethread.h synchro.h
@ -299,28 +287,27 @@ plugin.o: ../templates/patterns.h ../templates/changepatterns.h
plugin.o: ../core/sessionmanager.h plugin.o: ../core/sessionmanager.h
plugindata.o: plugindata.h plugin.h pluginmsg.h log.h textstream.h plugindata.o: plugindata.h plugin.h pluginmsg.h log.h textstream.h
plugindata.o: logmanipulators.h slog.h cur.h request.h requesttypes.h item.h plugindata.o: logmanipulators.h slog.h cur.h request.h requesttypes.h item.h
plugindata.o: confparser.h error.h config.h htmlfilter.h plugindata.o: error.h config.h htmlfilter.h ../templates/htmltextstream.h
plugindata.o: ../templates/htmltextstream.h ../core/textstream.h misc.h plugindata.o: ../core/textstream.h misc.h session.h user.h rebus.h mount.h
plugindata.o: session.h user.h rebus.h mount.h ../templates/locale.h plugindata.o: ../templates/locale.h system.h dirs.h dircontainer.h ../db/db.h
plugindata.o: ../core/confparser.h system.h dirs.h dircontainer.h ../db/db.h
plugindata.o: ../db/dbbase.h ../db/dbconn.h ../db/dbtextstream.h plugindata.o: ../db/dbbase.h ../db/dbconn.h ../db/dbtextstream.h
plugindata.o: ../core/error.h ../db/dbitemquery.h ../core/item.h plugindata.o: ../core/error.h ../db/dbitemquery.h ../core/item.h
plugindata.o: ../db/dbitemcolumns.h ../core/user.h ../core/group.h plugindata.o: ../db/dbitemcolumns.h ../core/user.h ../core/group.h
plugindata.o: ../core/dircontainer.h ../core/ugcontainer.h ../notify/notify.h plugindata.o: ../core/dircontainer.h ../core/ugcontainer.h ../notify/notify.h
plugindata.o: ../notify/notifypool.h ../templates/patterns.h plugindata.o: ../notify/notifypool.h ../templates/patterns.h
plugindata.o: ../templates/locale.h ../templates/localefilter.h plugindata.o: ../templates/locale.h ../templates/localefilter.h
plugindata.o: ../../ezc/src/ezc.h ../../ezc/src/utf8.h plugindata.o: ../../ezc/src/ezc.h ../../ezc/src/generator.h
plugindata.o: ../../ezc/src/generator.h ../../ezc/src/pattern.h plugindata.o: ../../ezc/src/pattern.h ../../ezc/src/functions.h
plugindata.o: ../../ezc/src/functions.h ../../ezc/src/funinfo.h plugindata.o: ../../ezc/src/funinfo.h ../../ezc/src/stringconv.h
plugindata.o: ../../ezc/src/stringconv.h ../notify/notifythread.h plugindata.o: ../notify/notifythread.h ../core/basethread.h synchro.h
plugindata.o: ../core/basethread.h synchro.h ../notify/templatesnotify.h plugindata.o: ../notify/templatesnotify.h ../core/config.h ../core/users.h
plugindata.o: ../core/config.h ../core/users.h ugcontainer.h lastcontainer.h plugindata.o: ugcontainer.h lastcontainer.h ../templates/misc.h
plugindata.o: ../templates/misc.h ../templates/htmltextstream.h mounts.h plugindata.o: ../templates/htmltextstream.h mounts.h mountparser.h crypt.h
plugindata.o: mountparser.h crypt.h run.h users.h groups.h group.h loadavg.h plugindata.o: run.h users.h groups.h group.h loadavg.h image.h basethread.h
plugindata.o: image.h basethread.h threadmanager.h sessionmanager.h plugindata.o: threadmanager.h sessionmanager.h sessioncontainer.h
plugindata.o: sessioncontainer.h ../functions/functions.h plugindata.o: ../functions/functions.h ../functions/functionbase.h
plugindata.o: ../functions/functionbase.h ../core/request.h ../core/system.h plugindata.o: ../core/request.h ../core/system.h ../core/synchro.h
plugindata.o: ../core/synchro.h ../functions/functionparser.h ../core/cur.h plugindata.o: ../functions/functionparser.h ../core/cur.h
plugindata.o: ../functions/adduser.h ../functions/cat.h ../functions/chmod.h plugindata.o: ../functions/adduser.h ../functions/cat.h ../functions/chmod.h
plugindata.o: ../functions/privchanger.h ../functions/chown.h plugindata.o: ../functions/privchanger.h ../functions/chown.h
plugindata.o: ../functions/ckeditor.h ../functions/cp.h plugindata.o: ../functions/ckeditor.h ../functions/cp.h
@ -340,52 +327,48 @@ plugindata.o: ../templates/templates.h ../templates/patterncacher.h
plugindata.o: ../templates/indexpatterns.h ../templates/patterns.h plugindata.o: ../templates/indexpatterns.h ../templates/patterns.h
plugindata.o: ../templates/changepatterns.h ../core/sessionmanager.h plugindata.o: ../templates/changepatterns.h ../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: confparser.h htmlfilter.h misc.h item.h log.h textstream.h postmultiparser.o: htmlfilter.h misc.h item.h log.h textstream.h
postmultiparser.o: logmanipulators.h slog.h cur.h request.h postmultiparser.o: logmanipulators.h slog.h cur.h request.h
postmultiparser.o: ../templates/htmltextstream.h ../core/textstream.h postmultiparser.o: ../templates/htmltextstream.h ../core/textstream.h
postmultiparser.o: session.h user.h plugindata.h rebus.h mount.h postmultiparser.o: session.h user.h plugindata.h rebus.h mount.h
postmultiparser.o: ../templates/locale.h ../core/confparser.h postmultiparser.o: ../templates/locale.h
postmultiparser.o: ../../ezc/src/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 confparser.h error.h config.h htmlfilter.h rebus.o: requesttypes.h item.h error.h config.h htmlfilter.h
rebus.o: ../templates/htmltextstream.h ../core/textstream.h misc.h session.h rebus.o: ../templates/htmltextstream.h ../core/textstream.h misc.h session.h
rebus.o: user.h plugindata.h rebus.h mount.h ../templates/locale.h rebus.o: user.h plugindata.h rebus.h mount.h ../templates/locale.h
rebus.o: ../core/confparser.h request.o: request.h requesttypes.h item.h error.h config.h htmlfilter.h
request.o: request.h requesttypes.h item.h confparser.h error.h config.h request.o: textstream.h ../templates/htmltextstream.h ../core/textstream.h
request.o: htmlfilter.h textstream.h ../templates/htmltextstream.h request.o: misc.h log.h logmanipulators.h slog.h cur.h session.h user.h
request.o: ../core/textstream.h misc.h log.h logmanipulators.h slog.h cur.h request.o: plugindata.h rebus.h mount.h ../templates/locale.h plugin.h
request.o: session.h user.h plugindata.h rebus.h mount.h request.o: pluginmsg.h system.h dirs.h dircontainer.h ../db/db.h
request.o: ../templates/locale.h ../core/confparser.h plugin.h pluginmsg.h request.o: ../db/dbbase.h ../db/dbconn.h ../db/dbtextstream.h ../core/error.h
request.o: system.h dirs.h dircontainer.h ../db/db.h ../db/dbbase.h
request.o: ../db/dbconn.h ../db/dbtextstream.h ../core/error.h
request.o: ../db/dbitemquery.h ../core/item.h ../db/dbitemcolumns.h request.o: ../db/dbitemquery.h ../core/item.h ../db/dbitemcolumns.h
request.o: ../core/user.h ../core/group.h ../core/dircontainer.h request.o: ../core/user.h ../core/group.h ../core/dircontainer.h
request.o: ../core/ugcontainer.h ../notify/notify.h ../notify/notifypool.h request.o: ../core/ugcontainer.h ../notify/notify.h ../notify/notifypool.h
request.o: ../templates/patterns.h ../templates/locale.h request.o: ../templates/patterns.h ../templates/locale.h
request.o: ../templates/localefilter.h ../../ezc/src/ezc.h request.o: ../templates/localefilter.h ../../ezc/src/ezc.h
request.o: ../../ezc/src/utf8.h ../../ezc/src/generator.h request.o: ../../ezc/src/generator.h ../../ezc/src/pattern.h
request.o: ../../ezc/src/pattern.h ../../ezc/src/functions.h request.o: ../../ezc/src/functions.h ../../ezc/src/funinfo.h
request.o: ../../ezc/src/funinfo.h ../../ezc/src/stringconv.h request.o: ../../ezc/src/stringconv.h ../notify/notifythread.h
request.o: ../notify/notifythread.h ../core/basethread.h synchro.h request.o: ../core/basethread.h synchro.h ../notify/templatesnotify.h
request.o: ../notify/templatesnotify.h ../core/config.h ../core/users.h request.o: ../core/config.h ../core/users.h ugcontainer.h lastcontainer.h
request.o: ugcontainer.h lastcontainer.h ../templates/misc.h request.o: ../templates/misc.h ../templates/htmltextstream.h mounts.h
request.o: ../templates/htmltextstream.h mounts.h mountparser.h crypt.h run.h request.o: mountparser.h crypt.h run.h users.h groups.h group.h loadavg.h
request.o: users.h groups.h group.h loadavg.h image.h basethread.h request.o: image.h basethread.h threadmanager.h sessionmanager.h
request.o: threadmanager.h sessionmanager.h sessioncontainer.h request.o: sessioncontainer.h ../functions/functions.h
request.o: ../functions/functions.h ../functions/functionbase.h request.o: ../functions/functionbase.h ../core/request.h ../core/system.h
request.o: ../core/request.h ../core/system.h ../core/synchro.h request.o: ../core/synchro.h ../functions/functionparser.h ../core/cur.h
request.o: ../functions/functionparser.h ../core/cur.h ../functions/adduser.h request.o: ../functions/adduser.h ../functions/cat.h ../functions/chmod.h
request.o: ../functions/cat.h ../functions/chmod.h ../functions/privchanger.h request.o: ../functions/privchanger.h ../functions/chown.h
request.o: ../functions/chown.h ../functions/ckeditor.h ../functions/cp.h request.o: ../functions/ckeditor.h ../functions/cp.h ../functions/default.h
request.o: ../functions/default.h ../functions/download.h request.o: ../functions/download.h ../functions/emacs.h ../functions/env.h
request.o: ../functions/emacs.h ../functions/env.h ../functions/last.h request.o: ../functions/last.h ../functions/login.h ../functions/logout.h
request.o: ../functions/login.h ../functions/logout.h ../functions/ln.h request.o: ../functions/ln.h ../functions/ls.h ../functions/man.h
request.o: ../functions/ls.h ../functions/man.h ../functions/meta.h request.o: ../functions/meta.h ../functions/mkdir.h ../functions/mv.h
request.o: ../functions/mkdir.h ../functions/mv.h ../functions/nicedit.h request.o: ../functions/nicedit.h ../functions/node.h ../functions/passwd.h
request.o: ../functions/node.h ../functions/passwd.h ../functions/priv.h request.o: ../functions/priv.h ../functions/reload.h ../functions/rm.h
request.o: ../functions/reload.h ../functions/rm.h ../functions/sort.h request.o: ../functions/sort.h ../functions/specialdefault.h
request.o: ../functions/specialdefault.h ../functions/stat.h request.o: ../functions/stat.h ../functions/subject.h ../functions/template.h
request.o: ../functions/subject.h ../functions/template.h
request.o: ../functions/tinymce.h ../functions/uname.h ../functions/upload.h request.o: ../functions/tinymce.h ../functions/uname.h ../functions/upload.h
request.o: ../functions/uptime.h ../functions/who.h ../functions/vim.h request.o: ../functions/uptime.h ../functions/who.h ../functions/vim.h
request.o: ../core/htmlfilter.h ../templates/templates.h request.o: ../core/htmlfilter.h ../templates/templates.h
@ -393,33 +376,31 @@ request.o: ../templates/patterncacher.h ../templates/indexpatterns.h
request.o: ../templates/patterns.h ../templates/changepatterns.h request.o: ../templates/patterns.h ../templates/changepatterns.h
request.o: ../core/sessionmanager.h request.o: ../core/sessionmanager.h
run.o: run.h log.h textstream.h logmanipulators.h slog.h cur.h request.h run.o: run.h log.h textstream.h logmanipulators.h slog.h cur.h request.h
run.o: requesttypes.h item.h confparser.h error.h config.h htmlfilter.h run.o: requesttypes.h item.h error.h config.h htmlfilter.h
run.o: ../templates/htmltextstream.h ../core/textstream.h misc.h session.h run.o: ../templates/htmltextstream.h ../core/textstream.h misc.h session.h
run.o: user.h plugindata.h rebus.h mount.h ../templates/locale.h run.o: user.h plugindata.h rebus.h mount.h ../templates/locale.h
run.o: ../core/confparser.h session.o: session.h item.h error.h user.h plugindata.h rebus.h textstream.h
session.o: session.h item.h confparser.h error.h user.h plugindata.h rebus.h session.o: misc.h requesttypes.h
session.o: textstream.h misc.h requesttypes.h sessioncontainer.o: sessioncontainer.h session.h item.h error.h user.h
sessioncontainer.o: sessioncontainer.h session.h item.h confparser.h error.h sessioncontainer.o: plugindata.h rebus.h textstream.h cur.h request.h
sessioncontainer.o: user.h plugindata.h rebus.h textstream.h cur.h request.h
sessioncontainer.o: requesttypes.h config.h htmlfilter.h sessioncontainer.o: requesttypes.h config.h htmlfilter.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 ../core/confparser.h sessioncontainer.o: ../templates/locale.h
sessionmanager.o: sessionmanager.h sessioncontainer.h session.h item.h sessionmanager.o: sessionmanager.h sessioncontainer.h session.h item.h
sessionmanager.o: confparser.h error.h user.h plugindata.h rebus.h sessionmanager.o: error.h user.h plugindata.h rebus.h textstream.h cur.h
sessionmanager.o: textstream.h cur.h request.h requesttypes.h config.h sessionmanager.o: request.h requesttypes.h config.h htmlfilter.h
sessionmanager.o: htmlfilter.h ../templates/htmltextstream.h sessionmanager.o: ../templates/htmltextstream.h ../core/textstream.h misc.h
sessionmanager.o: ../core/textstream.h misc.h mount.h lastcontainer.h sessionmanager.o: mount.h lastcontainer.h system.h dirs.h dircontainer.h
sessionmanager.o: system.h dirs.h dircontainer.h ../db/db.h ../db/dbbase.h sessionmanager.o: ../db/db.h ../db/dbbase.h ../db/dbconn.h
sessionmanager.o: ../db/dbconn.h ../db/dbtextstream.h ../core/error.h sessionmanager.o: ../db/dbtextstream.h ../core/error.h ../db/dbitemquery.h
sessionmanager.o: ../core/confparser.h ../db/dbitemquery.h ../core/item.h sessionmanager.o: ../core/item.h ../db/dbitemcolumns.h ../core/user.h
sessionmanager.o: ../db/dbitemcolumns.h ../core/user.h ../core/group.h sessionmanager.o: ../core/group.h ../core/dircontainer.h
sessionmanager.o: ../core/dircontainer.h ../core/ugcontainer.h log.h sessionmanager.o: ../core/ugcontainer.h log.h logmanipulators.h slog.h
sessionmanager.o: logmanipulators.h slog.h ../templates/locale.h sessionmanager.o: ../templates/locale.h ../notify/notify.h
sessionmanager.o: ../notify/notify.h ../notify/notifypool.h sessionmanager.o: ../notify/notifypool.h ../templates/patterns.h
sessionmanager.o: ../templates/patterns.h ../templates/locale.h sessionmanager.o: ../templates/locale.h ../templates/localefilter.h
sessionmanager.o: ../templates/localefilter.h ../../ezc/src/ezc.h sessionmanager.o: ../../ezc/src/ezc.h ../../ezc/src/generator.h
sessionmanager.o: ../../ezc/src/utf8.h ../../ezc/src/generator.h
sessionmanager.o: ../../ezc/src/pattern.h ../../ezc/src/functions.h sessionmanager.o: ../../ezc/src/pattern.h ../../ezc/src/functions.h
sessionmanager.o: ../../ezc/src/funinfo.h ../../ezc/src/stringconv.h sessionmanager.o: ../../ezc/src/funinfo.h ../../ezc/src/stringconv.h
sessionmanager.o: ../notify/notifythread.h ../core/basethread.h synchro.h sessionmanager.o: ../notify/notifythread.h ../core/basethread.h synchro.h
@ -452,21 +433,20 @@ sessionmanager.o: ../core/htmlfilter.h ../templates/templates.h
sessionmanager.o: ../templates/patterncacher.h ../templates/indexpatterns.h sessionmanager.o: ../templates/patterncacher.h ../templates/indexpatterns.h
sessionmanager.o: ../templates/patterns.h ../templates/changepatterns.h sessionmanager.o: ../templates/patterns.h ../templates/changepatterns.h
sessionmanager.o: ../core/sessionmanager.h sessionmanager.o: ../core/sessionmanager.h
sessionparser.o: sessionparser.h session.h item.h confparser.h error.h user.h sessionparser.o: sessionparser.h session.h item.h error.h user.h plugindata.h
sessionparser.o: plugindata.h rebus.h textstream.h sessioncontainer.h cur.h sessionparser.o: rebus.h textstream.h sessioncontainer.h cur.h request.h
sessionparser.o: request.h requesttypes.h config.h htmlfilter.h sessionparser.o: requesttypes.h config.h htmlfilter.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 ../core/confparser.h sessionparser.o: ../templates/locale.h
slog.o: slog.h cur.h request.h requesttypes.h item.h confparser.h error.h slog.o: slog.h cur.h request.h requesttypes.h item.h error.h config.h
slog.o: config.h htmlfilter.h textstream.h ../templates/htmltextstream.h slog.o: htmlfilter.h textstream.h ../templates/htmltextstream.h
slog.o: ../core/textstream.h misc.h session.h user.h plugindata.h rebus.h slog.o: ../core/textstream.h misc.h session.h user.h plugindata.h rebus.h
slog.o: mount.h logmanipulators.h ../templates/locale.h ../core/confparser.h slog.o: mount.h logmanipulators.h ../templates/locale.h
synchro.o: synchro.h synchro.o: synchro.h
system.o: system.h dirs.h item.h confparser.h dircontainer.h ../db/db.h system.o: system.h dirs.h item.h dircontainer.h ../db/db.h ../db/dbbase.h
system.o: ../db/dbbase.h ../db/dbconn.h ../db/dbtextstream.h system.o: ../db/dbconn.h ../db/dbtextstream.h ../core/textstream.h misc.h
system.o: ../core/textstream.h misc.h requesttypes.h ../core/error.h system.o: requesttypes.h ../core/error.h ../db/dbitemquery.h ../core/item.h
system.o: ../core/confparser.h ../db/dbitemquery.h ../core/item.h
system.o: ../db/dbitemcolumns.h ../core/user.h ../core/group.h system.o: ../db/dbitemcolumns.h ../core/user.h ../core/group.h
system.o: ../core/dircontainer.h ../core/ugcontainer.h log.h textstream.h system.o: ../core/dircontainer.h ../core/ugcontainer.h log.h textstream.h
system.o: logmanipulators.h slog.h cur.h request.h error.h config.h system.o: logmanipulators.h slog.h cur.h request.h error.h config.h
@ -474,7 +454,7 @@ system.o: htmlfilter.h ../templates/htmltextstream.h session.h user.h
system.o: plugindata.h rebus.h mount.h ../templates/locale.h system.o: plugindata.h rebus.h mount.h ../templates/locale.h
system.o: ../notify/notify.h ../notify/notifypool.h ../templates/patterns.h system.o: ../notify/notify.h ../notify/notifypool.h ../templates/patterns.h
system.o: ../templates/locale.h ../templates/localefilter.h system.o: ../templates/locale.h ../templates/localefilter.h
system.o: ../../ezc/src/ezc.h ../../ezc/src/utf8.h ../../ezc/src/generator.h system.o: ../../ezc/src/ezc.h ../../ezc/src/generator.h
system.o: ../../ezc/src/pattern.h ../../ezc/src/functions.h system.o: ../../ezc/src/pattern.h ../../ezc/src/functions.h
system.o: ../../ezc/src/funinfo.h ../../ezc/src/stringconv.h system.o: ../../ezc/src/funinfo.h ../../ezc/src/stringconv.h
system.o: ../notify/notifythread.h ../core/basethread.h synchro.h system.o: ../notify/notifythread.h ../core/basethread.h synchro.h
@ -502,11 +482,11 @@ system.o: ../functions/stat.h ../functions/subject.h ../functions/template.h
system.o: ../functions/tinymce.h ../functions/uname.h ../functions/upload.h system.o: ../functions/tinymce.h ../functions/uname.h ../functions/upload.h
system.o: ../functions/uptime.h ../functions/who.h ../functions/vim.h system.o: ../functions/uptime.h ../functions/who.h ../functions/vim.h
system.o: plugin.h pluginmsg.h sessionmanager.h sessioncontainer.h system.o: plugin.h pluginmsg.h sessionmanager.h sessioncontainer.h
textstream.o: textstream.h misc.h item.h confparser.h requesttypes.h textstream.o: textstream.h misc.h item.h requesttypes.h
threadmanager.o: threadmanager.h basethread.h synchro.h log.h textstream.h threadmanager.o: threadmanager.h basethread.h synchro.h log.h textstream.h
threadmanager.o: logmanipulators.h slog.h cur.h request.h requesttypes.h threadmanager.o: logmanipulators.h slog.h cur.h request.h requesttypes.h
threadmanager.o: item.h confparser.h error.h config.h htmlfilter.h threadmanager.o: item.h error.h config.h htmlfilter.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 ../core/confparser.h threadmanager.o: ../templates/locale.h
users.o: users.h users.o: users.h

View File

@ -1 +1 @@
o = acceptbaseparser.o app.o basethread.o bbcodeparser.o compress.o config.o confparser.o crypt.o dircontainer.o dirs.o groups.o htmlfilter.o httpsimpleparser.o image.o item.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 textstream.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 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 textstream.o threadmanager.o users.o

View File

@ -2,7 +2,7 @@
* This file is a part of Winix * This file is a part of Winix
* and is not publicly distributed * and is not publicly distributed
* *
* Copyright (c) 2010-2011, Tomasz Sowa * Copyright (c) 2010-2012, Tomasz Sowa
* All rights reserved. * All rights reserved.
* *
*/ */
@ -20,7 +20,7 @@
#include "plugin.h" #include "plugin.h"
#include "misc.h" #include "misc.h"
#include "functions/functions.h" #include "functions/functions.h"
#include "utf8.h" #include "utf8/utf8.h"
@ -652,8 +652,8 @@ void App::SendHeadersStatic()
return; return;
} }
Ezc::WideToUTF8(config.http_header_send_file, sendh_t); PT::WideToUTF8(config.http_header_send_file, sendh_t);
Ezc::WideToUTF8(config.static_dirs[index], sendh_t2); PT::WideToUTF8(config.static_dirs[index], sendh_t2);
if( !SendHeadersStaticCreateResource() ) if( !SendHeadersStaticCreateResource() )
{ {
@ -729,7 +729,7 @@ void App::SendHeadersRedirect()
if( !cur.request->redirect_url_encoded ) if( !cur.request->redirect_url_encoded )
UrlEncode(cur.request->redirect_to, cur.request->aredirect_to); UrlEncode(cur.request->redirect_to, cur.request->aredirect_to);
else else
Ezc::WideToUTF8(cur.request->redirect_to, cur.request->aredirect_to); PT::WideToUTF8(cur.request->redirect_to, cur.request->aredirect_to);
FCGX_FPrintF(fcgi_request.out, "Location: %s\r\n", cur.request->aredirect_to.c_str()); FCGX_FPrintF(fcgi_request.out, "Location: %s\r\n", cur.request->aredirect_to.c_str());
log << log2 << "App: redirect to: " << cur.request->aredirect_to << logend; log << log2 << "App: redirect to: " << cur.request->aredirect_to << logend;
@ -738,8 +738,8 @@ void App::SendHeadersRedirect()
void App::SendHeadersSendFile() void App::SendHeadersSendFile()
{ {
Ezc::WideToUTF8(config.http_header_send_file, sendfilea); PT::WideToUTF8(config.http_header_send_file, sendfilea);
Ezc::WideToUTF8(cur.request->x_sendfile, sendfile2a); PT::WideToUTF8(cur.request->x_sendfile, sendfile2a);
FCGX_FPrintF(fcgi_request.out, "%s: %s\r\n", sendfilea.c_str(), sendfile2a.c_str()); FCGX_FPrintF(fcgi_request.out, "%s: %s\r\n", sendfilea.c_str(), sendfile2a.c_str());
FCGX_PutS("Status: 200 OK\r\n", fcgi_request.out); FCGX_PutS("Status: 200 OK\r\n", fcgi_request.out);
@ -837,7 +837,7 @@ void App::FilterCompressSend(bool compressing, int compress_encoding, const std:
} }
if( config.utf8 ) if( config.utf8 )
Ezc::WideToUTF8(*source, source_a); PT::WideToUTF8(*source, source_a);
else else
AssignString(*source, source_a); AssignString(*source, source_a);
@ -1271,8 +1271,8 @@ sigset_t set;
FCGX_ShutdownPending(); FCGX_ShutdownPending();
// here we don't have to use SSL version so we always use config.url_proto // here we don't have to use SSL version so we always use config.url_proto
Ezc::WideToUTF8(app->config.url_proto, app->url_to_fetch_on_exit); PT::WideToUTF8(app->config.url_proto, app->url_to_fetch_on_exit);
Ezc::WideToUTF8(app->config.base_url, app->url_to_fetch_on_exit, false); PT::WideToUTF8(app->config.base_url, app->url_to_fetch_on_exit, false);
app->Unlock(); app->Unlock();
// this thread will hang on this method // this thread will hang on this method

View File

@ -2,7 +2,7 @@
* This file is a part of Winix * This file is a part of Winix
* and is not publicly distributed * and is not publicly distributed
* *
* Copyright (c) 2008-2011, Tomasz Sowa * Copyright (c) 2008-2012, Tomasz Sowa
* All rights reserved. * All rights reserved.
* *
*/ */
@ -31,22 +31,22 @@ void Config::ShowError()
switch( parser.status ) switch( parser.status )
{ {
case ConfParser::no_space: case PT::ConfParser::no_space:
log << log2 << "Config: space not set" << logend; log << log2 << "Config: space not set" << logend;
break; break;
case ConfParser::ok: case PT::ConfParser::ok:
log << log2 << "Config: syntax ok" << logend; log << log2 << "Config: syntax ok" << logend;
break; break;
case ConfParser::cant_open_file: case PT::ConfParser::cant_open_file:
if( errors_to_stdout ) if( errors_to_stdout )
std::cout << "Config: cant open a config file: " << config_file << std::endl; std::cout << "Config: cant open a config file: " << config_file << std::endl;
log << log1 << "Config: cant open a config file: " << config_file << logend; log << log1 << "Config: cant open a config file: " << config_file << logend;
break; break;
case ConfParser::syntax_error: case PT::ConfParser::syntax_error:
if( errors_to_stdout ) if( errors_to_stdout )
std::cout << "Config: syntax error, line: " << parser.line << std::endl; std::cout << "Config: syntax error, line: " << parser.line << std::endl;
@ -76,9 +76,9 @@ bool Config::ReadConfig(bool errors_to_stdout_, bool stdout_is_closed)
parser.UTF8(true); // config is always read in UTF-8 parser.UTF8(true); // config is always read in UTF-8
parser.SetSpace(space); parser.SetSpace(space);
ConfParser::Status status = parser.Parse(config_file); PT::ConfParser::Status status = parser.Parse(config_file);
if( status == ConfParser::ok ) if( status == PT::ConfParser::ok )
{ {
AssignValues(stdout_is_closed); AssignValues(stdout_is_closed);
SetAdditionalVariables(); SetAdditionalVariables();

View File

@ -2,7 +2,7 @@
* This file is a part of Winix * This file is a part of Winix
* and is not publicly distributed * and is not publicly distributed
* *
* Copyright (c) 2008-2011, Tomasz Sowa * Copyright (c) 2008-2012, Tomasz Sowa
* All rights reserved. * All rights reserved.
* *
*/ */
@ -11,7 +11,7 @@
#define headerfile_winix_core_config #define headerfile_winix_core_config
#include <string> #include <string>
#include "confparser.h" #include "confparser/confparser.h"
#include "htmlfilter.h" #include "htmlfilter.h"
@ -489,8 +489,8 @@ private:
void CheckLocale(); void CheckLocale();
void CheckPasswd(); void CheckPasswd();
Space space; PT::Space space;
ConfParser parser; PT::ConfParser parser;
std::string default_str; std::string default_str;
int default_int; int default_int;

View File

@ -2,14 +2,14 @@
* This file is a part of Winix * This file is a part of Winix
* and is not publicly distributed * and is not publicly distributed
* *
* Copyright (c) 2011, Tomasz Sowa * Copyright (c) 2011-2012, Tomasz Sowa
* All rights reserved. * All rights reserved.
* *
*/ */
#include <cstring> #include <cstring>
#include "crypt.h" #include "crypt.h"
#include "utf8.h" #include "utf8/utf8.h"
#include "misc.h" #include "misc.h"
#include "log.h" #include "log.h"
@ -44,7 +44,7 @@ bool Crypt::Hash(int hash, const char * in, size_t inlen, std::string & out)
return false; return false;
run.Clear(); run.Clear();
Ezc::WideToUTF8(config->opensll_path, command); PT::WideToUTF8(config->opensll_path, command);
run.Cmd(command); run.Cmd(command);
run.Par("dgst"); run.Par("dgst");
@ -87,7 +87,7 @@ bool Crypt::Hash(int hash, const std::string & in, std::string & out)
bool Crypt::Hash(int hash, const wchar_t * in, size_t inlen, std::wstring & out) bool Crypt::Hash(int hash, const wchar_t * in, size_t inlen, std::wstring & out)
{ {
Ezc::WideToUTF8(in, inlen, bufina); PT::WideToUTF8(in, inlen, bufina);
int res = Hash(hash, bufina.c_str(), bufina.size(), bufouta); int res = Hash(hash, bufina.c_str(), bufina.size(), bufouta);
// the output hash is not a UTF8 string // the output hash is not a UTF8 string
@ -132,7 +132,7 @@ bool Crypt::RSA(bool encrypt, const char * keypath, const char * in, size_t inle
return false; return false;
run.Clear(); run.Clear();
Ezc::WideToUTF8(config->opensll_path, command); PT::WideToUTF8(config->opensll_path, command);
run.Cmd(command); run.Cmd(command);
run.Par("rsautl"); run.Par("rsautl");
@ -164,7 +164,7 @@ bool Crypt::RSA(bool encrypt, const std::string & keypath, const std::string & i
bool Crypt::RSA(bool encrypt, const wchar_t * keypath, const char * in, size_t inlen, std::string & out) bool Crypt::RSA(bool encrypt, const wchar_t * keypath, const char * in, size_t inlen, std::string & out)
{ {
Ezc::WideToUTF8(keypath, keypatha); PT::WideToUTF8(keypath, keypatha);
return RSA(encrypt, keypatha.c_str(), in, inlen, out); return RSA(encrypt, keypatha.c_str(), in, inlen, out);
} }
@ -229,7 +229,7 @@ bool Crypt::PassCrypt(const std::wstring & path_to_rsa_private_key, UserPass & u
if( !path_to_rsa_private_key.empty() ) if( !path_to_rsa_private_key.empty() )
{ {
Ezc::WideToUTF8(up.pass, passa); PT::WideToUTF8(up.pass, passa);
if( RSA(true, path_to_rsa_private_key, passa, up.pass_encrypted) ) if( RSA(true, path_to_rsa_private_key, passa, up.pass_encrypted) )
{ {

View File

@ -2,14 +2,14 @@
* This file is a part of Winix * This file is a part of Winix
* and is not publicly distributed * and is not publicly distributed
* *
* Copyright (c) 2010-2011, Tomasz Sowa * Copyright (c) 2010-2012, Tomasz Sowa
* All rights reserved. * All rights reserved.
* *
*/ */
#include <ctime> #include <ctime>
#include "image.h" #include "image.h"
#include "utf8.h" #include "utf8/utf8.h"
#include "log.h" #include "log.h"
#include "system.h" #include "system.h"
#include "plugin.h" #include "plugin.h"
@ -144,7 +144,7 @@ bool end;
void Image::Add(const std::wstring & in, TextStream<std::string> & out) void Image::Add(const std::wstring & in, TextStream<std::string> & out)
{ {
Ezc::WideToUTF8(in, add_tempa); PT::WideToUTF8(in, add_tempa);
out << add_tempa; out << add_tempa;
} }
@ -226,7 +226,7 @@ bool Image::CreateInputFileName()
{ {
if( system->MakeFilePath(item_work.file, src_path) ) if( system->MakeFilePath(item_work.file, src_path) )
{ {
Ezc::WideToUTF8(src_path, input_file_name); PT::WideToUTF8(src_path, input_file_name);
return true; return true;
} }
else else
@ -242,7 +242,7 @@ void Image::CreateTmpFileName()
{ {
stream_tmp_path.Clear(); stream_tmp_path.Clear();
stream_tmp_path << config->upload_dir << L"/tmp/image_" << std::time(0); stream_tmp_path << config->upload_dir << L"/tmp/image_" << std::time(0);
Ezc::WideToUTF8(stream_tmp_path.Str(), tmp_file_name); PT::WideToUTF8(stream_tmp_path.Str(), tmp_file_name);
} }
@ -387,8 +387,8 @@ void Image::CreateImage()
void Image::CreateThumbnail() void Image::CreateThumbnail()
{ {
Ezc::WideToUTF8(item_work.source, sourcea); PT::WideToUTF8(item_work.source, sourcea);
Ezc::WideToUTF8(item_work.dst, dsta); PT::WideToUTF8(item_work.dst, dsta);
MagickWandGenesis(); MagickWandGenesis();

View File

@ -2,7 +2,7 @@
* This file is a part of Winix * This file is a part of Winix
* and is not publicly distributed * and is not publicly distributed
* *
* Copyright (c) 2008-2011, Tomasz Sowa * Copyright (c) 2008-2012, Tomasz Sowa
* All rights reserved. * All rights reserved.
* *
*/ */
@ -11,7 +11,7 @@
#define headerfile_winix_core_item #define headerfile_winix_core_item
#include <string> #include <string>
#include "confparser.h" #include "confparser/space.h"
#define WINIX_ITEM_FILETYPE_NONE 0 #define WINIX_ITEM_FILETYPE_NONE 0
@ -95,7 +95,7 @@ struct Item
// meta information // meta information
Space meta; PT::Space meta;
// methods // methods

View File

@ -2,7 +2,7 @@
* This file is a part of Winix * This file is a part of Winix
* and is not publicly distributed * and is not publicly distributed
* *
* Copyright (c) 2008-2011, Tomasz Sowa * Copyright (c) 2008-2012, Tomasz Sowa
* All rights reserved. * All rights reserved.
* *
*/ */
@ -10,7 +10,7 @@
#include "log.h" #include "log.h"
#include <ctime> #include <ctime>
#include <string.h> #include <string.h>
#include "utf8.h" #include "utf8/utf8.h"
Log::Log() Log::Log()
@ -310,7 +310,7 @@ void Log::SaveLog()
return; return;
if( log_stdout ) if( log_stdout )
Ezc::WideToUTF8(buffer.Str(), std::cout); PT::WideToUTF8(buffer.Str(), std::cout);
if( log_file.empty() ) if( log_file.empty() )
return; return;
@ -326,7 +326,7 @@ void Log::SaveLog()
return; return;
} }
Ezc::WideToUTF8(buffer.Str(), file); PT::WideToUTF8(buffer.Str(), file);
file.flush(); file.flush();
} }

View File

@ -2,7 +2,7 @@
* This file is a part of Winix * This file is a part of Winix
* and is not publicly distributed * and is not publicly distributed
* *
* Copyright (c) 2008-2011, Tomasz Sowa * Copyright (c) 2008-2012, Tomasz Sowa
* All rights reserved. * All rights reserved.
* *
*/ */
@ -13,7 +13,7 @@
#include "misc.h" #include "misc.h"
#include "log.h" #include "log.h"
#include "templates/templates.h" #include "templates/templates.h"
#include "utf8.h" #include "utf8/utf8.h"
@ -645,7 +645,7 @@ bool IsFile(const wchar_t * file)
struct stat sb; struct stat sb;
static std::string afile; static std::string afile;
Ezc::WideToUTF8(file, afile); PT::WideToUTF8(file, afile);
return (stat(afile.c_str(), &sb) == 0); return (stat(afile.c_str(), &sb) == 0);
} }
@ -663,7 +663,7 @@ static std::string adir;
if( !IsFile(dir) ) if( !IsFile(dir) )
{ {
Ezc::WideToUTF8(dir, adir); PT::WideToUTF8(dir, adir);
if( mkdir(adir.c_str(), priv) < 0 ) if( mkdir(adir.c_str(), priv) < 0 )
{ {
@ -756,8 +756,8 @@ bool CopyFile(const wchar_t * src, const wchar_t * dst)
static std::string asrc, adst; static std::string asrc, adst;
FILE * in, * out; FILE * in, * out;
Ezc::WideToUTF8(src, asrc); PT::WideToUTF8(src, asrc);
Ezc::WideToUTF8(dst, adst); PT::WideToUTF8(dst, adst);
in = fopen(asrc.c_str(), "rb"); in = fopen(asrc.c_str(), "rb");
@ -798,7 +798,7 @@ bool RemoveFile(const wchar_t * file)
{ {
static std::string afile; static std::string afile;
Ezc::WideToUTF8(file, afile); PT::WideToUTF8(file, afile);
return unlink(afile.c_str()) == 0; return unlink(afile.c_str()) == 0;
} }
@ -815,8 +815,8 @@ bool RenameFile(const wchar_t * from, const wchar_t * to)
{ {
static std::string afrom, ato; static std::string afrom, ato;
Ezc::WideToUTF8(from, afrom); PT::WideToUTF8(from, afrom);
Ezc::WideToUTF8(to, ato); PT::WideToUTF8(to, ato);
return rename(afrom.c_str(), ato.c_str()) == 0; return rename(afrom.c_str(), ato.c_str()) == 0;
} }
@ -844,7 +844,7 @@ using namespace misc_private;
if( !get_file_content ) if( !get_file_content )
return false; return false;
Ezc::UTF8ToWide(get_file_content, content); PT::UTF8ToWide(get_file_content, content);
get_file_content.close(); get_file_content.close();
return true; return true;
@ -855,7 +855,7 @@ bool GetUTF8File(const wchar_t * file_path, std::wstring & content, bool clear_c
{ {
using namespace misc_private; using namespace misc_private;
Ezc::WideToUTF8(file_path, get_file_content_ansi); PT::WideToUTF8(file_path, get_file_content_ansi);
return GetUTF8File(get_file_content_ansi.c_str(), content, clear_content); return GetUTF8File(get_file_content_ansi.c_str(), content, clear_content);
} }
@ -1027,7 +1027,7 @@ void UrlEncode(const std::wstring & in, std::string & out, bool clear_out)
{ {
static std::string ain; static std::string ain;
Ezc::WideToUTF8(in, ain); PT::WideToUTF8(in, ain);
UrlEncode(ain, out, clear_out); UrlEncode(ain, out, clear_out);
} }
@ -1049,7 +1049,7 @@ void QEncodeAddChar(wchar_t c, std::string & out)
size_t len1 = sizeof(buf1) / sizeof(char); size_t len1 = sizeof(buf1) / sizeof(char);
size_t len2 = sizeof(buf2) / sizeof(char); size_t len2 = sizeof(buf2) / sizeof(char);
size_t len = Ezc::IntToUTF8(int(c), buf1, len1); size_t len = PT::IntToUTF8(int(c), buf1, len1);
for(size_t i=0 ; i<len ; ++i) for(size_t i=0 ; i<len ; ++i)
{ {

View File

@ -2,14 +2,14 @@
* This file is a part of Winix * This file is a part of Winix
* and is not publicly distributed * and is not publicly distributed
* *
* Copyright (c) 2008-2011, Tomasz Sowa * Copyright (c) 2008-2012, Tomasz Sowa
* All rights reserved. * All rights reserved.
* *
*/ */
#include "postmultiparser.h" #include "postmultiparser.h"
#include "log.h" #include "log.h"
#include "utf8.h" #include "utf8/utf8.h"
@ -356,7 +356,7 @@ void PostMultiParser::ReadContent()
void PostMultiParser::ConvStr(const std::string & src, std::wstring & dst) void PostMultiParser::ConvStr(const std::string & src, std::wstring & dst)
{ {
if( config->utf8 ) if( config->utf8 )
Ezc::UTF8ToWide(src, dst); PT::UTF8ToWide(src, dst);
else else
AssignString(src, dst); AssignString(src, dst);
} }
@ -465,7 +465,7 @@ size_t buf_len = sizeof(buf)/sizeof(wchar_t);
tmp_filename_postfix += 1; tmp_filename_postfix += 1;
tmp_filename = buf; tmp_filename = buf;
Ezc::WideToUTF8(tmp_filename, atmp_filename); PT::WideToUTF8(tmp_filename, atmp_filename);
tmp_file.open(atmp_filename.c_str(), std::ios_base::binary | std::ios_base::out); tmp_file.open(atmp_filename.c_str(), std::ios_base::binary | std::ios_base::out);
// !! dodac ustawienie chmod config.upload_files_chmod dla tymczasowego pliku // !! dodac ustawienie chmod config.upload_files_chmod dla tymczasowego pliku

View File

@ -2,7 +2,7 @@
* This file is a part of Winix * This file is a part of Winix
* and is not publicly distributed * and is not publicly distributed
* *
* Copyright (c) 2008-2011, Tomasz Sowa * Copyright (c) 2008-2012, Tomasz Sowa
* All rights reserved. * All rights reserved.
* *
*/ */
@ -15,7 +15,7 @@
#include "httpsimpleparser.h" #include "httpsimpleparser.h"
#include "requesttypes.h" #include "requesttypes.h"
#include "misc.h" #include "misc.h"
#include "utf8.h" #include "utf8/utf8.h"
#include "log.h" #include "log.h"
#include "config.h" #include "config.h"
@ -66,7 +66,7 @@ protected:
void ConvStr(const std::string & src, std::wstring & dst) void ConvStr(const std::string & src, std::wstring & dst)
{ {
if( input_as_utf8 ) if( input_as_utf8 )
Ezc::UTF8ToWide(src, dst); PT::UTF8ToWide(src, dst);
else else
AssignString(src, dst); AssignString(src, dst);
} }

View File

@ -12,7 +12,7 @@
#include <string> #include <string>
#include "misc.h" #include "misc.h"
#include "confparser.h" #include "confparser/space.h"
/* /*
@ -56,8 +56,8 @@ public:
TextStream & operator<<(unsigned long); TextStream & operator<<(unsigned long);
TextStream & operator<<(double); TextStream & operator<<(double);
TextStream & operator<<(const void *);// printing a pointer TextStream & operator<<(const void *);// printing a pointer
TextStream & operator<<(const Space * space); TextStream & operator<<(const PT::Space * space);
TextStream & operator<<(const Space & space); TextStream & operator<<(const PT::Space & space);
TextStream & Write(const char * buf, size_t len); TextStream & Write(const char * buf, size_t len);
@ -307,7 +307,7 @@ TextStream<StringType> & TextStream<StringType>::write(const wchar_t * buf, size
template<class StringType> template<class StringType>
TextStream<StringType> & TextStream<StringType>::operator<<(const Space * space) TextStream<StringType> & TextStream<StringType>::operator<<(const PT::Space * space)
{ {
// !! check me pls // !! check me pls
space->Serialize(*this, true, false); space->Serialize(*this, true, false);
@ -317,7 +317,7 @@ TextStream<StringType> & TextStream<StringType>::operator<<(const Space * space)
template<class StringType> template<class StringType>
TextStream<StringType> & TextStream<StringType>::operator<<(const Space & space) TextStream<StringType> & TextStream<StringType>::operator<<(const PT::Space & space)
{ {
return operator<<(&space); return operator<<(&space);
} }

View File

@ -12,7 +12,7 @@
#include <string> #include <string>
#include <vector> #include <vector>
#include "confparser.h" #include "confparser/space.h"
@ -45,11 +45,11 @@ struct User
// 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
Space env; PT::Space env;
// environment variables set only by an administrator // environment variables set only by an administrator
// an administrator can use 'env' winix function with 'a' parameter // an administrator can use 'env' winix function with 'a' parameter
Space aenv; PT::Space aenv;

View File

@ -1,8 +1,7 @@
# DO NOT DELETE # DO NOT DELETE
db.o: db.h dbbase.h dbconn.h dbtextstream.h ../core/textstream.h db.o: db.h dbbase.h dbconn.h dbtextstream.h ../core/textstream.h
db.o: ../core/misc.h ../core/item.h ../core/confparser.h db.o: ../core/misc.h ../core/item.h ../core/requesttypes.h ../core/error.h
db.o: ../core/requesttypes.h ../core/error.h ../core/confparser.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/group.h ../core/dircontainer.h ../core/ugcontainer.h
db.o: ../core/log.h ../core/textstream.h ../core/logmanipulators.h db.o: ../core/log.h ../core/textstream.h ../core/logmanipulators.h
@ -11,17 +10,14 @@ db.o: ../core/config.h ../core/htmlfilter.h ../templates/htmltextstream.h
db.o: ../core/session.h ../core/user.h ../core/plugindata.h ../core/rebus.h db.o: ../core/session.h ../core/user.h ../core/plugindata.h ../core/rebus.h
db.o: ../core/mount.h ../templates/locale.h ../core/log.h ../core/misc.h db.o: ../core/mount.h ../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 ../core/confparser.h dbbase.o: ../core/misc.h ../core/item.h ../core/requesttypes.h
dbbase.o: ../core/requesttypes.h ../core/error.h ../core/confparser.h dbbase.o: ../core/error.h ../core/log.h ../core/misc.h
dbbase.o: ../core/log.h ../core/misc.h ../../ezc/src/utf8.h
dbconn.o: dbconn.h dbtextstream.h ../core/textstream.h ../core/misc.h dbconn.o: dbconn.h dbtextstream.h ../core/textstream.h ../core/misc.h
dbconn.o: ../core/item.h ../core/confparser.h ../core/requesttypes.h dbconn.o: ../core/item.h ../core/requesttypes.h ../core/log.h ../core/error.h
dbconn.o: ../core/log.h ../core/error.h
dbitemcolumns.o: dbitemcolumns.h ../core/item.h dbbase.h dbconn.h dbitemcolumns.o: dbitemcolumns.h ../core/item.h dbbase.h dbconn.h
dbitemcolumns.o: dbtextstream.h ../core/textstream.h ../core/misc.h dbitemcolumns.o: dbtextstream.h ../core/textstream.h ../core/misc.h
dbitemcolumns.o: ../core/item.h ../core/confparser.h ../core/requesttypes.h dbitemcolumns.o: ../core/item.h ../core/requesttypes.h ../core/error.h
dbitemcolumns.o: ../core/error.h ../core/confparser.h ../core/log.h dbitemcolumns.o: ../core/log.h
dbitemquery.o: dbitemquery.h ../core/item.h dbitemquery.o: dbitemquery.h ../core/item.h
dbtextstream.o: dbtextstream.h ../core/textstream.h ../core/misc.h dbtextstream.o: dbtextstream.h ../core/textstream.h ../core/misc.h
dbtextstream.o: ../core/item.h ../core/confparser.h ../core/requesttypes.h dbtextstream.o: ../core/item.h ../core/requesttypes.h
dbtextstream.o: ../../ezc/src/utf8.h

View File

@ -142,7 +142,7 @@ return DoCommand(query);
} }
Error Db::ChangeUserEnv(long user_id, const Space & space) Error Db::ChangeUserEnv(long user_id, const PT::Space & space)
{ {
query.Clear(); query.Clear();
query << R("update core.user set(env) = (") query << R("update core.user set(env) = (")
@ -155,7 +155,7 @@ return DoCommand(query);
} }
Error Db::ChangeUserAdminEnv(long user_id, const Space & space) Error Db::ChangeUserAdminEnv(long user_id, const PT::Space & space)
{ {
query.Clear(); query.Clear();
query << R("update core.user set(aenv) = (") query << R("update core.user set(aenv) = (")
@ -1262,7 +1262,7 @@ return EndTrans(result);
Error Db::EditMetaById(const Space & meta, long id) Error Db::EditMetaById(const PT::Space & meta, long id)
{ {
query.Clear(); query.Clear();
query << R("update core.item set (meta) = (") query << R("update core.item set (meta) = (")

View File

@ -49,8 +49,8 @@ public:
// !! change name to: ChangeUserPass ? // !! change name to: ChangeUserPass ?
Error ChangePass(const std::wstring & login, const std::wstring & password, const std::string & password_encrypted, int pass_type, bool pass_hash_salted); Error ChangePass(const std::wstring & login, const std::wstring & password, const std::string & password_encrypted, int pass_type, bool pass_hash_salted);
Error ChangeUserEnv(long user_id, const Space & space); Error ChangeUserEnv(long user_id, const PT::Space & space);
Error ChangeUserAdminEnv(long user_id, const Space & space); Error ChangeUserAdminEnv(long user_id, const PT::Space & space);
Error AddItem(Item & item); Error AddItem(Item & item);
Error EditItemById(Item & item, bool with_url = true); Error EditItemById(Item & item, bool with_url = true);
@ -68,7 +68,7 @@ public:
Error EditParentUrlById(Item & item, long id); Error EditParentUrlById(Item & item, long id);
Error EditFileById(const Item & item, long id); // file_path, file_fs, file_type Error EditFileById(const Item & item, long id); // file_path, file_fs, file_type
Error EditHasThumbById(bool has_thumb, long id); Error EditHasThumbById(bool has_thumb, long id);
Error EditMetaById(const Space & meta, long id); Error EditMetaById(const PT::Space & meta, long id);
Error DelDirById(long id); Error DelDirById(long id);
Error DelFileById(long file_id); Error DelFileById(long file_id);

View File

@ -14,7 +14,7 @@
#include "core/log.h" #include "core/log.h"
#include "core/error.h" #include "core/error.h"
#include "core/misc.h" #include "core/misc.h"
#include "utf8.h" #include "utf8/utf8.h"
@ -145,7 +145,7 @@ const std::wstring & DbBase::AssertValueWide(PGresult * r, int row, int col)
const char * res = AssertValue(r, row, col); const char * res = AssertValue(r, row, col);
static std::wstring temp_wide_value; // !! dac jako skladowa klasy (niestatyczna) static std::wstring temp_wide_value; // !! dac jako skladowa klasy (niestatyczna)
Ezc::UTF8ToWide(res, temp_wide_value); PT::UTF8ToWide(res, temp_wide_value);
return temp_wide_value; return temp_wide_value;
} }
@ -169,7 +169,7 @@ void DbBase::AssertValueBin(PGresult * r, int row, int col, std::string & result
void DbBase::AssertValueWide(PGresult * r, int row, int col, std::wstring & result) void DbBase::AssertValueWide(PGresult * r, int row, int col, std::wstring & result)
{ {
const char * res = AssertValue(r, row, col); const char * res = AssertValue(r, row, col);
Ezc::UTF8ToWide(res, result); PT::UTF8ToWide(res, result);
} }
@ -210,7 +210,7 @@ tm DbBase::AssertValueTm(PGresult * r, int row, int col)
} }
bool DbBase::AssertValueSpace(PGresult * r, int row, int col, Space & space, bool split_single) bool DbBase::AssertValueSpace(PGresult * r, int row, int col, PT::Space & space, bool split_single)
{ {
const char * res = AssertValue(r, row, col); const char * res = AssertValue(r, row, col);
@ -219,13 +219,13 @@ bool DbBase::AssertValueSpace(PGresult * r, int row, int col, Space & space, boo
conf_parser.SetSpace(space); conf_parser.SetSpace(space);
space.Clear(); space.Clear();
ConfParser::Status status = conf_parser.ParseString(res); PT::ConfParser::Status status = conf_parser.ParseString(res);
if( status != ConfParser::ok ) if( status != PT::ConfParser::ok )
{ {
log << log1 << "Db: a problem with parsing a Space"; log << log1 << "Db: a problem with parsing a PT::Space";
if( status == ConfParser::syntax_error ) if( status == PT::ConfParser::syntax_error )
log << ", syntax error at line: " << conf_parser.line; log << ", syntax error at line: " << conf_parser.line;
log << logend; log << logend;

View File

@ -16,7 +16,7 @@
#include <vector> #include <vector>
#include <string> #include <string>
#include "core/error.h" #include "core/error.h"
#include "core/confparser.h" #include "confparser/confparser.h"
class DbBase class DbBase
@ -50,7 +50,7 @@ public:
static tm AssertValueTm(PGresult * r, int row, int col); static tm AssertValueTm(PGresult * r, int row, int col);
// non static assignments // non static assignments
bool AssertValueSpace(PGresult * r, int row, int col, Space & space, bool split_single = true); bool AssertValueSpace(PGresult * r, int row, int col, PT::Space & space, bool split_single = true);
void ClearResult(PGresult * r); void ClearResult(PGresult * r);
long AssertCurrval(const char * table); long AssertCurrval(const char * table);
@ -94,7 +94,7 @@ private:
static int UnescapeBin(const char * str, size_t & i, size_t len); static int UnescapeBin(const char * str, size_t & i, size_t len);
DbTextStream bquery; DbTextStream bquery;
ConfParser conf_parser; PT::ConfParser conf_parser;
}; };

View File

@ -2,7 +2,7 @@
* This file is a part of Winix * This file is a part of Winix
* and is not publicly distributed * and is not publicly distributed
* *
* Copyright (c) 2010-2011, Tomasz Sowa * Copyright (c) 2010-2012, Tomasz Sowa
* All rights reserved. * All rights reserved.
* *
*/ */
@ -33,7 +33,7 @@ struct DbItemQuery
bool sel_file; // file_path, file_fs, file_type, has_thumb, hash, hash_type, file_size bool sel_file; // file_path, file_fs, file_type, has_thumb, hash, hash_type, file_size
bool sel_html_template; // template bool sel_html_template; // template
bool sel_sort_index; // sort_index bool sel_sort_index; // sort_index
bool sel_meta; // meta Space bool sel_meta; // meta PT::Space
bool where_id; // bool where_id; //
bool where_parent_id; // bool where_parent_id; //

View File

@ -8,7 +8,7 @@
*/ */
#include "dbtextstream.h" #include "dbtextstream.h"
#include "utf8.h" #include "utf8/utf8.h"
DbTextStream::DbTextStream() DbTextStream::DbTextStream()
@ -56,7 +56,7 @@ DbTextStream & DbTextStream::PutText(const std::string & str)
DbTextStream & DbTextStream::PutText(const wchar_t * str) DbTextStream & DbTextStream::PutText(const wchar_t * str)
{ {
Ezc::WideToUTF8(str, buffer, false); PT::WideToUTF8(str, buffer, false);
was_param = false; was_param = false;
return *this; return *this;
@ -256,7 +256,7 @@ DbTextStream & DbTextStream::ETextPutChar(wchar_t c)
buffer += "\\\'"; // don't use "''" because we use the method for PQconnectdb too buffer += "\\\'"; // don't use "''" because we use the method for PQconnectdb too
else else
if( c != 0 ) if( c != 0 )
Ezc::IntToUTF8(int(c), buffer, false); PT::IntToUTF8(int(c), buffer, false);
return *this; return *this;
} }
@ -577,7 +577,7 @@ return buffer;
DbTextStream & DbTextStream::operator<<(const Space * space) DbTextStream & DbTextStream::operator<<(const PT::Space * space)
{ {
space_stream.Clear(); space_stream.Clear();
// !! IMPROVE ME // !! IMPROVE ME
@ -590,7 +590,7 @@ return *this;
} }
DbTextStream & DbTextStream::operator<<(const Space & space) DbTextStream & DbTextStream::operator<<(const PT::Space & space)
{ {
return operator<<(&space); return operator<<(&space);
} }

View File

@ -152,8 +152,8 @@ public:
DbTextStream & operator<<(const void *); DbTextStream & operator<<(const void *);
DbTextStream & operator<<(const tm & t); DbTextStream & operator<<(const tm & t);
DbTextStream & operator<<(const std::vector<long> & tabid); DbTextStream & operator<<(const std::vector<long> & tabid);
DbTextStream & operator<<(const Space * space); DbTextStream & operator<<(const PT::Space * space);
DbTextStream & operator<<(const Space & space); DbTextStream & operator<<(const PT::Space & space);
static const char * ConvertTime(const tm & t); static const char * ConvertTime(const tm & t);

File diff suppressed because it is too large Load Diff

View File

@ -49,7 +49,7 @@ bool Env::Parse(const std::wstring & env_str)
conf_parser.UTF8(config->utf8); conf_parser.UTF8(config->utf8);
conf_parser.SplitSingle(true); conf_parser.SplitSingle(true);
return (conf_parser.ParseString(env_str) == ConfParser::ok); return (conf_parser.ParseString(env_str) == PT::ConfParser::ok);
} }

View File

@ -11,7 +11,7 @@
#define headerfile_winix_functions_env #define headerfile_winix_functions_env
#include "functionbase.h" #include "functionbase.h"
#include "core/confparser.h" #include "confparser/confparser.h"
namespace Fun namespace Fun
@ -36,8 +36,8 @@ public:
private: private:
ConfParser conf_parser; PT::ConfParser conf_parser;
Space space; PT::Space space;
User * puser; User * puser;
size_t req_id; size_t req_id;

View File

@ -2,7 +2,7 @@
* This file is a part of Winix * This file is a part of Winix
* and is not publicly distributed * and is not publicly distributed
* *
* Copyright (c) 2010-2011, Tomasz Sowa * Copyright (c) 2010-2012, Tomasz Sowa
* All rights reserved. * All rights reserved.
* *
*/ */
@ -19,7 +19,7 @@
#include "core/system.h" #include "core/system.h"
#include "core/synchro.h" #include "core/synchro.h"
#include "notify/notify.h" #include "notify/notify.h"
#include "utf8.h"
class Functions; class Functions;

View File

@ -2,7 +2,7 @@
* This file is a part of Winix * This file is a part of Winix
* and is not publicly distributed * and is not publicly distributed
* *
* Copyright (c) 2008-2011, Tomasz Sowa * Copyright (c) 2008-2012, Tomasz Sowa
* All rights reserved. * All rights reserved.
* *
*/ */
@ -12,7 +12,7 @@
#include "core/item.h" #include "core/item.h"
#include "core/error.h" #include "core/error.h"
#include "functions.h" #include "functions.h"
#include "utf8.h" #include "utf8/utf8.h"
@ -330,7 +330,7 @@ void FunctionParser::ToWide(const std::string & src, std::wstring & dst)
dst.clear(); dst.clear();
if( utf8 ) if( utf8 )
Ezc::UTF8ToWide(src, dst, false); PT::UTF8ToWide(src, dst, false);
else else
AssignString(src, dst, false); AssignString(src, dst, false);
} }

View File

@ -2,13 +2,13 @@
* This file is a part of Winix * This file is a part of Winix
* and is not publicly distributed * and is not publicly distributed
* *
* Copyright (c) 2008-2011, Tomasz Sowa * Copyright (c) 2008-2012, Tomasz Sowa
* All rights reserved. * All rights reserved.
* *
*/ */
#include "login.h" #include "login.h"
#include "utf8.h" #include "utf8/utf8.h"
#include "core/plugin.h" #include "core/plugin.h"
@ -40,7 +40,7 @@ bool Login::CheckPasswords(const std::wstring & password)
{ {
if( system->crypt.RSA(false, config->pass_rsa_private_key, up.pass_encrypted, pass_decrypted) ) if( system->crypt.RSA(false, config->pass_rsa_private_key, up.pass_encrypted, pass_decrypted) )
{ {
Ezc::UTF8ToWide(pass_decrypted, up.pass); PT::UTF8ToWide(pass_decrypted, up.pass);
} }
else else
{ {

View File

@ -2,7 +2,7 @@
* This file is a part of Winix * This file is a part of Winix
* and is not publicly distributed * and is not publicly distributed
* *
* Copyright (c) 2011, Tomasz Sowa * Copyright (c) 2011-2012, Tomasz Sowa
* All rights reserved. * All rights reserved.
* *
*/ */
@ -34,7 +34,7 @@ bool Meta::AddMetaInfo(Item & item, const std::wstring & meta_str)
conf_parser.UTF8(config->utf8); conf_parser.UTF8(config->utf8);
conf_parser.SplitSingle(true); conf_parser.SplitSingle(true);
if( conf_parser.ParseString(meta_str) == ConfParser::ok ) if( conf_parser.ParseString(meta_str) == PT::ConfParser::ok )
{ {
if( db->EditMetaById(space, item.id) == WINIX_ERR_OK ) if( db->EditMetaById(space, item.id) == WINIX_ERR_OK )
{ {

View File

@ -2,7 +2,7 @@
* This file is a part of Winix * This file is a part of Winix
* and is not publicly distributed * and is not publicly distributed
* *
* Copyright (c) 2011, Tomasz Sowa * Copyright (c) 2011-2012, Tomasz Sowa
* All rights reserved. * All rights reserved.
* *
*/ */
@ -11,7 +11,7 @@
#define headerfile_winix_functions_meta #define headerfile_winix_functions_meta
#include "functionbase.h" #include "functionbase.h"
#include "core/confparser.h" #include "confparser/confparser.h"
namespace Fun namespace Fun
@ -30,8 +30,8 @@ public:
private: private:
ConfParser conf_parser; PT::ConfParser conf_parser;
Space space; PT::Space space;
}; };

View File

@ -2,7 +2,7 @@
* This file is a part of Winix * This file is a part of Winix
* and is not publicly distributed * and is not publicly distributed
* *
* Copyright (c) 2008-2011, Tomasz Sowa * Copyright (c) 2008-2012, Tomasz Sowa
* All rights reserved. * All rights reserved.
* *
*/ */
@ -16,7 +16,7 @@
#include "core/plugin.h" #include "core/plugin.h"
#include "functions/functions.h" #include "functions/functions.h"
#include "templates/templates.h" #include "templates/templates.h"
#include "utf8.h" #include "utf8/utf8.h"

View File

@ -1,25 +1,25 @@
# DO NOT DELETE # DO NOT DELETE
main.o: ../core/log.h ../core/textstream.h ../core/misc.h ../core/item.h main.o: ../core/log.h ../core/textstream.h ../core/misc.h ../core/item.h
main.o: ../core/confparser.h ../core/requesttypes.h ../core/logmanipulators.h main.o: ../core/requesttypes.h ../core/logmanipulators.h ../core/slog.h
main.o: ../core/slog.h ../core/cur.h ../core/request.h ../core/error.h main.o: ../core/cur.h ../core/request.h ../core/error.h ../core/config.h
main.o: ../core/config.h ../core/htmlfilter.h ../templates/htmltextstream.h main.o: ../core/htmlfilter.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/confparser.h ../core/slog.h main.o: ../templates/locale.h ../core/slog.h ../core/app.h ../core/system.h
main.o: ../core/app.h ../core/system.h ../core/dirs.h ../core/dircontainer.h main.o: ../core/dirs.h ../core/dircontainer.h ../db/db.h ../db/dbbase.h
main.o: ../db/db.h ../db/dbbase.h ../db/dbconn.h ../db/dbtextstream.h main.o: ../db/dbconn.h ../db/dbtextstream.h ../core/error.h
main.o: ../core/error.h ../db/dbitemquery.h ../core/item.h main.o: ../db/dbitemquery.h ../core/item.h ../db/dbitemcolumns.h
main.o: ../db/dbitemcolumns.h ../core/user.h ../core/group.h main.o: ../core/user.h ../core/group.h ../core/dircontainer.h
main.o: ../core/dircontainer.h ../core/ugcontainer.h ../core/log.h main.o: ../core/ugcontainer.h ../core/log.h ../notify/notify.h
main.o: ../notify/notify.h ../notify/notifypool.h ../templates/patterns.h main.o: ../notify/notifypool.h ../templates/patterns.h ../templates/locale.h
main.o: ../templates/locale.h ../templates/localefilter.h ../../ezc/src/ezc.h main.o: ../templates/localefilter.h ../../ezc/src/ezc.h
main.o: ../../ezc/src/utf8.h ../../ezc/src/generator.h main.o: ../../ezc/src/generator.h ../../ezc/src/pattern.h
main.o: ../../ezc/src/pattern.h ../../ezc/src/functions.h main.o: ../../ezc/src/functions.h ../../ezc/src/funinfo.h
main.o: ../../ezc/src/funinfo.h ../../ezc/src/stringconv.h main.o: ../../ezc/src/stringconv.h ../notify/notifythread.h
main.o: ../notify/notifythread.h ../core/basethread.h ../core/synchro.h main.o: ../core/basethread.h ../core/synchro.h ../notify/templatesnotify.h
main.o: ../notify/templatesnotify.h ../core/config.h ../core/users.h main.o: ../core/config.h ../core/users.h ../core/ugcontainer.h
main.o: ../core/ugcontainer.h ../core/lastcontainer.h ../templates/misc.h main.o: ../core/lastcontainer.h ../templates/misc.h
main.o: ../templates/htmltextstream.h ../core/mounts.h ../core/mountparser.h main.o: ../templates/htmltextstream.h ../core/mounts.h ../core/mountparser.h
main.o: ../core/crypt.h ../core/run.h ../core/users.h ../core/groups.h main.o: ../core/crypt.h ../core/run.h ../core/users.h ../core/groups.h
main.o: ../core/group.h ../core/loadavg.h ../core/image.h main.o: ../core/group.h ../core/loadavg.h ../core/image.h

View File

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

@ -2,7 +2,7 @@
* This file is a part of Winix * This file is a part of Winix
* and is not publicly distributed * and is not publicly distributed
* *
* Copyright (c) 2008-2011, Tomasz Sowa * Copyright (c) 2008-2012, Tomasz Sowa
* All rights reserved. * All rights reserved.
* *
*/ */
@ -197,7 +197,7 @@ void NotifyThread::SendMail(const std::wstring & email, const std::wstring & mes
} }
sendmail_command = "sendmail "; sendmail_command = "sendmail ";
Ezc::WideToUTF8(email, sendmail_command, false); PT::WideToUTF8(email, sendmail_command, false);
FILE * sendmail = popen(sendmail_command.c_str(), "w"); FILE * sendmail = popen(sendmail_command.c_str(), "w");
if( !sendmail ) if( !sendmail )
@ -227,7 +227,7 @@ size_t len;
} }
else else
{ {
len = Ezc::IntToUTF8(int(message[i]), buf, sizeof(buf) / sizeof(char)); len = PT::IntToUTF8(int(message[i]), buf, sizeof(buf) / sizeof(char));
for(size_t a=0 ; a<len ; ++a) for(size_t a=0 ; a<len ; ++a)
fputc(buf[a], sendmail); fputc(buf[a], sendmail);

View File

@ -2,21 +2,20 @@
edb.o: edb.h ../../db/dbbase.h ../../db/dbconn.h ../../db/dbtextstream.h edb.o: edb.h ../../db/dbbase.h ../../db/dbconn.h ../../db/dbtextstream.h
edb.o: ../../core/textstream.h ../../core/misc.h ../../core/item.h edb.o: ../../core/textstream.h ../../core/misc.h ../../core/item.h
edb.o: ../../core/confparser.h ../../core/requesttypes.h ../../core/error.h edb.o: ../../core/requesttypes.h ../../core/error.h export.h
edb.o: ../../core/confparser.h export.h ../../core/dirs.h edb.o: ../../core/dirs.h ../../core/dircontainer.h ../../db/db.h
edb.o: ../../core/dircontainer.h ../../db/db.h ../../db/dbbase.h edb.o: ../../db/dbbase.h ../../db/dbitemquery.h ../../core/item.h
edb.o: ../../db/dbitemquery.h ../../core/item.h ../../db/dbitemcolumns.h edb.o: ../../db/dbitemcolumns.h ../../core/user.h ../../core/group.h
edb.o: ../../core/user.h ../../core/group.h ../../core/dircontainer.h edb.o: ../../core/dircontainer.h ../../core/ugcontainer.h ../../core/log.h
edb.o: ../../core/ugcontainer.h ../../core/log.h ../../core/textstream.h edb.o: ../../core/textstream.h ../../core/logmanipulators.h ../../core/slog.h
edb.o: ../../core/logmanipulators.h ../../core/slog.h ../../core/cur.h edb.o: ../../core/cur.h ../../core/request.h ../../core/error.h
edb.o: ../../core/request.h ../../core/error.h ../../core/config.h edb.o: ../../core/config.h ../../core/htmlfilter.h
edb.o: ../../core/htmlfilter.h ../../templates/htmltextstream.h edb.o: ../../templates/htmltextstream.h ../../core/session.h
edb.o: ../../core/session.h ../../core/user.h ../../core/plugindata.h edb.o: ../../core/user.h ../../core/plugindata.h ../../core/rebus.h
edb.o: ../../core/rebus.h ../../core/mount.h ../../templates/locale.h edb.o: ../../core/mount.h ../../templates/locale.h ../../notify/notify.h
edb.o: ../../notify/notify.h ../../notify/notifypool.h edb.o: ../../notify/notifypool.h ../../templates/patterns.h
edb.o: ../../templates/patterns.h ../../templates/locale.h edb.o: ../../templates/locale.h ../../templates/localefilter.h
edb.o: ../../templates/localefilter.h ../../../ezc/src/ezc.h edb.o: ../../../ezc/src/ezc.h ../../../ezc/src/generator.h
edb.o: ../../../ezc/src/utf8.h ../../../ezc/src/generator.h
edb.o: ../../../ezc/src/pattern.h ../../../ezc/src/functions.h edb.o: ../../../ezc/src/pattern.h ../../../ezc/src/functions.h
edb.o: ../../../ezc/src/funinfo.h ../../../ezc/src/stringconv.h edb.o: ../../../ezc/src/funinfo.h ../../../ezc/src/stringconv.h
edb.o: ../../notify/notifythread.h ../../core/basethread.h edb.o: ../../notify/notifythread.h ../../core/basethread.h
@ -25,23 +24,22 @@ edb.o: ../../core/config.h ../../core/users.h ../../core/ugcontainer.h
edb.o: ../../core/lastcontainer.h ../../templates/misc.h edb.o: ../../core/lastcontainer.h ../../templates/misc.h
edb.o: ../../templates/htmltextstream.h ../../core/log.h edb.o: ../../templates/htmltextstream.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/dirs.h ../../core/item.h ../../core/confparser.h exportinfo.o: ../../core/dirs.h ../../core/item.h ../../core/dircontainer.h
exportinfo.o: ../../core/dircontainer.h ../../db/db.h ../../db/dbbase.h exportinfo.o: ../../db/db.h ../../db/dbbase.h ../../db/dbitemquery.h
exportinfo.o: ../../db/dbitemquery.h ../../core/item.h exportinfo.o: ../../core/item.h ../../db/dbitemcolumns.h ../../core/user.h
exportinfo.o: ../../db/dbitemcolumns.h ../../core/user.h ../../core/group.h exportinfo.o: ../../core/group.h ../../core/dircontainer.h
exportinfo.o: ../../core/dircontainer.h ../../core/ugcontainer.h exportinfo.o: ../../core/ugcontainer.h ../../core/log.h
exportinfo.o: ../../core/log.h ../../core/textstream.h exportinfo.o: ../../core/textstream.h ../../core/logmanipulators.h
exportinfo.o: ../../core/logmanipulators.h ../../core/slog.h ../../core/cur.h exportinfo.o: ../../core/slog.h ../../core/cur.h ../../core/request.h
exportinfo.o: ../../core/request.h ../../core/requesttypes.h exportinfo.o: ../../core/requesttypes.h ../../core/error.h
exportinfo.o: ../../core/error.h ../../core/config.h ../../core/htmlfilter.h exportinfo.o: ../../core/config.h ../../core/htmlfilter.h
exportinfo.o: ../../templates/htmltextstream.h ../../core/textstream.h exportinfo.o: ../../templates/htmltextstream.h ../../core/textstream.h
exportinfo.o: ../../core/misc.h ../../core/session.h ../../core/user.h exportinfo.o: ../../core/misc.h ../../core/session.h ../../core/user.h
exportinfo.o: ../../core/plugindata.h ../../core/rebus.h ../../core/mount.h exportinfo.o: ../../core/plugindata.h ../../core/rebus.h ../../core/mount.h
exportinfo.o: ../../templates/locale.h ../../core/confparser.h exportinfo.o: ../../templates/locale.h ../../notify/notify.h
exportinfo.o: ../../notify/notify.h ../../notify/notifypool.h exportinfo.o: ../../notify/notifypool.h ../../templates/patterns.h
exportinfo.o: ../../templates/patterns.h ../../templates/locale.h exportinfo.o: ../../templates/locale.h ../../templates/localefilter.h
exportinfo.o: ../../templates/localefilter.h ../../../ezc/src/ezc.h exportinfo.o: ../../../ezc/src/ezc.h ../../../ezc/src/generator.h
exportinfo.o: ../../../ezc/src/utf8.h ../../../ezc/src/generator.h
exportinfo.o: ../../../ezc/src/pattern.h ../../../ezc/src/functions.h exportinfo.o: ../../../ezc/src/pattern.h ../../../ezc/src/functions.h
exportinfo.o: ../../../ezc/src/funinfo.h ../../../ezc/src/stringconv.h exportinfo.o: ../../../ezc/src/funinfo.h ../../../ezc/src/stringconv.h
exportinfo.o: ../../notify/notifythread.h ../../core/basethread.h exportinfo.o: ../../notify/notifythread.h ../../core/basethread.h
@ -57,25 +55,23 @@ exportinfo.o: ../../db/dbconn.h ../../db/dbtextstream.h ../../core/error.h
exportinfo.o: ../../core/dirs.h message.h exportthread.h exportinfo.o: ../../core/dirs.h message.h exportthread.h
exportthread.o: exportthread.h ../../core/basethread.h ../../core/synchro.h exportthread.o: exportthread.h ../../core/basethread.h ../../core/synchro.h
exportthread.o: message.h ../../core/log.h ../../core/misc.h exportthread.o: message.h ../../core/log.h ../../core/misc.h
exportthread.o: ../../core/item.h ../../core/confparser.h exportthread.o: ../../core/item.h ../../core/requesttypes.h
exportthread.o: ../../core/requesttypes.h ../../../ezc/src/utf8.h
init.o: ../../core/log.h ../../core/plugin.h ../../core/pluginmsg.h init.o: ../../core/log.h ../../core/plugin.h ../../core/pluginmsg.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/confparser.h init.o: ../../core/requesttypes.h ../../core/item.h ../../core/error.h
init.o: ../../core/error.h ../../core/config.h ../../core/htmlfilter.h init.o: ../../core/config.h ../../core/htmlfilter.h
init.o: ../../templates/htmltextstream.h ../../core/textstream.h init.o: ../../templates/htmltextstream.h ../../core/textstream.h
init.o: ../../core/misc.h ../../core/session.h ../../core/user.h init.o: ../../core/misc.h ../../core/session.h ../../core/user.h
init.o: ../../core/plugindata.h ../../core/rebus.h ../../core/mount.h init.o: ../../core/plugindata.h ../../core/rebus.h ../../core/mount.h
init.o: ../../templates/locale.h ../../core/confparser.h ../../core/system.h init.o: ../../templates/locale.h ../../core/system.h ../../core/dirs.h
init.o: ../../core/dirs.h ../../core/dircontainer.h ../../db/db.h init.o: ../../core/dircontainer.h ../../db/db.h ../../db/dbbase.h
init.o: ../../db/dbbase.h ../../db/dbitemquery.h ../../core/item.h init.o: ../../db/dbitemquery.h ../../core/item.h ../../db/dbitemcolumns.h
init.o: ../../db/dbitemcolumns.h ../../core/user.h ../../core/group.h init.o: ../../core/user.h ../../core/group.h ../../core/dircontainer.h
init.o: ../../core/dircontainer.h ../../core/ugcontainer.h init.o: ../../core/ugcontainer.h ../../notify/notify.h
init.o: ../../notify/notify.h ../../notify/notifypool.h init.o: ../../notify/notifypool.h ../../templates/patterns.h
init.o: ../../templates/patterns.h ../../templates/locale.h init.o: ../../templates/locale.h ../../templates/localefilter.h
init.o: ../../templates/localefilter.h ../../../ezc/src/ezc.h init.o: ../../../ezc/src/ezc.h ../../../ezc/src/generator.h
init.o: ../../../ezc/src/utf8.h ../../../ezc/src/generator.h
init.o: ../../../ezc/src/pattern.h ../../../ezc/src/functions.h init.o: ../../../ezc/src/pattern.h ../../../ezc/src/functions.h
init.o: ../../../ezc/src/funinfo.h ../../../ezc/src/stringconv.h init.o: ../../../ezc/src/funinfo.h ../../../ezc/src/stringconv.h
init.o: ../../notify/notifythread.h ../../core/basethread.h init.o: ../../notify/notifythread.h ../../core/basethread.h

View File

@ -2,7 +2,7 @@
* This file is a part of Winix * This file is a part of Winix
* and is not publicly distributed * and is not publicly distributed
* *
* Copyright (c) 2011, Tomasz Sowa * Copyright (c) 2011-2012, Tomasz Sowa
* All rights reserved. * All rights reserved.
* *
*/ */
@ -85,13 +85,13 @@ bool ExportInfo::DecodePass(Export & exp)
{ {
if( exp.ftp_pass_type == 0 ) if( exp.ftp_pass_type == 0 )
{ {
Ezc::UTF8ToWide(exp.ftp_pass_bin, exp.ftp_pass); PT::UTF8ToWide(exp.ftp_pass_bin, exp.ftp_pass);
} }
else else
{ {
if( system->crypt.RSA(false, rsa_key, exp.ftp_pass_bin, pass_decrypted) ) if( system->crypt.RSA(false, rsa_key, exp.ftp_pass_bin, pass_decrypted) )
{ {
Ezc::UTF8ToWide(pass_decrypted, exp.ftp_pass); PT::UTF8ToWide(pass_decrypted, exp.ftp_pass);
system->crypt.ClearString(pass_decrypted); system->crypt.ClearString(pass_decrypted);
} }
else else
@ -293,7 +293,7 @@ void ExportInfo::AdditionalExport(const Item & item)
} }
void ExportInfo::AdditionalExport(const Item & item, Space & meta) void ExportInfo::AdditionalExport(const Item & item, PT::Space & meta)
{ {
if( meta.ListText(L"additional_export", additional_export) ) if( meta.ListText(L"additional_export", additional_export) )
{ {

View File

@ -2,7 +2,7 @@
* This file is a part of Winix * This file is a part of Winix
* and is not publicly distributed * and is not publicly distributed
* *
* Copyright (c) 2011, Tomasz Sowa * Copyright (c) 2011-2012, Tomasz Sowa
* All rights reserved. * All rights reserved.
* *
*/ */
@ -74,7 +74,7 @@ private:
bool SkipDir(long dir_id, std::wstring & dir); bool SkipDir(long dir_id, std::wstring & dir);
void AdditionalExport(const Item & item); void AdditionalExport(const Item & item);
void AdditionalExport(const Item & item, Space & meta); void AdditionalExport(const Item & item, PT::Space & meta);
void AdditionalExport(const std::wstring & path); void AdditionalExport(const std::wstring & path);
bool HasRecurrenceId(long id); bool HasRecurrenceId(long id);

View File

@ -2,7 +2,7 @@
* This file is a part of Winix * This file is a part of Winix
* and is not publicly distributed * and is not publicly distributed
* *
* Copyright (c) 2011, Tomasz Sowa * Copyright (c) 2011-2012, Tomasz Sowa
* All rights reserved. * All rights reserved.
* *
*/ */
@ -14,7 +14,7 @@
#include "exportthread.h" #include "exportthread.h"
#include "core/log.h" #include "core/log.h"
#include "core/misc.h" #include "core/misc.h"
#include "utf8.h" #include "utf8/utf8.h"
@ -247,7 +247,7 @@ void ExportThread::Convert(const std::wstring & in, std::string & out, bool clea
Lock(); Lock();
if( utf8 ) if( utf8 )
Ezc::WideToUTF8(in, out, clear); PT::WideToUTF8(in, out, clear);
else else
AssignString(in, out, clear); AssignString(in, out, clear);

View File

@ -1,13 +1,12 @@
# DO NOT DELETE # DO NOT DELETE
gallery.o: gallery.h ../../functions/functionbase.h ../../core/item.h gallery.o: gallery.h ../../functions/functionbase.h ../../core/item.h
gallery.o: ../../core/confparser.h ../../db/db.h ../../db/dbbase.h gallery.o: ../../db/db.h ../../db/dbbase.h ../../db/dbconn.h
gallery.o: ../../db/dbconn.h ../../db/dbtextstream.h ../../core/textstream.h gallery.o: ../../db/dbtextstream.h ../../core/textstream.h ../../core/misc.h
gallery.o: ../../core/misc.h ../../core/item.h ../../core/requesttypes.h gallery.o: ../../core/item.h ../../core/requesttypes.h ../../core/error.h
gallery.o: ../../core/error.h ../../core/confparser.h ../../db/dbitemquery.h gallery.o: ../../db/dbitemquery.h ../../db/dbitemcolumns.h ../../core/user.h
gallery.o: ../../db/dbitemcolumns.h ../../core/user.h ../../core/group.h gallery.o: ../../core/group.h ../../core/dircontainer.h
gallery.o: ../../core/dircontainer.h ../../core/ugcontainer.h gallery.o: ../../core/ugcontainer.h ../../core/log.h ../../core/textstream.h
gallery.o: ../../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
@ -17,28 +16,26 @@ gallery.o: ../../core/request.h ../../core/config.h ../../core/system.h
gallery.o: ../../core/dirs.h ../../core/dircontainer.h ../../notify/notify.h gallery.o: ../../core/dirs.h ../../core/dircontainer.h ../../notify/notify.h
gallery.o: ../../notify/notifypool.h ../../templates/patterns.h gallery.o: ../../notify/notifypool.h ../../templates/patterns.h
gallery.o: ../../templates/locale.h ../../templates/localefilter.h gallery.o: ../../templates/locale.h ../../templates/localefilter.h
gallery.o: ../../../ezc/src/ezc.h ../../../ezc/src/utf8.h gallery.o: ../../../ezc/src/ezc.h ../../../ezc/src/generator.h
gallery.o: ../../../ezc/src/generator.h ../../../ezc/src/pattern.h gallery.o: ../../../ezc/src/pattern.h ../../../ezc/src/functions.h
gallery.o: ../../../ezc/src/functions.h ../../../ezc/src/funinfo.h gallery.o: ../../../ezc/src/funinfo.h ../../../ezc/src/stringconv.h
gallery.o: ../../../ezc/src/stringconv.h ../../notify/notifythread.h gallery.o: ../../notify/notifythread.h ../../core/basethread.h
gallery.o: ../../core/basethread.h ../../core/synchro.h gallery.o: ../../core/synchro.h ../../notify/templatesnotify.h
gallery.o: ../../notify/templatesnotify.h ../../core/users.h gallery.o: ../../core/users.h ../../core/ugcontainer.h
gallery.o: ../../core/ugcontainer.h ../../core/lastcontainer.h gallery.o: ../../core/lastcontainer.h ../../templates/misc.h
gallery.o: ../../templates/misc.h ../../templates/htmltextstream.h gallery.o: ../../templates/htmltextstream.h ../../core/mounts.h
gallery.o: ../../core/mounts.h ../../core/mountparser.h ../../core/crypt.h gallery.o: ../../core/mountparser.h ../../core/crypt.h ../../core/run.h
gallery.o: ../../core/run.h ../../core/users.h ../../core/groups.h gallery.o: ../../core/users.h ../../core/groups.h ../../core/group.h
gallery.o: ../../core/group.h ../../core/loadavg.h ../../core/image.h gallery.o: ../../core/loadavg.h ../../core/image.h ../../core/basethread.h
gallery.o: ../../core/basethread.h ../../core/threadmanager.h gallery.o: ../../core/threadmanager.h ../../core/synchro.h galleryinfo.h
gallery.o: ../../core/synchro.h galleryinfo.h galleryinfo.o: galleryinfo.h ../../core/item.h
galleryinfo.o: galleryinfo.h ../../core/item.h ../../core/confparser.h
init.o: gallery.h ../../functions/functionbase.h ../../core/item.h init.o: gallery.h ../../functions/functionbase.h ../../core/item.h
init.o: ../../core/confparser.h ../../db/db.h ../../db/dbbase.h init.o: ../../db/db.h ../../db/dbbase.h ../../db/dbconn.h
init.o: ../../db/dbconn.h ../../db/dbtextstream.h ../../core/textstream.h init.o: ../../db/dbtextstream.h ../../core/textstream.h ../../core/misc.h
init.o: ../../core/misc.h ../../core/item.h ../../core/requesttypes.h init.o: ../../core/item.h ../../core/requesttypes.h ../../core/error.h
init.o: ../../core/error.h ../../core/confparser.h ../../db/dbitemquery.h init.o: ../../db/dbitemquery.h ../../db/dbitemcolumns.h ../../core/user.h
init.o: ../../db/dbitemcolumns.h ../../core/user.h ../../core/group.h init.o: ../../core/group.h ../../core/dircontainer.h ../../core/ugcontainer.h
init.o: ../../core/dircontainer.h ../../core/ugcontainer.h ../../core/log.h init.o: ../../core/log.h ../../core/textstream.h ../../core/logmanipulators.h
init.o: ../../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
@ -48,24 +45,23 @@ init.o: ../../core/config.h ../../core/system.h ../../core/dirs.h
init.o: ../../core/dircontainer.h ../../notify/notify.h init.o: ../../core/dircontainer.h ../../notify/notify.h
init.o: ../../notify/notifypool.h ../../templates/patterns.h init.o: ../../notify/notifypool.h ../../templates/patterns.h
init.o: ../../templates/locale.h ../../templates/localefilter.h init.o: ../../templates/locale.h ../../templates/localefilter.h
init.o: ../../../ezc/src/ezc.h ../../../ezc/src/utf8.h init.o: ../../../ezc/src/ezc.h ../../../ezc/src/generator.h
init.o: ../../../ezc/src/generator.h ../../../ezc/src/pattern.h init.o: ../../../ezc/src/pattern.h ../../../ezc/src/functions.h
init.o: ../../../ezc/src/functions.h ../../../ezc/src/funinfo.h init.o: ../../../ezc/src/funinfo.h ../../../ezc/src/stringconv.h
init.o: ../../../ezc/src/stringconv.h ../../notify/notifythread.h init.o: ../../notify/notifythread.h ../../core/basethread.h
init.o: ../../core/basethread.h ../../core/synchro.h init.o: ../../core/synchro.h ../../notify/templatesnotify.h
init.o: ../../notify/templatesnotify.h ../../core/users.h init.o: ../../core/users.h ../../core/ugcontainer.h
init.o: ../../core/ugcontainer.h ../../core/lastcontainer.h init.o: ../../core/lastcontainer.h ../../templates/misc.h
init.o: ../../templates/misc.h ../../templates/htmltextstream.h init.o: ../../templates/htmltextstream.h ../../core/mounts.h
init.o: ../../core/mounts.h ../../core/mountparser.h ../../core/crypt.h init.o: ../../core/mountparser.h ../../core/crypt.h ../../core/run.h
init.o: ../../core/run.h ../../core/users.h ../../core/groups.h init.o: ../../core/users.h ../../core/groups.h ../../core/group.h
init.o: ../../core/group.h ../../core/loadavg.h ../../core/image.h init.o: ../../core/loadavg.h ../../core/image.h ../../core/basethread.h
init.o: ../../core/basethread.h ../../core/threadmanager.h init.o: ../../core/threadmanager.h ../../core/synchro.h galleryinfo.h
init.o: ../../core/synchro.h galleryinfo.h ../../core/log.h init.o: ../../core/log.h ../../core/plugin.h ../../core/pluginmsg.h
init.o: ../../core/plugin.h ../../core/pluginmsg.h ../../core/system.h init.o: ../../core/system.h ../../core/sessionmanager.h
init.o: ../../core/sessionmanager.h ../../core/sessioncontainer.h init.o: ../../core/sessioncontainer.h ../../functions/functions.h
init.o: ../../functions/functions.h ../../functions/functionbase.h init.o: ../../functions/functionbase.h ../../functions/functionparser.h
init.o: ../../functions/functionparser.h ../../core/cur.h init.o: ../../core/cur.h ../../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
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
@ -85,11 +81,10 @@ init.o: ../../templates/templates.h ../../templates/patterncacher.h
init.o: ../../templates/indexpatterns.h ../../templates/patterns.h init.o: ../../templates/indexpatterns.h ../../templates/patterns.h
init.o: ../../templates/changepatterns.h ../../core/sessionmanager.h init.o: ../../templates/changepatterns.h ../../core/sessionmanager.h
templates.o: gallery.h ../../functions/functionbase.h ../../core/item.h templates.o: gallery.h ../../functions/functionbase.h ../../core/item.h
templates.o: ../../core/confparser.h ../../db/db.h ../../db/dbbase.h templates.o: ../../db/db.h ../../db/dbbase.h ../../db/dbconn.h
templates.o: ../../db/dbconn.h ../../db/dbtextstream.h templates.o: ../../db/dbtextstream.h ../../core/textstream.h
templates.o: ../../core/textstream.h ../../core/misc.h ../../core/item.h templates.o: ../../core/misc.h ../../core/item.h ../../core/requesttypes.h
templates.o: ../../core/requesttypes.h ../../core/error.h templates.o: ../../core/error.h ../../db/dbitemquery.h
templates.o: ../../core/confparser.h ../../db/dbitemquery.h
templates.o: ../../db/dbitemcolumns.h ../../core/user.h ../../core/group.h templates.o: ../../db/dbitemcolumns.h ../../core/user.h ../../core/group.h
templates.o: ../../core/dircontainer.h ../../core/ugcontainer.h templates.o: ../../core/dircontainer.h ../../core/ugcontainer.h
templates.o: ../../core/log.h ../../core/textstream.h templates.o: ../../core/log.h ../../core/textstream.h
@ -103,23 +98,23 @@ templates.o: ../../core/dirs.h ../../core/dircontainer.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
templates.o: ../../../ezc/src/utf8.h ../../../ezc/src/generator.h templates.o: ../../../ezc/src/generator.h ../../../ezc/src/pattern.h
templates.o: ../../../ezc/src/pattern.h ../../../ezc/src/functions.h templates.o: ../../../ezc/src/functions.h ../../../ezc/src/funinfo.h
templates.o: ../../../ezc/src/funinfo.h ../../../ezc/src/stringconv.h templates.o: ../../../ezc/src/stringconv.h ../../notify/notifythread.h
templates.o: ../../notify/notifythread.h ../../core/basethread.h templates.o: ../../core/basethread.h ../../core/synchro.h
templates.o: ../../core/synchro.h ../../notify/templatesnotify.h templates.o: ../../notify/templatesnotify.h ../../core/users.h
templates.o: ../../core/users.h ../../core/ugcontainer.h templates.o: ../../core/ugcontainer.h ../../core/lastcontainer.h
templates.o: ../../core/lastcontainer.h ../../templates/misc.h templates.o: ../../templates/misc.h ../../templates/htmltextstream.h
templates.o: ../../templates/htmltextstream.h ../../core/mounts.h templates.o: ../../core/mounts.h ../../core/mountparser.h ../../core/crypt.h
templates.o: ../../core/mountparser.h ../../core/crypt.h ../../core/run.h templates.o: ../../core/run.h ../../core/users.h ../../core/groups.h
templates.o: ../../core/users.h ../../core/groups.h ../../core/group.h templates.o: ../../core/group.h ../../core/loadavg.h ../../core/image.h
templates.o: ../../core/loadavg.h ../../core/image.h ../../core/basethread.h templates.o: ../../core/basethread.h ../../core/threadmanager.h
templates.o: ../../core/threadmanager.h ../../core/synchro.h galleryinfo.h templates.o: ../../core/synchro.h galleryinfo.h ../../core/misc.h
templates.o: ../../core/misc.h ../../core/plugin.h ../../core/pluginmsg.h templates.o: ../../core/plugin.h ../../core/pluginmsg.h ../../core/system.h
templates.o: ../../core/system.h ../../core/sessionmanager.h templates.o: ../../core/sessionmanager.h ../../core/sessioncontainer.h
templates.o: ../../core/sessioncontainer.h ../../functions/functions.h templates.o: ../../functions/functions.h ../../functions/functionbase.h
templates.o: ../../functions/functionbase.h ../../functions/functionparser.h templates.o: ../../functions/functionparser.h ../../core/cur.h
templates.o: ../../core/cur.h ../../functions/adduser.h ../../functions/cat.h templates.o: ../../functions/adduser.h ../../functions/cat.h
templates.o: ../../functions/chmod.h ../../functions/privchanger.h templates.o: ../../functions/chmod.h ../../functions/privchanger.h
templates.o: ../../functions/chown.h ../../functions/ckeditor.h templates.o: ../../functions/chown.h ../../functions/ckeditor.h
templates.o: ../../functions/cp.h ../../functions/default.h templates.o: ../../functions/cp.h ../../functions/default.h

View File

@ -1,11 +1,10 @@
# DO NOT DELETE # DO NOT DELETE
groupinfo.o: groupinfo.h groups.h ../../core/confparser.h ../../core/item.h groupinfo.o: groupinfo.h groups.h ../../core/item.h ../../core/system.h
groupinfo.o: ../../core/confparser.h ../../core/system.h ../../core/dirs.h groupinfo.o: ../../core/dirs.h ../../core/item.h ../../core/dircontainer.h
groupinfo.o: ../../core/item.h ../../core/dircontainer.h ../../db/db.h groupinfo.o: ../../db/db.h ../../db/dbbase.h ../../db/dbconn.h
groupinfo.o: ../../db/dbbase.h ../../db/dbconn.h ../../db/dbtextstream.h groupinfo.o: ../../db/dbtextstream.h ../../core/textstream.h
groupinfo.o: ../../core/textstream.h ../../core/misc.h groupinfo.o: ../../core/misc.h ../../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/group.h ../../core/dircontainer.h
groupinfo.o: ../../core/ugcontainer.h ../../core/log.h groupinfo.o: ../../core/ugcontainer.h ../../core/log.h
@ -18,37 +17,36 @@ groupinfo.o: ../../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
groupinfo.o: ../../../ezc/src/utf8.h ../../../ezc/src/generator.h groupinfo.o: ../../../ezc/src/generator.h ../../../ezc/src/pattern.h
groupinfo.o: ../../../ezc/src/pattern.h ../../../ezc/src/functions.h groupinfo.o: ../../../ezc/src/functions.h ../../../ezc/src/funinfo.h
groupinfo.o: ../../../ezc/src/funinfo.h ../../../ezc/src/stringconv.h groupinfo.o: ../../../ezc/src/stringconv.h ../../notify/notifythread.h
groupinfo.o: ../../notify/notifythread.h ../../core/basethread.h groupinfo.o: ../../core/basethread.h ../../core/synchro.h
groupinfo.o: ../../core/synchro.h ../../notify/templatesnotify.h groupinfo.o: ../../notify/templatesnotify.h ../../core/config.h
groupinfo.o: ../../core/config.h ../../core/users.h ../../core/ugcontainer.h groupinfo.o: ../../core/users.h ../../core/ugcontainer.h
groupinfo.o: ../../core/lastcontainer.h ../../templates/misc.h groupinfo.o: ../../core/lastcontainer.h ../../templates/misc.h
groupinfo.o: ../../templates/htmltextstream.h ../../core/mounts.h groupinfo.o: ../../templates/htmltextstream.h ../../core/mounts.h
groupinfo.o: ../../core/mountparser.h ../../core/crypt.h ../../core/run.h groupinfo.o: ../../core/mountparser.h ../../core/crypt.h ../../core/run.h
groupinfo.o: ../../core/users.h ../../core/loadavg.h ../../core/image.h groupinfo.o: ../../core/users.h ../../core/loadavg.h ../../core/image.h
groupinfo.o: ../../core/basethread.h ../../core/threadmanager.h groupinfo.o: ../../core/basethread.h ../../core/threadmanager.h
groupinfo.o: ../../core/log.h groupinfo.o: ../../core/log.h
groups.o: groups.h ../../core/confparser.h ../../core/log.h groups.o: groups.h ../../core/log.h
init.o: ../../core/log.h ../../core/plugin.h ../../core/pluginmsg.h init.o: ../../core/log.h ../../core/plugin.h ../../core/pluginmsg.h
init.o: ../../core/log.h ../../core/textstream.h ../../core/logmanipulators.h init.o: ../../core/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 ../../core/confparser.h ../../core/htmlfilter.h init.o: ../../core/config.h ../../core/htmlfilter.h
init.o: ../../templates/htmltextstream.h ../../core/textstream.h init.o: ../../templates/htmltextstream.h ../../core/textstream.h
init.o: ../../core/misc.h ../../core/session.h ../../core/user.h init.o: ../../core/misc.h ../../core/session.h ../../core/user.h
init.o: ../../core/plugindata.h ../../core/rebus.h ../../core/mount.h init.o: ../../core/plugindata.h ../../core/rebus.h ../../core/mount.h
init.o: ../../templates/locale.h ../../core/confparser.h ../../core/system.h init.o: ../../templates/locale.h ../../core/system.h ../../core/dirs.h
init.o: ../../core/dirs.h ../../core/dircontainer.h ../../db/db.h init.o: ../../core/dircontainer.h ../../db/db.h ../../db/dbbase.h
init.o: ../../db/dbbase.h ../../db/dbconn.h ../../db/dbtextstream.h init.o: ../../db/dbconn.h ../../db/dbtextstream.h ../../core/error.h
init.o: ../../core/error.h ../../db/dbitemquery.h ../../core/item.h init.o: ../../db/dbitemquery.h ../../core/item.h ../../db/dbitemcolumns.h
init.o: ../../db/dbitemcolumns.h ../../core/user.h ../../core/group.h init.o: ../../core/user.h ../../core/group.h ../../core/dircontainer.h
init.o: ../../core/dircontainer.h ../../core/ugcontainer.h init.o: ../../core/ugcontainer.h ../../notify/notify.h
init.o: ../../notify/notify.h ../../notify/notifypool.h init.o: ../../notify/notifypool.h ../../templates/patterns.h
init.o: ../../templates/patterns.h ../../templates/locale.h init.o: ../../templates/locale.h ../../templates/localefilter.h
init.o: ../../templates/localefilter.h ../../../ezc/src/ezc.h init.o: ../../../ezc/src/ezc.h ../../../ezc/src/generator.h
init.o: ../../../ezc/src/utf8.h ../../../ezc/src/generator.h
init.o: ../../../ezc/src/pattern.h ../../../ezc/src/functions.h init.o: ../../../ezc/src/pattern.h ../../../ezc/src/functions.h
init.o: ../../../ezc/src/funinfo.h ../../../ezc/src/stringconv.h init.o: ../../../ezc/src/funinfo.h ../../../ezc/src/stringconv.h
init.o: ../../notify/notifythread.h ../../core/basethread.h init.o: ../../notify/notifythread.h ../../core/basethread.h
@ -84,12 +82,11 @@ init.o: ../../templates/indexpatterns.h ../../templates/patterns.h
init.o: ../../templates/changepatterns.h ../../core/sessionmanager.h init.o: ../../templates/changepatterns.h ../../core/sessionmanager.h
init.o: groupinfo.h init.o: groupinfo.h
templates.o: ../../templates/templates.h ../../../ezc/src/ezc.h templates.o: ../../templates/templates.h ../../../ezc/src/ezc.h
templates.o: ../../../ezc/src/utf8.h ../../../ezc/src/generator.h templates.o: ../../../ezc/src/generator.h ../../../ezc/src/pattern.h
templates.o: ../../../ezc/src/pattern.h ../../core/item.h templates.o: ../../core/item.h ../../../ezc/src/functions.h
templates.o: ../../../ezc/src/functions.h ../../../ezc/src/funinfo.h templates.o: ../../../ezc/src/funinfo.h ../../../ezc/src/stringconv.h
templates.o: ../../../ezc/src/stringconv.h ../../core/misc.h templates.o: ../../core/misc.h ../../core/requesttypes.h
templates.o: ../../core/requesttypes.h ../../templates/patterncacher.h templates.o: ../../templates/patterncacher.h ../../core/item.h
templates.o: ../../core/item.h ../../core/confparser.h
templates.o: ../../templates/indexpatterns.h ../../templates/patterns.h templates.o: ../../templates/indexpatterns.h ../../templates/patterns.h
templates.o: ../../templates/locale.h ../../templates/changepatterns.h templates.o: ../../templates/locale.h ../../templates/changepatterns.h
templates.o: ../../templates/htmltextstream.h ../../templates/localefilter.h templates.o: ../../templates/htmltextstream.h ../../templates/localefilter.h
@ -97,15 +94,15 @@ templates.o: ../../core/config.h ../../core/cur.h ../../core/system.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/dbconn.h ../../db/dbtextstream.h 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: ../../core/confparser.h ../../db/dbitemquery.h templates.o: ../../db/dbitemquery.h ../../db/dbitemcolumns.h
templates.o: ../../db/dbitemcolumns.h ../../core/user.h ../../core/group.h templates.o: ../../core/user.h ../../core/group.h ../../core/dircontainer.h
templates.o: ../../core/dircontainer.h ../../core/ugcontainer.h templates.o: ../../core/ugcontainer.h ../../core/log.h
templates.o: ../../core/log.h ../../core/textstream.h templates.o: ../../core/textstream.h ../../core/logmanipulators.h
templates.o: ../../core/logmanipulators.h ../../core/slog.h ../../core/cur.h templates.o: ../../core/slog.h ../../core/cur.h ../../core/request.h
templates.o: ../../core/request.h ../../core/error.h ../../core/config.h templates.o: ../../core/error.h ../../core/config.h ../../core/htmlfilter.h
templates.o: ../../core/htmlfilter.h ../../templates/htmltextstream.h templates.o: ../../templates/htmltextstream.h ../../core/session.h
templates.o: ../../core/session.h ../../core/user.h ../../core/plugindata.h templates.o: ../../core/user.h ../../core/plugindata.h ../../core/rebus.h
templates.o: ../../core/rebus.h ../../core/mount.h ../../templates/locale.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 ../../core/synchro.h templates.o: ../../core/basethread.h ../../core/synchro.h

View File

@ -2,7 +2,7 @@
* This file is a part of Winix * This file is a part of Winix
* and is not publicly distributed * and is not publicly distributed
* *
* Copyright (c) 2011, Tomasz Sowa * Copyright (c) 2011-2012, Tomasz Sowa
* All rights reserved. * All rights reserved.
* *
*/ */
@ -50,11 +50,11 @@ Groups * GroupInfo::FindGroups(long dir_id)
bool GroupInfo::ParseGroups(const std::wstring & str, Groups & groups) bool GroupInfo::ParseGroups(const std::wstring & str, Groups & groups)
{ {
groups.Clear(); groups.Clear();
Space & space = *groups.GetSpace(); PT::Space & space = *groups.GetSpace();
conf_parser.SetSpace(space); conf_parser.SetSpace(space);
conf_parser.UTF8(config->utf8); conf_parser.UTF8(config->utf8);
if( conf_parser.ParseString(str) == ConfParser::ok ) if( conf_parser.ParseString(str) == PT::ConfParser::ok )
{ {
groups.Reindex(); groups.Reindex();
} }
@ -65,7 +65,7 @@ bool GroupInfo::ParseGroups(const std::wstring & str, Groups & groups)
groups.Clear(); groups.Clear();
} }
return conf_parser.status == ConfParser::ok; return conf_parser.status == PT::ConfParser::ok;
} }

View File

@ -2,7 +2,7 @@
* This file is a part of Winix * This file is a part of Winix
* and is not publicly distributed * and is not publicly distributed
* *
* Copyright (c) 2011, Tomasz Sowa * Copyright (c) 2011-2012, Tomasz Sowa
* All rights reserved. * All rights reserved.
* *
*/ */
@ -13,7 +13,7 @@
#include <string> #include <string>
#include <vector> #include <vector>
#include "groups.h" #include "groups.h"
#include "core/confparser.h" #include "confparser/confparser.h"
#include "core/item.h" #include "core/item.h"
#include "core/system.h" #include "core/system.h"
#include "core/config.h" #include "core/config.h"
@ -67,7 +67,7 @@ private:
typedef std::map<long, GroupsWrapItem> GroupsWrap; typedef std::map<long, GroupsWrapItem> GroupsWrap;
GroupsWrap groups_wrap; GroupsWrap groups_wrap;
ConfParser conf_parser; PT::ConfParser conf_parser;
std::vector<Item*> config_dir_tab; std::vector<Item*> config_dir_tab;
Item config_file; Item config_file;

View File

@ -2,7 +2,7 @@
* This file is a part of Winix * This file is a part of Winix
* and is not publicly distributed * and is not publicly distributed
* *
* Copyright (c) 2011, Tomasz Sowa * Copyright (c) 2011-2012, Tomasz Sowa
* All rights reserved. * All rights reserved.
* *
*/ */
@ -17,7 +17,7 @@ namespace GroupItem
Space * Groups::GetSpace() PT::Space * Groups::GetSpace()
{ {
return &space; return &space;
} }
@ -50,20 +50,20 @@ void Groups::Reindex()
} }
void Groups::ReindexGroups(GroupIndex & group_index, Space & set) void Groups::ReindexGroups(GroupIndex & group_index, PT::Space & set)
{ {
size_t i, v; size_t i, v;
// loop through all groups in the set // loop through all groups in the set
for( i=0 ; i < set.spaces.size() ; ++i ) for( i=0 ; i < set.spaces.size() ; ++i )
{ {
Space & group = *set.spaces[i]; PT::Space & group = *set.spaces[i];
const std::wstring & key = group.Text(L"key", L"value"); const std::wstring & key = group.Text(L"key", L"value");
// loop through all values in the group // loop through all values in the group
for(v=0 ; v<group.spaces.size() ; ) for(v=0 ; v<group.spaces.size() ; )
{ {
Space::Table::iterator vali = group.spaces[v]->table.find(key); PT::Space::Table::iterator vali = group.spaces[v]->table.find(key);
if( vali != group.spaces[v]->table.end() && vali->second.size() == 1 ) if( vali != group.spaces[v]->table.end() && vali->second.size() == 1 )
{ {
@ -93,7 +93,7 @@ size_t i, v;
} }
void Groups::SortValues(Space & group) void Groups::SortValues(PT::Space & group)
{ {
sort_by = group.Text(L"sort_by"); sort_by = group.Text(L"sort_by");
sort_asc = (group.Text(L"sort_asc", L"true") == L"true"); sort_asc = (group.Text(L"sort_asc", L"true") == L"true");
@ -106,7 +106,7 @@ void Groups::SortValues(Space & group)
} }
bool Groups::SortFunHelper::operator()(Space * sp1, Space * sp2) bool Groups::SortFunHelper::operator()(PT::Space * sp1, PT::Space * sp2)
{ {
const std::wstring & val1 = sp1->Text(groups->sort_by, L""); const std::wstring & val1 = sp1->Text(groups->sort_by, L"");
const std::wstring & val2 = sp2->Text(groups->sort_by, L""); const std::wstring & val2 = sp2->Text(groups->sort_by, L"");
@ -157,11 +157,11 @@ const std::wstring & Groups::GetOption(size_t seti, size_t groupi, size_t valuei
{ {
if( seti < space.spaces.size() ) if( seti < space.spaces.size() )
{ {
Space & groups = *space.spaces[seti]; PT::Space & groups = *space.spaces[seti];
if( groupi < groups.spaces.size() ) if( groupi < groups.spaces.size() )
{ {
Space & value = *groups.spaces[groupi]; PT::Space & value = *groups.spaces[groupi];
if( valuei < value.spaces.size() ) if( valuei < value.spaces.size() )
return value.spaces[valuei]->Text(option); return value.spaces[valuei]->Text(option);
@ -183,7 +183,7 @@ size_t Groups::Size(size_t seti, size_t groupi)
{ {
if( seti < space.spaces.size() ) if( seti < space.spaces.size() )
{ {
Space & groups = *space.spaces[seti]; PT::Space & groups = *space.spaces[seti];
if( groupi < groups.spaces.size() ) if( groupi < groups.spaces.size() )
return groups.spaces[groupi]->spaces.size(); return groups.spaces[groupi]->spaces.size();

View File

@ -2,7 +2,7 @@
* This file is a part of Winix * This file is a part of Winix
* and is not publicly distributed * and is not publicly distributed
* *
* Copyright (c) 2011, Tomasz Sowa * Copyright (c) 2011-2012, Tomasz Sowa
* All rights reserved. * All rights reserved.
* *
*/ */
@ -13,7 +13,7 @@
#include <map> #include <map>
#include <vector> #include <vector>
#include <string> #include <string>
#include "core/confparser.h" #include "confparser/confparser.h"
@ -29,7 +29,7 @@ public:
reading all space reading all space
(sets and groups) (sets and groups)
*/ */
Space * GetSpace(); PT::Space * GetSpace();
/* /*
@ -82,7 +82,7 @@ private:
# sets should have a unique name # sets should have a unique name
# groups don't have a name # groups don't have a name
*/ */
Space space; PT::Space space;
/* /*
@ -108,20 +108,20 @@ private:
std::wstring sort_by; std::wstring sort_by;
bool sort_asc; bool sort_asc;
Space::Value sort_value; PT::Space::Value sort_value;
struct SortFunHelper struct SortFunHelper
{ {
Groups * groups; Groups * groups;
SortFunHelper(Groups * pgroups) : groups(pgroups) {}; SortFunHelper(Groups * pgroups) : groups(pgroups) {};
size_t SortValue(const std::wstring & val); size_t SortValue(const std::wstring & val);
bool operator()(Space * sp1, Space * sp2); bool operator()(PT::Space * sp1, PT::Space * sp2);
}; };
void ReindexGroups(GroupIndex & group_index, Space & set); void ReindexGroups(GroupIndex & group_index, PT::Space & set);
void SortValues(Space & group); void SortValues(PT::Space & group);
}; };
} }

View File

@ -1,23 +1,22 @@
# DO NOT DELETE # DO NOT DELETE
init.o: ../../core/log.h ../../core/textstream.h ../../core/misc.h init.o: ../../core/log.h ../../core/textstream.h ../../core/misc.h
init.o: ../../core/item.h ../../core/confparser.h ../../core/requesttypes.h init.o: ../../core/item.h ../../core/requesttypes.h
init.o: ../../core/logmanipulators.h ../../core/slog.h ../../core/cur.h init.o: ../../core/logmanipulators.h ../../core/slog.h ../../core/cur.h
init.o: ../../core/request.h ../../core/error.h ../../core/config.h init.o: ../../core/request.h ../../core/error.h ../../core/config.h
init.o: ../../core/htmlfilter.h ../../templates/htmltextstream.h init.o: ../../core/htmlfilter.h ../../templates/htmltextstream.h
init.o: ../../core/textstream.h ../../core/session.h ../../core/user.h init.o: ../../core/textstream.h ../../core/session.h ../../core/user.h
init.o: ../../core/plugindata.h ../../core/rebus.h ../../core/mount.h init.o: ../../core/plugindata.h ../../core/rebus.h ../../core/mount.h
init.o: ../../templates/locale.h ../../core/confparser.h ../../core/plugin.h init.o: ../../templates/locale.h ../../core/plugin.h ../../core/pluginmsg.h
init.o: ../../core/pluginmsg.h ../../core/log.h ../../core/system.h init.o: ../../core/log.h ../../core/system.h ../../core/dirs.h
init.o: ../../core/dirs.h ../../core/dircontainer.h ../../db/db.h init.o: ../../core/dircontainer.h ../../db/db.h ../../db/dbbase.h
init.o: ../../db/dbbase.h ../../db/dbconn.h ../../db/dbtextstream.h init.o: ../../db/dbconn.h ../../db/dbtextstream.h ../../core/error.h
init.o: ../../core/error.h ../../db/dbitemquery.h ../../core/item.h init.o: ../../db/dbitemquery.h ../../core/item.h ../../db/dbitemcolumns.h
init.o: ../../db/dbitemcolumns.h ../../core/user.h ../../core/group.h init.o: ../../core/user.h ../../core/group.h ../../core/dircontainer.h
init.o: ../../core/dircontainer.h ../../core/ugcontainer.h init.o: ../../core/ugcontainer.h ../../notify/notify.h
init.o: ../../notify/notify.h ../../notify/notifypool.h init.o: ../../notify/notifypool.h ../../templates/patterns.h
init.o: ../../templates/patterns.h ../../templates/locale.h init.o: ../../templates/locale.h ../../templates/localefilter.h
init.o: ../../templates/localefilter.h ../../../ezc/src/ezc.h init.o: ../../../ezc/src/ezc.h ../../../ezc/src/generator.h
init.o: ../../../ezc/src/utf8.h ../../../ezc/src/generator.h
init.o: ../../../ezc/src/pattern.h ../../../ezc/src/functions.h init.o: ../../../ezc/src/pattern.h ../../../ezc/src/functions.h
init.o: ../../../ezc/src/funinfo.h ../../../ezc/src/stringconv.h init.o: ../../../ezc/src/funinfo.h ../../../ezc/src/stringconv.h
init.o: ../../notify/notifythread.h ../../core/basethread.h init.o: ../../notify/notifythread.h ../../core/basethread.h
@ -53,9 +52,8 @@ init.o: ../../templates/templates.h ../../templates/patterncacher.h
init.o: ../../templates/indexpatterns.h ../../templates/patterns.h init.o: ../../templates/indexpatterns.h ../../templates/patterns.h
init.o: ../../templates/changepatterns.h ../../core/sessionmanager.h init.o: ../../templates/changepatterns.h ../../core/sessionmanager.h
templates.o: ../../templates/templates.h ../../../ezc/src/ezc.h templates.o: ../../templates/templates.h ../../../ezc/src/ezc.h
templates.o: ../../../ezc/src/utf8.h ../../../ezc/src/generator.h templates.o: ../../../ezc/src/generator.h ../../../ezc/src/pattern.h
templates.o: ../../../ezc/src/pattern.h ../../core/item.h templates.o: ../../core/item.h ../../../ezc/src/functions.h
templates.o: ../../core/confparser.h ../../../ezc/src/functions.h
templates.o: ../../../ezc/src/funinfo.h ../../../ezc/src/stringconv.h templates.o: ../../../ezc/src/funinfo.h ../../../ezc/src/stringconv.h
templates.o: ../../core/misc.h ../../core/requesttypes.h templates.o: ../../core/misc.h ../../core/requesttypes.h
templates.o: ../../templates/patterncacher.h ../../core/item.h templates.o: ../../templates/patterncacher.h ../../core/item.h
@ -66,15 +64,14 @@ templates.o: ../../core/config.h ../../core/cur.h ../../core/system.h
templates.o: ../../core/sessionmanager.h ../../core/htmlfilter.h templates.o: ../../core/sessionmanager.h ../../core/htmlfilter.h
templates.o: ../../db/db.h ../../db/dbbase.h ../../db/dbconn.h 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 ../../core/confparser.h templates.o: ../../core/error.h ../../db/dbitemquery.h
templates.o: ../../db/dbitemquery.h ../../db/dbitemcolumns.h templates.o: ../../db/dbitemcolumns.h ../../core/user.h ../../core/group.h
templates.o: ../../core/user.h ../../core/group.h ../../core/dircontainer.h templates.o: ../../core/dircontainer.h ../../core/ugcontainer.h
templates.o: ../../core/ugcontainer.h ../../core/log.h ../../core/plugin.h templates.o: ../../core/log.h ../../core/plugin.h ../../core/pluginmsg.h
templates.o: ../../core/pluginmsg.h ../../core/plugindata.h templates.o: ../../core/plugindata.h ../../core/config.h
templates.o: ../../core/config.h ../../core/htmlfilter.h ../../core/request.h templates.o: ../../core/htmlfilter.h ../../core/request.h ../../core/error.h
templates.o: ../../core/error.h ../../core/textstream.h templates.o: ../../core/textstream.h ../../templates/htmltextstream.h
templates.o: ../../templates/htmltextstream.h ../../core/system.h templates.o: ../../core/system.h ../../core/dirs.h ../../core/dircontainer.h
templates.o: ../../core/dirs.h ../../core/dircontainer.h
templates.o: ../../notify/notify.h ../../notify/notifypool.h templates.o: ../../notify/notify.h ../../notify/notifypool.h
templates.o: ../../templates/locale.h ../../templates/patterns.h templates.o: ../../templates/locale.h ../../templates/patterns.h
templates.o: ../../notify/notifythread.h ../../core/basethread.h templates.o: ../../notify/notifythread.h ../../core/basethread.h

View File

@ -2,14 +2,14 @@
bot.o: bot.h bot.o: bot.h
init.o: ../../core/log.h ../../core/textstream.h ../../core/misc.h init.o: ../../core/log.h ../../core/textstream.h ../../core/misc.h
init.o: ../../core/item.h ../../core/confparser.h ../../core/requesttypes.h init.o: ../../core/item.h ../../core/requesttypes.h
init.o: ../../core/logmanipulators.h ../../core/slog.h ../../core/cur.h init.o: ../../core/logmanipulators.h ../../core/slog.h ../../core/cur.h
init.o: ../../core/request.h ../../core/error.h ../../core/config.h init.o: ../../core/request.h ../../core/error.h ../../core/config.h
init.o: ../../core/htmlfilter.h ../../templates/htmltextstream.h init.o: ../../core/htmlfilter.h ../../templates/htmltextstream.h
init.o: ../../core/textstream.h ../../core/session.h ../../core/user.h init.o: ../../core/textstream.h ../../core/session.h ../../core/user.h
init.o: ../../core/plugindata.h ../../core/rebus.h ../../core/mount.h init.o: ../../core/plugindata.h ../../core/rebus.h ../../core/mount.h
init.o: ../../templates/locale.h ../../core/confparser.h ../../core/request.h init.o: ../../templates/locale.h ../../core/request.h ../../core/config.h
init.o: ../../core/config.h ../../db/db.h ../../db/dbbase.h ../../db/dbconn.h init.o: ../../db/db.h ../../db/dbbase.h ../../db/dbconn.h
init.o: ../../db/dbtextstream.h ../../core/error.h ../../db/dbitemquery.h init.o: ../../db/dbtextstream.h ../../core/error.h ../../db/dbitemquery.h
init.o: ../../core/item.h ../../db/dbitemcolumns.h ../../core/user.h init.o: ../../core/item.h ../../db/dbitemcolumns.h ../../core/user.h
init.o: ../../core/group.h ../../core/dircontainer.h ../../core/ugcontainer.h init.o: ../../core/group.h ../../core/dircontainer.h ../../core/ugcontainer.h
@ -18,23 +18,22 @@ init.o: ../../core/pluginmsg.h ../../core/system.h ../../core/dirs.h
init.o: ../../core/dircontainer.h ../../notify/notify.h init.o: ../../core/dircontainer.h ../../notify/notify.h
init.o: ../../notify/notifypool.h ../../templates/patterns.h init.o: ../../notify/notifypool.h ../../templates/patterns.h
init.o: ../../templates/locale.h ../../templates/localefilter.h init.o: ../../templates/locale.h ../../templates/localefilter.h
init.o: ../../../ezc/src/ezc.h ../../../ezc/src/utf8.h init.o: ../../../ezc/src/ezc.h ../../../ezc/src/generator.h
init.o: ../../../ezc/src/generator.h ../../../ezc/src/pattern.h init.o: ../../../ezc/src/pattern.h ../../../ezc/src/functions.h
init.o: ../../../ezc/src/functions.h ../../../ezc/src/funinfo.h init.o: ../../../ezc/src/funinfo.h ../../../ezc/src/stringconv.h
init.o: ../../../ezc/src/stringconv.h ../../notify/notifythread.h init.o: ../../notify/notifythread.h ../../core/basethread.h
init.o: ../../core/basethread.h ../../core/synchro.h init.o: ../../core/synchro.h ../../notify/templatesnotify.h
init.o: ../../notify/templatesnotify.h ../../core/users.h init.o: ../../core/users.h ../../core/ugcontainer.h
init.o: ../../core/ugcontainer.h ../../core/lastcontainer.h init.o: ../../core/lastcontainer.h ../../templates/misc.h
init.o: ../../templates/misc.h ../../templates/htmltextstream.h init.o: ../../templates/htmltextstream.h ../../core/mounts.h
init.o: ../../core/mounts.h ../../core/mountparser.h ../../core/crypt.h init.o: ../../core/mountparser.h ../../core/crypt.h ../../core/run.h
init.o: ../../core/run.h ../../core/users.h ../../core/groups.h init.o: ../../core/users.h ../../core/groups.h ../../core/group.h
init.o: ../../core/group.h ../../core/loadavg.h ../../core/image.h init.o: ../../core/loadavg.h ../../core/image.h ../../core/basethread.h
init.o: ../../core/basethread.h ../../core/threadmanager.h init.o: ../../core/threadmanager.h ../../core/sessionmanager.h
init.o: ../../core/sessionmanager.h ../../core/sessioncontainer.h init.o: ../../core/sessioncontainer.h ../../functions/functions.h
init.o: ../../functions/functions.h ../../functions/functionbase.h init.o: ../../functions/functionbase.h ../../core/system.h
init.o: ../../core/system.h ../../core/synchro.h init.o: ../../core/synchro.h ../../functions/functionparser.h
init.o: ../../functions/functionparser.h ../../core/cur.h init.o: ../../core/cur.h ../../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
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
@ -55,38 +54,37 @@ init.o: ../../templates/indexpatterns.h ../../templates/patterns.h
init.o: ../../templates/changepatterns.h ../../core/sessionmanager.h init.o: ../../templates/changepatterns.h ../../core/sessionmanager.h
init.o: statssession.h ../../core/plugindata.h init.o: statssession.h ../../core/plugindata.h
stats.o: stats.h ../../core/config.h ../../core/log.h ../../core/textstream.h stats.o: stats.h ../../core/config.h ../../core/log.h ../../core/textstream.h
stats.o: ../../core/misc.h ../../core/item.h ../../core/confparser.h stats.o: ../../core/misc.h ../../core/item.h ../../core/requesttypes.h
stats.o: ../../core/requesttypes.h ../../core/logmanipulators.h stats.o: ../../core/logmanipulators.h ../../core/slog.h ../../core/cur.h
stats.o: ../../core/slog.h ../../core/cur.h ../../core/request.h stats.o: ../../core/request.h ../../core/error.h ../../core/config.h
stats.o: ../../core/error.h ../../core/config.h ../../core/htmlfilter.h stats.o: ../../core/htmlfilter.h ../../templates/htmltextstream.h
stats.o: ../../templates/htmltextstream.h ../../core/textstream.h stats.o: ../../core/textstream.h ../../core/session.h ../../core/user.h
stats.o: ../../core/session.h ../../core/user.h ../../core/plugindata.h stats.o: ../../core/plugindata.h ../../core/rebus.h ../../core/mount.h
stats.o: ../../core/rebus.h ../../core/mount.h ../../templates/locale.h stats.o: ../../templates/locale.h
stats.o: ../../core/confparser.h ../../../ezc/src/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: ../../core/confparser.h ../../core/htmlfilter.h templates.o: ../../core/htmlfilter.h ../../core/request.h
templates.o: ../../core/request.h ../../core/requesttypes.h ../../core/item.h templates.o: ../../core/requesttypes.h ../../core/item.h ../../core/error.h
templates.o: ../../core/error.h ../../core/textstream.h ../../core/misc.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/dirs.h ../../core/dircontainer.h templates.o: ../../core/system.h ../../core/dirs.h ../../core/dircontainer.h
templates.o: ../../db/db.h ../../db/dbbase.h ../../db/dbconn.h templates.o: ../../db/db.h ../../db/dbbase.h ../../db/dbconn.h
templates.o: ../../db/dbtextstream.h ../../core/error.h templates.o: ../../db/dbtextstream.h ../../core/error.h
templates.o: ../../core/confparser.h ../../db/dbitemquery.h ../../core/item.h templates.o: ../../db/dbitemquery.h ../../core/item.h
templates.o: ../../db/dbitemcolumns.h ../../core/user.h ../../core/group.h templates.o: ../../db/dbitemcolumns.h ../../core/user.h ../../core/group.h
templates.o: ../../core/dircontainer.h ../../core/ugcontainer.h templates.o: ../../core/dircontainer.h ../../core/ugcontainer.h
templates.o: ../../notify/notify.h ../../notify/notifypool.h templates.o: ../../notify/notify.h ../../notify/notifypool.h
templates.o: ../../templates/locale.h ../../templates/patterns.h templates.o: ../../templates/locale.h ../../templates/patterns.h
templates.o: ../../templates/locale.h ../../templates/localefilter.h templates.o: ../../templates/locale.h ../../templates/localefilter.h
templates.o: ../../../ezc/src/ezc.h ../../../ezc/src/utf8.h templates.o: ../../../ezc/src/ezc.h ../../../ezc/src/generator.h
templates.o: ../../../ezc/src/generator.h ../../../ezc/src/pattern.h templates.o: ../../../ezc/src/pattern.h ../../../ezc/src/functions.h
templates.o: ../../../ezc/src/functions.h ../../../ezc/src/funinfo.h templates.o: ../../../ezc/src/funinfo.h ../../../ezc/src/stringconv.h
templates.o: ../../../ezc/src/stringconv.h ../../notify/notifythread.h templates.o: ../../notify/notifythread.h ../../core/basethread.h
templates.o: ../../core/basethread.h ../../core/synchro.h templates.o: ../../core/synchro.h ../../notify/templatesnotify.h
templates.o: ../../notify/templatesnotify.h ../../core/config.h templates.o: ../../core/config.h ../../core/users.h ../../core/user.h
templates.o: ../../core/users.h ../../core/user.h ../../core/ugcontainer.h templates.o: ../../core/ugcontainer.h ../../core/lastcontainer.h
templates.o: ../../core/lastcontainer.h ../../core/cur.h ../../core/session.h templates.o: ../../core/cur.h ../../core/session.h ../../core/rebus.h
templates.o: ../../core/rebus.h ../../core/mount.h ../../templates/misc.h templates.o: ../../core/mount.h ../../templates/misc.h
templates.o: ../../templates/htmltextstream.h ../../core/mounts.h templates.o: ../../templates/htmltextstream.h ../../core/mounts.h
templates.o: ../../core/mountparser.h ../../core/crypt.h ../../core/run.h templates.o: ../../core/mountparser.h ../../core/crypt.h ../../core/run.h
templates.o: ../../core/users.h ../../core/groups.h ../../core/group.h templates.o: ../../core/users.h ../../core/groups.h ../../core/group.h

View File

@ -2,7 +2,7 @@
* This file is a part of Winix * This file is a part of Winix
* and is not publicly distributed * and is not publicly distributed
* *
* Copyright (c) 2010, Tomasz Sowa * Copyright (c) 2010-2012, Tomasz Sowa
* All rights reserved. * All rights reserved.
* *
*/ */
@ -10,7 +10,7 @@
#include <ctime> #include <ctime>
#include "stats.h" #include "stats.h"
#include "core/log.h" #include "core/log.h"
#include "utf8.h" #include "utf8/utf8.h"
namespace Stats namespace Stats
@ -67,7 +67,7 @@ void Stats::ReadStats()
if( stats_file.empty() ) if( stats_file.empty() )
return; return;
Ezc::WideToUTF8(stats_file, astats_file); PT::WideToUTF8(stats_file, astats_file);
std::ifstream file(astats_file.c_str()); std::ifstream file(astats_file.c_str());
if( !file ) if( !file )
@ -118,7 +118,7 @@ void Stats::SaveStats()
if( stats_file.empty() ) if( stats_file.empty() )
return; return;
Ezc::WideToUTF8(stats_file, astats_file); PT::WideToUTF8(stats_file, astats_file);
std::ofstream file(astats_file.c_str()); std::ofstream file(astats_file.c_str());
if( !file ) if( !file )

View File

@ -1,12 +1,12 @@
# DO NOT DELETE # DO NOT DELETE
createthread.o: createthread.h ../../functions/functionbase.h createthread.o: createthread.h ../../functions/functionbase.h
createthread.o: ../../core/item.h ../../core/confparser.h ../../db/db.h createthread.o: ../../core/item.h ../../db/db.h ../../db/dbbase.h
createthread.o: ../../db/dbbase.h ../../db/dbconn.h ../../db/dbtextstream.h createthread.o: ../../db/dbconn.h ../../db/dbtextstream.h
createthread.o: ../../core/textstream.h ../../core/misc.h ../../core/item.h 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: ../../core/confparser.h ../../db/dbitemquery.h createthread.o: ../../db/dbitemquery.h ../../db/dbitemcolumns.h
createthread.o: ../../db/dbitemcolumns.h ../../core/user.h ../../core/group.h createthread.o: ../../core/user.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
@ -20,21 +20,20 @@ createthread.o: ../../core/dirs.h ../../core/dircontainer.h
createthread.o: ../../notify/notify.h ../../notify/notifypool.h createthread.o: ../../notify/notify.h ../../notify/notifypool.h
createthread.o: ../../templates/patterns.h ../../templates/locale.h createthread.o: ../../templates/patterns.h ../../templates/locale.h
createthread.o: ../../templates/localefilter.h ../../../ezc/src/ezc.h createthread.o: ../../templates/localefilter.h ../../../ezc/src/ezc.h
createthread.o: ../../../ezc/src/utf8.h ../../../ezc/src/generator.h createthread.o: ../../../ezc/src/generator.h ../../../ezc/src/pattern.h
createthread.o: ../../../ezc/src/pattern.h ../../../ezc/src/functions.h createthread.o: ../../../ezc/src/functions.h ../../../ezc/src/funinfo.h
createthread.o: ../../../ezc/src/funinfo.h ../../../ezc/src/stringconv.h createthread.o: ../../../ezc/src/stringconv.h ../../notify/notifythread.h
createthread.o: ../../notify/notifythread.h ../../core/basethread.h createthread.o: ../../core/basethread.h ../../core/synchro.h
createthread.o: ../../core/synchro.h ../../notify/templatesnotify.h createthread.o: ../../notify/templatesnotify.h ../../core/users.h
createthread.o: ../../core/users.h ../../core/ugcontainer.h createthread.o: ../../core/ugcontainer.h ../../core/lastcontainer.h
createthread.o: ../../core/lastcontainer.h ../../templates/misc.h createthread.o: ../../templates/misc.h ../../templates/htmltextstream.h
createthread.o: ../../templates/htmltextstream.h ../../core/mounts.h createthread.o: ../../core/mounts.h ../../core/mountparser.h
createthread.o: ../../core/mountparser.h ../../core/crypt.h ../../core/run.h createthread.o: ../../core/crypt.h ../../core/run.h ../../core/users.h
createthread.o: ../../core/users.h ../../core/groups.h ../../core/group.h createthread.o: ../../core/groups.h ../../core/group.h ../../core/loadavg.h
createthread.o: ../../core/loadavg.h ../../core/image.h createthread.o: ../../core/image.h ../../core/basethread.h
createthread.o: ../../core/basethread.h ../../core/threadmanager.h createthread.o: ../../core/threadmanager.h ../../core/synchro.h tdb.h
createthread.o: ../../core/synchro.h tdb.h thread.h ../../db/dbbase.h createthread.o: thread.h ../../db/dbbase.h threadinfo.h
createthread.o: threadinfo.h ../../functions/functions.h createthread.o: ../../functions/functions.h ../../functions/functionbase.h
createthread.o: ../../functions/functionbase.h
createthread.o: ../../functions/functionparser.h ../../core/cur.h createthread.o: ../../functions/functionparser.h ../../core/cur.h
createthread.o: ../../functions/adduser.h ../../functions/cat.h createthread.o: ../../functions/adduser.h ../../functions/cat.h
createthread.o: ../../functions/chmod.h ../../functions/privchanger.h createthread.o: ../../functions/chmod.h ../../functions/privchanger.h
@ -57,10 +56,9 @@ createthread.o: ../../functions/uptime.h ../../functions/who.h
createthread.o: ../../functions/vim.h ../../core/htmlfilter.h createthread.o: ../../functions/vim.h ../../core/htmlfilter.h
funthread.o: ../../core/misc.h ../../core/item.h ../../core/requesttypes.h funthread.o: ../../core/misc.h ../../core/item.h ../../core/requesttypes.h
funthread.o: funthread.h ../../functions/functionbase.h ../../core/item.h funthread.o: funthread.h ../../functions/functionbase.h ../../core/item.h
funthread.o: ../../core/confparser.h ../../db/db.h ../../db/dbbase.h funthread.o: ../../db/db.h ../../db/dbbase.h ../../db/dbconn.h
funthread.o: ../../db/dbconn.h ../../db/dbtextstream.h funthread.o: ../../db/dbtextstream.h ../../core/textstream.h
funthread.o: ../../core/textstream.h ../../core/misc.h ../../core/error.h funthread.o: ../../core/misc.h ../../core/error.h ../../db/dbitemquery.h
funthread.o: ../../core/confparser.h ../../db/dbitemquery.h
funthread.o: ../../db/dbitemcolumns.h ../../core/user.h ../../core/group.h funthread.o: ../../db/dbitemcolumns.h ../../core/user.h ../../core/group.h
funthread.o: ../../core/dircontainer.h ../../core/ugcontainer.h funthread.o: ../../core/dircontainer.h ../../core/ugcontainer.h
funthread.o: ../../core/log.h ../../core/textstream.h funthread.o: ../../core/log.h ../../core/textstream.h
@ -74,25 +72,24 @@ funthread.o: ../../core/dirs.h ../../core/dircontainer.h
funthread.o: ../../notify/notify.h ../../notify/notifypool.h funthread.o: ../../notify/notify.h ../../notify/notifypool.h
funthread.o: ../../templates/patterns.h ../../templates/locale.h funthread.o: ../../templates/patterns.h ../../templates/locale.h
funthread.o: ../../templates/localefilter.h ../../../ezc/src/ezc.h funthread.o: ../../templates/localefilter.h ../../../ezc/src/ezc.h
funthread.o: ../../../ezc/src/utf8.h ../../../ezc/src/generator.h funthread.o: ../../../ezc/src/generator.h ../../../ezc/src/pattern.h
funthread.o: ../../../ezc/src/pattern.h ../../../ezc/src/functions.h funthread.o: ../../../ezc/src/functions.h ../../../ezc/src/funinfo.h
funthread.o: ../../../ezc/src/funinfo.h ../../../ezc/src/stringconv.h funthread.o: ../../../ezc/src/stringconv.h ../../notify/notifythread.h
funthread.o: ../../notify/notifythread.h ../../core/basethread.h funthread.o: ../../core/basethread.h ../../core/synchro.h
funthread.o: ../../core/synchro.h ../../notify/templatesnotify.h funthread.o: ../../notify/templatesnotify.h ../../core/users.h
funthread.o: ../../core/users.h ../../core/ugcontainer.h funthread.o: ../../core/ugcontainer.h ../../core/lastcontainer.h
funthread.o: ../../core/lastcontainer.h ../../templates/misc.h funthread.o: ../../templates/misc.h ../../templates/htmltextstream.h
funthread.o: ../../templates/htmltextstream.h ../../core/mounts.h funthread.o: ../../core/mounts.h ../../core/mountparser.h ../../core/crypt.h
funthread.o: ../../core/mountparser.h ../../core/crypt.h ../../core/run.h funthread.o: ../../core/run.h ../../core/users.h ../../core/groups.h
funthread.o: ../../core/users.h ../../core/groups.h ../../core/group.h funthread.o: ../../core/group.h ../../core/loadavg.h ../../core/image.h
funthread.o: ../../core/loadavg.h ../../core/image.h ../../core/basethread.h funthread.o: ../../core/basethread.h ../../core/threadmanager.h
funthread.o: ../../core/threadmanager.h ../../core/synchro.h tdb.h thread.h funthread.o: ../../core/synchro.h tdb.h thread.h ../../db/dbbase.h
funthread.o: ../../db/dbbase.h threadinfo.h funthread.o: threadinfo.h
init.o: tdb.h thread.h ../../db/dbbase.h ../../core/error.h reply.h init.o: tdb.h thread.h ../../db/dbbase.h ../../core/error.h reply.h
init.o: ../../functions/functionbase.h ../../core/item.h init.o: ../../functions/functionbase.h ../../core/item.h ../../db/db.h
init.o: ../../core/confparser.h ../../db/db.h ../../db/dbbase.h init.o: ../../db/dbbase.h ../../db/dbconn.h ../../db/dbtextstream.h
init.o: ../../db/dbconn.h ../../db/dbtextstream.h ../../core/textstream.h init.o: ../../core/textstream.h ../../core/misc.h ../../core/item.h
init.o: ../../core/misc.h ../../core/item.h ../../core/requesttypes.h init.o: ../../core/requesttypes.h ../../db/dbitemquery.h
init.o: ../../core/confparser.h ../../db/dbitemquery.h
init.o: ../../db/dbitemcolumns.h ../../core/user.h ../../core/group.h init.o: ../../db/dbitemcolumns.h ../../core/user.h ../../core/group.h
init.o: ../../core/dircontainer.h ../../core/ugcontainer.h ../../core/log.h init.o: ../../core/dircontainer.h ../../core/ugcontainer.h ../../core/log.h
init.o: ../../core/textstream.h ../../core/logmanipulators.h init.o: ../../core/textstream.h ../../core/logmanipulators.h
@ -105,24 +102,24 @@ init.o: ../../core/config.h ../../core/system.h ../../core/dirs.h
init.o: ../../core/dircontainer.h ../../notify/notify.h init.o: ../../core/dircontainer.h ../../notify/notify.h
init.o: ../../notify/notifypool.h ../../templates/patterns.h init.o: ../../notify/notifypool.h ../../templates/patterns.h
init.o: ../../templates/locale.h ../../templates/localefilter.h init.o: ../../templates/locale.h ../../templates/localefilter.h
init.o: ../../../ezc/src/ezc.h ../../../ezc/src/utf8.h init.o: ../../../ezc/src/ezc.h ../../../ezc/src/generator.h
init.o: ../../../ezc/src/generator.h ../../../ezc/src/pattern.h init.o: ../../../ezc/src/pattern.h ../../../ezc/src/functions.h
init.o: ../../../ezc/src/functions.h ../../../ezc/src/funinfo.h init.o: ../../../ezc/src/funinfo.h ../../../ezc/src/stringconv.h
init.o: ../../../ezc/src/stringconv.h ../../notify/notifythread.h init.o: ../../notify/notifythread.h ../../core/basethread.h
init.o: ../../core/basethread.h ../../core/synchro.h init.o: ../../core/synchro.h ../../notify/templatesnotify.h
init.o: ../../notify/templatesnotify.h ../../core/users.h init.o: ../../core/users.h ../../core/ugcontainer.h
init.o: ../../core/ugcontainer.h ../../core/lastcontainer.h init.o: ../../core/lastcontainer.h ../../templates/misc.h
init.o: ../../templates/misc.h ../../templates/htmltextstream.h init.o: ../../templates/htmltextstream.h ../../core/mounts.h
init.o: ../../core/mounts.h ../../core/mountparser.h ../../core/crypt.h init.o: ../../core/mountparser.h ../../core/crypt.h ../../core/run.h
init.o: ../../core/run.h ../../core/users.h ../../core/groups.h init.o: ../../core/users.h ../../core/groups.h ../../core/group.h
init.o: ../../core/group.h ../../core/loadavg.h ../../core/image.h init.o: ../../core/loadavg.h ../../core/image.h ../../core/basethread.h
init.o: ../../core/basethread.h ../../core/threadmanager.h init.o: ../../core/threadmanager.h ../../core/synchro.h threadinfo.h
init.o: ../../core/synchro.h threadinfo.h funthread.h createthread.h init.o: funthread.h createthread.h showthreads.h ../../core/log.h
init.o: showthreads.h ../../core/log.h ../../core/plugin.h pluginmsg.h init.o: ../../core/plugin.h pluginmsg.h ../../core/system.h
init.o: ../../core/system.h ../../core/sessionmanager.h init.o: ../../core/sessionmanager.h ../../core/sessioncontainer.h
init.o: ../../core/sessioncontainer.h ../../functions/functions.h init.o: ../../functions/functions.h ../../functions/functionbase.h
init.o: ../../functions/functionbase.h ../../functions/functionparser.h init.o: ../../functions/functionparser.h ../../core/cur.h
init.o: ../../core/cur.h ../../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
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
@ -143,38 +140,36 @@ init.o: ../../templates/indexpatterns.h ../../templates/patterns.h
init.o: ../../templates/changepatterns.h ../../core/sessionmanager.h init.o: ../../templates/changepatterns.h ../../core/sessionmanager.h
init.o: templates.h init.o: templates.h
reply.o: reply.h ../../functions/functionbase.h ../../core/item.h reply.o: reply.h ../../functions/functionbase.h ../../core/item.h
reply.o: ../../core/confparser.h ../../db/db.h ../../db/dbbase.h reply.o: ../../db/db.h ../../db/dbbase.h ../../db/dbconn.h
reply.o: ../../db/dbconn.h ../../db/dbtextstream.h ../../core/textstream.h reply.o: ../../db/dbtextstream.h ../../core/textstream.h ../../core/misc.h
reply.o: ../../core/misc.h ../../core/item.h ../../core/requesttypes.h reply.o: ../../core/item.h ../../core/requesttypes.h ../../core/error.h
reply.o: ../../core/error.h ../../core/confparser.h ../../db/dbitemquery.h reply.o: ../../db/dbitemquery.h ../../db/dbitemcolumns.h ../../core/user.h
reply.o: ../../db/dbitemcolumns.h ../../core/user.h ../../core/group.h reply.o: ../../core/group.h ../../core/dircontainer.h
reply.o: ../../core/dircontainer.h ../../core/ugcontainer.h ../../core/log.h reply.o: ../../core/ugcontainer.h ../../core/log.h ../../core/textstream.h
reply.o: ../../core/textstream.h ../../core/logmanipulators.h reply.o: ../../core/logmanipulators.h ../../core/slog.h ../../core/cur.h
reply.o: ../../core/slog.h ../../core/cur.h ../../core/request.h reply.o: ../../core/request.h ../../core/error.h ../../core/config.h
reply.o: ../../core/error.h ../../core/config.h ../../core/htmlfilter.h reply.o: ../../core/htmlfilter.h ../../templates/htmltextstream.h
reply.o: ../../templates/htmltextstream.h ../../core/session.h reply.o: ../../core/session.h ../../core/user.h ../../core/plugindata.h
reply.o: ../../core/user.h ../../core/plugindata.h ../../core/rebus.h reply.o: ../../core/rebus.h ../../core/mount.h ../../templates/locale.h
reply.o: ../../core/mount.h ../../templates/locale.h ../../core/request.h reply.o: ../../core/request.h ../../core/config.h ../../core/system.h
reply.o: ../../core/config.h ../../core/system.h ../../core/dirs.h reply.o: ../../core/dirs.h ../../core/dircontainer.h ../../notify/notify.h
reply.o: ../../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/utf8.h reply.o: ../../../ezc/src/ezc.h ../../../ezc/src/generator.h
reply.o: ../../../ezc/src/generator.h ../../../ezc/src/pattern.h reply.o: ../../../ezc/src/pattern.h ../../../ezc/src/functions.h
reply.o: ../../../ezc/src/functions.h ../../../ezc/src/funinfo.h reply.o: ../../../ezc/src/funinfo.h ../../../ezc/src/stringconv.h
reply.o: ../../../ezc/src/stringconv.h ../../notify/notifythread.h reply.o: ../../notify/notifythread.h ../../core/basethread.h
reply.o: ../../core/basethread.h ../../core/synchro.h reply.o: ../../core/synchro.h ../../notify/templatesnotify.h
reply.o: ../../notify/templatesnotify.h ../../core/users.h reply.o: ../../core/users.h ../../core/ugcontainer.h
reply.o: ../../core/ugcontainer.h ../../core/lastcontainer.h reply.o: ../../core/lastcontainer.h ../../templates/misc.h
reply.o: ../../templates/misc.h ../../templates/htmltextstream.h reply.o: ../../templates/htmltextstream.h ../../core/mounts.h
reply.o: ../../core/mounts.h ../../core/mountparser.h ../../core/crypt.h reply.o: ../../core/mountparser.h ../../core/crypt.h ../../core/run.h
reply.o: ../../core/run.h ../../core/users.h ../../core/groups.h reply.o: ../../core/users.h ../../core/groups.h ../../core/group.h
reply.o: ../../core/group.h ../../core/loadavg.h ../../core/image.h reply.o: ../../core/loadavg.h ../../core/image.h ../../core/basethread.h
reply.o: ../../core/basethread.h ../../core/threadmanager.h reply.o: ../../core/threadmanager.h ../../core/synchro.h tdb.h thread.h
reply.o: ../../core/synchro.h tdb.h thread.h ../../db/dbbase.h threadinfo.h reply.o: ../../db/dbbase.h threadinfo.h ../../functions/functions.h
reply.o: ../../functions/functions.h ../../functions/functionbase.h reply.o: ../../functions/functionbase.h ../../functions/functionparser.h
reply.o: ../../functions/functionparser.h ../../core/cur.h reply.o: ../../core/cur.h ../../functions/adduser.h ../../functions/cat.h
reply.o: ../../functions/adduser.h ../../functions/cat.h
reply.o: ../../functions/chmod.h ../../functions/privchanger.h reply.o: ../../functions/chmod.h ../../functions/privchanger.h
reply.o: ../../functions/chown.h ../../functions/ckeditor.h reply.o: ../../functions/chown.h ../../functions/ckeditor.h
reply.o: ../../functions/cp.h ../../functions/default.h reply.o: ../../functions/cp.h ../../functions/default.h
@ -197,11 +192,10 @@ reply.o: ../../templates/patterncacher.h ../../templates/indexpatterns.h
reply.o: ../../templates/patterns.h ../../templates/changepatterns.h reply.o: ../../templates/patterns.h ../../templates/changepatterns.h
reply.o: ../../core/sessionmanager.h reply.o: ../../core/sessionmanager.h
showthreads.o: showthreads.h ../../functions/functionbase.h ../../core/item.h showthreads.o: showthreads.h ../../functions/functionbase.h ../../core/item.h
showthreads.o: ../../core/confparser.h ../../db/db.h ../../db/dbbase.h showthreads.o: ../../db/db.h ../../db/dbbase.h ../../db/dbconn.h
showthreads.o: ../../db/dbconn.h ../../db/dbtextstream.h showthreads.o: ../../db/dbtextstream.h ../../core/textstream.h
showthreads.o: ../../core/textstream.h ../../core/misc.h ../../core/item.h showthreads.o: ../../core/misc.h ../../core/item.h ../../core/requesttypes.h
showthreads.o: ../../core/requesttypes.h ../../core/error.h showthreads.o: ../../core/error.h ../../db/dbitemquery.h
showthreads.o: ../../core/confparser.h ../../db/dbitemquery.h
showthreads.o: ../../db/dbitemcolumns.h ../../core/user.h ../../core/group.h showthreads.o: ../../db/dbitemcolumns.h ../../core/user.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
@ -216,45 +210,43 @@ showthreads.o: ../../core/dirs.h ../../core/dircontainer.h
showthreads.o: ../../notify/notify.h ../../notify/notifypool.h showthreads.o: ../../notify/notify.h ../../notify/notifypool.h
showthreads.o: ../../templates/patterns.h ../../templates/locale.h showthreads.o: ../../templates/patterns.h ../../templates/locale.h
showthreads.o: ../../templates/localefilter.h ../../../ezc/src/ezc.h showthreads.o: ../../templates/localefilter.h ../../../ezc/src/ezc.h
showthreads.o: ../../../ezc/src/utf8.h ../../../ezc/src/generator.h showthreads.o: ../../../ezc/src/generator.h ../../../ezc/src/pattern.h
showthreads.o: ../../../ezc/src/pattern.h ../../../ezc/src/functions.h showthreads.o: ../../../ezc/src/functions.h ../../../ezc/src/funinfo.h
showthreads.o: ../../../ezc/src/funinfo.h ../../../ezc/src/stringconv.h showthreads.o: ../../../ezc/src/stringconv.h ../../notify/notifythread.h
showthreads.o: ../../notify/notifythread.h ../../core/basethread.h showthreads.o: ../../core/basethread.h ../../core/synchro.h
showthreads.o: ../../core/synchro.h ../../notify/templatesnotify.h showthreads.o: ../../notify/templatesnotify.h ../../core/users.h
showthreads.o: ../../core/users.h ../../core/ugcontainer.h showthreads.o: ../../core/ugcontainer.h ../../core/lastcontainer.h
showthreads.o: ../../core/lastcontainer.h ../../templates/misc.h showthreads.o: ../../templates/misc.h ../../templates/htmltextstream.h
showthreads.o: ../../templates/htmltextstream.h ../../core/mounts.h showthreads.o: ../../core/mounts.h ../../core/mountparser.h
showthreads.o: ../../core/mountparser.h ../../core/crypt.h ../../core/run.h showthreads.o: ../../core/crypt.h ../../core/run.h ../../core/users.h
showthreads.o: ../../core/users.h ../../core/groups.h ../../core/group.h showthreads.o: ../../core/groups.h ../../core/group.h ../../core/loadavg.h
showthreads.o: ../../core/loadavg.h ../../core/image.h showthreads.o: ../../core/image.h ../../core/basethread.h
showthreads.o: ../../core/basethread.h ../../core/threadmanager.h showthreads.o: ../../core/threadmanager.h ../../core/synchro.h tdb.h thread.h
showthreads.o: ../../core/synchro.h tdb.h thread.h ../../db/dbbase.h showthreads.o: ../../db/dbbase.h threadinfo.h
showthreads.o: threadinfo.h
tdb.o: tdb.h thread.h ../../db/dbbase.h ../../core/error.h ../../core/log.h tdb.o: tdb.h thread.h ../../db/dbbase.h ../../core/error.h ../../core/log.h
templates.o: threadinfo.h ../../core/item.h ../../core/confparser.h templates.o: threadinfo.h ../../core/item.h ../../core/system.h
templates.o: ../../core/system.h ../../core/dirs.h ../../core/item.h templates.o: ../../core/dirs.h ../../core/item.h ../../core/dircontainer.h
templates.o: ../../core/dircontainer.h ../../db/db.h ../../db/dbbase.h templates.o: ../../db/db.h ../../db/dbbase.h ../../db/dbconn.h
templates.o: ../../db/dbconn.h ../../db/dbtextstream.h templates.o: ../../db/dbtextstream.h ../../core/textstream.h
templates.o: ../../core/textstream.h ../../core/misc.h templates.o: ../../core/misc.h ../../core/requesttypes.h ../../core/error.h
templates.o: ../../core/requesttypes.h ../../core/error.h templates.o: ../../db/dbitemquery.h ../../db/dbitemcolumns.h
templates.o: ../../core/confparser.h ../../db/dbitemquery.h templates.o: ../../core/user.h ../../core/group.h ../../core/dircontainer.h
templates.o: ../../db/dbitemcolumns.h ../../core/user.h ../../core/group.h templates.o: ../../core/ugcontainer.h ../../core/log.h
templates.o: ../../core/dircontainer.h ../../core/ugcontainer.h templates.o: ../../core/textstream.h ../../core/logmanipulators.h
templates.o: ../../core/log.h ../../core/textstream.h templates.o: ../../core/slog.h ../../core/cur.h ../../core/request.h
templates.o: ../../core/logmanipulators.h ../../core/slog.h ../../core/cur.h templates.o: ../../core/error.h ../../core/config.h ../../core/htmlfilter.h
templates.o: ../../core/request.h ../../core/error.h ../../core/config.h templates.o: ../../templates/htmltextstream.h ../../core/session.h
templates.o: ../../core/htmlfilter.h ../../templates/htmltextstream.h templates.o: ../../core/user.h ../../core/plugindata.h ../../core/rebus.h
templates.o: ../../core/session.h ../../core/user.h ../../core/plugindata.h templates.o: ../../core/mount.h ../../templates/locale.h
templates.o: ../../core/rebus.h ../../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
templates.o: ../../../ezc/src/utf8.h ../../../ezc/src/generator.h templates.o: ../../../ezc/src/generator.h ../../../ezc/src/pattern.h
templates.o: ../../../ezc/src/pattern.h ../../../ezc/src/functions.h templates.o: ../../../ezc/src/functions.h ../../../ezc/src/funinfo.h
templates.o: ../../../ezc/src/funinfo.h ../../../ezc/src/stringconv.h templates.o: ../../../ezc/src/stringconv.h ../../notify/notifythread.h
templates.o: ../../notify/notifythread.h ../../core/basethread.h templates.o: ../../core/basethread.h ../../core/synchro.h
templates.o: ../../core/synchro.h ../../notify/templatesnotify.h templates.o: ../../notify/templatesnotify.h ../../core/config.h
templates.o: ../../core/config.h ../../core/users.h ../../core/ugcontainer.h templates.o: ../../core/users.h ../../core/ugcontainer.h
templates.o: ../../core/lastcontainer.h ../../templates/misc.h templates.o: ../../core/lastcontainer.h ../../templates/misc.h
templates.o: ../../templates/htmltextstream.h ../../core/mounts.h templates.o: ../../templates/htmltextstream.h ../../core/mounts.h
templates.o: ../../core/mountparser.h ../../core/crypt.h ../../core/run.h templates.o: ../../core/mountparser.h ../../core/crypt.h ../../core/run.h
@ -289,30 +281,29 @@ templates.o: ../../core/htmlfilter.h ../../templates/templates.h
templates.o: ../../templates/patterncacher.h ../../templates/indexpatterns.h templates.o: ../../templates/patterncacher.h ../../templates/indexpatterns.h
templates.o: ../../templates/patterns.h ../../templates/changepatterns.h templates.o: ../../templates/patterns.h ../../templates/changepatterns.h
templates.o: ../../core/sessionmanager.h templates.o: ../../core/sessionmanager.h
threadinfo.o: threadinfo.h ../../core/item.h ../../core/confparser.h threadinfo.o: threadinfo.h ../../core/item.h ../../core/system.h
threadinfo.o: ../../core/system.h ../../core/dirs.h ../../core/item.h threadinfo.o: ../../core/dirs.h ../../core/item.h ../../core/dircontainer.h
threadinfo.o: ../../core/dircontainer.h ../../db/db.h ../../db/dbbase.h threadinfo.o: ../../db/db.h ../../db/dbbase.h ../../db/dbconn.h
threadinfo.o: ../../db/dbconn.h ../../db/dbtextstream.h threadinfo.o: ../../db/dbtextstream.h ../../core/textstream.h
threadinfo.o: ../../core/textstream.h ../../core/misc.h threadinfo.o: ../../core/misc.h ../../core/requesttypes.h ../../core/error.h
threadinfo.o: ../../core/requesttypes.h ../../core/error.h threadinfo.o: ../../db/dbitemquery.h ../../db/dbitemcolumns.h
threadinfo.o: ../../core/confparser.h ../../db/dbitemquery.h threadinfo.o: ../../core/user.h ../../core/group.h ../../core/dircontainer.h
threadinfo.o: ../../db/dbitemcolumns.h ../../core/user.h ../../core/group.h threadinfo.o: ../../core/ugcontainer.h ../../core/log.h
threadinfo.o: ../../core/dircontainer.h ../../core/ugcontainer.h threadinfo.o: ../../core/textstream.h ../../core/logmanipulators.h
threadinfo.o: ../../core/log.h ../../core/textstream.h threadinfo.o: ../../core/slog.h ../../core/cur.h ../../core/request.h
threadinfo.o: ../../core/logmanipulators.h ../../core/slog.h ../../core/cur.h threadinfo.o: ../../core/error.h ../../core/config.h ../../core/htmlfilter.h
threadinfo.o: ../../core/request.h ../../core/error.h ../../core/config.h threadinfo.o: ../../templates/htmltextstream.h ../../core/session.h
threadinfo.o: ../../core/htmlfilter.h ../../templates/htmltextstream.h threadinfo.o: ../../core/user.h ../../core/plugindata.h ../../core/rebus.h
threadinfo.o: ../../core/session.h ../../core/user.h ../../core/plugindata.h threadinfo.o: ../../core/mount.h ../../templates/locale.h
threadinfo.o: ../../core/rebus.h ../../core/mount.h ../../templates/locale.h
threadinfo.o: ../../notify/notify.h ../../notify/notifypool.h threadinfo.o: ../../notify/notify.h ../../notify/notifypool.h
threadinfo.o: ../../templates/patterns.h ../../templates/locale.h threadinfo.o: ../../templates/patterns.h ../../templates/locale.h
threadinfo.o: ../../templates/localefilter.h ../../../ezc/src/ezc.h threadinfo.o: ../../templates/localefilter.h ../../../ezc/src/ezc.h
threadinfo.o: ../../../ezc/src/utf8.h ../../../ezc/src/generator.h threadinfo.o: ../../../ezc/src/generator.h ../../../ezc/src/pattern.h
threadinfo.o: ../../../ezc/src/pattern.h ../../../ezc/src/functions.h threadinfo.o: ../../../ezc/src/functions.h ../../../ezc/src/funinfo.h
threadinfo.o: ../../../ezc/src/funinfo.h ../../../ezc/src/stringconv.h threadinfo.o: ../../../ezc/src/stringconv.h ../../notify/notifythread.h
threadinfo.o: ../../notify/notifythread.h ../../core/basethread.h threadinfo.o: ../../core/basethread.h ../../core/synchro.h
threadinfo.o: ../../core/synchro.h ../../notify/templatesnotify.h threadinfo.o: ../../notify/templatesnotify.h ../../core/config.h
threadinfo.o: ../../core/config.h ../../core/users.h ../../core/ugcontainer.h threadinfo.o: ../../core/users.h ../../core/ugcontainer.h
threadinfo.o: ../../core/lastcontainer.h ../../templates/misc.h threadinfo.o: ../../core/lastcontainer.h ../../templates/misc.h
threadinfo.o: ../../templates/htmltextstream.h ../../core/mounts.h threadinfo.o: ../../templates/htmltextstream.h ../../core/mounts.h
threadinfo.o: ../../core/mountparser.h ../../core/crypt.h ../../core/run.h threadinfo.o: ../../core/mountparser.h ../../core/crypt.h ../../core/run.h

View File

@ -3,8 +3,7 @@
createticket.o: createticket.h tdb.h ticket.h ../../db/dbbase.h createticket.o: createticket.h tdb.h ticket.h ../../db/dbbase.h
createticket.o: ../../db/dbconn.h ../../db/dbtextstream.h createticket.o: ../../db/dbconn.h ../../db/dbtextstream.h
createticket.o: ../../core/textstream.h ../../core/misc.h ../../core/item.h createticket.o: ../../core/textstream.h ../../core/misc.h ../../core/item.h
createticket.o: ../../core/confparser.h ../../core/requesttypes.h createticket.o: ../../core/requesttypes.h ../../core/error.h
createticket.o: ../../core/error.h ../../core/confparser.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 ../../core/group.h
@ -21,20 +20,20 @@ createticket.o: ../../core/dirs.h ../../core/dircontainer.h
createticket.o: ../../notify/notify.h ../../notify/notifypool.h createticket.o: ../../notify/notify.h ../../notify/notifypool.h
createticket.o: ../../templates/patterns.h ../../templates/locale.h createticket.o: ../../templates/patterns.h ../../templates/locale.h
createticket.o: ../../templates/localefilter.h ../../../ezc/src/ezc.h createticket.o: ../../templates/localefilter.h ../../../ezc/src/ezc.h
createticket.o: ../../../ezc/src/utf8.h ../../../ezc/src/generator.h createticket.o: ../../../ezc/src/generator.h ../../../ezc/src/pattern.h
createticket.o: ../../../ezc/src/pattern.h ../../../ezc/src/functions.h createticket.o: ../../../ezc/src/functions.h ../../../ezc/src/funinfo.h
createticket.o: ../../../ezc/src/funinfo.h ../../../ezc/src/stringconv.h createticket.o: ../../../ezc/src/stringconv.h ../../notify/notifythread.h
createticket.o: ../../notify/notifythread.h ../../core/basethread.h createticket.o: ../../core/basethread.h ../../core/synchro.h
createticket.o: ../../core/synchro.h ../../notify/templatesnotify.h createticket.o: ../../notify/templatesnotify.h ../../core/users.h
createticket.o: ../../core/users.h ../../core/ugcontainer.h createticket.o: ../../core/ugcontainer.h ../../core/lastcontainer.h
createticket.o: ../../core/lastcontainer.h ../../templates/misc.h createticket.o: ../../templates/misc.h ../../templates/htmltextstream.h
createticket.o: ../../templates/htmltextstream.h ../../core/mounts.h createticket.o: ../../core/mounts.h ../../core/mountparser.h
createticket.o: ../../core/mountparser.h ../../core/crypt.h ../../core/run.h createticket.o: ../../core/crypt.h ../../core/run.h ../../core/users.h
createticket.o: ../../core/users.h ../../core/groups.h ../../core/group.h createticket.o: ../../core/groups.h ../../core/group.h ../../core/loadavg.h
createticket.o: ../../core/loadavg.h ../../core/image.h createticket.o: ../../core/image.h ../../core/basethread.h
createticket.o: ../../core/basethread.h ../../core/threadmanager.h createticket.o: ../../core/threadmanager.h ../../core/synchro.h ticketinfo.h
createticket.o: ../../core/synchro.h ticketinfo.h ticketparser.h ticketconf.h createticket.o: ticketparser.h ticketconf.h ../../functions/functions.h
createticket.o: ../../functions/functions.h ../../functions/functionbase.h createticket.o: ../../functions/functionbase.h
createticket.o: ../../functions/functionparser.h ../../core/cur.h createticket.o: ../../functions/functionparser.h ../../core/cur.h
createticket.o: ../../functions/adduser.h ../../functions/cat.h createticket.o: ../../functions/adduser.h ../../functions/cat.h
createticket.o: ../../functions/chmod.h ../../functions/privchanger.h createticket.o: ../../functions/chmod.h ../../functions/privchanger.h
@ -58,29 +57,28 @@ createticket.o: ../../functions/vim.h ../../core/htmlfilter.h sessiondata.h
createticket.o: ../../core/plugindata.h ../../functions/rm.h createticket.o: ../../core/plugindata.h ../../functions/rm.h
editticket.o: editticket.h tdb.h ticket.h ../../db/dbbase.h ../../db/dbconn.h editticket.o: editticket.h tdb.h ticket.h ../../db/dbbase.h ../../db/dbconn.h
editticket.o: ../../db/dbtextstream.h ../../core/textstream.h editticket.o: ../../db/dbtextstream.h ../../core/textstream.h
editticket.o: ../../core/misc.h ../../core/item.h ../../core/confparser.h editticket.o: ../../core/misc.h ../../core/item.h ../../core/requesttypes.h
editticket.o: ../../core/requesttypes.h ../../core/error.h editticket.o: ../../core/error.h ticketinfo.h ticketparser.h ticketconf.h
editticket.o: ../../core/confparser.h ticketinfo.h ticketparser.h editticket.o: ../../core/item.h ../../core/system.h ../../core/dirs.h
editticket.o: ticketconf.h ../../core/item.h ../../core/system.h editticket.o: ../../core/dircontainer.h ../../db/db.h ../../db/dbbase.h
editticket.o: ../../core/dirs.h ../../core/dircontainer.h ../../db/db.h editticket.o: ../../db/dbitemquery.h ../../db/dbitemcolumns.h
editticket.o: ../../db/dbbase.h ../../db/dbitemquery.h editticket.o: ../../core/user.h ../../core/group.h ../../core/dircontainer.h
editticket.o: ../../db/dbitemcolumns.h ../../core/user.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
editticket.o: ../../../ezc/src/utf8.h ../../../ezc/src/generator.h editticket.o: ../../../ezc/src/generator.h ../../../ezc/src/pattern.h
editticket.o: ../../../ezc/src/pattern.h ../../../ezc/src/functions.h editticket.o: ../../../ezc/src/functions.h ../../../ezc/src/funinfo.h
editticket.o: ../../../ezc/src/funinfo.h ../../../ezc/src/stringconv.h editticket.o: ../../../ezc/src/stringconv.h ../../notify/notifythread.h
editticket.o: ../../notify/notifythread.h ../../core/basethread.h editticket.o: ../../core/basethread.h ../../core/synchro.h
editticket.o: ../../core/synchro.h ../../notify/templatesnotify.h editticket.o: ../../notify/templatesnotify.h ../../core/config.h
editticket.o: ../../core/config.h ../../core/users.h ../../core/ugcontainer.h editticket.o: ../../core/users.h ../../core/ugcontainer.h
editticket.o: ../../core/lastcontainer.h ../../templates/misc.h editticket.o: ../../core/lastcontainer.h ../../templates/misc.h
editticket.o: ../../templates/htmltextstream.h ../../core/mounts.h editticket.o: ../../templates/htmltextstream.h ../../core/mounts.h
editticket.o: ../../core/mountparser.h ../../core/crypt.h ../../core/run.h editticket.o: ../../core/mountparser.h ../../core/crypt.h ../../core/run.h
@ -112,9 +110,8 @@ editticket.o: ../../core/synchro.h sessiondata.h ../../core/plugindata.h
editticket.o: ../../functions/rm.h editticket.o: ../../functions/rm.h
funticket.o: funticket.h tdb.h ticket.h ../../db/dbbase.h ../../db/dbconn.h funticket.o: funticket.h tdb.h ticket.h ../../db/dbbase.h ../../db/dbconn.h
funticket.o: ../../db/dbtextstream.h ../../core/textstream.h funticket.o: ../../db/dbtextstream.h ../../core/textstream.h
funticket.o: ../../core/misc.h ../../core/item.h ../../core/confparser.h funticket.o: ../../core/misc.h ../../core/item.h ../../core/requesttypes.h
funticket.o: ../../core/requesttypes.h ../../core/error.h funticket.o: ../../core/error.h ticketinfo.h ticketparser.h ticketconf.h
funticket.o: ../../core/confparser.h ticketinfo.h ticketparser.h ticketconf.h
funticket.o: ../../core/item.h ../../core/system.h ../../core/dirs.h funticket.o: ../../core/item.h ../../core/system.h ../../core/dirs.h
funticket.o: ../../core/dircontainer.h ../../db/db.h ../../db/dbbase.h funticket.o: ../../core/dircontainer.h ../../db/db.h ../../db/dbbase.h
funticket.o: ../../db/dbitemquery.h ../../db/dbitemcolumns.h funticket.o: ../../db/dbitemquery.h ../../db/dbitemcolumns.h
@ -129,12 +126,12 @@ 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
funticket.o: ../../../ezc/src/utf8.h ../../../ezc/src/generator.h funticket.o: ../../../ezc/src/generator.h ../../../ezc/src/pattern.h
funticket.o: ../../../ezc/src/pattern.h ../../../ezc/src/functions.h funticket.o: ../../../ezc/src/functions.h ../../../ezc/src/funinfo.h
funticket.o: ../../../ezc/src/funinfo.h ../../../ezc/src/stringconv.h funticket.o: ../../../ezc/src/stringconv.h ../../notify/notifythread.h
funticket.o: ../../notify/notifythread.h ../../core/basethread.h funticket.o: ../../core/basethread.h ../../core/synchro.h
funticket.o: ../../core/synchro.h ../../notify/templatesnotify.h funticket.o: ../../notify/templatesnotify.h ../../core/config.h
funticket.o: ../../core/config.h ../../core/users.h ../../core/ugcontainer.h funticket.o: ../../core/users.h ../../core/ugcontainer.h
funticket.o: ../../core/lastcontainer.h ../../templates/misc.h funticket.o: ../../core/lastcontainer.h ../../templates/misc.h
funticket.o: ../../templates/htmltextstream.h ../../core/mounts.h funticket.o: ../../templates/htmltextstream.h ../../core/mounts.h
funticket.o: ../../core/mountparser.h ../../core/crypt.h ../../core/run.h funticket.o: ../../core/mountparser.h ../../core/crypt.h ../../core/run.h
@ -170,22 +167,21 @@ funticket.o: ../../templates/patterns.h ../../templates/changepatterns.h
funticket.o: ../../core/sessionmanager.h ../../plugins/thread/pluginmsg.h funticket.o: ../../core/sessionmanager.h ../../plugins/thread/pluginmsg.h
init.o: tdb.h ticket.h ../../db/dbbase.h ../../db/dbconn.h init.o: tdb.h ticket.h ../../db/dbbase.h ../../db/dbconn.h
init.o: ../../db/dbtextstream.h ../../core/textstream.h ../../core/misc.h init.o: ../../db/dbtextstream.h ../../core/textstream.h ../../core/misc.h
init.o: ../../core/item.h ../../core/confparser.h ../../core/requesttypes.h init.o: ../../core/item.h ../../core/requesttypes.h ../../core/error.h
init.o: ../../core/error.h ../../core/confparser.h funticket.h ticketinfo.h init.o: funticket.h ticketinfo.h ticketparser.h ticketconf.h
init.o: ticketparser.h ticketconf.h ../../core/item.h ../../core/system.h init.o: ../../core/item.h ../../core/system.h ../../core/dirs.h
init.o: ../../core/dirs.h ../../core/dircontainer.h ../../db/db.h init.o: ../../core/dircontainer.h ../../db/db.h ../../db/dbbase.h
init.o: ../../db/dbbase.h ../../db/dbitemquery.h ../../db/dbitemcolumns.h init.o: ../../db/dbitemquery.h ../../db/dbitemcolumns.h ../../core/user.h
init.o: ../../core/user.h ../../core/group.h ../../core/dircontainer.h init.o: ../../core/group.h ../../core/dircontainer.h ../../core/ugcontainer.h
init.o: ../../core/ugcontainer.h ../../core/log.h ../../core/textstream.h init.o: ../../core/log.h ../../core/textstream.h ../../core/logmanipulators.h
init.o: ../../core/logmanipulators.h ../../core/slog.h ../../core/cur.h init.o: ../../core/slog.h ../../core/cur.h ../../core/request.h
init.o: ../../core/request.h ../../core/error.h ../../core/config.h init.o: ../../core/error.h ../../core/config.h ../../core/htmlfilter.h
init.o: ../../core/htmlfilter.h ../../templates/htmltextstream.h init.o: ../../templates/htmltextstream.h ../../core/session.h
init.o: ../../core/session.h ../../core/user.h ../../core/plugindata.h init.o: ../../core/user.h ../../core/plugindata.h ../../core/rebus.h
init.o: ../../core/rebus.h ../../core/mount.h ../../templates/locale.h init.o: ../../core/mount.h ../../templates/locale.h ../../notify/notify.h
init.o: ../../notify/notify.h ../../notify/notifypool.h init.o: ../../notify/notifypool.h ../../templates/patterns.h
init.o: ../../templates/patterns.h ../../templates/locale.h init.o: ../../templates/locale.h ../../templates/localefilter.h
init.o: ../../templates/localefilter.h ../../../ezc/src/ezc.h init.o: ../../../ezc/src/ezc.h ../../../ezc/src/generator.h
init.o: ../../../ezc/src/utf8.h ../../../ezc/src/generator.h
init.o: ../../../ezc/src/pattern.h ../../../ezc/src/functions.h init.o: ../../../ezc/src/pattern.h ../../../ezc/src/functions.h
init.o: ../../../ezc/src/funinfo.h ../../../ezc/src/stringconv.h init.o: ../../../ezc/src/funinfo.h ../../../ezc/src/stringconv.h
init.o: ../../notify/notifythread.h ../../core/basethread.h init.o: ../../notify/notifythread.h ../../core/basethread.h
@ -230,8 +226,7 @@ sessiondata.o: ../../functions/rm.h
showtickets.o: showtickets.h tdb.h ticket.h ../../db/dbbase.h showtickets.o: showtickets.h tdb.h ticket.h ../../db/dbbase.h
showtickets.o: ../../db/dbconn.h ../../db/dbtextstream.h showtickets.o: ../../db/dbconn.h ../../db/dbtextstream.h
showtickets.o: ../../core/textstream.h ../../core/misc.h ../../core/item.h showtickets.o: ../../core/textstream.h ../../core/misc.h ../../core/item.h
showtickets.o: ../../core/confparser.h ../../core/requesttypes.h showtickets.o: ../../core/requesttypes.h ../../core/error.h ticketinfo.h
showtickets.o: ../../core/error.h ../../core/confparser.h ticketinfo.h
showtickets.o: ticketparser.h ticketconf.h ../../core/item.h showtickets.o: ticketparser.h ticketconf.h ../../core/item.h
showtickets.o: ../../core/system.h ../../core/dirs.h showtickets.o: ../../core/system.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
@ -247,20 +242,19 @@ showtickets.o: ../../core/mount.h ../../templates/locale.h
showtickets.o: ../../notify/notify.h ../../notify/notifypool.h showtickets.o: ../../notify/notify.h ../../notify/notifypool.h
showtickets.o: ../../templates/patterns.h ../../templates/locale.h showtickets.o: ../../templates/patterns.h ../../templates/locale.h
showtickets.o: ../../templates/localefilter.h ../../../ezc/src/ezc.h showtickets.o: ../../templates/localefilter.h ../../../ezc/src/ezc.h
showtickets.o: ../../../ezc/src/utf8.h ../../../ezc/src/generator.h showtickets.o: ../../../ezc/src/generator.h ../../../ezc/src/pattern.h
showtickets.o: ../../../ezc/src/pattern.h ../../../ezc/src/functions.h showtickets.o: ../../../ezc/src/functions.h ../../../ezc/src/funinfo.h
showtickets.o: ../../../ezc/src/funinfo.h ../../../ezc/src/stringconv.h showtickets.o: ../../../ezc/src/stringconv.h ../../notify/notifythread.h
showtickets.o: ../../notify/notifythread.h ../../core/basethread.h showtickets.o: ../../core/basethread.h ../../core/synchro.h
showtickets.o: ../../core/synchro.h ../../notify/templatesnotify.h showtickets.o: ../../notify/templatesnotify.h ../../core/config.h
showtickets.o: ../../core/config.h ../../core/users.h showtickets.o: ../../core/users.h ../../core/ugcontainer.h
showtickets.o: ../../core/ugcontainer.h ../../core/lastcontainer.h showtickets.o: ../../core/lastcontainer.h ../../templates/misc.h
showtickets.o: ../../templates/misc.h ../../templates/htmltextstream.h showtickets.o: ../../templates/htmltextstream.h ../../core/mounts.h
showtickets.o: ../../core/mounts.h ../../core/mountparser.h showtickets.o: ../../core/mountparser.h ../../core/crypt.h ../../core/run.h
showtickets.o: ../../core/crypt.h ../../core/run.h ../../core/users.h showtickets.o: ../../core/users.h ../../core/groups.h ../../core/group.h
showtickets.o: ../../core/groups.h ../../core/group.h ../../core/loadavg.h showtickets.o: ../../core/loadavg.h ../../core/image.h
showtickets.o: ../../core/image.h ../../core/basethread.h showtickets.o: ../../core/basethread.h ../../core/threadmanager.h
showtickets.o: ../../core/threadmanager.h ../../functions/functions.h showtickets.o: ../../functions/functions.h ../../functions/functionbase.h
showtickets.o: ../../functions/functionbase.h
showtickets.o: ../../functions/functionparser.h ../../core/cur.h showtickets.o: ../../functions/functionparser.h ../../core/cur.h
showtickets.o: ../../functions/adduser.h ../../functions/cat.h showtickets.o: ../../functions/adduser.h ../../functions/cat.h
showtickets.o: ../../functions/chmod.h ../../functions/privchanger.h showtickets.o: ../../functions/chmod.h ../../functions/privchanger.h
@ -291,11 +285,10 @@ showtickets.o: ../../templates/indexpatterns.h ../../templates/patterns.h
showtickets.o: ../../templates/changepatterns.h ../../core/sessionmanager.h showtickets.o: ../../templates/changepatterns.h ../../core/sessionmanager.h
tdb.o: tdb.h ticket.h ../../db/dbbase.h ../../db/dbconn.h tdb.o: tdb.h ticket.h ../../db/dbbase.h ../../db/dbconn.h
tdb.o: ../../db/dbtextstream.h ../../core/textstream.h ../../core/misc.h tdb.o: ../../db/dbtextstream.h ../../core/textstream.h ../../core/misc.h
tdb.o: ../../core/item.h ../../core/confparser.h ../../core/requesttypes.h tdb.o: ../../core/item.h ../../core/requesttypes.h ../../core/error.h
tdb.o: ../../core/error.h ../../core/confparser.h ../../core/log.h tdb.o: ../../core/log.h
templates.o: ../../../ezc/src/ezc.h ../../../ezc/src/utf8.h templates.o: ../../../ezc/src/ezc.h ../../../ezc/src/generator.h
templates.o: ../../../ezc/src/generator.h ../../../ezc/src/pattern.h templates.o: ../../../ezc/src/pattern.h ../../core/item.h
templates.o: ../../core/item.h ../../core/confparser.h
templates.o: ../../../ezc/src/functions.h ../../../ezc/src/funinfo.h templates.o: ../../../ezc/src/functions.h ../../../ezc/src/funinfo.h
templates.o: ../../../ezc/src/stringconv.h ticketinfo.h ticket.h templates.o: ../../../ezc/src/stringconv.h ticketinfo.h ticket.h
templates.o: ticketparser.h ticketconf.h ../../core/item.h templates.o: ticketparser.h ticketconf.h ../../core/item.h
@ -310,13 +303,12 @@ templates.o: ../../core/error.h ../../core/config.h ../../core/htmlfilter.h
templates.o: ../../templates/htmltextstream.h ../../core/textstream.h templates.o: ../../templates/htmltextstream.h ../../core/textstream.h
templates.o: ../../core/misc.h ../../core/session.h ../../core/user.h templates.o: ../../core/misc.h ../../core/session.h ../../core/user.h
templates.o: ../../core/plugindata.h ../../core/rebus.h ../../core/mount.h templates.o: ../../core/plugindata.h ../../core/rebus.h ../../core/mount.h
templates.o: ../../templates/locale.h ../../core/confparser.h templates.o: ../../templates/locale.h ../../notify/notify.h
templates.o: ../../notify/notify.h ../../notify/notifypool.h templates.o: ../../notify/notifypool.h ../../templates/patterns.h
templates.o: ../../templates/patterns.h ../../templates/locale.h templates.o: ../../templates/locale.h ../../templates/localefilter.h
templates.o: ../../templates/localefilter.h ../../notify/notifythread.h templates.o: ../../notify/notifythread.h ../../core/basethread.h
templates.o: ../../core/basethread.h ../../core/synchro.h templates.o: ../../core/synchro.h ../../notify/templatesnotify.h
templates.o: ../../notify/templatesnotify.h ../../core/config.h templates.o: ../../core/config.h ../../core/users.h ../../core/ugcontainer.h
templates.o: ../../core/users.h ../../core/ugcontainer.h
templates.o: ../../core/lastcontainer.h ../../templates/misc.h templates.o: ../../core/lastcontainer.h ../../templates/misc.h
templates.o: ../../templates/htmltextstream.h ../../core/mounts.h templates.o: ../../templates/htmltextstream.h ../../core/mounts.h
templates.o: ../../core/mountparser.h ../../core/crypt.h ../../core/run.h templates.o: ../../core/mountparser.h ../../core/crypt.h ../../core/run.h
@ -357,23 +349,21 @@ templates.o: ../../plugins/thread/pluginmsg.h
ticketconf.o: ticketconf.h ticketconf.o: ticketconf.h
ticketinfo.o: ticketinfo.h ticket.h ticketparser.h ticketconf.h ticketinfo.o: ticketinfo.h ticket.h ticketparser.h ticketconf.h
ticketinfo.o: ../../core/item.h ../../core/system.h ../../core/dirs.h ticketinfo.o: ../../core/item.h ../../core/system.h ../../core/dirs.h
ticketinfo.o: ../../core/item.h ../../core/confparser.h ticketinfo.o: ../../core/item.h ../../core/dircontainer.h ../../db/db.h
ticketinfo.o: ../../core/dircontainer.h ../../db/db.h ../../db/dbbase.h ticketinfo.o: ../../db/dbbase.h ../../db/dbitemquery.h
ticketinfo.o: ../../db/dbitemquery.h ../../db/dbitemcolumns.h ticketinfo.o: ../../db/dbitemcolumns.h ../../core/user.h ../../core/group.h
ticketinfo.o: ../../core/user.h ../../core/group.h ../../core/dircontainer.h ticketinfo.o: ../../core/dircontainer.h ../../core/ugcontainer.h
ticketinfo.o: ../../core/ugcontainer.h ../../core/log.h ticketinfo.o: ../../core/log.h ../../core/textstream.h
ticketinfo.o: ../../core/textstream.h ../../core/logmanipulators.h ticketinfo.o: ../../core/logmanipulators.h ../../core/slog.h ../../core/cur.h
ticketinfo.o: ../../core/slog.h ../../core/cur.h ../../core/request.h ticketinfo.o: ../../core/request.h ../../core/requesttypes.h
ticketinfo.o: ../../core/requesttypes.h ../../core/error.h ticketinfo.o: ../../core/error.h ../../core/config.h ../../core/htmlfilter.h
ticketinfo.o: ../../core/config.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
ticketinfo.o: ../../core/plugindata.h ../../core/rebus.h ../../core/mount.h ticketinfo.o: ../../core/plugindata.h ../../core/rebus.h ../../core/mount.h
ticketinfo.o: ../../templates/locale.h ../../core/confparser.h ticketinfo.o: ../../templates/locale.h ../../notify/notify.h
ticketinfo.o: ../../notify/notify.h ../../notify/notifypool.h ticketinfo.o: ../../notify/notifypool.h ../../templates/patterns.h
ticketinfo.o: ../../templates/patterns.h ../../templates/locale.h ticketinfo.o: ../../templates/locale.h ../../templates/localefilter.h
ticketinfo.o: ../../templates/localefilter.h ../../../ezc/src/ezc.h ticketinfo.o: ../../../ezc/src/ezc.h ../../../ezc/src/generator.h
ticketinfo.o: ../../../ezc/src/utf8.h ../../../ezc/src/generator.h
ticketinfo.o: ../../../ezc/src/pattern.h ../../../ezc/src/functions.h ticketinfo.o: ../../../ezc/src/pattern.h ../../../ezc/src/functions.h
ticketinfo.o: ../../../ezc/src/funinfo.h ../../../ezc/src/stringconv.h ticketinfo.o: ../../../ezc/src/funinfo.h ../../../ezc/src/stringconv.h
ticketinfo.o: ../../notify/notifythread.h ../../core/basethread.h ticketinfo.o: ../../notify/notifythread.h ../../core/basethread.h

View File

@ -1,11 +1,10 @@
# DO NOT DELETE # DO NOT DELETE
adduser.o: templates.h ../../ezc/src/ezc.h ../../ezc/src/utf8.h adduser.o: templates.h ../../ezc/src/ezc.h ../../ezc/src/generator.h
adduser.o: ../../ezc/src/generator.h ../../ezc/src/pattern.h adduser.o: ../../ezc/src/pattern.h ../../ezc/src/item.h
adduser.o: ../../ezc/src/item.h ../../ezc/src/funinfo.h adduser.o: ../../ezc/src/funinfo.h ../../ezc/src/functions.h
adduser.o: ../../ezc/src/functions.h ../../ezc/src/stringconv.h misc.h adduser.o: ../../ezc/src/stringconv.h misc.h localefilter.h locale.h
adduser.o: localefilter.h locale.h ../core/confparser.h htmltextstream.h adduser.o: htmltextstream.h ../core/textstream.h patterncacher.h
adduser.o: ../core/textstream.h ../core/confparser.h patterncacher.h
adduser.o: ../core/item.h indexpatterns.h patterns.h changepatterns.h adduser.o: ../core/item.h indexpatterns.h patterns.h changepatterns.h
adduser.o: ../core/config.h ../core/htmlfilter.h ../core/cur.h adduser.o: ../core/config.h ../core/htmlfilter.h ../core/cur.h
adduser.o: ../core/request.h ../core/requesttypes.h ../core/error.h adduser.o: ../core/request.h ../core/requesttypes.h ../core/error.h
@ -27,18 +26,17 @@ adduser.o: ../core/users.h ../core/groups.h ../core/group.h ../core/loadavg.h
adduser.o: ../core/image.h ../core/basethread.h ../core/threadmanager.h adduser.o: ../core/image.h ../core/basethread.h ../core/threadmanager.h
adduser.o: ../core/sessionmanager.h ../core/sessioncontainer.h adduser.o: ../core/sessionmanager.h ../core/sessioncontainer.h
adduser.o: ../core/system.h ../core/htmlfilter.h ../core/request.h adduser.o: ../core/system.h ../core/htmlfilter.h ../core/request.h
changepatterns.o: changepatterns.h patterns.h locale.h ../core/confparser.h changepatterns.o: changepatterns.h patterns.h locale.h localefilter.h
changepatterns.o: localefilter.h ../../ezc/src/ezc.h ../../ezc/src/utf8.h changepatterns.o: ../../ezc/src/ezc.h ../../ezc/src/generator.h
changepatterns.o: ../../ezc/src/generator.h ../../ezc/src/pattern.h changepatterns.o: ../../ezc/src/pattern.h ../../ezc/src/item.h
changepatterns.o: ../../ezc/src/item.h ../../ezc/src/funinfo.h changepatterns.o: ../../ezc/src/funinfo.h ../../ezc/src/functions.h
changepatterns.o: ../../ezc/src/functions.h ../../ezc/src/stringconv.h misc.h changepatterns.o: ../../ezc/src/stringconv.h misc.h htmltextstream.h
changepatterns.o: htmltextstream.h ../core/textstream.h ../core/confparser.h changepatterns.o: ../core/textstream.h
config.o: templates.h ../../ezc/src/ezc.h ../../ezc/src/utf8.h config.o: templates.h ../../ezc/src/ezc.h ../../ezc/src/generator.h
config.o: ../../ezc/src/generator.h ../../ezc/src/pattern.h config.o: ../../ezc/src/pattern.h ../../ezc/src/item.h
config.o: ../../ezc/src/item.h ../../ezc/src/funinfo.h config.o: ../../ezc/src/funinfo.h ../../ezc/src/functions.h
config.o: ../../ezc/src/functions.h ../../ezc/src/stringconv.h misc.h config.o: ../../ezc/src/stringconv.h misc.h localefilter.h locale.h
config.o: localefilter.h locale.h ../core/confparser.h htmltextstream.h config.o: htmltextstream.h ../core/textstream.h patterncacher.h
config.o: ../core/textstream.h ../core/confparser.h patterncacher.h
config.o: ../core/item.h indexpatterns.h patterns.h changepatterns.h config.o: ../core/item.h indexpatterns.h patterns.h changepatterns.h
config.o: ../core/config.h ../core/htmlfilter.h ../core/cur.h config.o: ../core/config.h ../core/htmlfilter.h ../core/cur.h
config.o: ../core/request.h ../core/requesttypes.h ../core/error.h config.o: ../core/request.h ../core/requesttypes.h ../core/error.h
@ -60,14 +58,13 @@ config.o: ../core/group.h ../core/loadavg.h ../core/image.h
config.o: ../core/basethread.h ../core/threadmanager.h config.o: ../core/basethread.h ../core/threadmanager.h
config.o: ../core/sessionmanager.h ../core/sessioncontainer.h config.o: ../core/sessionmanager.h ../core/sessioncontainer.h
config.o: ../core/system.h ../core/htmlfilter.h config.o: ../core/system.h ../core/htmlfilter.h
dir.o: templates.h ../../ezc/src/ezc.h ../../ezc/src/utf8.h dir.o: templates.h ../../ezc/src/ezc.h ../../ezc/src/generator.h
dir.o: ../../ezc/src/generator.h ../../ezc/src/pattern.h ../../ezc/src/item.h dir.o: ../../ezc/src/pattern.h ../../ezc/src/item.h ../../ezc/src/funinfo.h
dir.o: ../../ezc/src/funinfo.h ../../ezc/src/functions.h dir.o: ../../ezc/src/functions.h ../../ezc/src/stringconv.h misc.h
dir.o: ../../ezc/src/stringconv.h misc.h localefilter.h locale.h dir.o: localefilter.h locale.h htmltextstream.h ../core/textstream.h
dir.o: ../core/confparser.h htmltextstream.h ../core/textstream.h dir.o: patterncacher.h ../core/item.h indexpatterns.h patterns.h
dir.o: ../core/confparser.h patterncacher.h ../core/item.h indexpatterns.h dir.o: changepatterns.h ../core/config.h ../core/htmlfilter.h ../core/cur.h
dir.o: patterns.h changepatterns.h ../core/config.h ../core/htmlfilter.h dir.o: ../core/request.h ../core/requesttypes.h ../core/error.h
dir.o: ../core/cur.h ../core/request.h ../core/requesttypes.h ../core/error.h
dir.o: ../core/config.h ../core/textstream.h ../templates/htmltextstream.h dir.o: ../core/config.h ../core/textstream.h ../templates/htmltextstream.h
dir.o: ../core/session.h ../core/user.h ../core/plugindata.h ../core/rebus.h dir.o: ../core/session.h ../core/user.h ../core/plugindata.h ../core/rebus.h
dir.o: ../core/mount.h ../core/system.h ../core/dirs.h ../core/dircontainer.h dir.o: ../core/mount.h ../core/system.h ../core/dirs.h ../core/dircontainer.h
@ -99,14 +96,13 @@ dir.o: ../functions/sort.h ../functions/specialdefault.h ../functions/stat.h
dir.o: ../functions/subject.h ../functions/template.h ../functions/tinymce.h dir.o: ../functions/subject.h ../functions/template.h ../functions/tinymce.h
dir.o: ../functions/uname.h ../functions/upload.h ../functions/uptime.h dir.o: ../functions/uname.h ../functions/upload.h ../functions/uptime.h
dir.o: ../functions/who.h ../functions/vim.h dir.o: ../functions/who.h ../functions/vim.h
doc.o: templates.h ../../ezc/src/ezc.h ../../ezc/src/utf8.h doc.o: templates.h ../../ezc/src/ezc.h ../../ezc/src/generator.h
doc.o: ../../ezc/src/generator.h ../../ezc/src/pattern.h ../../ezc/src/item.h doc.o: ../../ezc/src/pattern.h ../../ezc/src/item.h ../../ezc/src/funinfo.h
doc.o: ../../ezc/src/funinfo.h ../../ezc/src/functions.h doc.o: ../../ezc/src/functions.h ../../ezc/src/stringconv.h misc.h
doc.o: ../../ezc/src/stringconv.h misc.h localefilter.h locale.h doc.o: localefilter.h locale.h htmltextstream.h ../core/textstream.h
doc.o: ../core/confparser.h htmltextstream.h ../core/textstream.h doc.o: patterncacher.h ../core/item.h indexpatterns.h patterns.h
doc.o: ../core/confparser.h patterncacher.h ../core/item.h indexpatterns.h doc.o: changepatterns.h ../core/config.h ../core/htmlfilter.h ../core/cur.h
doc.o: patterns.h changepatterns.h ../core/config.h ../core/htmlfilter.h doc.o: ../core/request.h ../core/requesttypes.h ../core/error.h
doc.o: ../core/cur.h ../core/request.h ../core/requesttypes.h ../core/error.h
doc.o: ../core/config.h ../core/textstream.h ../templates/htmltextstream.h doc.o: ../core/config.h ../core/textstream.h ../templates/htmltextstream.h
doc.o: ../core/session.h ../core/user.h ../core/plugindata.h ../core/rebus.h doc.o: ../core/session.h ../core/user.h ../core/plugindata.h ../core/rebus.h
doc.o: ../core/mount.h ../core/system.h ../core/dirs.h ../core/dircontainer.h doc.o: ../core/mount.h ../core/system.h ../core/dirs.h ../core/dircontainer.h
@ -124,14 +120,13 @@ doc.o: ../core/groups.h ../core/group.h ../core/loadavg.h ../core/image.h
doc.o: ../core/basethread.h ../core/threadmanager.h ../core/sessionmanager.h doc.o: ../core/basethread.h ../core/threadmanager.h ../core/sessionmanager.h
doc.o: ../core/sessioncontainer.h ../core/system.h ../core/htmlfilter.h doc.o: ../core/sessioncontainer.h ../core/system.h ../core/htmlfilter.h
doc.o: ../core/request.h ../core/misc.h doc.o: ../core/request.h ../core/misc.h
env.o: templates.h ../../ezc/src/ezc.h ../../ezc/src/utf8.h env.o: templates.h ../../ezc/src/ezc.h ../../ezc/src/generator.h
env.o: ../../ezc/src/generator.h ../../ezc/src/pattern.h ../../ezc/src/item.h env.o: ../../ezc/src/pattern.h ../../ezc/src/item.h ../../ezc/src/funinfo.h
env.o: ../../ezc/src/funinfo.h ../../ezc/src/functions.h env.o: ../../ezc/src/functions.h ../../ezc/src/stringconv.h misc.h
env.o: ../../ezc/src/stringconv.h misc.h localefilter.h locale.h env.o: localefilter.h locale.h htmltextstream.h ../core/textstream.h
env.o: ../core/confparser.h htmltextstream.h ../core/textstream.h env.o: patterncacher.h ../core/item.h indexpatterns.h patterns.h
env.o: ../core/confparser.h patterncacher.h ../core/item.h indexpatterns.h env.o: changepatterns.h ../core/config.h ../core/htmlfilter.h ../core/cur.h
env.o: patterns.h changepatterns.h ../core/config.h ../core/htmlfilter.h env.o: ../core/request.h ../core/requesttypes.h ../core/error.h
env.o: ../core/cur.h ../core/request.h ../core/requesttypes.h ../core/error.h
env.o: ../core/config.h ../core/textstream.h ../templates/htmltextstream.h env.o: ../core/config.h ../core/textstream.h ../templates/htmltextstream.h
env.o: ../core/session.h ../core/user.h ../core/plugindata.h ../core/rebus.h env.o: ../core/session.h ../core/user.h ../core/plugindata.h ../core/rebus.h
env.o: ../core/mount.h ../core/system.h ../core/dirs.h ../core/dircontainer.h env.o: ../core/mount.h ../core/system.h ../core/dirs.h ../core/dircontainer.h
@ -163,12 +158,11 @@ env.o: ../functions/sort.h ../functions/specialdefault.h ../functions/stat.h
env.o: ../functions/subject.h ../functions/template.h ../functions/tinymce.h env.o: ../functions/subject.h ../functions/template.h ../functions/tinymce.h
env.o: ../functions/uname.h ../functions/upload.h ../functions/uptime.h env.o: ../functions/uname.h ../functions/upload.h ../functions/uptime.h
env.o: ../functions/who.h ../functions/vim.h env.o: ../functions/who.h ../functions/vim.h
filters.o: templates.h ../../ezc/src/ezc.h ../../ezc/src/utf8.h filters.o: templates.h ../../ezc/src/ezc.h ../../ezc/src/generator.h
filters.o: ../../ezc/src/generator.h ../../ezc/src/pattern.h filters.o: ../../ezc/src/pattern.h ../../ezc/src/item.h
filters.o: ../../ezc/src/item.h ../../ezc/src/funinfo.h filters.o: ../../ezc/src/funinfo.h ../../ezc/src/functions.h
filters.o: ../../ezc/src/functions.h ../../ezc/src/stringconv.h misc.h filters.o: ../../ezc/src/stringconv.h misc.h localefilter.h locale.h
filters.o: localefilter.h locale.h ../core/confparser.h htmltextstream.h filters.o: htmltextstream.h ../core/textstream.h patterncacher.h
filters.o: ../core/textstream.h ../core/confparser.h patterncacher.h
filters.o: ../core/item.h indexpatterns.h patterns.h changepatterns.h filters.o: ../core/item.h indexpatterns.h patterns.h changepatterns.h
filters.o: ../core/config.h ../core/htmlfilter.h ../core/cur.h filters.o: ../core/config.h ../core/htmlfilter.h ../core/cur.h
filters.o: ../core/request.h ../core/requesttypes.h ../core/error.h filters.o: ../core/request.h ../core/requesttypes.h ../core/error.h
@ -191,26 +185,23 @@ filters.o: ../core/image.h ../core/basethread.h ../core/threadmanager.h
filters.o: ../core/sessionmanager.h ../core/sessioncontainer.h filters.o: ../core/sessionmanager.h ../core/sessioncontainer.h
filters.o: ../core/system.h ../core/htmlfilter.h ../core/misc.h filters.o: ../core/system.h ../core/htmlfilter.h ../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
htmltextstream.o: locale.h ../core/confparser.h ../../ezc/src/ezc.h htmltextstream.o: locale.h ../../ezc/src/ezc.h ../../ezc/src/generator.h
htmltextstream.o: ../../ezc/src/utf8.h ../../ezc/src/generator.h
htmltextstream.o: ../../ezc/src/pattern.h ../../ezc/src/item.h htmltextstream.o: ../../ezc/src/pattern.h ../../ezc/src/item.h
htmltextstream.o: ../../ezc/src/funinfo.h ../../ezc/src/functions.h htmltextstream.o: ../../ezc/src/funinfo.h ../../ezc/src/functions.h
htmltextstream.o: ../../ezc/src/stringconv.h ../core/confparser.h htmltextstream.o: ../../ezc/src/stringconv.h
indexpatterns.o: indexpatterns.h ../../ezc/src/ezc.h ../../ezc/src/utf8.h indexpatterns.o: indexpatterns.h ../../ezc/src/ezc.h
indexpatterns.o: ../../ezc/src/generator.h ../../ezc/src/pattern.h indexpatterns.o: ../../ezc/src/generator.h ../../ezc/src/pattern.h
indexpatterns.o: ../../ezc/src/item.h ../../ezc/src/funinfo.h indexpatterns.o: ../../ezc/src/item.h ../../ezc/src/funinfo.h
indexpatterns.o: ../../ezc/src/functions.h ../../ezc/src/stringconv.h indexpatterns.o: ../../ezc/src/functions.h ../../ezc/src/stringconv.h
indexpatterns.o: patterns.h locale.h ../core/confparser.h localefilter.h indexpatterns.o: patterns.h locale.h localefilter.h misc.h htmltextstream.h
indexpatterns.o: misc.h htmltextstream.h ../core/textstream.h indexpatterns.o: ../core/textstream.h ../core/log.h ../core/textstream.h
indexpatterns.o: ../core/confparser.h ../core/log.h ../core/textstream.h
indexpatterns.o: ../core/logmanipulators.h ../core/slog.h ../core/cur.h indexpatterns.o: ../core/logmanipulators.h ../core/slog.h ../core/cur.h
indexpatterns.o: ../templates/locale.h indexpatterns.o: ../templates/locale.h
insert.o: templates.h ../../ezc/src/ezc.h ../../ezc/src/utf8.h insert.o: templates.h ../../ezc/src/ezc.h ../../ezc/src/generator.h
insert.o: ../../ezc/src/generator.h ../../ezc/src/pattern.h insert.o: ../../ezc/src/pattern.h ../../ezc/src/item.h
insert.o: ../../ezc/src/item.h ../../ezc/src/funinfo.h insert.o: ../../ezc/src/funinfo.h ../../ezc/src/functions.h
insert.o: ../../ezc/src/functions.h ../../ezc/src/stringconv.h misc.h insert.o: ../../ezc/src/stringconv.h misc.h localefilter.h locale.h
insert.o: localefilter.h locale.h ../core/confparser.h htmltextstream.h insert.o: htmltextstream.h ../core/textstream.h patterncacher.h
insert.o: ../core/textstream.h ../core/confparser.h patterncacher.h
insert.o: ../core/item.h indexpatterns.h patterns.h changepatterns.h insert.o: ../core/item.h indexpatterns.h patterns.h changepatterns.h
insert.o: ../core/config.h ../core/htmlfilter.h ../core/cur.h insert.o: ../core/config.h ../core/htmlfilter.h ../core/cur.h
insert.o: ../core/request.h ../core/requesttypes.h ../core/error.h insert.o: ../core/request.h ../core/requesttypes.h ../core/error.h
@ -233,22 +224,21 @@ insert.o: ../core/basethread.h ../core/threadmanager.h
insert.o: ../core/sessionmanager.h ../core/sessioncontainer.h insert.o: ../core/sessionmanager.h ../core/sessioncontainer.h
insert.o: ../core/system.h ../core/htmlfilter.h ../core/request.h insert.o: ../core/system.h ../core/htmlfilter.h ../core/request.h
insert.o: ../core/misc.h insert.o: ../core/misc.h
item.o: templates.h ../../ezc/src/ezc.h ../../ezc/src/utf8.h item.o: templates.h ../../ezc/src/ezc.h ../../ezc/src/generator.h
item.o: ../../ezc/src/generator.h ../../ezc/src/pattern.h item.o: ../../ezc/src/pattern.h ../../ezc/src/item.h ../../ezc/src/funinfo.h
item.o: ../../ezc/src/item.h ../../ezc/src/funinfo.h
item.o: ../../ezc/src/functions.h ../../ezc/src/stringconv.h misc.h item.o: ../../ezc/src/functions.h ../../ezc/src/stringconv.h misc.h
item.o: localefilter.h locale.h ../core/confparser.h htmltextstream.h item.o: localefilter.h locale.h htmltextstream.h ../core/textstream.h
item.o: ../core/textstream.h ../core/confparser.h patterncacher.h item.o: patterncacher.h ../core/item.h indexpatterns.h patterns.h
item.o: ../core/item.h indexpatterns.h patterns.h changepatterns.h item.o: changepatterns.h ../core/config.h ../core/htmlfilter.h ../core/cur.h
item.o: ../core/config.h ../core/htmlfilter.h ../core/cur.h ../core/request.h item.o: ../core/request.h ../core/requesttypes.h ../core/error.h
item.o: ../core/requesttypes.h ../core/error.h ../core/config.h item.o: ../core/config.h ../core/textstream.h ../templates/htmltextstream.h
item.o: ../core/textstream.h ../templates/htmltextstream.h ../core/session.h item.o: ../core/session.h ../core/user.h ../core/plugindata.h ../core/rebus.h
item.o: ../core/user.h ../core/plugindata.h ../core/rebus.h ../core/mount.h item.o: ../core/mount.h ../core/system.h ../core/dirs.h
item.o: ../core/system.h ../core/dirs.h ../core/dircontainer.h ../db/db.h item.o: ../core/dircontainer.h ../db/db.h ../db/dbbase.h ../db/dbconn.h
item.o: ../db/dbbase.h ../db/dbconn.h ../db/dbtextstream.h ../core/error.h item.o: ../db/dbtextstream.h ../core/error.h ../db/dbitemquery.h
item.o: ../db/dbitemquery.h ../db/dbitemcolumns.h ../core/user.h item.o: ../db/dbitemcolumns.h ../core/user.h ../core/group.h
item.o: ../core/group.h ../core/dircontainer.h ../core/ugcontainer.h item.o: ../core/dircontainer.h ../core/ugcontainer.h ../core/log.h
item.o: ../core/log.h ../core/logmanipulators.h ../core/slog.h ../core/cur.h item.o: ../core/logmanipulators.h ../core/slog.h ../core/cur.h
item.o: ../templates/locale.h ../notify/notify.h ../notify/notifypool.h item.o: ../templates/locale.h ../notify/notify.h ../notify/notifypool.h
item.o: ../templates/patterns.h ../notify/notifythread.h ../core/basethread.h item.o: ../templates/patterns.h ../notify/notifythread.h ../core/basethread.h
item.o: ../core/synchro.h ../notify/templatesnotify.h ../core/users.h item.o: ../core/synchro.h ../notify/templatesnotify.h ../core/users.h
@ -259,22 +249,21 @@ item.o: ../core/image.h ../core/basethread.h ../core/threadmanager.h
item.o: ../core/sessionmanager.h ../core/sessioncontainer.h ../core/system.h item.o: ../core/sessionmanager.h ../core/sessioncontainer.h ../core/system.h
item.o: ../core/htmlfilter.h ../core/request.h ../core/misc.h item.o: ../core/htmlfilter.h ../core/request.h ../core/misc.h
item.o: ../core/bbcodeparser.h item.o: ../core/bbcodeparser.h
last.o: templates.h ../../ezc/src/ezc.h ../../ezc/src/utf8.h last.o: templates.h ../../ezc/src/ezc.h ../../ezc/src/generator.h
last.o: ../../ezc/src/generator.h ../../ezc/src/pattern.h last.o: ../../ezc/src/pattern.h ../../ezc/src/item.h ../../ezc/src/funinfo.h
last.o: ../../ezc/src/item.h ../../ezc/src/funinfo.h
last.o: ../../ezc/src/functions.h ../../ezc/src/stringconv.h misc.h last.o: ../../ezc/src/functions.h ../../ezc/src/stringconv.h misc.h
last.o: localefilter.h locale.h ../core/confparser.h htmltextstream.h last.o: localefilter.h locale.h htmltextstream.h ../core/textstream.h
last.o: ../core/textstream.h ../core/confparser.h patterncacher.h last.o: patterncacher.h ../core/item.h indexpatterns.h patterns.h
last.o: ../core/item.h indexpatterns.h patterns.h changepatterns.h last.o: changepatterns.h ../core/config.h ../core/htmlfilter.h ../core/cur.h
last.o: ../core/config.h ../core/htmlfilter.h ../core/cur.h ../core/request.h last.o: ../core/request.h ../core/requesttypes.h ../core/error.h
last.o: ../core/requesttypes.h ../core/error.h ../core/config.h last.o: ../core/config.h ../core/textstream.h ../templates/htmltextstream.h
last.o: ../core/textstream.h ../templates/htmltextstream.h ../core/session.h last.o: ../core/session.h ../core/user.h ../core/plugindata.h ../core/rebus.h
last.o: ../core/user.h ../core/plugindata.h ../core/rebus.h ../core/mount.h last.o: ../core/mount.h ../core/system.h ../core/dirs.h
last.o: ../core/system.h ../core/dirs.h ../core/dircontainer.h ../db/db.h last.o: ../core/dircontainer.h ../db/db.h ../db/dbbase.h ../db/dbconn.h
last.o: ../db/dbbase.h ../db/dbconn.h ../db/dbtextstream.h ../core/error.h last.o: ../db/dbtextstream.h ../core/error.h ../db/dbitemquery.h
last.o: ../db/dbitemquery.h ../db/dbitemcolumns.h ../core/user.h last.o: ../db/dbitemcolumns.h ../core/user.h ../core/group.h
last.o: ../core/group.h ../core/dircontainer.h ../core/ugcontainer.h last.o: ../core/dircontainer.h ../core/ugcontainer.h ../core/log.h
last.o: ../core/log.h ../core/logmanipulators.h ../core/slog.h ../core/cur.h last.o: ../core/logmanipulators.h ../core/slog.h ../core/cur.h
last.o: ../templates/locale.h ../notify/notify.h ../notify/notifypool.h last.o: ../templates/locale.h ../notify/notify.h ../notify/notifypool.h
last.o: ../templates/patterns.h ../notify/notifythread.h ../core/basethread.h last.o: ../templates/patterns.h ../notify/notifythread.h ../core/basethread.h
last.o: ../core/synchro.h ../notify/templatesnotify.h ../core/users.h last.o: ../core/synchro.h ../notify/templatesnotify.h ../core/users.h
@ -285,23 +274,20 @@ last.o: ../core/image.h ../core/basethread.h ../core/threadmanager.h
last.o: ../core/sessionmanager.h ../core/sessioncontainer.h ../core/system.h last.o: ../core/sessionmanager.h ../core/sessioncontainer.h ../core/system.h
last.o: ../core/htmlfilter.h ../core/lastcontainer.h ../core/request.h last.o: ../core/htmlfilter.h ../core/lastcontainer.h ../core/request.h
last.o: ../core/misc.h last.o: ../core/misc.h
locale.o: locale.h ../core/confparser.h ../core/log.h ../core/textstream.h locale.o: locale.h ../core/log.h ../core/textstream.h
locale.o: ../core/logmanipulators.h ../core/slog.h ../core/cur.h locale.o: ../core/logmanipulators.h ../core/slog.h ../core/cur.h
locale.o: ../templates/locale.h ../../ezc/src/utf8.h locale.o: ../templates/locale.h
localefilter.o: localefilter.h locale.h ../core/confparser.h localefilter.o: localefilter.h locale.h ../../ezc/src/ezc.h
localefilter.o: ../../ezc/src/ezc.h ../../ezc/src/utf8.h
localefilter.o: ../../ezc/src/generator.h ../../ezc/src/pattern.h localefilter.o: ../../ezc/src/generator.h ../../ezc/src/pattern.h
localefilter.o: ../../ezc/src/item.h ../../ezc/src/funinfo.h localefilter.o: ../../ezc/src/item.h ../../ezc/src/funinfo.h
localefilter.o: ../../ezc/src/functions.h ../../ezc/src/stringconv.h localefilter.o: ../../ezc/src/functions.h ../../ezc/src/stringconv.h
localefilter.o: ../core/misc.h ../core/requesttypes.h localefilter.o: ../core/misc.h ../core/requesttypes.h
login.o: templates.h ../../ezc/src/ezc.h ../../ezc/src/utf8.h login.o: templates.h ../../ezc/src/ezc.h ../../ezc/src/generator.h
login.o: ../../ezc/src/generator.h ../../ezc/src/pattern.h login.o: ../../ezc/src/pattern.h ../../ezc/src/item.h ../../ezc/src/funinfo.h
login.o: ../../ezc/src/item.h ../../ezc/src/funinfo.h
login.o: ../../ezc/src/functions.h ../../ezc/src/stringconv.h misc.h login.o: ../../ezc/src/functions.h ../../ezc/src/stringconv.h misc.h
login.o: localefilter.h locale.h ../core/confparser.h htmltextstream.h login.o: localefilter.h locale.h htmltextstream.h ../core/textstream.h
login.o: ../core/textstream.h ../core/confparser.h patterncacher.h login.o: patterncacher.h ../core/item.h indexpatterns.h patterns.h
login.o: ../core/item.h indexpatterns.h patterns.h changepatterns.h login.o: changepatterns.h ../core/config.h ../core/htmlfilter.h ../core/cur.h
login.o: ../core/config.h ../core/htmlfilter.h ../core/cur.h
login.o: ../core/request.h ../core/requesttypes.h ../core/error.h login.o: ../core/request.h ../core/requesttypes.h ../core/error.h
login.o: ../core/config.h ../core/textstream.h ../templates/htmltextstream.h login.o: ../core/config.h ../core/textstream.h ../templates/htmltextstream.h
login.o: ../core/session.h ../core/user.h ../core/plugindata.h login.o: ../core/session.h ../core/user.h ../core/plugindata.h
@ -321,14 +307,13 @@ login.o: ../core/group.h ../core/loadavg.h ../core/image.h
login.o: ../core/basethread.h ../core/threadmanager.h login.o: ../core/basethread.h ../core/threadmanager.h
login.o: ../core/sessionmanager.h ../core/sessioncontainer.h ../core/system.h login.o: ../core/sessionmanager.h ../core/sessioncontainer.h ../core/system.h
login.o: ../core/htmlfilter.h login.o: ../core/htmlfilter.h
ls.o: templates.h ../../ezc/src/ezc.h ../../ezc/src/utf8.h ls.o: templates.h ../../ezc/src/ezc.h ../../ezc/src/generator.h
ls.o: ../../ezc/src/generator.h ../../ezc/src/pattern.h ../../ezc/src/item.h ls.o: ../../ezc/src/pattern.h ../../ezc/src/item.h ../../ezc/src/funinfo.h
ls.o: ../../ezc/src/funinfo.h ../../ezc/src/functions.h ls.o: ../../ezc/src/functions.h ../../ezc/src/stringconv.h misc.h
ls.o: ../../ezc/src/stringconv.h misc.h localefilter.h locale.h ls.o: localefilter.h locale.h htmltextstream.h ../core/textstream.h
ls.o: ../core/confparser.h htmltextstream.h ../core/textstream.h ls.o: patterncacher.h ../core/item.h indexpatterns.h patterns.h
ls.o: ../core/confparser.h patterncacher.h ../core/item.h indexpatterns.h ls.o: changepatterns.h ../core/config.h ../core/htmlfilter.h ../core/cur.h
ls.o: patterns.h changepatterns.h ../core/config.h ../core/htmlfilter.h ls.o: ../core/request.h ../core/requesttypes.h ../core/error.h
ls.o: ../core/cur.h ../core/request.h ../core/requesttypes.h ../core/error.h
ls.o: ../core/config.h ../core/textstream.h ../templates/htmltextstream.h ls.o: ../core/config.h ../core/textstream.h ../templates/htmltextstream.h
ls.o: ../core/session.h ../core/user.h ../core/plugindata.h ../core/rebus.h ls.o: ../core/session.h ../core/user.h ../core/plugindata.h ../core/rebus.h
ls.o: ../core/mount.h ../core/system.h ../core/dirs.h ../core/dircontainer.h ls.o: ../core/mount.h ../core/system.h ../core/dirs.h ../core/dircontainer.h
@ -346,14 +331,13 @@ ls.o: ../core/group.h ../core/loadavg.h ../core/image.h ../core/basethread.h
ls.o: ../core/threadmanager.h ../core/sessionmanager.h ls.o: ../core/threadmanager.h ../core/sessionmanager.h
ls.o: ../core/sessioncontainer.h ../core/system.h ../core/htmlfilter.h ls.o: ../core/sessioncontainer.h ../core/system.h ../core/htmlfilter.h
ls.o: ../core/request.h ls.o: ../core/request.h
man.o: templates.h ../../ezc/src/ezc.h ../../ezc/src/utf8.h man.o: templates.h ../../ezc/src/ezc.h ../../ezc/src/generator.h
man.o: ../../ezc/src/generator.h ../../ezc/src/pattern.h ../../ezc/src/item.h man.o: ../../ezc/src/pattern.h ../../ezc/src/item.h ../../ezc/src/funinfo.h
man.o: ../../ezc/src/funinfo.h ../../ezc/src/functions.h man.o: ../../ezc/src/functions.h ../../ezc/src/stringconv.h misc.h
man.o: ../../ezc/src/stringconv.h misc.h localefilter.h locale.h man.o: localefilter.h locale.h htmltextstream.h ../core/textstream.h
man.o: ../core/confparser.h htmltextstream.h ../core/textstream.h man.o: patterncacher.h ../core/item.h indexpatterns.h patterns.h
man.o: ../core/confparser.h patterncacher.h ../core/item.h indexpatterns.h man.o: changepatterns.h ../core/config.h ../core/htmlfilter.h ../core/cur.h
man.o: patterns.h changepatterns.h ../core/config.h ../core/htmlfilter.h man.o: ../core/request.h ../core/requesttypes.h ../core/error.h
man.o: ../core/cur.h ../core/request.h ../core/requesttypes.h ../core/error.h
man.o: ../core/config.h ../core/textstream.h ../templates/htmltextstream.h man.o: ../core/config.h ../core/textstream.h ../templates/htmltextstream.h
man.o: ../core/session.h ../core/user.h ../core/plugindata.h ../core/rebus.h man.o: ../core/session.h ../core/user.h ../core/plugindata.h ../core/rebus.h
man.o: ../core/mount.h ../core/system.h ../core/dirs.h ../core/dircontainer.h man.o: ../core/mount.h ../core/system.h ../core/dirs.h ../core/dircontainer.h
@ -385,22 +369,21 @@ man.o: ../functions/rm.h ../functions/sort.h ../functions/specialdefault.h
man.o: ../functions/stat.h ../functions/subject.h ../functions/template.h man.o: ../functions/stat.h ../functions/subject.h ../functions/template.h
man.o: ../functions/tinymce.h ../functions/uname.h ../functions/upload.h man.o: ../functions/tinymce.h ../functions/uname.h ../functions/upload.h
man.o: ../functions/uptime.h ../functions/who.h ../functions/vim.h man.o: ../functions/uptime.h ../functions/who.h ../functions/vim.h
misc.o: templates.h ../../ezc/src/ezc.h ../../ezc/src/utf8.h misc.o: templates.h ../../ezc/src/ezc.h ../../ezc/src/generator.h
misc.o: ../../ezc/src/generator.h ../../ezc/src/pattern.h misc.o: ../../ezc/src/pattern.h ../../ezc/src/item.h ../../ezc/src/funinfo.h
misc.o: ../../ezc/src/item.h ../../ezc/src/funinfo.h
misc.o: ../../ezc/src/functions.h ../../ezc/src/stringconv.h misc.h misc.o: ../../ezc/src/functions.h ../../ezc/src/stringconv.h misc.h
misc.o: localefilter.h locale.h ../core/confparser.h htmltextstream.h misc.o: localefilter.h locale.h htmltextstream.h ../core/textstream.h
misc.o: ../core/textstream.h ../core/confparser.h patterncacher.h misc.o: patterncacher.h ../core/item.h indexpatterns.h patterns.h
misc.o: ../core/item.h indexpatterns.h patterns.h changepatterns.h misc.o: changepatterns.h ../core/config.h ../core/htmlfilter.h ../core/cur.h
misc.o: ../core/config.h ../core/htmlfilter.h ../core/cur.h ../core/request.h misc.o: ../core/request.h ../core/requesttypes.h ../core/error.h
misc.o: ../core/requesttypes.h ../core/error.h ../core/config.h misc.o: ../core/config.h ../core/textstream.h ../templates/htmltextstream.h
misc.o: ../core/textstream.h ../templates/htmltextstream.h ../core/session.h misc.o: ../core/session.h ../core/user.h ../core/plugindata.h ../core/rebus.h
misc.o: ../core/user.h ../core/plugindata.h ../core/rebus.h ../core/mount.h misc.o: ../core/mount.h ../core/system.h ../core/dirs.h
misc.o: ../core/system.h ../core/dirs.h ../core/dircontainer.h ../db/db.h misc.o: ../core/dircontainer.h ../db/db.h ../db/dbbase.h ../db/dbconn.h
misc.o: ../db/dbbase.h ../db/dbconn.h ../db/dbtextstream.h ../core/error.h misc.o: ../db/dbtextstream.h ../core/error.h ../db/dbitemquery.h
misc.o: ../db/dbitemquery.h ../db/dbitemcolumns.h ../core/user.h misc.o: ../db/dbitemcolumns.h ../core/user.h ../core/group.h
misc.o: ../core/group.h ../core/dircontainer.h ../core/ugcontainer.h misc.o: ../core/dircontainer.h ../core/ugcontainer.h ../core/log.h
misc.o: ../core/log.h ../core/logmanipulators.h ../core/slog.h ../core/cur.h misc.o: ../core/logmanipulators.h ../core/slog.h ../core/cur.h
misc.o: ../templates/locale.h ../notify/notify.h ../notify/notifypool.h misc.o: ../templates/locale.h ../notify/notify.h ../notify/notifypool.h
misc.o: ../templates/patterns.h ../notify/notifythread.h ../core/basethread.h misc.o: ../templates/patterns.h ../notify/notifythread.h ../core/basethread.h
misc.o: ../core/synchro.h ../notify/templatesnotify.h ../core/users.h misc.o: ../core/synchro.h ../notify/templatesnotify.h ../core/users.h
@ -410,14 +393,12 @@ misc.o: ../core/users.h ../core/groups.h ../core/group.h ../core/loadavg.h
misc.o: ../core/image.h ../core/basethread.h ../core/threadmanager.h misc.o: ../core/image.h ../core/basethread.h ../core/threadmanager.h
misc.o: ../core/sessionmanager.h ../core/sessioncontainer.h ../core/system.h misc.o: ../core/sessionmanager.h ../core/sessioncontainer.h ../core/system.h
misc.o: ../core/htmlfilter.h ../core/misc.h ../core/request.h misc.o: ../core/htmlfilter.h ../core/misc.h ../core/request.h
mount.o: templates.h ../../ezc/src/ezc.h ../../ezc/src/utf8.h mount.o: templates.h ../../ezc/src/ezc.h ../../ezc/src/generator.h
mount.o: ../../ezc/src/generator.h ../../ezc/src/pattern.h mount.o: ../../ezc/src/pattern.h ../../ezc/src/item.h ../../ezc/src/funinfo.h
mount.o: ../../ezc/src/item.h ../../ezc/src/funinfo.h
mount.o: ../../ezc/src/functions.h ../../ezc/src/stringconv.h misc.h mount.o: ../../ezc/src/functions.h ../../ezc/src/stringconv.h misc.h
mount.o: localefilter.h locale.h ../core/confparser.h htmltextstream.h mount.o: localefilter.h locale.h htmltextstream.h ../core/textstream.h
mount.o: ../core/textstream.h ../core/confparser.h patterncacher.h mount.o: patterncacher.h ../core/item.h indexpatterns.h patterns.h
mount.o: ../core/item.h indexpatterns.h patterns.h changepatterns.h mount.o: changepatterns.h ../core/config.h ../core/htmlfilter.h ../core/cur.h
mount.o: ../core/config.h ../core/htmlfilter.h ../core/cur.h
mount.o: ../core/request.h ../core/requesttypes.h ../core/error.h mount.o: ../core/request.h ../core/requesttypes.h ../core/error.h
mount.o: ../core/config.h ../core/textstream.h ../templates/htmltextstream.h mount.o: ../core/config.h ../core/textstream.h ../templates/htmltextstream.h
mount.o: ../core/session.h ../core/user.h ../core/plugindata.h mount.o: ../core/session.h ../core/user.h ../core/plugindata.h
@ -437,39 +418,36 @@ mount.o: ../core/group.h ../core/loadavg.h ../core/image.h
mount.o: ../core/basethread.h ../core/threadmanager.h mount.o: ../core/basethread.h ../core/threadmanager.h
mount.o: ../core/sessionmanager.h ../core/sessioncontainer.h ../core/system.h mount.o: ../core/sessionmanager.h ../core/sessioncontainer.h ../core/system.h
mount.o: ../core/htmlfilter.h ../core/misc.h ../core/mounts.h mount.o: ../core/htmlfilter.h ../core/misc.h ../core/mounts.h
patterncacher.o: patterncacher.h ../core/item.h ../core/confparser.h misc.h patterncacher.o: patterncacher.h ../core/item.h misc.h localefilter.h
patterncacher.o: localefilter.h locale.h ../core/confparser.h patterncacher.o: locale.h ../../ezc/src/ezc.h ../../ezc/src/generator.h
patterncacher.o: ../../ezc/src/ezc.h ../../ezc/src/utf8.h patterncacher.o: ../../ezc/src/pattern.h ../../ezc/src/item.h
patterncacher.o: ../../ezc/src/generator.h ../../ezc/src/pattern.h patterncacher.o: ../../ezc/src/funinfo.h ../../ezc/src/functions.h
patterncacher.o: ../../ezc/src/item.h ../../ezc/src/funinfo.h patterncacher.o: ../../ezc/src/stringconv.h htmltextstream.h
patterncacher.o: ../../ezc/src/functions.h ../../ezc/src/stringconv.h patterncacher.o: ../core/textstream.h ../core/log.h ../core/textstream.h
patterncacher.o: htmltextstream.h ../core/textstream.h ../core/log.h patterncacher.o: ../core/logmanipulators.h ../core/slog.h ../core/cur.h
patterncacher.o: ../core/textstream.h ../core/logmanipulators.h patterncacher.o: ../templates/locale.h
patterncacher.o: ../core/slog.h ../core/cur.h ../templates/locale.h patterns.o: patterns.h locale.h localefilter.h ../../ezc/src/ezc.h
patterns.o: patterns.h locale.h ../core/confparser.h localefilter.h
patterns.o: ../../ezc/src/ezc.h ../../ezc/src/utf8.h
patterns.o: ../../ezc/src/generator.h ../../ezc/src/pattern.h patterns.o: ../../ezc/src/generator.h ../../ezc/src/pattern.h
patterns.o: ../../ezc/src/item.h ../../ezc/src/funinfo.h patterns.o: ../../ezc/src/item.h ../../ezc/src/funinfo.h
patterns.o: ../../ezc/src/functions.h ../../ezc/src/stringconv.h misc.h patterns.o: ../../ezc/src/functions.h ../../ezc/src/stringconv.h misc.h
patterns.o: htmltextstream.h ../core/textstream.h ../core/confparser.h patterns.o: htmltextstream.h ../core/textstream.h ../core/log.h
patterns.o: ../core/log.h ../core/textstream.h ../core/logmanipulators.h patterns.o: ../core/textstream.h ../core/logmanipulators.h ../core/slog.h
patterns.o: ../core/slog.h ../core/cur.h ../templates/locale.h patterns.o: ../core/cur.h ../templates/locale.h
priv.o: templates.h ../../ezc/src/ezc.h ../../ezc/src/utf8.h priv.o: templates.h ../../ezc/src/ezc.h ../../ezc/src/generator.h
priv.o: ../../ezc/src/generator.h ../../ezc/src/pattern.h priv.o: ../../ezc/src/pattern.h ../../ezc/src/item.h ../../ezc/src/funinfo.h
priv.o: ../../ezc/src/item.h ../../ezc/src/funinfo.h
priv.o: ../../ezc/src/functions.h ../../ezc/src/stringconv.h misc.h priv.o: ../../ezc/src/functions.h ../../ezc/src/stringconv.h misc.h
priv.o: localefilter.h locale.h ../core/confparser.h htmltextstream.h priv.o: localefilter.h locale.h htmltextstream.h ../core/textstream.h
priv.o: ../core/textstream.h ../core/confparser.h patterncacher.h priv.o: patterncacher.h ../core/item.h indexpatterns.h patterns.h
priv.o: ../core/item.h indexpatterns.h patterns.h changepatterns.h priv.o: changepatterns.h ../core/config.h ../core/htmlfilter.h ../core/cur.h
priv.o: ../core/config.h ../core/htmlfilter.h ../core/cur.h ../core/request.h priv.o: ../core/request.h ../core/requesttypes.h ../core/error.h
priv.o: ../core/requesttypes.h ../core/error.h ../core/config.h priv.o: ../core/config.h ../core/textstream.h ../templates/htmltextstream.h
priv.o: ../core/textstream.h ../templates/htmltextstream.h ../core/session.h priv.o: ../core/session.h ../core/user.h ../core/plugindata.h ../core/rebus.h
priv.o: ../core/user.h ../core/plugindata.h ../core/rebus.h ../core/mount.h priv.o: ../core/mount.h ../core/system.h ../core/dirs.h
priv.o: ../core/system.h ../core/dirs.h ../core/dircontainer.h ../db/db.h priv.o: ../core/dircontainer.h ../db/db.h ../db/dbbase.h ../db/dbconn.h
priv.o: ../db/dbbase.h ../db/dbconn.h ../db/dbtextstream.h ../core/error.h priv.o: ../db/dbtextstream.h ../core/error.h ../db/dbitemquery.h
priv.o: ../db/dbitemquery.h ../db/dbitemcolumns.h ../core/user.h priv.o: ../db/dbitemcolumns.h ../core/user.h ../core/group.h
priv.o: ../core/group.h ../core/dircontainer.h ../core/ugcontainer.h priv.o: ../core/dircontainer.h ../core/ugcontainer.h ../core/log.h
priv.o: ../core/log.h ../core/logmanipulators.h ../core/slog.h ../core/cur.h priv.o: ../core/logmanipulators.h ../core/slog.h ../core/cur.h
priv.o: ../templates/locale.h ../notify/notify.h ../notify/notifypool.h priv.o: ../templates/locale.h ../notify/notify.h ../notify/notifypool.h
priv.o: ../templates/patterns.h ../notify/notifythread.h ../core/basethread.h priv.o: ../templates/patterns.h ../notify/notifythread.h ../core/basethread.h
priv.o: ../core/synchro.h ../notify/templatesnotify.h ../core/users.h priv.o: ../core/synchro.h ../notify/templatesnotify.h ../core/users.h
@ -495,13 +473,12 @@ priv.o: ../functions/subject.h ../functions/template.h ../functions/tinymce.h
priv.o: ../functions/uname.h ../functions/upload.h ../functions/uptime.h priv.o: ../functions/uname.h ../functions/upload.h ../functions/uptime.h
priv.o: ../functions/who.h ../functions/vim.h priv.o: ../functions/who.h ../functions/vim.h
rebus.o: ../core/request.h templates.h ../../ezc/src/ezc.h rebus.o: ../core/request.h templates.h ../../ezc/src/ezc.h
rebus.o: ../../ezc/src/utf8.h ../../ezc/src/generator.h rebus.o: ../../ezc/src/generator.h ../../ezc/src/pattern.h
rebus.o: ../../ezc/src/pattern.h ../../ezc/src/item.h ../../ezc/src/funinfo.h rebus.o: ../../ezc/src/item.h ../../ezc/src/funinfo.h
rebus.o: ../../ezc/src/functions.h ../../ezc/src/stringconv.h misc.h rebus.o: ../../ezc/src/functions.h ../../ezc/src/stringconv.h misc.h
rebus.o: localefilter.h locale.h ../core/confparser.h htmltextstream.h rebus.o: localefilter.h locale.h htmltextstream.h ../core/textstream.h
rebus.o: ../core/textstream.h ../core/confparser.h patterncacher.h rebus.o: patterncacher.h ../core/item.h indexpatterns.h patterns.h
rebus.o: ../core/item.h indexpatterns.h patterns.h changepatterns.h rebus.o: changepatterns.h ../core/config.h ../core/htmlfilter.h ../core/cur.h
rebus.o: ../core/config.h ../core/htmlfilter.h ../core/cur.h
rebus.o: ../core/request.h ../core/requesttypes.h ../core/error.h rebus.o: ../core/request.h ../core/requesttypes.h ../core/error.h
rebus.o: ../core/config.h ../core/textstream.h ../templates/htmltextstream.h rebus.o: ../core/config.h ../core/textstream.h ../templates/htmltextstream.h
rebus.o: ../core/session.h ../core/user.h ../core/plugindata.h rebus.o: ../core/session.h ../core/user.h ../core/plugindata.h
@ -523,45 +500,44 @@ rebus.o: ../core/sessionmanager.h ../core/sessioncontainer.h ../core/system.h
rebus.o: ../core/htmlfilter.h rebus.o: ../core/htmlfilter.h
slog.o: ../core/slog.h ../core/cur.h ../core/logmanipulators.h slog.o: ../core/slog.h ../core/cur.h ../core/logmanipulators.h
slog.o: ../templates/locale.h templates.h ../../ezc/src/ezc.h slog.o: ../templates/locale.h templates.h ../../ezc/src/ezc.h
slog.o: ../../ezc/src/utf8.h ../../ezc/src/generator.h slog.o: ../../ezc/src/generator.h ../../ezc/src/pattern.h
slog.o: ../../ezc/src/pattern.h ../../ezc/src/item.h ../../ezc/src/funinfo.h slog.o: ../../ezc/src/item.h ../../ezc/src/funinfo.h
slog.o: ../../ezc/src/functions.h ../../ezc/src/stringconv.h misc.h slog.o: ../../ezc/src/functions.h ../../ezc/src/stringconv.h misc.h
slog.o: localefilter.h locale.h ../core/confparser.h htmltextstream.h slog.o: localefilter.h locale.h htmltextstream.h ../core/textstream.h
slog.o: ../core/textstream.h ../core/confparser.h patterncacher.h slog.o: patterncacher.h ../core/item.h indexpatterns.h patterns.h
slog.o: ../core/item.h indexpatterns.h patterns.h changepatterns.h slog.o: changepatterns.h ../core/config.h ../core/htmlfilter.h ../core/cur.h
slog.o: ../core/config.h ../core/htmlfilter.h ../core/cur.h ../core/request.h slog.o: ../core/request.h ../core/requesttypes.h ../core/error.h
slog.o: ../core/requesttypes.h ../core/error.h ../core/config.h slog.o: ../core/config.h ../core/textstream.h ../templates/htmltextstream.h
slog.o: ../core/textstream.h ../templates/htmltextstream.h ../core/session.h slog.o: ../core/session.h ../core/user.h ../core/plugindata.h ../core/rebus.h
slog.o: ../core/user.h ../core/plugindata.h ../core/rebus.h ../core/mount.h slog.o: ../core/mount.h ../core/system.h ../core/dirs.h
slog.o: ../core/system.h ../core/dirs.h ../core/dircontainer.h ../db/db.h slog.o: ../core/dircontainer.h ../db/db.h ../db/dbbase.h ../db/dbconn.h
slog.o: ../db/dbbase.h ../db/dbconn.h ../db/dbtextstream.h ../core/error.h slog.o: ../db/dbtextstream.h ../core/error.h ../db/dbitemquery.h
slog.o: ../db/dbitemquery.h ../db/dbitemcolumns.h ../core/user.h slog.o: ../db/dbitemcolumns.h ../core/user.h ../core/group.h
slog.o: ../core/group.h ../core/dircontainer.h ../core/ugcontainer.h slog.o: ../core/dircontainer.h ../core/ugcontainer.h ../core/log.h
slog.o: ../core/log.h ../core/slog.h ../notify/notify.h slog.o: ../core/slog.h ../notify/notify.h ../notify/notifypool.h
slog.o: ../notify/notifypool.h ../templates/patterns.h slog.o: ../templates/patterns.h ../notify/notifythread.h ../core/basethread.h
slog.o: ../notify/notifythread.h ../core/basethread.h ../core/synchro.h slog.o: ../core/synchro.h ../notify/templatesnotify.h ../core/users.h
slog.o: ../notify/templatesnotify.h ../core/users.h ../core/ugcontainer.h slog.o: ../core/ugcontainer.h ../core/lastcontainer.h ../templates/misc.h
slog.o: ../core/lastcontainer.h ../templates/misc.h ../core/mounts.h slog.o: ../core/mounts.h ../core/mountparser.h ../core/crypt.h ../core/run.h
slog.o: ../core/mountparser.h ../core/crypt.h ../core/run.h ../core/users.h slog.o: ../core/users.h ../core/groups.h ../core/group.h ../core/loadavg.h
slog.o: ../core/groups.h ../core/group.h ../core/loadavg.h ../core/image.h slog.o: ../core/image.h ../core/basethread.h ../core/threadmanager.h
slog.o: ../core/basethread.h ../core/threadmanager.h ../core/sessionmanager.h slog.o: ../core/sessionmanager.h ../core/sessioncontainer.h ../core/system.h
slog.o: ../core/sessioncontainer.h ../core/system.h ../core/htmlfilter.h slog.o: ../core/htmlfilter.h
stat.o: templates.h ../../ezc/src/ezc.h ../../ezc/src/utf8.h stat.o: templates.h ../../ezc/src/ezc.h ../../ezc/src/generator.h
stat.o: ../../ezc/src/generator.h ../../ezc/src/pattern.h stat.o: ../../ezc/src/pattern.h ../../ezc/src/item.h ../../ezc/src/funinfo.h
stat.o: ../../ezc/src/item.h ../../ezc/src/funinfo.h
stat.o: ../../ezc/src/functions.h ../../ezc/src/stringconv.h misc.h stat.o: ../../ezc/src/functions.h ../../ezc/src/stringconv.h misc.h
stat.o: localefilter.h locale.h ../core/confparser.h htmltextstream.h stat.o: localefilter.h locale.h htmltextstream.h ../core/textstream.h
stat.o: ../core/textstream.h ../core/confparser.h patterncacher.h stat.o: patterncacher.h ../core/item.h indexpatterns.h patterns.h
stat.o: ../core/item.h indexpatterns.h patterns.h changepatterns.h stat.o: changepatterns.h ../core/config.h ../core/htmlfilter.h ../core/cur.h
stat.o: ../core/config.h ../core/htmlfilter.h ../core/cur.h ../core/request.h stat.o: ../core/request.h ../core/requesttypes.h ../core/error.h
stat.o: ../core/requesttypes.h ../core/error.h ../core/config.h stat.o: ../core/config.h ../core/textstream.h ../templates/htmltextstream.h
stat.o: ../core/textstream.h ../templates/htmltextstream.h ../core/session.h stat.o: ../core/session.h ../core/user.h ../core/plugindata.h ../core/rebus.h
stat.o: ../core/user.h ../core/plugindata.h ../core/rebus.h ../core/mount.h stat.o: ../core/mount.h ../core/system.h ../core/dirs.h
stat.o: ../core/system.h ../core/dirs.h ../core/dircontainer.h ../db/db.h stat.o: ../core/dircontainer.h ../db/db.h ../db/dbbase.h ../db/dbconn.h
stat.o: ../db/dbbase.h ../db/dbconn.h ../db/dbtextstream.h ../core/error.h stat.o: ../db/dbtextstream.h ../core/error.h ../db/dbitemquery.h
stat.o: ../db/dbitemquery.h ../db/dbitemcolumns.h ../core/user.h stat.o: ../db/dbitemcolumns.h ../core/user.h ../core/group.h
stat.o: ../core/group.h ../core/dircontainer.h ../core/ugcontainer.h stat.o: ../core/dircontainer.h ../core/ugcontainer.h ../core/log.h
stat.o: ../core/log.h ../core/logmanipulators.h ../core/slog.h ../core/cur.h stat.o: ../core/logmanipulators.h ../core/slog.h ../core/cur.h
stat.o: ../templates/locale.h ../notify/notify.h ../notify/notifypool.h stat.o: ../templates/locale.h ../notify/notify.h ../notify/notifypool.h
stat.o: ../templates/patterns.h ../notify/notifythread.h ../core/basethread.h stat.o: ../templates/patterns.h ../notify/notifythread.h ../core/basethread.h
stat.o: ../core/synchro.h ../notify/templatesnotify.h ../core/users.h stat.o: ../core/synchro.h ../notify/templatesnotify.h ../core/users.h
@ -571,14 +547,13 @@ stat.o: ../core/users.h ../core/groups.h ../core/group.h ../core/loadavg.h
stat.o: ../core/image.h ../core/basethread.h ../core/threadmanager.h stat.o: ../core/image.h ../core/basethread.h ../core/threadmanager.h
stat.o: ../core/sessionmanager.h ../core/sessioncontainer.h ../core/system.h stat.o: ../core/sessionmanager.h ../core/sessioncontainer.h ../core/system.h
stat.o: ../core/htmlfilter.h ../core/request.h ../core/misc.h stat.o: ../core/htmlfilter.h ../core/request.h ../core/misc.h
sys.o: templates.h ../../ezc/src/ezc.h ../../ezc/src/utf8.h sys.o: templates.h ../../ezc/src/ezc.h ../../ezc/src/generator.h
sys.o: ../../ezc/src/generator.h ../../ezc/src/pattern.h ../../ezc/src/item.h sys.o: ../../ezc/src/pattern.h ../../ezc/src/item.h ../../ezc/src/funinfo.h
sys.o: ../../ezc/src/funinfo.h ../../ezc/src/functions.h sys.o: ../../ezc/src/functions.h ../../ezc/src/stringconv.h misc.h
sys.o: ../../ezc/src/stringconv.h misc.h localefilter.h locale.h sys.o: localefilter.h locale.h htmltextstream.h ../core/textstream.h
sys.o: ../core/confparser.h htmltextstream.h ../core/textstream.h sys.o: patterncacher.h ../core/item.h indexpatterns.h patterns.h
sys.o: ../core/confparser.h patterncacher.h ../core/item.h indexpatterns.h sys.o: changepatterns.h ../core/config.h ../core/htmlfilter.h ../core/cur.h
sys.o: patterns.h changepatterns.h ../core/config.h ../core/htmlfilter.h sys.o: ../core/request.h ../core/requesttypes.h ../core/error.h
sys.o: ../core/cur.h ../core/request.h ../core/requesttypes.h ../core/error.h
sys.o: ../core/config.h ../core/textstream.h ../templates/htmltextstream.h sys.o: ../core/config.h ../core/textstream.h ../templates/htmltextstream.h
sys.o: ../core/session.h ../core/user.h ../core/plugindata.h ../core/rebus.h sys.o: ../core/session.h ../core/user.h ../core/plugindata.h ../core/rebus.h
sys.o: ../core/mount.h ../core/system.h ../core/dirs.h ../core/dircontainer.h sys.o: ../core/mount.h ../core/system.h ../core/dirs.h ../core/dircontainer.h
@ -612,12 +587,11 @@ sys.o: ../functions/stat.h ../functions/subject.h ../functions/template.h
sys.o: ../functions/tinymce.h ../functions/uname.h ../functions/upload.h sys.o: ../functions/tinymce.h ../functions/uname.h ../functions/upload.h
sys.o: ../functions/uptime.h ../functions/who.h ../functions/vim.h sys.o: ../functions/uptime.h ../functions/who.h ../functions/vim.h
sys.o: ../templates/templates.h sys.o: ../templates/templates.h
template.o: templates.h ../../ezc/src/ezc.h ../../ezc/src/utf8.h template.o: templates.h ../../ezc/src/ezc.h ../../ezc/src/generator.h
template.o: ../../ezc/src/generator.h ../../ezc/src/pattern.h template.o: ../../ezc/src/pattern.h ../../ezc/src/item.h
template.o: ../../ezc/src/item.h ../../ezc/src/funinfo.h template.o: ../../ezc/src/funinfo.h ../../ezc/src/functions.h
template.o: ../../ezc/src/functions.h ../../ezc/src/stringconv.h misc.h template.o: ../../ezc/src/stringconv.h misc.h localefilter.h locale.h
template.o: localefilter.h locale.h ../core/confparser.h htmltextstream.h template.o: htmltextstream.h ../core/textstream.h patterncacher.h
template.o: ../core/textstream.h ../core/confparser.h patterncacher.h
template.o: ../core/item.h indexpatterns.h patterns.h changepatterns.h template.o: ../core/item.h indexpatterns.h patterns.h changepatterns.h
template.o: ../core/config.h ../core/htmlfilter.h ../core/cur.h template.o: ../core/config.h ../core/htmlfilter.h ../core/cur.h
template.o: ../core/request.h ../core/requesttypes.h ../core/error.h template.o: ../core/request.h ../core/requesttypes.h ../core/error.h
@ -640,12 +614,11 @@ template.o: ../core/loadavg.h ../core/image.h ../core/basethread.h
template.o: ../core/threadmanager.h ../core/sessionmanager.h template.o: ../core/threadmanager.h ../core/sessionmanager.h
template.o: ../core/sessioncontainer.h ../core/system.h ../core/htmlfilter.h template.o: ../core/sessioncontainer.h ../core/system.h ../core/htmlfilter.h
template.o: ../core/misc.h template.o: ../core/misc.h
templates.o: templates.h ../../ezc/src/ezc.h ../../ezc/src/utf8.h templates.o: templates.h ../../ezc/src/ezc.h ../../ezc/src/generator.h
templates.o: ../../ezc/src/generator.h ../../ezc/src/pattern.h templates.o: ../../ezc/src/pattern.h ../../ezc/src/item.h
templates.o: ../../ezc/src/item.h ../../ezc/src/funinfo.h templates.o: ../../ezc/src/funinfo.h ../../ezc/src/functions.h
templates.o: ../../ezc/src/functions.h ../../ezc/src/stringconv.h misc.h templates.o: ../../ezc/src/stringconv.h misc.h localefilter.h locale.h
templates.o: localefilter.h locale.h ../core/confparser.h htmltextstream.h templates.o: htmltextstream.h ../core/textstream.h patterncacher.h
templates.o: ../core/textstream.h ../core/confparser.h patterncacher.h
templates.o: ../core/item.h indexpatterns.h patterns.h changepatterns.h templates.o: ../core/item.h indexpatterns.h patterns.h changepatterns.h
templates.o: ../core/config.h ../core/htmlfilter.h ../core/cur.h templates.o: ../core/config.h ../core/htmlfilter.h ../core/cur.h
templates.o: ../core/request.h ../core/requesttypes.h ../core/error.h templates.o: ../core/request.h ../core/requesttypes.h ../core/error.h
@ -688,13 +661,12 @@ templates.o: ../functions/template.h ../functions/tinymce.h
templates.o: ../functions/uname.h ../functions/upload.h ../functions/uptime.h templates.o: ../functions/uname.h ../functions/upload.h ../functions/uptime.h
templates.o: ../functions/who.h ../functions/vim.h ../templates/templates.h templates.o: ../functions/who.h ../functions/vim.h ../templates/templates.h
upload.o: ../core/request.h templates.h ../../ezc/src/ezc.h upload.o: ../core/request.h templates.h ../../ezc/src/ezc.h
upload.o: ../../ezc/src/utf8.h ../../ezc/src/generator.h upload.o: ../../ezc/src/generator.h ../../ezc/src/pattern.h
upload.o: ../../ezc/src/pattern.h ../../ezc/src/item.h upload.o: ../../ezc/src/item.h ../../ezc/src/funinfo.h
upload.o: ../../ezc/src/funinfo.h ../../ezc/src/functions.h upload.o: ../../ezc/src/functions.h ../../ezc/src/stringconv.h misc.h
upload.o: ../../ezc/src/stringconv.h misc.h localefilter.h locale.h upload.o: localefilter.h locale.h htmltextstream.h ../core/textstream.h
upload.o: ../core/confparser.h htmltextstream.h ../core/textstream.h upload.o: patterncacher.h ../core/item.h indexpatterns.h patterns.h
upload.o: ../core/confparser.h patterncacher.h ../core/item.h indexpatterns.h upload.o: changepatterns.h ../core/config.h ../core/htmlfilter.h
upload.o: patterns.h changepatterns.h ../core/config.h ../core/htmlfilter.h
upload.o: ../core/cur.h ../core/request.h ../core/requesttypes.h upload.o: ../core/cur.h ../core/request.h ../core/requesttypes.h
upload.o: ../core/error.h ../core/config.h ../core/textstream.h upload.o: ../core/error.h ../core/config.h ../core/textstream.h
upload.o: ../templates/htmltextstream.h ../core/session.h ../core/user.h upload.o: ../templates/htmltextstream.h ../core/session.h ../core/user.h
@ -714,12 +686,11 @@ upload.o: ../core/groups.h ../core/group.h ../core/loadavg.h ../core/image.h
upload.o: ../core/basethread.h ../core/threadmanager.h upload.o: ../core/basethread.h ../core/threadmanager.h
upload.o: ../core/sessionmanager.h ../core/sessioncontainer.h upload.o: ../core/sessionmanager.h ../core/sessioncontainer.h
upload.o: ../core/system.h ../core/htmlfilter.h upload.o: ../core/system.h ../core/htmlfilter.h
uptime.o: templates.h ../../ezc/src/ezc.h ../../ezc/src/utf8.h uptime.o: templates.h ../../ezc/src/ezc.h ../../ezc/src/generator.h
uptime.o: ../../ezc/src/generator.h ../../ezc/src/pattern.h uptime.o: ../../ezc/src/pattern.h ../../ezc/src/item.h
uptime.o: ../../ezc/src/item.h ../../ezc/src/funinfo.h uptime.o: ../../ezc/src/funinfo.h ../../ezc/src/functions.h
uptime.o: ../../ezc/src/functions.h ../../ezc/src/stringconv.h misc.h uptime.o: ../../ezc/src/stringconv.h misc.h localefilter.h locale.h
uptime.o: localefilter.h locale.h ../core/confparser.h htmltextstream.h uptime.o: htmltextstream.h ../core/textstream.h patterncacher.h
uptime.o: ../core/textstream.h ../core/confparser.h patterncacher.h
uptime.o: ../core/item.h indexpatterns.h patterns.h changepatterns.h uptime.o: ../core/item.h indexpatterns.h patterns.h changepatterns.h
uptime.o: ../core/config.h ../core/htmlfilter.h ../core/cur.h uptime.o: ../core/config.h ../core/htmlfilter.h ../core/cur.h
uptime.o: ../core/request.h ../core/requesttypes.h ../core/error.h uptime.o: ../core/request.h ../core/requesttypes.h ../core/error.h
@ -741,22 +712,21 @@ uptime.o: ../core/group.h ../core/loadavg.h ../core/image.h
uptime.o: ../core/basethread.h ../core/threadmanager.h uptime.o: ../core/basethread.h ../core/threadmanager.h
uptime.o: ../core/sessionmanager.h ../core/sessioncontainer.h uptime.o: ../core/sessionmanager.h ../core/sessioncontainer.h
uptime.o: ../core/system.h ../core/htmlfilter.h uptime.o: ../core/system.h ../core/htmlfilter.h
user.o: templates.h ../../ezc/src/ezc.h ../../ezc/src/utf8.h user.o: templates.h ../../ezc/src/ezc.h ../../ezc/src/generator.h
user.o: ../../ezc/src/generator.h ../../ezc/src/pattern.h user.o: ../../ezc/src/pattern.h ../../ezc/src/item.h ../../ezc/src/funinfo.h
user.o: ../../ezc/src/item.h ../../ezc/src/funinfo.h
user.o: ../../ezc/src/functions.h ../../ezc/src/stringconv.h misc.h user.o: ../../ezc/src/functions.h ../../ezc/src/stringconv.h misc.h
user.o: localefilter.h locale.h ../core/confparser.h htmltextstream.h user.o: localefilter.h locale.h htmltextstream.h ../core/textstream.h
user.o: ../core/textstream.h ../core/confparser.h patterncacher.h user.o: patterncacher.h ../core/item.h indexpatterns.h patterns.h
user.o: ../core/item.h indexpatterns.h patterns.h changepatterns.h user.o: changepatterns.h ../core/config.h ../core/htmlfilter.h ../core/cur.h
user.o: ../core/config.h ../core/htmlfilter.h ../core/cur.h ../core/request.h user.o: ../core/request.h ../core/requesttypes.h ../core/error.h
user.o: ../core/requesttypes.h ../core/error.h ../core/config.h user.o: ../core/config.h ../core/textstream.h ../templates/htmltextstream.h
user.o: ../core/textstream.h ../templates/htmltextstream.h ../core/session.h user.o: ../core/session.h ../core/user.h ../core/plugindata.h ../core/rebus.h
user.o: ../core/user.h ../core/plugindata.h ../core/rebus.h ../core/mount.h user.o: ../core/mount.h ../core/system.h ../core/dirs.h
user.o: ../core/system.h ../core/dirs.h ../core/dircontainer.h ../db/db.h user.o: ../core/dircontainer.h ../db/db.h ../db/dbbase.h ../db/dbconn.h
user.o: ../db/dbbase.h ../db/dbconn.h ../db/dbtextstream.h ../core/error.h user.o: ../db/dbtextstream.h ../core/error.h ../db/dbitemquery.h
user.o: ../db/dbitemquery.h ../db/dbitemcolumns.h ../core/user.h user.o: ../db/dbitemcolumns.h ../core/user.h ../core/group.h
user.o: ../core/group.h ../core/dircontainer.h ../core/ugcontainer.h user.o: ../core/dircontainer.h ../core/ugcontainer.h ../core/log.h
user.o: ../core/log.h ../core/logmanipulators.h ../core/slog.h ../core/cur.h user.o: ../core/logmanipulators.h ../core/slog.h ../core/cur.h
user.o: ../templates/locale.h ../notify/notify.h ../notify/notifypool.h user.o: ../templates/locale.h ../notify/notify.h ../notify/notifypool.h
user.o: ../templates/patterns.h ../notify/notifythread.h ../core/basethread.h user.o: ../templates/patterns.h ../notify/notifythread.h ../core/basethread.h
user.o: ../core/synchro.h ../notify/templatesnotify.h ../core/users.h user.o: ../core/synchro.h ../notify/templatesnotify.h ../core/users.h
@ -766,14 +736,13 @@ user.o: ../core/users.h ../core/groups.h ../core/group.h ../core/loadavg.h
user.o: ../core/image.h ../core/basethread.h ../core/threadmanager.h user.o: ../core/image.h ../core/basethread.h ../core/threadmanager.h
user.o: ../core/sessionmanager.h ../core/sessioncontainer.h ../core/system.h user.o: ../core/sessionmanager.h ../core/sessioncontainer.h ../core/system.h
user.o: ../core/htmlfilter.h ../core/request.h ../core/misc.h user.o: ../core/htmlfilter.h ../core/request.h ../core/misc.h
who.o: templates.h ../../ezc/src/ezc.h ../../ezc/src/utf8.h who.o: templates.h ../../ezc/src/ezc.h ../../ezc/src/generator.h
who.o: ../../ezc/src/generator.h ../../ezc/src/pattern.h ../../ezc/src/item.h who.o: ../../ezc/src/pattern.h ../../ezc/src/item.h ../../ezc/src/funinfo.h
who.o: ../../ezc/src/funinfo.h ../../ezc/src/functions.h who.o: ../../ezc/src/functions.h ../../ezc/src/stringconv.h misc.h
who.o: ../../ezc/src/stringconv.h misc.h localefilter.h locale.h who.o: localefilter.h locale.h htmltextstream.h ../core/textstream.h
who.o: ../core/confparser.h htmltextstream.h ../core/textstream.h who.o: patterncacher.h ../core/item.h indexpatterns.h patterns.h
who.o: ../core/confparser.h patterncacher.h ../core/item.h indexpatterns.h who.o: changepatterns.h ../core/config.h ../core/htmlfilter.h ../core/cur.h
who.o: patterns.h changepatterns.h ../core/config.h ../core/htmlfilter.h who.o: ../core/request.h ../core/requesttypes.h ../core/error.h
who.o: ../core/cur.h ../core/request.h ../core/requesttypes.h ../core/error.h
who.o: ../core/config.h ../core/textstream.h ../templates/htmltextstream.h who.o: ../core/config.h ../core/textstream.h ../templates/htmltextstream.h
who.o: ../core/session.h ../core/user.h ../core/plugindata.h ../core/rebus.h who.o: ../core/session.h ../core/user.h ../core/plugindata.h ../core/rebus.h
who.o: ../core/mount.h ../core/system.h ../core/dirs.h ../core/dircontainer.h who.o: ../core/mount.h ../core/system.h ../core/dirs.h ../core/dircontainer.h
@ -791,14 +760,12 @@ who.o: ../core/groups.h ../core/group.h ../core/loadavg.h ../core/image.h
who.o: ../core/basethread.h ../core/threadmanager.h ../core/sessionmanager.h who.o: ../core/basethread.h ../core/threadmanager.h ../core/sessionmanager.h
who.o: ../core/sessioncontainer.h ../core/system.h ../core/htmlfilter.h who.o: ../core/sessioncontainer.h ../core/system.h ../core/htmlfilter.h
who.o: ../core/request.h ../core/misc.h who.o: ../core/request.h ../core/misc.h
winix.o: templates.h ../../ezc/src/ezc.h ../../ezc/src/utf8.h winix.o: templates.h ../../ezc/src/ezc.h ../../ezc/src/generator.h
winix.o: ../../ezc/src/generator.h ../../ezc/src/pattern.h winix.o: ../../ezc/src/pattern.h ../../ezc/src/item.h ../../ezc/src/funinfo.h
winix.o: ../../ezc/src/item.h ../../ezc/src/funinfo.h
winix.o: ../../ezc/src/functions.h ../../ezc/src/stringconv.h misc.h winix.o: ../../ezc/src/functions.h ../../ezc/src/stringconv.h misc.h
winix.o: localefilter.h locale.h ../core/confparser.h htmltextstream.h winix.o: localefilter.h locale.h htmltextstream.h ../core/textstream.h
winix.o: ../core/textstream.h ../core/confparser.h patterncacher.h winix.o: patterncacher.h ../core/item.h indexpatterns.h patterns.h
winix.o: ../core/item.h indexpatterns.h patterns.h changepatterns.h winix.o: changepatterns.h ../core/config.h ../core/htmlfilter.h ../core/cur.h
winix.o: ../core/config.h ../core/htmlfilter.h ../core/cur.h
winix.o: ../core/request.h ../core/requesttypes.h ../core/error.h winix.o: ../core/request.h ../core/requesttypes.h ../core/error.h
winix.o: ../core/config.h ../core/textstream.h ../templates/htmltextstream.h winix.o: ../core/config.h ../core/textstream.h ../templates/htmltextstream.h
winix.o: ../core/session.h ../core/user.h ../core/plugindata.h winix.o: ../core/session.h ../core/user.h ../core/plugindata.h

View File

@ -409,7 +409,7 @@ return *this;
} }
HtmlTextStream & HtmlTextStream::operator<<(const Space * space) HtmlTextStream & HtmlTextStream::operator<<(const PT::Space * space)
{ {
space_stream.Clear(); space_stream.Clear();
// !! IMPROVE ME // !! IMPROVE ME
@ -417,10 +417,12 @@ HtmlTextStream & HtmlTextStream::operator<<(const Space * space)
space->Serialize(space_stream, true, false); space->Serialize(space_stream, true, false);
operator<<(space_stream.Str()); operator<<(space_stream.Str());
space_stream.Clear(); space_stream.Clear();
return *this;
} }
HtmlTextStream & HtmlTextStream::operator<<(const Space & space) HtmlTextStream & HtmlTextStream::operator<<(const PT::Space & space)
{ {
return operator<<(&space); return operator<<(&space);
} }

View File

@ -144,8 +144,8 @@ public:
HtmlTextStream & operator<<(double); HtmlTextStream & operator<<(double);
HtmlTextStream & operator<<(const void *); HtmlTextStream & operator<<(const void *);
HtmlTextStream & operator<<(const tm & t); HtmlTextStream & operator<<(const tm & t);
HtmlTextStream & operator<<(const Space * space); HtmlTextStream & operator<<(const PT::Space * space);
HtmlTextStream & operator<<(const Space & space); HtmlTextStream & operator<<(const PT::Space & space);
private: private:

View File

@ -2,7 +2,7 @@
* This file is a part of Winix * This file is a part of Winix
* and is not publicly distributed * and is not publicly distributed
* *
* Copyright (c) 2010-2011, Tomasz Sowa * Copyright (c) 2010-2012, Tomasz Sowa
* All rights reserved. * All rights reserved.
* *
*/ */
@ -10,7 +10,7 @@
#include <algorithm> #include <algorithm>
#include "locale.h" #include "locale.h"
#include "core/log.h" #include "core/log.h"
#include "utf8.h" #include "utf8/utf8.h"
@ -72,7 +72,7 @@ bool read = false;
loc_parser.UTF8(input_as_utf8); loc_parser.UTF8(input_as_utf8);
loc_parser.SetSpace(space); loc_parser.SetSpace(space);
if( loc_parser.Parse(file_name) == ConfParser::ok ) if( loc_parser.Parse(file_name) == PT::ConfParser::ok )
{ {
read = true; read = true;
AddLocale(lang); AddLocale(lang);
@ -86,14 +86,14 @@ return read;
void Locale::AddLocale(size_t lang) void Locale::AddLocale(size_t lang)
{ {
Space::TableSingle::iterator i = space.table_single.begin(); PT::Space::TableSingle::iterator i = space.table_single.begin();
for( ; i != space.table_single.end() ; ++i) for( ; i != space.table_single.end() ; ++i)
loc_tab[lang][i->first] = i->second; loc_tab[lang][i->first] = i->second;
// lists // lists
Space::Table::iterator i2 = space.table.begin(); PT::Space::Table::iterator i2 = space.table.begin();
for( ; i2 != space.table.end() ; ++i2) for( ; i2 != space.table.end() ; ++i2)
loc_tab_multi[lang][i2->first] = i2->second; loc_tab_multi[lang][i2->first] = i2->second;
@ -130,7 +130,7 @@ bool read = false;
loc_parser.SplitSingle(true); loc_parser.SplitSingle(true);
loc_parser.UTF8(input_as_utf8); loc_parser.UTF8(input_as_utf8);
if( loc_parser.Parse(file_name) == ConfParser::ok ) if( loc_parser.Parse(file_name) == PT::ConfParser::ok )
{ {
read = true; read = true;
CreateSubstVector(subst_url, space.table_single[L"url_original"], space.table_single[L"url_changeto"]); CreateSubstVector(subst_url, space.table_single[L"url_original"], space.table_single[L"url_changeto"]);
@ -171,7 +171,7 @@ void Locale::Read(const char * dir, const char * dir_def)
{ {
for(size_t i=0 ; i<locale_files.size() ; ++i) for(size_t i=0 ; i<locale_files.size() ; ++i)
{ {
Ezc::WideToUTF8(locale_files[i], locale_filea); PT::WideToUTF8(locale_files[i], locale_filea);
ReadFile(dir, dir_def, i, locale_filea.c_str()); ReadFile(dir, dir_def, i, locale_filea.c_str());
} }
@ -190,7 +190,7 @@ void Locale::Read(const std::string & dir, const std::string & dir_def)
void Locale::Read(const wchar_t * dir, const wchar_t * dir_def) void Locale::Read(const wchar_t * dir, const wchar_t * dir_def)
{ {
Ezc::WideToUTF8(dir, adir1); PT::WideToUTF8(dir, adir1);
if( !dir_def ) if( !dir_def )
{ {
@ -198,7 +198,7 @@ void Locale::Read(const wchar_t * dir, const wchar_t * dir_def)
} }
else else
{ {
Ezc::WideToUTF8(dir_def, adir2); PT::WideToUTF8(dir_def, adir2);
Read(adir1.c_str(), adir2.c_str()); Read(adir1.c_str(), adir2.c_str());
} }
} }
@ -276,7 +276,7 @@ bool Locale::IsKey(const std::wstring & key, size_t lang) const
return false; return false;
// looking in the 'lang' language // looking in the 'lang' language
Space::TableSingle::const_iterator i = loc_tab[lang].find(key); PT::Space::TableSingle::const_iterator i = loc_tab[lang].find(key);
if( i != loc_tab[lang].end() ) if( i != loc_tab[lang].end() )
return true; return true;
@ -312,7 +312,7 @@ bool Locale::IsKeyLang(const std::wstring & key, size_t lang) const
return false; return false;
// looking in the 'lang' language // looking in the 'lang' language
Space::TableSingle::const_iterator i = loc_tab[lang].find(key); PT::Space::TableSingle::const_iterator i = loc_tab[lang].find(key);
return i != loc_tab[lang].end(); return i != loc_tab[lang].end();
} }
@ -347,7 +347,7 @@ const std::wstring & Locale::Get(const std::wstring & key, size_t lang) const
return empty; return empty;
// looking in the 'lang' language // looking in the 'lang' language
Space::TableSingle::const_iterator i = loc_tab[lang].find(key); PT::Space::TableSingle::const_iterator i = loc_tab[lang].find(key);
if( i != loc_tab[lang].end() ) if( i != loc_tab[lang].end() )
return i->second; return i->second;
@ -384,7 +384,7 @@ bool Locale::IsKeyLangList(const std::wstring & key, size_t lang) const
return false; return false;
// looking in the 'lang' language // looking in the 'lang' language
Space::Table::const_iterator i = loc_tab_multi[lang].find(key); PT::Space::Table::const_iterator i = loc_tab_multi[lang].find(key);
return i != loc_tab_multi[lang].end(); return i != loc_tab_multi[lang].end();
} }
@ -402,7 +402,7 @@ const std::vector<std::wstring> & Locale::GetList(const std::wstring & key, size
return empty_list; return empty_list;
// looking in the 'lang' language // looking in the 'lang' language
Space::Table::const_iterator i = loc_tab_multi[lang].find(key); PT::Space::Table::const_iterator i = loc_tab_multi[lang].find(key);
if( i != loc_tab_multi[lang].end() ) if( i != loc_tab_multi[lang].end() )
return i->second; return i->second;

View File

@ -2,7 +2,7 @@
* This file is a part of Winix * This file is a part of Winix
* and is not publicly distributed * and is not publicly distributed
* *
* Copyright (c) 2010-2011, Tomasz Sowa * Copyright (c) 2010-2012, Tomasz Sowa
* All rights reserved. * All rights reserved.
* *
*/ */
@ -12,7 +12,7 @@
#include <vector> #include <vector>
#include <string> #include <string>
#include "core/confparser.h" #include "confparser/confparser.h"
@ -122,11 +122,11 @@ private:
// messages vector<via language> // messages vector<via language>
// this table has the same size as locale_files (at least one item) // this table has the same size as locale_files (at least one item)
std::vector<Space::TableSingle> loc_tab; std::vector<PT::Space::TableSingle> loc_tab;
// messages vector<via language> // messages vector<via language>
// this table has the same size as locale_files (at least one item) // this table has the same size as locale_files (at least one item)
std::vector<Space::Table> loc_tab_multi; std::vector<PT::Space::Table> loc_tab_multi;
// vectors of characters substitution (sort by 'from') // vectors of characters substitution (sort by 'from')
std::vector<SubstItem> subst_url; std::vector<SubstItem> subst_url;
@ -134,8 +134,8 @@ private:
std::vector<SubstItem> subst_capitallet; // changing from capital to small std::vector<SubstItem> subst_capitallet; // changing from capital to small
Space space; PT::Space space;
ConfParser loc_parser; PT::ConfParser loc_parser;
std::string locale_filea; std::string locale_filea;
std::string file_name; std::string file_name;
std::wstring key_str; std::wstring key_str;