added: forum
added: mount params can have arguments (in parentheses) added: mount params: withheader, withinfo, restrictcreatethread, only_root_can_remove, can_use_emacs_on(level), can_use_mkdir_on(level), added: table Item has 'subject' column now removed: column 'subject' from table Content git-svn-id: svn://ttmath.org/publicrep/cmslu/trunk@505 e52654a7-88a9-db11-a3e9-0013d4bc506e
This commit is contained in:
@@ -26,6 +26,8 @@ namespace TemplatesFunctions
|
||||
{
|
||||
using Ezc::Info;
|
||||
|
||||
extern bool thread_show_edit_subject_var;
|
||||
|
||||
extern PatternCacher pattern_cacher;
|
||||
extern Ezc::Functions functions;
|
||||
extern Ezc::Pattern pat_item_info;
|
||||
@@ -60,11 +62,13 @@ namespace TemplatesFunctions
|
||||
void item_subject_noescape(Info & i);
|
||||
void item_content(Info & i);
|
||||
void item_content_noescape(Info & i);
|
||||
void item_print_content(Info & i);
|
||||
void item_privileges(Info & i);
|
||||
void item_dir(Info & i); // the same as full_dir()
|
||||
void item_url(Info & i);
|
||||
void item_link(Info & i);
|
||||
void item_can_read(Info & i);
|
||||
void item_can_write(Info & i);
|
||||
void item_info(Info & i);
|
||||
void item_user(Info & i);
|
||||
void item_date_creation(Info & i);
|
||||
@@ -89,6 +93,7 @@ namespace TemplatesFunctions
|
||||
void item_tab_subject_noescape(Info & i);
|
||||
void item_tab_content(Info & i);
|
||||
void item_tab_content_noescape(Info & i);
|
||||
void item_tab_print_content(Info & i);
|
||||
void item_tab_privileges(Info & i);
|
||||
void item_tab_dir(Info & i);
|
||||
void item_tab_url(Info & i);
|
||||
@@ -107,6 +112,10 @@ namespace TemplatesFunctions
|
||||
*/
|
||||
void dir(Info & i);
|
||||
void dir_can_read_exec(Info & i);
|
||||
void dir_can_write(Info & i);
|
||||
void dir_can_remove(Info & i);
|
||||
void dir_can_use_emacs(Info & i);
|
||||
void dir_can_use_mkdir(Info & i);
|
||||
|
||||
void dir_childs_tab(Info & i);
|
||||
void dir_childs_tab_url(Info & i);
|
||||
@@ -117,7 +126,8 @@ namespace TemplatesFunctions
|
||||
|
||||
void dir_last_default_item_dir(Info &);
|
||||
void dir_last_default_item_url(Info & i);
|
||||
|
||||
void dir_last_subject(Info & i);
|
||||
|
||||
void dir_old(Info & i);
|
||||
|
||||
|
||||
@@ -140,7 +150,7 @@ namespace TemplatesFunctions
|
||||
void priv_group_tab_name(Info & i);
|
||||
void priv_group_tab_isdefault(Info & i);
|
||||
|
||||
|
||||
void priv_privileges(Info & i);
|
||||
|
||||
/*
|
||||
done
|
||||
@@ -185,8 +195,23 @@ namespace TemplatesFunctions
|
||||
/*
|
||||
thread
|
||||
*/
|
||||
void thread_is(Info & i);
|
||||
void thread_show_edit_subject(Info & i);
|
||||
void thread_subject(Info & i);
|
||||
void thread_tab(Info & i);
|
||||
void thread_tab_url(Info & i);
|
||||
void thread_tab_subject(Info & i);
|
||||
void thread_tab_author(Info & i);
|
||||
void thread_tab_answers(Info & i);
|
||||
void thread_tab_last_item_date_modification(Info & i);
|
||||
void thread_tab_last_item_user(Info & i);
|
||||
void thread_can_create(Info & i);
|
||||
|
||||
/*
|
||||
mount
|
||||
*/
|
||||
void mount_param_withheader(Info & i);
|
||||
void mount_param_withinfo(Info & i);
|
||||
|
||||
|
||||
} // namespace TemplatesFunctions
|
||||
|
Reference in New Issue
Block a user