changed: in plugin 'menu'
menu_dir_tab ezc functions can be nested now (not finished yet) added: 'meta' winix function additional meta information for files and directories (not finished yet) git-svn-id: svn://ttmath.org/publicrep/winix/trunk@775 e52654a7-88a9-db11-a3e9-0013d4bc506e
This commit is contained in:
@@ -93,6 +93,7 @@ namespace TemplatesFunctions
|
||||
void dir_can_remove(Info & i);
|
||||
void dir_can_use_emacs(Info & i);
|
||||
void dir_can_use_mkdir(Info & i);
|
||||
void dir_is(Info & i);
|
||||
void dir_has_parents(Info & i);
|
||||
|
||||
void dir_childs_tab(Info & i);
|
||||
@@ -121,6 +122,7 @@ namespace TemplatesFunctions
|
||||
void dir_last_modification_user(Info & i);
|
||||
void dir_last_html_template(Info & i);
|
||||
void dir_last_has_html_template(Info & i);
|
||||
void dir_last_meta_str(Info & i);
|
||||
|
||||
|
||||
/*
|
||||
@@ -205,6 +207,7 @@ namespace TemplatesFunctions
|
||||
void item_is_link_redirect(Info & i);
|
||||
void item_file_size(Info & i);
|
||||
void item_sort(Info & i);
|
||||
void item_meta_str(Info & i);
|
||||
|
||||
void item_tab(Info & i);
|
||||
void item_tab_index(Info & i);
|
||||
@@ -424,6 +427,8 @@ namespace TemplatesFunctions
|
||||
void winix_show_content_in_full_window(Info & i);
|
||||
void winix_false(Info & i);
|
||||
void winix_true(Info & i);
|
||||
void winix_has_postvar(Info & i);
|
||||
void winix_postvar(Info & i);
|
||||
void str(Info & i);
|
||||
void strnc(Info & i);
|
||||
|
||||
|
Reference in New Issue
Block a user