removed some thread and ticket information from request
they are in FunThread and FunTicket classes now added funtion FunUptime (I forgot about it) git-svn-id: svn://ttmath.org/publicrep/winix/trunk@631 e52654a7-88a9-db11-a3e9-0013d4bc506e
This commit is contained in:
@@ -129,6 +129,7 @@ namespace TemplatesFunctions
|
||||
void item_subject_noescape(Info & i);
|
||||
void item_content(Info & i);
|
||||
void item_content_noescape(Info & i);
|
||||
void item_content_type_is(Item & item, Info & i);
|
||||
void item_content_type_is(Info & i);
|
||||
void item_content_is_empty(Info & i);
|
||||
void item_print_content(std::ostringstream & out, const std::string & content, Item::ContentType content_type);
|
||||
@@ -294,6 +295,9 @@ namespace TemplatesFunctions
|
||||
ticket
|
||||
*/
|
||||
void ticket_is(Info & i); // !! change to is_ticket lub na ticket_defined
|
||||
void ticket_item_content(Info & i);
|
||||
void ticket_item_content_type_is(Info & i);
|
||||
void ticket_item_print_content(Info & i);
|
||||
void ticket_can_create(Info & i);
|
||||
void ticket_can_edit(Info & i);
|
||||
void ticket_type(Info & i);
|
||||
|
Reference in New Issue
Block a user