- Note icon in toolbar no longer opens a new window by default, though it does if you hold down the shift key when clicking (let's hear it for undocumented features)

- Removed Note from New Item (+) menu
- Replaced "#" column with "+", at Dan C.'s suggestion
This commit is contained in:
Dan Stillman 2006-10-02 06:44:16 +00:00
parent f27d748246
commit 40c9e620e7
4 changed files with 23 additions and 11 deletions

View file

@ -1,4 +1,4 @@
-- 4
-- 5
-- This file creates system tables that can be safely wiped and reinitialized
-- at any time, as long as existing ids are preserved.
@ -115,7 +115,7 @@
INSERT INTO "fieldFormats" VALUES(2, '[0-9]*', 1);
INSERT INTO "fieldFormats" VALUES(3, '[0-9]{4}', 1);
INSERT INTO itemTypes VALUES (1,'note',NULL,2);
INSERT INTO itemTypes VALUES (1,'note',NULL,0);
INSERT INTO itemTypes VALUES (2,'book',NULL,2);
INSERT INTO itemTypes VALUES (3,'bookSection',2,2);
INSERT INTO itemTypes VALUES (4,'journalArticle',NULL,2);