fixed: static files loaded to /var such as /var/ckeditor_winix.js were not properly returned
(html filter was used but they are mostly javascript files)
added: new Item::ContentType: ct_other
if an item has ct_other then the html filter is not used for the content
git-svn-id: svn://ttmath.org/publicrep/winix/trunk@1040 e52654a7-88a9-db11-a3e9-0013d4bc506e
This commit is contained in:
@@ -111,6 +111,7 @@ namespace TemplatesFunctions
|
||||
void config_base_url(Info & i);
|
||||
void config_base_url_static(Info & i);
|
||||
void config_base_url_common(Info & i);
|
||||
void config_is_html_filter_allowed(Info & i);
|
||||
|
||||
|
||||
/*
|
||||
@@ -359,6 +360,7 @@ namespace TemplatesFunctions
|
||||
void item_admin_meta_tab(Info & i);
|
||||
void item_admin_meta_tab_value(Info & i);
|
||||
void item_admin_meta_tab_has_next(Info & i);
|
||||
void item_can_content_be_html_filtered(Info & i);
|
||||
|
||||
void item_tab(Info & i);
|
||||
void item_tab_index(Info & i);
|
||||
@@ -573,6 +575,7 @@ namespace TemplatesFunctions
|
||||
void user_is_in_all_groups(Info & i);
|
||||
void user_can_use_html(Info & i);
|
||||
void user_can_use_bbcode(Info & i);
|
||||
void user_can_use_other(Info & i);
|
||||
void user_has_correct_time_zone(Info & i);
|
||||
void user_time_zone_name(Info & i);
|
||||
void user_time_zone_id(Info & i);
|
||||
|
||||
Reference in New Issue
Block a user