Winix framework is a complete infrastructure written in the C++ programming language to create modern web applications and APIs.
Go to file
Tomasz Sowa f064ff6b3d added: htmltextstream escapes more characters now:
added characters:
          "  -> &#quot;
          '  -> ' (' but IE8 has a problem with ')
          10 -> 

          13 -> 
added: two ezc filters:
       fil_html_quote
          "  -> &#quot;
          '  -> ' (' but IE8 has a problem with ')
       fil_html_newline
          10 -> 

          13 -> 
changed: fun_subject.html uses <div class="winix_input_a"> now





git-svn-id: svn://ttmath.org/publicrep/winix/trunk@959 e52654a7-88a9-db11-a3e9-0013d4bc506e
2014-09-22 23:54:24 +00:00
core added: possibility to save a pid file 2014-08-04 21:11:14 +00:00
db added: flag has_pass to User structure 2014-06-07 11:20:44 +00:00
etc added: winix functions: locale, timezone 2012-06-26 23:19:19 +00:00
functions changed: plugin jQuery File Upload has been updated to version 9.7.0 2014-08-06 20:14:10 +00:00
html added: htmltextstream escapes more characters now: 2014-09-22 23:54:24 +00:00
locale added: htmltextstream escapes more characters now: 2014-09-22 23:54:24 +00:00
main added: possibility to save a pid file 2014-08-04 21:11:14 +00:00
notify added: namespace Winix over all *.h/*.cpp files 2014-02-12 16:30:49 +00:00
plugins fixed: in Synchro: we should have a table (map) of reference counters 2014-02-14 11:20:22 +00:00
templates added: htmltextstream escapes more characters now: 2014-09-22 23:54:24 +00:00
txt fixed: base_url_redirect config option was not read from the config file 2012-04-22 13:30:07 +00:00
Makefile added: flag has_pass to User structure 2014-06-07 11:20:44 +00:00
Makefile.dep changed: now we use curl to fetch a page from the special thread when winix quits 2014-02-11 21:00:32 +00:00