Project

General

Profile

Actions

Feature #49714

closed

Localizable FAL file records

Added by Andreas Wolf almost 11 years ago. Updated over 9 years ago.

Status:
Rejected
Priority:
Must have
Assignee:
-
Category:
File Abstraction Layer (FAL)
Target version:
-
Start date:
2013-07-05
Due date:
% Done:

0%

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

Description

Currently, FAL does not support localization of files in any way. As this is a nearly must-have feature, we should definitely support it in FAL.

The plan is to make the metadata of files (title, description,...) localizable by using the standard TYPO3 means. Therefore, we have to split the file information into two tables:

  1. the sys_file table which contains all information that belongs to the physical file (size, hash, change date, ...).
  2. a sys_file_metadata table which contains all additional information provided by the users

The sys_file record should be included in the metadata records via an IRRE relation or a custom user field. This would also enable us to later on exchange a file in one language with a localized file.

Relations are still made to a sys_file record which then gets coupled with the metadata record in the correct language.

Actions

Also available in: Atom PDF