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
This commit is contained in:
18
locale/en
18
locale/en
@@ -25,7 +25,7 @@ by = by
|
||||
error_404 = Error 404
|
||||
error_404_msg = We are sory but there is no such a page in our service.
|
||||
|
||||
|
||||
internal_error = Internal error, check system log for more details
|
||||
|
||||
|
||||
was_errors = We are sory but there were some problems with the operation.
|
||||
@@ -182,6 +182,14 @@ rm_dir = Do you really want to remove directory
|
||||
rm_only_content = Remove only the content of the directory
|
||||
rm_root = You cannot remove the root directory, you are only allowed to delete the content of the directory
|
||||
rm_submit = Remove
|
||||
rm_cannot_create_static_path = I cannot create a path to a static file
|
||||
rm_cannot_remove_static_file = I cannot remove a static file
|
||||
rm_permission_denied_to = Permission denied to remove
|
||||
rm_directory_not_empty = directory not empty
|
||||
rm_use_r_option = This is a directory, use 'r' parameter to remove it
|
||||
rm_cannot_remove_root_dir = You cannot remove the root directory
|
||||
rm_content_use_r_option = Content of a directory can be removed only with 'r' parameter
|
||||
|
||||
|
||||
thread_create_new = Create a new thread
|
||||
thread_tab_title = Thread title
|
||||
@@ -306,6 +314,14 @@ mv_form_legend = Move form
|
||||
mv_page = Move page
|
||||
mv_dir = Move directory
|
||||
mv_only_content = Move only content of the directory
|
||||
mv_cant_move_root_dir = the root directory cannot be moved anywhere
|
||||
mv_permission_denied_to = Permission denied to
|
||||
mv_incorrect_path = Incorrent path
|
||||
mv_dir_can_be_moved_to_dir = A directory can be moved only to an other directory
|
||||
mv_dir_content_can_be_moved_to_dir = Directory content can be moved only to an other directory
|
||||
mv_cannot_move_to_inside = A directory cannot be moved to inside it
|
||||
mv_incorrect_dst_path = Incorrect destination path
|
||||
mv_incorrect_dir = Incorrect directory
|
||||
|
||||
|
||||
cp_header = Copy
|
||||
|
||||
Reference in New Issue
Block a user