Winix framework is a complete infrastructure written in the C++ programming language to create modern web applications and APIs.
Go to file
Tomasz Sowa d11cda3577 added: a new directory "etc"
there'll be some generic config files for winix
added: a new file in etc directory: time_zones_file
       list of time zones (not finished yet -- daylight saving time is needed)
added: option to config: etc_dir
       a directory in which there are some config files
       used mainly when winix starts
       default: empty (means not for using)
added: option to config: time_zones_file
       a file in etc_dir with time zones info
       default: time_zones.conf
       this is a Space structure with all time zones
added: to system: TimeZones struct
       list of time zones read from etc/time_zones.conf



git-svn-id: svn://ttmath.org/publicrep/winix/trunk@849 e52654a7-88a9-db11-a3e9-0013d4bc506e
2012-06-22 23:34:33 +00:00
core added: a new directory "etc" 2012-06-22 23:34:33 +00:00
db added: TimeZone struct (core) 2012-05-30 19:04:18 +00:00
etc added: a new directory "etc" 2012-06-22 23:34:33 +00:00
functions added: a new directory "etc" 2012-06-22 23:34:33 +00:00
html fixed: misc: ValidateEmail() buffer overflow 2012-03-09 22:56:54 +00:00
locale added: time zone's names to locales 2012-06-22 19:18:03 +00:00
main added: a new directory "etc" 2012-06-22 23:34:33 +00:00
notify added: a new directory "etc" 2012-06-22 23:34:33 +00:00
plugins added: a new directory "etc" 2012-06-22 23:34:33 +00:00
static added: winix function: rmuser 2012-03-09 02:36:25 +00:00
templates added: a new directory "etc" 2012-06-22 23:34:33 +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 fixed: when demonizing there were some logs info put twice in the log file 2012-05-19 15:14:35 +00:00