#1873: Add option to change permissions applied with chmod commmand
------------------------------+---------------------------------------------
  Reporter:  wwalc            |       Owner:  wwalc            
      Type:  New Feature      |      Status:  new              
  Priority:  Normal           |   Milestone:  FCKeditor 2.6    
 Component:  Server : Python  |     Version:                   
Resolution:                   |    Keywords:  Confirmed Review?
------------------------------+---------------------------------------------
Changes (by wwalc):

  * keywords:  Confirmed => Confirmed Review?

Comment:

 Ok, this is the final solution for creating folders...
 if ChmodOnFolderCreate is set to anything other than 0, we use umask to
 disable the default user mask. If ChmodOnFolderCreate is undefined, we use
 the same default behaviour as in 2.5.1.

 Here's the change: if ChmodOnFolderCreate is set to 0, we use the
 mkdir/makedirs calls without extra parameters, which theoretically means
 0777... but user mask restrictions will be still applied, so most of the
 times it will be something less than 0777.

 If anyone agree with that proposal, I'll include it also in PHP/Perl.

-- 
Ticket URL: <http://dev.fckeditor.net/ticket/1873#comment:10>
FCKeditor <http://www.fckeditor.net>
The text editor for Internet
-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
FCKeditor-Trac mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/fckeditor-trac

Reply via email to