[TYPO3-core] RFC: Cleanup #6713: Remove "text_properties" etc. from tt_content table

Steffen Kamper steffen at sk-typo3.de
Thu Nov 15 18:46:10 CET 2007


"Francois Suter" <fsuter at cobweb.ch> schrieb im Newsbeitrag 
news:mailman.1.1195148382.2778.typo3-team-core at lists.netfielders.de...
> Hi,
>
>> There are these ultra-old buttons and dropdowns to select the font size 
>> etc. when editing a content element (from the RTE). I never ever used 
>> them, we have now a good RTE and if the RTE is disabled, people code HTML 
>> in the bodytext field. So there is no need for it.
>> Of course it breaks compatibility, but we have to do something to make 
>> TYPO3 more usable.
>
> Correct me if I'm wrong but all these options can be hidden using 
> TCEFORMS. So why remove them forcefully at the expense of breaking 
> compatibility? Couldn't we just have them hidden by default?
>
> Cheers
>
> -- 
>
> Francois Suter
> Cobweb Development Sarl - http://www.cobweb.ch

the reason is simple:
* remove unneeded DB-fields
* remove unneeded TCA
* remove unused functions

If there is an extension does the same we are still compatible.

vg  Steffen




More information about the TYPO3-team-core mailing list