Initial TinyMCE editor support (still need to work on spellcheck and skins)

This commit is contained in:
svncommit
2006-09-14 03:49:28 +00:00
parent bb5ddfa0ad
commit a0109c4933
201 changed files with 15838 additions and 135 deletions

View File

@@ -5,3 +5,5 @@ ALTER TABLE "messages" DROP body;
ALTER TABLE "messages" ADD structure TEXT;
ALTER TABLE "messages" ADD UNIQUE (cache_key, uid);
ALTER TABLE "identities" ADD html_signature integer DEFAULT 0 NOT NULL;