[TYPO3-team-templavoila] RFC: #12257: localizable title fields
Xavier Perseguers
typo3 at perseguers.ch
Wed Mar 24 23:22:31 CET 2010
Hi,
> it would be very nice to have longer field values allowed on the title
> fields - 60 char made me some trouble yesterday.
>
> In addition it would be very usefull to see the real label listed in the
> list view instead of the LLL key.
>
> Solution:
> - Change tx_templavoila_tmplobj.title &
> tx_templavoila_datastructure.title to TEXT
> - Remove tca max limitation on tx_templavoila_datastructure.title &
> tx_templavoila_tmplobj.title
> - Add label_userFunc to tx_templavoila_datastructure &
> tx_templavoila_tmplobj in order to make the real label visible.
As DBAL leader, I'm against a change from varchar(100) to text. Text support is a calamity with Oracle and I really don't see the point to change that to text. Increase its size to 200, 500, 1000 or
4000 but do not use a column type that will be mapped to some *LOB in Oracle.
--
Xavier Perseguers
http://xavier.perseguers.ch/en
More information about the TYPO3-team-templavoila
mailing list