winix/winixd/plugins/thread
Tomasz Sowa b424988d1b updated to the new pikotools api (api2021): HTMLFilter renamed to HTMLParser
added to config: int html_filter_white_char_mode;
  how white characters between html tags are treated
  0 - WHITE_MODE_ORIGIN - they are copied from input to output
  1 - WHITE_MODE_SINGLE_LINE - new line characters are removed
  2 - WHITE_MODE_TREE - try to create a tree (some kind of pretty printing)
  default: 2
2021-08-07 02:16:48 +02:00
..
Makefile fixed compilation: pikotools is in src subdirectory now 2021-05-27 12:04:41 +02:00
Makefile.dep updated to the new pikotools api (api2021): HTMLFilter renamed to HTMLParser 2021-08-07 02:16:48 +02:00
Makefile.o.dep make depend 2021-05-21 23:06:57 +02:00
createthread.cpp - added to Request: is_htmx_request (bool) - true if the request is made by htmx library (ajax) 2021-05-31 10:58:34 +02:00
createthread.h some workarounds in Thread plugin (don't show stale info in html forms) 2021-05-27 10:29:26 +02:00
funthread.cpp fixed in thread winix function: answers were not sorted correctly 2021-06-28 21:33:33 +02:00
funthread.h added models Thread and ThreadFiles in thread plugin 2021-05-21 23:06:48 +02:00
init.cpp some work on dependency injection 2018-11-21 17:51:15 +00:00
pluginmsg.h moved winix directories to winixdsubdirectory 2016-03-17 08:26:02 +00:00
reply.cpp renamed: ItemContent::meta_admin -> ItemContent::admin_meta 2021-07-03 01:18:28 +02:00
reply.h some workarounds in Thread plugin (don't show stale info in html forms) 2021-05-27 10:29:26 +02:00
showthreads.cpp added models Thread and ThreadFiles in thread plugin 2021-05-21 23:06:48 +02:00
showthreads.h moved winix directories to winixdsubdirectory 2016-03-17 08:26:02 +00:00
tdb.cpp added models Thread and ThreadFiles in thread plugin 2021-05-21 23:06:48 +02:00
tdb.h added models Thread and ThreadFiles in thread plugin 2021-05-21 23:06:48 +02:00
templates.cpp HtmlTextStream has now pt::Stream as a based class and uses pt::WTextStream as a buffer 2021-07-16 18:17:57 +02:00
templates.h moved winix directories to winixdsubdirectory 2016-03-17 08:26:02 +00:00
thread.cpp added models Thread and ThreadFiles in thread plugin 2021-05-21 23:06:48 +02:00
thread.h added models Thread and ThreadFiles in thread plugin 2021-05-21 23:06:48 +02:00
threadfiles.cpp added models Thread and ThreadFiles in thread plugin 2021-05-21 23:06:48 +02:00
threadfiles.h added models Thread and ThreadFiles in thread plugin 2021-05-21 23:06:48 +02:00
threadinfo.cpp - added to Request: is_htmx_request (bool) - true if the request is made by htmx library (ajax) 2021-05-31 10:58:34 +02:00
threadinfo.h renamed: WinixModel -> WinixModelDeprecated (this class will be removed) 2021-06-16 18:07:44 +02:00