added: to mount points: file systems
we have two file systems now: - simplefs - the files stored on the hard drive have the same structure as in the database (dir1/dir2/file) - hashfs - files are stored in special directories extented: the mountparser can read file system added: function download this is a default function for items which have static content git-svn-id: svn://ttmath.org/publicrep/winix/trunk@588 e52654a7-88a9-db11-a3e9-0013d4bc506e
This commit is contained in:
@@ -198,10 +198,8 @@ void Templates::CreateFunctions()
|
||||
functions.Insert("item_url", item_url);
|
||||
functions.Insert("item_url_is", item_url_is);
|
||||
functions.Insert("item_link", item_link);
|
||||
functions.Insert("item_link_static_auth", item_link_static_auth);
|
||||
functions.Insert("item_static_auth_is_none", item_static_auth_is_none);
|
||||
functions.Insert("item_static_auth_is_image", item_static_auth_is_image);
|
||||
functions.Insert("item_static_auth_is_other", item_static_auth_is_other);
|
||||
|
||||
functions.Insert("item_can_read", item_can_read);
|
||||
functions.Insert("item_can_write", item_can_write);
|
||||
@@ -449,6 +447,12 @@ void Templates::CreateFunctions()
|
||||
functions.Insert("rebus_question", rebus_question);
|
||||
|
||||
|
||||
/*
|
||||
upload
|
||||
*/
|
||||
functions.Insert("upload_ckeditor_funnum", upload_ckeditor_funnum);
|
||||
|
||||
|
||||
/*
|
||||
uptime
|
||||
*/
|
||||
|
Reference in New Issue
Block a user