Adds rich text support to notes

- Still a few issues
- Converts plaintext notes to HTML on upgrade
This commit is contained in:
Dan Stillman 2008-10-13 19:51:53 +00:00
parent b46860f6a4
commit 651bcf2380
15 changed files with 282 additions and 46 deletions

View file

@ -1,4 +1,4 @@
-- 42
-- 43
-- This file creates tables containing user-specific data -- any changes made
-- here must be mirrored in transition steps in schema.js::_migrateSchema()