winix/templates
Tomasz Sowa b8ff5d4cfc added: winix functions: locale, timezone
changed: time zones -- now we have the daylight saving time
       different for each year (start, end)
added: config option: time_zone_id (size_t)
       time zone identifier for not logged users
       or for newly created accounts
       those identifiers you can see in etc/time_zones.conf file
       or by using timezone winix function with 'a' parameter (timezone/a) (!!IMPROVE ME NOT IMPLEMENTED YET)
       default: 34 (Coordinated Universal Time UTC+00:00)
added: config option: locale_default_id (size_t)
       locale for not logged users
       or for newly created accounts
added: config option: locale_max_id (size_t)
       a maximum value of a locale identifier
       default: 100 (maximum: 1000)
       each locale files should have its own identifier (in "winix_locale_id" field)
       from zero to this value
added: config option: time_zone_max_id (size_t)
       maximum value of a time zone identifier
       time zones with an id greater than this will be skipped
       default: 130 (maximum: 1000)
removed: config option: locale_default



git-svn-id: svn://ttmath.org/publicrep/winix/trunk@852 e52654a7-88a9-db11-a3e9-0013d4bc506e
2012-06-26 23:19:19 +00:00
..
Makefile changed: Makefile dep (dependencies from pikotools and tito were missing) 2012-03-12 20:30:36 +00:00
Makefile.dep added: winix functions: locale, timezone 2012-06-26 23:19:19 +00:00
Makefile.o.dep fixed: misc: ValidateEmail() buffer overflow 2012-03-09 22:56:54 +00:00
adduser.cpp changed: added Cur structure 2011-01-23 14:15:30 +00:00
changepatterns.cpp fixed: index templates and 'change' templates were not cleared when 'reload' function was called 2011-08-27 03:12:33 +00:00
changepatterns.h fixed: index templates and 'change' templates were not cleared when 'reload' function was called 2011-08-27 03:12:33 +00:00
config.cpp added: some more orphans to polish default locale 2011-08-17 23:09:47 +00:00
dir.cpp added: TimeZone struct (core) 2012-05-30 19:04:18 +00:00
doc.cpp added: std::wstring Request::subdomain 2012-04-22 18:23:44 +00:00
env.cpp added: winix function: rmuser 2012-03-09 02:36:25 +00:00
filters.cpp added: new ezc filter: fil_first_wordup 2012-01-21 17:13:00 +00:00
htmltextstream.cpp removed: in some places a dependencies to tm struct has left 2012-05-27 18:11:34 +00:00
htmltextstream.h removed: in some places a dependencies to tm struct has left 2012-05-27 18:11:34 +00:00
indexpatterns.cpp fixed: index templates and 'change' templates were not cleared when 'reload' function was called 2011-08-27 03:12:33 +00:00
indexpatterns.h fixed: index templates and 'change' templates were not cleared when 'reload' function was called 2011-08-27 03:12:33 +00:00
insert.cpp added: to config: 2012-02-17 05:19:24 +00:00
item.cpp added: TimeZone struct (core) 2012-05-30 19:04:18 +00:00
last.cpp removed: dependencies to 'tz' system structure 2012-05-26 23:04:49 +00:00
locale.cpp added: winix functions: locale, timezone 2012-06-26 23:19:19 +00:00
locale.h added: winix functions: locale, timezone 2012-06-26 23:19:19 +00:00
localefilter.cpp added: winix functions: locale, timezone 2012-06-26 23:19:19 +00:00
localefilter.h added: winix functions: locale, timezone 2012-06-26 23:19:19 +00:00
login.cpp added: std::wstring Request::subdomain 2012-04-22 18:23:44 +00:00
ls.cpp added: Export plugin (not finished yet) 2011-07-28 22:18:10 +00:00
man.cpp fixed: in winix function 'mv': 2012-02-27 17:43:59 +00:00
misc.cpp added: a new directory "etc" 2012-06-22 23:34:33 +00:00
misc.h added: a new directory "etc" 2012-06-22 23:34:33 +00:00
miscspace.cpp added: new function for ezc templating: 2012-06-05 21:31:12 +00:00
miscspace.h added: new function for ezc templating: 2012-06-05 21:31:12 +00:00
mount.cpp changed: GroupItem plugin has been renamed to Group 2011-10-16 21:33:45 +00:00
patterncacher.cpp fixed: as we have insert_page ezc function now 2011-07-15 02:09:02 +00:00
patterncacher.h fixed: as we have insert_page ezc function now 2011-07-15 02:09:02 +00:00
patterns.cpp added: winix functions: locale, timezone 2012-06-26 23:19:19 +00:00
patterns.h added: winix functions: locale, timezone 2012-06-26 23:19:19 +00:00
priv.cpp added: winix function: rmuser 2012-03-09 02:36:25 +00:00
pw.cpp fixed: misc: ValidateEmail() buffer overflow 2012-03-09 22:56:54 +00:00
rebus.cpp changed: added Cur structure 2011-01-23 14:15:30 +00:00
slog.cpp added: SLog class -- session logger 2011-06-19 20:59:58 +00:00
stat.cpp added: TimeZone struct (core) 2012-05-30 19:04:18 +00:00
sys.cpp added: winix function: rmuser 2012-03-09 02:36:25 +00:00
template.cpp changed: added Cur structure 2011-01-23 14:15:30 +00:00
templates.cpp added: winix functions: locale, timezone 2012-06-26 23:19:19 +00:00
templates.h added: winix functions: locale, timezone 2012-06-26 23:19:19 +00:00
upload.cpp added: Export plugin (not finished yet) 2011-07-28 22:18:10 +00:00
uptime.cpp the first part of reimplementing has been done 2010-08-10 16:12:50 +00:00
user.cpp added: winix functions: locale, timezone 2012-06-26 23:19:19 +00:00
who.cpp changed: in Request: 2012-05-24 21:09:37 +00:00
winix.cpp added: winix functions: locale, timezone 2012-06-26 23:19:19 +00:00