Winix framework is a complete infrastructure written in the C++ programming language to create modern web applications and APIs.
Go to file
Tomasz Sowa 8d9a021eab changed: when there is reqtype:json parameter and there is not set request.ajax_serializer
then we are using a generic json serializer
changed: we are sending the application/json header when returning an json string
added:   to config: log_server_answer (default false)
         when true we put the whole string (server's answer) to the log file
added:   to Request: use_200_status_for_not_found_and_permission_denied
         if this is true then if the server http code would be 403 or 404
         then we return 200 OK (useful when using ajax)
changed: System::RedirectTo() methods take as the last parameter: use_reqtype
         if this is true (default) then reqtype:type parameter is automatically added to the redirecting path
         




git-svn-id: svn://ttmath.org/publicrep/winix/trunk@918 e52654a7-88a9-db11-a3e9-0013d4bc506e
2013-03-26 00:04:01 +00:00
core changed: when there is reqtype:json parameter and there is not set request.ajax_serializer 2013-03-26 00:04:01 +00:00
db changed: added 'logsave' when we are waiting for the database to be ready 2013-01-19 10:10:17 +00:00
etc added: winix functions: locale, timezone 2012-06-26 23:19:19 +00:00
functions added: to Item struct: ameta (PT::Space) 2012-11-04 21:01:02 +00:00
html changed: when there is reqtype:json parameter and there is not set request.ajax_serializer 2013-03-26 00:04:01 +00:00
locale added: to Item struct: ameta (PT::Space) 2012-11-04 21:01:02 +00:00
main added: IP ban mechanism (not finished yet -- we need a winix function to remove a ban) 2012-10-27 07:44:26 +00:00
notify added: IP ban mechanism (not finished yet -- we need a winix function to remove a ban) 2012-10-27 07:44:26 +00:00
plugins added: some ezc functions (item_tab_meta*) 2013-02-26 11:49:22 +00:00
templates added: some ezc functions (item_tab_meta*) 2013-02-26 11:49:22 +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 updated: paths in Makefile (prog subdirectory) 2013-01-19 16:31:15 +00:00