Task #64143
closedClean up country/language flag files
100%
Description
The core has multiple places
where country flags are stored.
1. typo3/gfx/flags/ - a set of
non-normalized .gif files created by Robert
back in the days. No reference currently in
the usage
2. t3skin contains png files of a lot more
flags. They are used for selecting a flag
in sys_language records.
3. t3skin also delivers a sprite file with
all png icons. This is used for e.g. the list
view of sys_language records.
So, the core delivers flags (old ones, just a
few, as gif, not inside EXT:core) but they are
not in use since TYPO3 4.4. Also
it does not deliver sprites, however, uses the
sprites (flags-multiple etc) in list view.
t3skin delivers a standard-set which should be
part of EXT:core, included in the right place
from the beginning so no dynamic TCA manipulation
is necessary in ext_tables.php.
Updated by Gerrit Code Review almost 10 years ago
- Status changed from New 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 http://review.typo3.org/35815
Updated by Gerrit Code Review almost 10 years ago
Patch set 2 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/35815
Updated by Gerrit Code Review almost 10 years ago
Patch set 3 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/35815
Updated by Benni Mack almost 10 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 6630ff6e3d116c1b59919d2a5e4394849845f597.
Updated by Riccardo De Contardi about 7 years ago
- Status changed from Resolved to Closed