Winix framework is a complete infrastructure written in the C++ programming language to create modern web applications and APIs.
Go to file
Tomasz Sowa fb18b2238e added: two options to the config:
ezc_error_prefix (string)
        ezc_error_postfix (string)
        // prefix and postfix used when there is an error in Ezc patterns
        // default:
        // prefix:  "<!-- "
        // postfix: " -->"
added:  Ezc::Blocks to templates
added:  although patterns have pointers to functions and blocks cached
        the Ezc::Generator should use SetFunctions() and SetBlocks() method
        in order to correctly recognize variables (aliases)




git-svn-id: svn://ttmath.org/publicrep/winix/trunk@978 e52654a7-88a9-db11-a3e9-0013d4bc506e
2014-10-19 21:20:09 +00:00
core added: two options to the config: 2014-10-19 21:20:09 +00:00
db changed: now we do not use std::string and char* in the Winix API 2014-10-09 20:44:56 +00:00
etc added: winix functions: locale, timezone 2012-06-26 23:19:19 +00:00
functions added: two options to the config: 2014-10-19 21:20:09 +00:00
html fixed: winix incorrectly used config options: upload_dirs_chmod and upload_files_chmod 2014-09-28 17:30:05 +00:00
locale added: htmltextstream escapes more characters now: 2014-09-22 23:54:24 +00:00
main added: two options to the config: 2014-10-19 21:20:09 +00:00
notify added: two options to the config: 2014-10-19 21:20:09 +00:00
plugins added: two options to the config: 2014-10-19 21:20:09 +00:00
templates added: two options to the config: 2014-10-19 21:20:09 +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 added: two options to the config: 2014-10-19 21:20:09 +00:00