Project

General

Profile

Actions

Feature #79247

closed

Sanitize all files recursively at once

Added by Daniel Wagner over 7 years ago. Updated about 5 years ago.

Status:
Rejected
Priority:
Could have
Assignee:
-
Category:
File Abstraction Layer (FAL)
Target version:
-
Start date:
2017-01-10
Due date:
% Done:

0%

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

Description

Scenario
After migrating a 4.5 LTS to a 7.6 LTS some files do not fit the naming rules (e.g. utf8 is not allowed, only ascii).

Problem
Correction every file manually by renaming in the filelist is error prone and an unpopular work.

Solutions
There exists already a function in the FAL-driver called sanitizeFilename() which corrects filenames or directynames after creation, renaming, etc.
It could be a solution to execute this function recursively on every file via a cron task or via a clean up task in the install tool.

Versions
TYPO3 CMS 7.6.15

Actions

Also available in: Atom PDF