winix/plugins/stats
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
..
Makefile small changes in Makefiles 2011-06-06 20:35:56 +00:00
Makefile.dep added: Export plugin (not finished yet) 2011-07-28 22:18:10 +00:00
Makefile.o.dep the first part of reimplementing has been done 2010-08-10 16:12:50 +00:00
bot.cpp added support for UTF-8 2010-11-21 00:19:17 +00:00
bot.h moved: plugins/ticket/ticket.cpp -> plugins/ticket/templates.cpp 2010-09-29 22:41:34 +00:00
init.cpp fixed: find_ticket_value (in plugins/ticket/templates.cpp) 2011-01-23 23:23:24 +00:00
stats.cpp fixed: when signal comes winix properly exits 2010-11-23 21:52:25 +00:00
stats.h added support for UTF-8 2010-11-21 00:19:17 +00:00
statssession.h fixed: when signal comes winix properly exits 2010-11-23 21:52:25 +00:00
templates.cpp added: uptime winix function prints how many sessions there are 2010-11-25 01:34:46 +00:00
templates.h moved: plugins/ticket/ticket.cpp -> plugins/ticket/templates.cpp 2010-09-29 22:41:34 +00:00