[BUGFIX] Enable translation of file references
Currently the file references are missing a localisation possibility. This change only adds the respective fields and TCA configuration. Other needed changes to get the right languages for frontend rendering will follow. Also add some minor cleanups on the go. Fixes: #40608 Releases: 6.0 Change-Id: Ia4454c1652eb3718a138a162319e9c95db6dd012 Reviewed-on: http://review.typo3.org/14335 Reviewed-by: Helmut Hummel Tested-by: Helmut Hummel Reviewed-by: Steffen Ritter Tested-by: Steffen Ritter Reviewed-by: Oliver Hader Tested-by: Oliver Hader
Showing
- t3lib/stddb/tables.php 3 additions, 0 deletionst3lib/stddb/tables.php
- t3lib/stddb/tables.sql 8 additions, 1 deletiont3lib/stddb/tables.sql
- t3lib/stddb/tca_sys_file_reference.php 47 additions, 4 deletionst3lib/stddb/tca_sys_file_reference.php
- typo3/sysext/cms/tbl_tt_content.php 3 additions, 2 deletionstypo3/sysext/cms/tbl_tt_content.php
- typo3/sysext/core/Classes/Database/DatabaseConnection.php 3 additions, 3 deletionstypo3/sysext/core/Classes/Database/DatabaseConnection.php
- typo3/sysext/core/Classes/Extension/ExtensionManager.php 12 additions, 3 deletionstypo3/sysext/core/Classes/Extension/ExtensionManager.php
- typo3/sysext/core/Classes/Resource/AbstractRepository.php 2 additions, 2 deletionstypo3/sysext/core/Classes/Resource/AbstractRepository.php
- typo3/sysext/core/Classes/Resource/FileInterface.php 1 addition, 2 deletionstypo3/sysext/core/Classes/Resource/FileInterface.php
- typo3/sysext/core/Classes/Resource/Service/FrontendContentAdapterService.php 5 additions, 4 deletions...lasses/Resource/Service/FrontendContentAdapterService.php
Please register or sign in to comment