Open
Description
cache_log DB table contains currently:
- text_htmledit with values: 0|1
- text_html with values 0|1|2
I believe that with our new DB update mechanism it should be easy to cleanup it.
We should store in Db just safe log text with simple HTML tags in UTF, and be sure there is no need to do any "magic" to display it.
Columns text_htmledit and text_html shoudl be removed from Db then.