added: issues ticket system
added functions: ticket, createticket, editticket (there is no 'rm' function working for tickets yet) changed: mount parser and mount points now we have more parameters (arguments in parameters) some refactoring in functions 'emacs' and 'mkdir' git-svn-id: svn://ttmath.org/publicrep/cmslu/trunk@554 e52654a7-88a9-db11-a3e9-0013d4bc506e
This commit is contained in:
@@ -55,7 +55,7 @@ namespace TemplatesFunctions
|
||||
/*
|
||||
item
|
||||
*/
|
||||
void item_is(Info & i);
|
||||
void item_is(Info & i); // !! change to is_item lub na item_defined
|
||||
void item_id(Info & i);
|
||||
void item_subject(Info & i);
|
||||
void item_subject_noescape(Info & i);
|
||||
@@ -164,6 +164,7 @@ namespace TemplatesFunctions
|
||||
|
||||
void priv_privileges(Info & i);
|
||||
|
||||
|
||||
/*
|
||||
done
|
||||
*/
|
||||
@@ -209,7 +210,7 @@ namespace TemplatesFunctions
|
||||
/*
|
||||
thread
|
||||
*/
|
||||
void thread_is(Info & i);
|
||||
void thread_is(Info & i); // !! change to is_thread lub na thread_defined
|
||||
void thread_tab(Info & i);
|
||||
void thread_tab_url(Info & i);
|
||||
void thread_tab_subject(Info & i);
|
||||
@@ -219,16 +220,70 @@ namespace TemplatesFunctions
|
||||
void thread_tab_last_item_user(Info & i);
|
||||
void thread_can_create(Info & i);
|
||||
|
||||
|
||||
|
||||
/*
|
||||
ticket
|
||||
*/
|
||||
void ticket_is(Info & i); // !! change to is_ticket lub na ticket_defined
|
||||
void ticket_can_create(Info & i);
|
||||
void ticket_type(Info & i);
|
||||
void ticket_status(Info & i);
|
||||
void ticket_priority(Info & i);
|
||||
void ticket_category(Info & i);
|
||||
void ticket_expected(Info & i);
|
||||
void ticket_progress(Info & i);
|
||||
|
||||
void ticket_tab(Info & i);
|
||||
void ticket_tab_url(Info & i);
|
||||
void ticket_tab_subject(Info & i);
|
||||
void ticket_tab_subject_empty(Info & i);
|
||||
void ticket_tab_author(Info & i);
|
||||
void ticket_tab_type(Info & i);
|
||||
void ticket_tab_status(Info & i);
|
||||
void ticket_tab_priority(Info & i);
|
||||
void ticket_tab_category(Info & i);
|
||||
void ticket_tab_expected(Info & i);
|
||||
void ticket_tab_progress(Info & i);
|
||||
|
||||
void ticket_type_tab(Info & i);
|
||||
void ticket_type_tab_defined(Info & i);
|
||||
void ticket_type_tab_isdefault(Info & i);
|
||||
void ticket_type_tab_index(Info & i);
|
||||
void ticket_type_tab_name(Info & i);
|
||||
|
||||
void ticket_status_tab(Info & i);
|
||||
void ticket_status_tab_defined(Info & i);
|
||||
void ticket_status_tab_isdefault(Info & i);
|
||||
void ticket_status_tab_index(Info & i);
|
||||
void ticket_status_tab_name(Info & i);
|
||||
|
||||
void ticket_priority_tab(Info & i);
|
||||
void ticket_priority_tab_defined(Info & i);
|
||||
void ticket_priority_tab_isdefault(Info & i);
|
||||
void ticket_priority_tab_index(Info & i);
|
||||
void ticket_priority_tab_name(Info & i);
|
||||
|
||||
void ticket_category_tab(Info & i);
|
||||
void ticket_category_tab_defined(Info & i);
|
||||
void ticket_category_tab_isdefault(Info & i);
|
||||
void ticket_category_tab_index(Info & i);
|
||||
void ticket_category_tab_name(Info & i);
|
||||
|
||||
void ticket_expected_tab(Info & i);
|
||||
void ticket_expected_tab_defined(Info & i);
|
||||
void ticket_expected_tab_isdefault(Info & i);
|
||||
void ticket_expected_tab_index(Info & i);
|
||||
void ticket_expected_tab_name(Info & i);
|
||||
|
||||
|
||||
/*
|
||||
mount
|
||||
*/
|
||||
void mount_param_withheader(Info & i);
|
||||
void mount_param_withinfo(Info & i);
|
||||
void mount_param_thread_with_header(Info & i);
|
||||
void mount_param_thread_with_info(Info & i);
|
||||
void mount_is_thread(Info & i);
|
||||
void mount_is_cms(Info & i);
|
||||
void mount_page_is(Info & i);
|
||||
void mount_thread_is(Info & i);
|
||||
void mount_type_is_thread(Info & i);
|
||||
void mount_type_is_ticket(Info & i);
|
||||
void mount_type_is_cms(Info & i);
|
||||
|
||||
|
||||
/*
|
||||
|
Reference in New Issue
Block a user