Actions
Feature #22968
closedAdd a systemwide exclude pattern for t3lib_div::get_dirs() (eg. for .svn directories)
Start date:
2010-06-23
Due date:
% Done:
0%
Estimated time:
PHP Version:
4.3
Tags:
Complexity:
Sprint Focus:
Description
At this moment the exclusion of any kind of directories has to be done in every function which uses directory listings.
But especially for subversion directories would be very useful to have a systemwide exclusion.
In my opinion this should be done by a TYPO3_CONF_VARS parameter (eg. $TYPO3_CONF_VARS['SYS']['directoryExclusion']) which should hold a regular expression for the directoy filter.
I have applied a patch, how I like to realise it.
If desired I will include this into the install tool also.
(issue imported from #M14829)
Files
Updated by Christian Kuhn over 14 years ago
Resolved as dupe of #17378 which already got a lot of discussion in core list ... Seems I'll pick it up again as I need this functionality as well.
Actions