simplified file permission handling
This patch simpliefies the configuration of the file and directory creation modes. There is no need to set the umask anymore. Only the wanted permissions for files and directories are set. An init function compares the wanted modes with the ones that would be choosen by the system automatically (consulting the system's umask) and sets the modes for chmod when needed. darcs-hash:20060304154038-7ad00-5ef1db3a87e42563a602f9d050c681d2ea74682f.gz
Showing
- bin/indexer.php 1 addition, 1 deletionbin/indexer.php
- conf/dokuwiki.php 2 additions, 3 deletionsconf/dokuwiki.php
- inc/init.php 33 additions, 26 deletionsinc/init.php
- inc/io.php 7 additions, 7 deletionsinc/io.php
- lib/exe/indexer.php 1 addition, 1 deletionlib/exe/indexer.php
- lib/exe/media.php 1 addition, 1 deletionlib/exe/media.php
- lib/plugins/config/lang/en/lang.php 0 additions, 1 deletionlib/plugins/config/lang/en/lang.php
- lib/plugins/config/lang/fr/lang.php 0 additions, 2 deletionslib/plugins/config/lang/fr/lang.php
- lib/plugins/config/lang/ja/lang.php 0 additions, 1 deletionlib/plugins/config/lang/ja/lang.php
- lib/plugins/config/lang/pl/lang.php 0 additions, 1 deletionlib/plugins/config/lang/pl/lang.php
- lib/plugins/config/lang/ru/lang.php 0 additions, 1 deletionlib/plugins/config/lang/ru/lang.php
- lib/plugins/config/settings/config.metadata.php 4 additions, 5 deletionslib/plugins/config/settings/config.metadata.php
- lib/plugins/config/settings/extra.class.php 10 additions, 10 deletionslib/plugins/config/settings/extra.class.php
Loading
Please register or sign in to comment