Bug #17790
closedRemove "text_properties" etc. from tt_content table
0%
Description
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.
Anyway, if we'd remove these fields "text_face", "text_size"... the DB table would get smaller (and so every record) and the BE interface less cluttered. I don't know anybody who actually uses this feature, nor do I know an extension that uses it. I think this is even before 3.5 and completely outdated.
(issue imported from #M6713)
Files
Updated by Benni Mack about 17 years ago
There are two files. One with some whitespace changes (that will be commited) and one for devs to read (no_whitespace...).
The patch hasn't been tested yet by me.
Also. This should work quite well with the update wizard.- new installations won't even know that these fields ever existed.
- old installations (I doubt any installation with T3 3.8+ uses these fields) will set the fields to deprecated and if wanted they can be deleted with the DB analyzer in the install tool.
We need a updated_wizard notice though so people will know. Also: The documentation needs to be updated.
Updated by Steffen Kamper about 17 years ago
Hi Benni,
i tested second patch and works for me. Very good to remove unneccessary old functions, it's a good cleanup!
+1 from me.
I will test first patch later.
Updated by Benni Mack about 17 years ago
you don't have to test both patches since they are made the same way. The one with the "no whitespace" is just easier to make a code review.
Updated by Benni Mack about 17 years ago
Btw... Steffen: You're more than welcome to send this patch to the core list since I'm gonna be away the next days.
Updated by Steffen Kamper about 17 years ago
np - i did the RFC in your name - have some nice and relaxed days!