Zotero is a free, easy-to-use tool to help you collect, organize, cite, and share your research sources.
Go to file
Dan Stillman 5a7d65532c - Sped up item importing dramatically by doing import in a single transaction -- this means that an error will cause already-imported items to be discarded, but that's probably better anyway
- The (empty) created collection is now deleted after import failure

- Sped up general DB performance dramatically (especially on XP and Linux) by using a dummy statement to keep the SQLite shared cache active between transactions -- this seems to have only a moderate effect on OS X, which was already much faster, perhaps because of its own disk cache (though running XP and Linux under Parallels with limited RAM probably didn't help)

- Added some additional sanity checks to Date.strToDate() to prevent errors in the metadata pane and on import with dates like "1998-99" -- strToDate() was treating 99 as the month, which caused an error in the stricter DB trigger. "99" is now left as an unparsed part, though "2006-08" (where the second part is <= 31) will still get parsed as August 2006. Can't do much about that, though.

- Fixed a bug when rolling back nested transactions that could temporarily leave things somewhat funky
2007-05-17 06:30:13 +00:00
chrome - Sped up item importing dramatically by doing import in a single transaction -- this means that an error will cause already-imported items to be discarded, but that's probably better anyway 2007-05-17 06:30:13 +00:00
components Fix report generation via collection context menu 2007-04-28 16:12:47 +00:00
defaults/preferences - Updated attachment auto-renaming to automatically strip conditional blocks (in curly braces) if no value for field 2007-05-07 22:31:32 +00:00
chrome.manifest Updating manifest to include new locales 2007-03-27 15:30:21 +00:00
install.rdf - Update install.rdf and update.rdf 2007-04-29 06:28:14 +00:00
license.txt Closes #63, Add ECL license info to source code 2006-10-04 17:16:56 +00:00
scrapers.sql InnoPAC adjusted to detect and import more search pages 2007-05-17 04:40:30 +00:00
system.sql Fixes #615, report item type should not have "date enacted" field (should be "date") 2007-04-13 21:15:20 +00:00
update.rdf - Update install.rdf and update.rdf 2007-04-29 06:28:14 +00:00
userdata.sql Recover orphaned notes that some people seem to have, though I'm not sure how they happened -- maybe due to the previous behavior of closing out incomplete transactions? 2007-04-29 06:27:19 +00:00