Winix framework is a complete infrastructure written in the C++ programming language to create modern web applications and APIs.
Go to file
Tomasz Sowa 72be443414 added: new flag: Request::using_ssl
true if the connections is encrypted by using SSL
changed: in BaseUrlRedirect
         we also check if the connection should use SSL 
         and if so then we make a redirect to "https://.."
changed: in 'static' mount points:
         if the request was e.g. "/styles/default.js?t=B49E5BQ"
         we should return a file "/styles/default.js" (without the "?..." part)
         additionally '#' character is checked



git-svn-id: svn://ttmath.org/publicrep/winix/trunk@762 e52654a7-88a9-db11-a3e9-0013d4bc506e
2011-09-06 22:46:15 +00:00
core added: new flag: Request::using_ssl 2011-09-06 22:46:15 +00:00
db added: a new winix function: passwd 2011-06-27 21:38:19 +00:00
functions added: Patterns class (in templates) 2011-08-25 23:53:49 +00:00
html added: two tables to locales/substitute: smallleters, capitalics 2011-08-29 22:23:54 +00:00
locale added: two tables to locales/substitute: smallleters, capitalics 2011-08-29 22:23:54 +00:00
main added: Patterns class (in templates) 2011-08-25 23:53:49 +00:00
notify added: some work in Export plugin 2011-09-05 15:38:09 +00:00
plugins added: some work in Export plugin 2011-09-05 15:38:09 +00:00
static added: two tables to locales/substitute: smallleters, capitalics 2011-08-29 22:23:54 +00:00
templates added: two tables to locales/substitute: smallleters, capitalics 2011-08-29 22:23:54 +00:00
txt txt templates (a new line was missing) 2011-02-18 09:35:35 +00:00
Makefile added: Export plugin (not finished yet) 2011-07-28 22:18:10 +00:00