Project

General

Profile

Actions

Feature #14211

closed

calculate and display filepermissions in filelist

Added by Peter Niederlag over 20 years ago. Updated over 13 years ago.

Status:
Closed
Priority:
Must have
Category:
Backend API
Target version:
-
Start date:
2004-06-18
Due date:
% Done:

0%

Estimated time:
PHP Version:
4.3
Tags:
Complexity:
Sprint Focus:

Description

To me it seems that calculation and information of filepermissions needs some improvements.

--------------
t3lib_basicfilefunctions::getTotalFileInfo
---------------
I am not sure on this one, it is not getting the right values in my installation but probably is correct with safe_mode enabled.

----------------
fileList::dirData
----------------
...
$icon = $theFile['writable'] ? 'gfx/i/_icon_'.$webpath.'folders_ro.gif' : $icon;
...

  • the key should be "writeable" not "writable"
  • probably should go other way around

I tried to work on patches but never got the result like expected. Will look into this again, maybe somebody has an idea.
(issue imported from #M171)


Files

0000171-is_writable.diff (9.54 KB) 0000171-is_writable.diff Administrator Admin, 2004-09-19 15:09
171_trunk.diff (1.16 KB) 171_trunk.diff Administrator Admin, 2010-06-10 21:04
Actions

Also available in: Atom PDF