changed: winix 'upload' function is a file manager now
we're using an jquery upload plugin added: Item struct has new rows: hash, hash_type, file_size, sort_index added: css mount parameter you can specify css files there, and javascript wysiwyg editors (ckeditor, tinymce) can make use of it changed: post parsers can parse post variables with the same name (a postfix is added in such a case) added: common_dir parameter to the config this is a path to common directory (directory with common static files) it is needed to the 'css' mount parameter git-svn-id: svn://ttmath.org/publicrep/winix/trunk@746 e52654a7-88a9-db11-a3e9-0013d4bc506e
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
# DO NOT DELETE
|
||||
|
||||
main.o: ../core/log.h ../core/textstream.h ../core/misc.h ../core/item.h
|
||||
main.o: ../core/logmanipulators.h ../core/slog.h ../core/cur.h
|
||||
main.o: ../core/request.h ../core/requesttypes.h ../core/error.h
|
||||
main.o: ../core/config.h ../core/confparser.h ../core/htmlfilter.h
|
||||
main.o: ../core/requesttypes.h ../core/logmanipulators.h ../core/slog.h
|
||||
main.o: ../core/cur.h ../core/request.h ../core/error.h ../core/config.h
|
||||
main.o: ../core/confparser.h ../core/htmlfilter.h
|
||||
main.o: ../templates/htmltextstream.h ../core/textstream.h ../core/session.h
|
||||
main.o: ../core/user.h ../core/plugindata.h ../core/rebus.h
|
||||
main.o: ../core/user.h ../core/plugindata.h ../core/rebus.h ../core/mount.h
|
||||
main.o: ../templates/locale.h ../core/confparser.h ../core/slog.h
|
||||
main.o: ../core/app.h ../core/system.h ../core/dirs.h ../core/dircontainer.h
|
||||
main.o: ../db/db.h ../db/dbbase.h ../db/dbconn.h ../db/dbtextstream.h
|
||||
@@ -20,9 +20,9 @@ main.o: ../../ezc/src/funinfo.h ../../ezc/src/stringconv.h
|
||||
main.o: ../templates/htmltextstream.h ../notify/notifythread.h
|
||||
main.o: ../core/basethread.h ../core/synchro.h ../notify/templatesnotify.h
|
||||
main.o: ../core/config.h ../core/users.h ../core/ugcontainer.h
|
||||
main.o: ../core/lastcontainer.h ../core/mounts.h ../core/mount.h
|
||||
main.o: ../core/mountparser.h ../core/crypt.h ../core/run.h ../core/users.h
|
||||
main.o: ../core/groups.h ../core/group.h ../core/loadavg.h ../core/thumb.h
|
||||
main.o: ../core/lastcontainer.h ../core/mounts.h ../core/mountparser.h
|
||||
main.o: ../core/crypt.h ../core/run.h ../core/users.h ../core/groups.h
|
||||
main.o: ../core/group.h ../core/loadavg.h ../core/thumb.h
|
||||
main.o: ../core/basethread.h ../core/sessionmanager.h
|
||||
main.o: ../core/sessioncontainer.h ../functions/functions.h
|
||||
main.o: ../functions/functionbase.h ../core/request.h ../core/system.h
|
||||
|
Reference in New Issue
Block a user