added: functions: ckeditor, uptime
added: for function: login - a html pattern for GET request git-svn-id: svn://ttmath.org/publicrep/winix/trunk@567 e52654a7-88a9-db11-a3e9-0013d4bc506e
This commit is contained in:
@@ -15,6 +15,7 @@
|
||||
#include "ezc.h"
|
||||
#include "patterncacher.h"
|
||||
#include "misc.h"
|
||||
#include "ckeditorgetparser.h"
|
||||
|
||||
|
||||
|
||||
@@ -39,7 +40,14 @@ namespace TemplatesFunctions
|
||||
pat_fun_createthread,
|
||||
pat_fun_upload,
|
||||
pat_fun_ticket,
|
||||
pat_fun_uptime,
|
||||
pat_fun_login,
|
||||
pat_fun_mv,
|
||||
pat_fun_uname,
|
||||
pat_fun_chmod,
|
||||
pat_fun_chown,
|
||||
pat_fun_createticket,
|
||||
pat_fun_ckeditor,
|
||||
pat_err_404,
|
||||
pat_err_per_denied,
|
||||
pat_err_others,
|
||||
@@ -61,7 +69,7 @@ namespace TemplatesFunctions
|
||||
extern TemplatesMisc::Patterns patterns;
|
||||
extern PatternCacher pattern_cacher;
|
||||
extern Ezc::Functions functions;
|
||||
|
||||
extern CKEditorGetParser ckeditor_getparser;
|
||||
|
||||
|
||||
/*
|
||||
@@ -78,6 +86,7 @@ namespace TemplatesFunctions
|
||||
void doc_title(Info & i);
|
||||
void doc_base_url(Info & i);
|
||||
void doc_base_url_static(Info & i);
|
||||
void doc_base_url_static_ext(Info & i);
|
||||
void doc_base_url_static_auth(Info & i);
|
||||
void doc_current_url(Info & i);
|
||||
void doc_is_error(Info & i);
|
||||
@@ -107,6 +116,7 @@ namespace TemplatesFunctions
|
||||
void item_static_auth_is_other(Info & i);
|
||||
void item_can_read(Info & i);
|
||||
void item_can_write(Info & i);
|
||||
void item_can_remove(Info & i);
|
||||
void item_info(Info & i);
|
||||
void item_user(Info & i);
|
||||
void item_date_creation(Info & i);
|
||||
@@ -136,6 +146,7 @@ namespace TemplatesFunctions
|
||||
void item_tab_dir(Info & i);
|
||||
void item_tab_url(Info & i);
|
||||
void item_tab_link(Info & i);
|
||||
void item_tab_link_static_auth(Info & i);
|
||||
void item_tab_can_read(Info & i);
|
||||
void item_tab_info(Info & i);
|
||||
void item_tab_user(Info & i);
|
||||
@@ -173,6 +184,12 @@ namespace TemplatesFunctions
|
||||
void dir_last_dates_equal(Info & i);
|
||||
|
||||
|
||||
/*
|
||||
user
|
||||
*/
|
||||
void ls_ckeditor_funnum_browse(Info & i);
|
||||
|
||||
|
||||
/*
|
||||
user
|
||||
*/
|
||||
@@ -318,13 +335,30 @@ namespace TemplatesFunctions
|
||||
void mount_type_is_ticket(Info & i);
|
||||
void mount_type_is_cms(Info & i);
|
||||
|
||||
|
||||
|
||||
/*
|
||||
rebus
|
||||
*/
|
||||
void rebus_question(Info & i);
|
||||
|
||||
|
||||
/*
|
||||
uptime
|
||||
*/
|
||||
void uptime_more_than_one_day(Info & i);
|
||||
void uptime_days(Info & i);
|
||||
void uptime_hours(Info & i);
|
||||
|
||||
|
||||
/*
|
||||
winix
|
||||
*/
|
||||
void winix_cur_time(Info & i);
|
||||
void winix_users_logged(Info & i);
|
||||
void winix_function_is(Info & i);
|
||||
void winix_function_param_is(Info & i);
|
||||
|
||||
|
||||
} // namespace TemplatesFunctions
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user