Zotero is a free, easy-to-use tool to help you collect, organize, cite, and share your research sources.
Go to file
Dan Stillman 49b0f28f26 Abstracted the DB layer for use by Zotero utilities
All the former Zotero.DB methods are now part of an instantiable Zotero.DBConnection object, and Zotero.DB is just one instance of it. Utilities can create and access a new SQLite database within the Zotero data folder by instantiating the DBConnection object:

this.DB = new Zotero.DBConnection('myutility');

Utilities have access to everything the DB layer provides, including automatic backup and restore of databases. Utility writers are on their own for schema management, at least for now.

Also:

- Cleared non-English DB restore localized strings after change.
- Disabled shutdown observer in Zotero object after moving DB backup code to DB layer
2007-02-02 05:43:44 +00:00
chrome Abstracted the DB layer for use by Zotero utilities 2007-02-02 05:43:44 +00:00
components closes #440, In-page highlighting of snapshots 2007-01-03 02:21:26 +00:00
defaults/preferences Addresses #401, Add keyboard shortcuts 2007-02-01 19:50:35 +00:00
chrome.manifest Merge r1047 through r1063 back to branch 2007-01-08 09:33:36 +00:00
install.rdf Update credits pane 2007-01-18 07:50:09 +00:00
license.txt Closes #63, Add ECL license info to source code 2006-10-04 17:16:56 +00:00
scrapers.sql EBSCOhost and ScienceDirect to repo 2007-01-27 16:06:57 +00:00
system.sql Closes #438, Add language field to every item type 2007-01-30 20:38:51 +00:00
update.rdf Version numbers to b3.r1 2006-11-26 08:46:36 +00:00
userdata.sql Addresses #502, Special handling for automatic tags 2007-01-22 22:32:52 +00:00