winix/html
Tomasz Sowa 933c8841ff added: uptime winix function prints how many sessions there are
changed: functions for text/numbers conversions
         int Toi(const std::string & str,  int base = 10);
         int Toi(const std::wstring & str, int base = 10);
         int Toi(const char * str,         int base = 10);
         int Toi(const wchar_t * str,      int base = 10);

         long Tol(const std::string & str,  int base = 10);
         long Tol(const std::wstring & str, int base = 10);
         long Tol(const char * str,         int base = 10);
         long Tol(const wchar_t * str,      int base = 10);

         template<class CharType>
         bool Toa(unsigned long value, CharType * buffer, size_t buf_len, int base = 10);

         template<class CharType>
         bool Toa(long value, CharType * buffer, size_t buf_len, int base = 10);

         template<class CharType>
         bool Toa(unsigned int value, CharType * buffer, size_t buf_len, int base = 10);

         template<class CharType>
         bool Toa(int value, CharType * buffer, size_t buf_len, int base = 10);

         const wchar_t * Toa(unsigned int value,  int base = 10);
         const wchar_t * Toa(unsigned long value, int base = 10);
         const wchar_t * Toa(int value,  int base = 10);
         const wchar_t * Toa(long value, int base = 10);

         void Toa(int  value, std::string & res,  int base = 10, bool clear = true);
         void Toa(long value, std::string & res,  int base = 10, bool clear = true);
         void Toa(int  value, std::wstring & res, int base = 10, bool clear = true);
         void Toa(long value, std::wstring & res, int base = 10, bool clear = true);

added:   HtmlTextStream class (files htmltextstream.cpp htmltextstream.h in templates)
         this is a special stream for automatically escaping html tags
	     



git-svn-id: svn://ttmath.org/publicrep/winix/trunk@682 e52654a7-88a9-db11-a3e9-0013d4bc506e
2010-11-25 01:34:46 +00:00
..
dir_last_info.html added: now plugin ticket uses a new horizontal table (plugins.ticket) 2010-10-19 00:31:20 +00:00
err_404.html changed: rename cmslu to winix 2010-01-28 15:39:01 +00:00
err_per_denied.html changed: rename cmslu to winix 2010-01-28 15:39:01 +00:00
error.html small changes in template winix function 2010-08-14 14:45:25 +00:00
fun_adduser.html added: function adduser 2010-02-28 00:08:10 +00:00
fun_cat.html tickets has been moved to a new plugin 'ticket' 2010-09-29 21:24:34 +00:00
fun_chmod.html small changes in template winix function 2010-08-14 14:45:25 +00:00
fun_chown.html small changes in template winix function 2010-08-14 14:45:25 +00:00
fun_ckeditor.html tickets has been moved to a new plugin 'ticket' 2010-09-29 21:24:34 +00:00
fun_cp.html added: cp function for directories 2010-06-05 19:44:49 +00:00
fun_createthread.html removed some thread and ticket information from request 2010-08-10 20:43:38 +00:00
fun_createticket.html added: now plugin ticket uses a new horizontal table (plugins.ticket) 2010-10-19 00:31:20 +00:00
fun_default.html removed: Done class (core/done.h, core/done.cpp) 2010-02-28 21:33:06 +00:00
fun_editticket.html fixed: there was missing html/fun_editticket.html template 2010-09-05 18:58:24 +00:00
fun_emacs.html tickets has been moved to a new plugin 'ticket' 2010-09-29 21:24:34 +00:00
fun_emacs_post.html tickets has been moved to a new plugin 'ticket' 2010-09-29 21:24:34 +00:00
fun_last.html removed some thread and ticket information from request 2010-08-10 20:43:38 +00:00
fun_login.html removed: Done class (core/done.h, core/done.cpp) 2010-02-28 21:33:06 +00:00
fun_ls.html updated to the new version of ezc 2010-07-19 23:07:34 +00:00
fun_mkdir.html removed: Done class (core/done.h, core/done.cpp) 2010-02-28 21:33:06 +00:00
fun_mv.html added: cp function for directories 2010-06-05 19:44:49 +00:00
fun_priv.html updated to the new version of ezc 2010-07-19 23:07:34 +00:00
fun_reload.html added ticket parser: plugins/ticket/ticketparser.h plugins/ticket/ticketparser.cpp 2010-10-11 20:42:49 +00:00
fun_rm.html changed: rename cmslu to winix 2010-01-28 15:39:01 +00:00
fun_run.html tickets has been moved to a new plugin 'ticket' 2010-09-29 21:24:34 +00:00
fun_stat.html added 'stat' winix function 2010-10-23 14:54:44 +00:00
fun_subject.html added function: uname 2010-05-20 18:28:19 +00:00
fun_template.html small changes in template winix function 2010-08-14 14:45:25 +00:00
fun_thread.html tickets has been moved to a new plugin 'ticket' 2010-09-29 21:24:34 +00:00
fun_ticket.html added: now plugin ticket uses a new horizontal table (plugins.ticket) 2010-10-19 00:31:20 +00:00
fun_tinymce.html tickets has been moved to a new plugin 'ticket' 2010-09-29 21:24:34 +00:00
fun_uname.html small changes in template winix function 2010-08-14 14:45:25 +00:00
fun_upload.html updated to the new version of ezc 2010-07-19 23:07:34 +00:00
fun_uptime.html added: uptime winix function prints how many sessions there are 2010-11-25 01:34:46 +00:00
fun_vim.html added a new winix function "vim" - an editor based on the WYMeditor 2010-11-04 16:46:19 +00:00
fun_who.html removed some thread and ticket information from request 2010-08-10 20:43:38 +00:00
index.html updated to the new version of ezc 2010-07-19 23:07:34 +00:00
index_contentmenu.html fixed: Config::Text() returned a reference to a local variable (std::string) 2010-02-15 00:31:14 +00:00
index_footer.html fixed: Config::Text() returned a reference to a local variable (std::string) 2010-02-15 00:31:14 +00:00
index_head.html added a new winix function "vim" - an editor based on the WYMeditor 2010-11-04 16:46:19 +00:00
index_head_functions_add.html added a new winix function "vim" - an editor based on the WYMeditor 2010-11-04 16:46:19 +00:00
index_header.html fixed: Config::Text() returned a reference to a local variable (std::string) 2010-02-15 00:31:14 +00:00
item_info.html added support for UTF-8 2010-11-21 00:19:17 +00:00
item_options.html updated to the new version of ezc 2010-07-19 23:07:34 +00:00
item_tab_info.html added support for UTF-8 2010-11-21 00:19:17 +00:00
notify_email.txt changed: notification's template 2010-09-07 23:54:01 +00:00
stats_info.html added ticket parser: plugins/ticket/ticketparser.h plugins/ticket/ticketparser.cpp 2010-10-11 20:42:49 +00:00