Winix framework is a complete infrastructure written in the C++ programming language to create modern web applications and APIs.
Go to file
Tomasz Sowa 6e2d00bc5b added: now we have a fourth part in permissions (guests)
e.g.: 07555 means:
           7 for owner
           5 for group
           5 for others
           5 for guests (not logged users)
added:     the sticky bit for directories
           e.g. permissions to a directory with a sticky bit set
           can be set to: 017555
rewritten: rm/mv winix functions to correctly understand the sticky bit
added:     Dir::FollowLink() recognizes ".." and "." now
           consequently System::FollowAllLinks recognizes it too
added:     umask -- calculating privileges for new files/directories
           all users have their own umask (in meta)
           and there is one in the config
           (for guests and when a user has not definied its own one)
removed:   mount option: only_root_remove



git-svn-id: svn://ttmath.org/publicrep/winix/trunk@801 e52654a7-88a9-db11-a3e9-0013d4bc506e
2012-01-24 23:03:36 +00:00
core added: now we have a fourth part in permissions (guests) 2012-01-24 23:03:36 +00:00
db added: to templates: an interface for getting information from Space 2012-01-16 10:12:38 +00:00
functions added: now we have a fourth part in permissions (guests) 2012-01-24 23:03:36 +00:00
html added: now we have a fourth part in permissions (guests) 2012-01-24 23:03:36 +00:00
locale added: now we have a fourth part in permissions (guests) 2012-01-24 23:03:36 +00:00
main fixed: plugin ticket: when a session expires all files from editticket were removed 2012-01-21 12:29:44 +00:00
notify now winix is using 'pikotools' (confparser, utf8, mainparser) 2012-01-12 02:24:08 +00:00
plugins added: now we have a fourth part in permissions (guests) 2012-01-24 23:03:36 +00:00
static changed: plugin 'menu': ezc funtion: menu_dir_tab 2012-01-02 02:05:12 +00:00
templates added: now we have a fourth part in permissions (guests) 2012-01-24 23:03:36 +00:00
txt txt templates (a new line was missing) 2011-02-18 09:35:35 +00:00
Makefile now winix is using 'pikotools' (confparser, utf8, mainparser) 2012-01-12 02:24:08 +00:00