winix/html
Tomasz Sowa 4d87359aca added: Export plugin (not finished yet)
added:   ThreadManager
         all threads are connected to the ThreadManager
         they are started/stopped by the manager
changed: FunctionParser
         now we are parsing directly what is in URI
         (we were using GetParser beforehand)
         we are able to recognize ordinary URI scheme (with '?' and '#' characters)
         sample:
         http://domain.com/dir1/dir2/item/function?par1=val2&par2=val2#htmlanchor
         is the same as:
         http://domain.com/dir1/dir2/item/function/par1:val2/par2:val2#htmlanchor
         'htmlanchor' is put in Request::anchor field,
         and the default function can be used like this:
         http://domain.com/dir1/dir2/item?par1=val2&par2=val2#htmlanchor
         but there is not an equivalent in winix form
         e.g. http://domain.com/dir1/dir2/item/par1:val2/par2:val2#htmlanchor
         because 'par1:val2' would be treated as a function name
removed: GetParser
         now we don't have Request::get_tab structure
removed: CKEditorGetParser
         it is not needed now



git-svn-id: svn://ttmath.org/publicrep/winix/trunk@752 e52654a7-88a9-db11-a3e9-0013d4bc506e
2011-07-28 22:18:10 +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: a new winix function: passwd 2011-06-27 21:38:19 +00:00
fun_cat.html changed: winix 'upload' function is a file manager now 2011-06-24 20:53:21 +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 added: Export plugin (not finished yet) 2011-07-28 22:18:10 +00:00
fun_cp.html we can create links (hard links, symbolic links) now 2011-01-05 21:24:11 +00:00
fun_createthread.html 'tickets' can use 'threads' now 2011-01-20 18:37:51 +00:00
fun_createticket.html changed templates 2011-01-27 14:35:25 +00:00
fun_default.html we can create links (hard links, symbolic links) now 2011-01-05 21:24:11 +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' can use 'threads' now 2011-01-20 18:37:51 +00:00
fun_emacs_post.html tickets has been moved to a new plugin 'ticket' 2010-09-29 21:24:34 +00:00
fun_gallery.html updated 'galleria' js plugin 2011-04-01 16:30:14 +00:00
fun_last.html removed some thread and ticket information from request 2010-08-10 20:43:38 +00:00
fun_ln.html we can create links (hard links, symbolic links) now 2011-01-05 21:24:11 +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 we can create links (hard links, symbolic links) now 2011-01-05 21:24:11 +00:00
fun_mkdir.html removed: Done class (core/done.h, core/done.cpp) 2010-02-28 21:33:06 +00:00
fun_mount.html added: new winix function: mount 2011-06-21 21:24:49 +00:00
fun_mv.html added: cp function for directories 2010-06-05 19:44:49 +00:00
fun_nicedit.html added: nicedit: a new wysiwyg javascript editor 2011-06-13 01:06:10 +00:00
fun_passwd.html added: a new winix function: passwd 2011-06-27 21:38:19 +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_reply.html 'tickets' can use 'threads' now 2011-01-20 18:37:51 +00:00
fun_rm.html we can create links (hard links, symbolic links) now 2011-01-05 21:24:11 +00:00
fun_run.html tickets has been moved to a new plugin 'ticket' 2010-09-29 21:24:34 +00:00
fun_showthreads.html added in ticket/templates.cpp binary search for tickets and tickets parameters 2011-01-21 16:16:52 +00:00
fun_showtickets.html added in ticket/templates.cpp binary search for tickets and tickets parameters 2011-01-21 16:16:52 +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 added: winix uses now [filter] statement from ezc 2011-01-26 12:45:38 +00:00
fun_ticket.html changed templates 2011-01-27 14:35:25 +00:00
fun_tinymce.html changed: updated to the new ezc api, this with O(1) when looking for a specific ezc function 2010-11-25 22:42:24 +00:00
fun_uname.html added: a new winix function: passwd 2011-06-27 21:38:19 +00:00
fun_upload.html changed: winix 'upload' function is a file manager now 2011-06-24 20:53:21 +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 index.html 2011-06-19 21:07:23 +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 changed: winix 'upload' function is a file manager now 2011-06-24 20:53:21 +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 added: nicedit: a new wysiwyg javascript editor 2011-06-13 01:06:10 +00:00
item_tab_info.html 'tickets' can use 'threads' now 2011-01-20 18:37:51 +00:00
slog.html added: a new winix function: passwd 2011-06-27 21:38:19 +00:00
stats_info.html added ticket parser: plugins/ticket/ticketparser.h plugins/ticket/ticketparser.cpp 2010-10-11 20:42:49 +00:00
thread_sort_tab_info.html fixed: find_ticket_value (in plugins/ticket/templates.cpp) 2011-01-23 23:23:24 +00:00