Winix framework is a complete infrastructure written in the C++ programming language to create modern web applications and APIs.
Go to file
Tomasz Sowa aadf12c7b3 added support for gzip compression
new config option: compression_encoding (integer)
 1  - use deflate if available (or raw deflate for Internet Explorer) or don't compress
 2  - use gzip if available or don't compress
 10 - prefer deflate -- use deflate (or raw deflate for IE) if both deflate and gzip are available
 20 - prefer gzip    -- use gzip if both deflate and gzip are available
 default: 20

		   


git-svn-id: svn://ttmath.org/publicrep/winix/trunk@727 e52654a7-88a9-db11-a3e9-0013d4bc506e
2011-04-02 00:10:16 +00:00
core added support for gzip compression 2011-04-02 00:10:16 +00:00
db fixed: thread plugin didn't correctly set the last item and replies (in 'thread' table) 2011-03-23 17:54:53 +00:00
functions added: mount options: thumb_size(cx, cy) 2011-02-11 21:37:28 +00:00
html updated 'galleria' js plugin 2011-04-01 16:30:14 +00:00
locale added: winix uses now [filter] statement from ezc 2011-01-26 12:45:38 +00:00
main fixed: find_ticket_value (in plugins/ticket/templates.cpp) 2011-01-23 23:23:24 +00:00
notify changed: removed Languages::Land enum 2011-02-24 17:06:12 +00:00
plugins fixed: thread plugin didn't correctly set the last item and replies (in 'thread' table) 2011-03-23 17:54:53 +00:00
static/layout1 added: to gallery plugin: gallery_theme() mount option 2011-02-15 23:20:12 +00:00
templates changed: removed Languages::Land enum 2011-02-24 17:06:12 +00:00
txt txt templates (a new line was missing) 2011-02-18 09:35:35 +00:00
Makefile fixed: thread plugin didn't correctly set the last item and replies (in 'thread' table) 2011-03-23 17:54:53 +00:00