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 #1

Updated by Susanne Moog about 5 years ago

  • Status changed from New to Rejected

If anyone still needs such a feature I'd suggest writing a symfony command / script that takes care of that - this is not something that should be part of the core today (migration to 7.6 was quite some time ago).

Actions

Also available in: Atom PDF