Bug #84241
closedStreamline/Fix backend labels by removing superfluous colons
100%
Description
Problem/Description¶
Column labels across common tables have many mixed labels with/without colons. Many longer existing labels still have colons. Some new ones also follows the "old" label approach.
Streamlining the backend makes the appearance more uniform.¶
Following tables and backend modules were checked and labels accordingly adopted with that patch:
Tables¶
- Page
- Backend group
- Backend user
- Category
- Content
- Record Collection
- File Storage
- Filemount
- Website Language
- System News
- Template
- Indexing Configuration
- Sys Action
- Workspace
- Sys Note
- FE Group
- FE User
- Sys Domain
- Pagetree Overview
- List Module
- Localization overview
- ImpExp (only bigger headings)
- Administration log (analogous to Backend User Listing)
A search'n'replace procedure was omitted¶
...as there are potentially some not anymore used localized strings. With this option, we have chances to locate unnecessary localized strings in upcoming patches.
How to test patch:¶
Check every mentioned be-module or fromEngine view of mentioned table with all different types manually.
Example 1 (which is a candidate for deletion in an upcoming patch ;)¶
LLL:EXT:frontend/Resources/Private/Language/locallang_tca.xlf:filelink_size
is not used ANYWHERE – BUT instead: LLL:EXT:frontend/Resources/Private/Language/locallang_ttc.xlf:filelink_size_formlabel
is used (was introduced) in TCA/tt_content.php
in palette uploadslayout
Updated by Gerrit Code Review over 6 years ago
- Status changed from In Progress to Under Review
Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/56130
Updated by Gerrit Code Review over 6 years ago
Patch set 2 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/56130
Updated by Gerrit Code Review over 6 years ago
Patch set 3 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/56130
Updated by Gerrit Code Review over 6 years ago
Patch set 4 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/56130
Updated by Gerrit Code Review over 6 years ago
Patch set 5 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/56130
Updated by Gerrit Code Review over 6 years ago
Patch set 6 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/56130
Updated by Anonymous over 6 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset a69bf8487ba725157397797b833995d90fe14363.