Project

General

Profile

Actions

Epic #64570

closed

Properly handle different file systems in FAL

Added by Alexander Schnitzler over 9 years ago. Updated over 6 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
File Abstraction Layer (FAL)
Target version:
-
Start date:
2015-01-29
Due date:
% Done:

0%

Estimated time:
Sprint Focus:

Description

Some time ago I realized, that the file system type (case in/sensitive) is set during a TYPO3 installation, which can cause serious troubles if you setup the system on a case insensitive fs, such as the ones of Windows and Mac.

This is a unnecessary pitfall because most websites are served by unix servers, that are case sensitive. So instead of silently detecting and setting the fs option during the installation we should go for strong defaults and a new installation step.

During the installation we could check for a case insensitive file system and warn the user that the default is case sensitive, but with the option to change that during the development phase with a hint to the consequences if one forgets to change that after the deployment.

Additionaly the reports module should be enhanced to show if the current fs matches the fs option of FAL and warn the user.

We have to consider these topics:

Install
  • Should the Installer detect the FS or should we set the default for the default storage to case sensitive with the option to change it afterwards
General
  • Changing the filename / directory name from upper case to lower case (and vise versa) on no case sensitive Filesystems (#25180)

Files

slack-for-64570.txt (3.66 KB) slack-for-64570.txt Ingo Schmitt, 2015-01-30 11:00
Actions

Also available in: Atom PDF