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

@@ -58,7 +58,8 @@ CREATE TABLE identities (
email varchar(128) NOT NULL default '',
"reply-to" varchar(128) NOT NULL default '',
bcc varchar(128) NOT NULL default '',
signature text NOT NULL default ''
signature text NOT NULL default '',
html_signature tinyint NOT NULL default '0'
);
CREATE INDEX ix_identities_user_id ON identities(user_id);