Zotero is a free, easy-to-use tool to help you collect, organize, cite, and share your research sources.
Go to file
Dan Stillman cdaaf1ef54 Fixes #759, RIS import creates unlinked webpage items outside of parent
Also:

- Made linkFromURL() always return the attachment itemID, performing a HEAD request asynchronously to get the MIME type if necessary
- Removed test for linkFromURL() return value in Translate::_itemDone(), which was incorrect anyway
- Removed a couple unused return assignments from linkFromURL() in _itemDone()
2007-10-12 18:22:02 +00:00
chrome Fixes #759, RIS import creates unlinked webpage items outside of parent 2007-10-12 18:22:02 +00:00
components Closes #654, reports need to export child items independently from parent items 2007-09-12 08:59:34 +00:00
defaults/preferences - Add extensions.zotero.debug time pref (default off) that displays the time delta in milliseconds from the last debug statement 2007-10-12 15:38:49 +00:00
chrome.manifest Fix #634, Author info alignment on XP 2007-08-15 06:24:05 +00:00
install.rdf Closes #675, Test Flock 0.9.1 compatibility and add to install manifest 2007-10-11 17:49:35 +00:00
license.txt Closes #63, Add ECL license info to source code 2006-10-04 17:16:56 +00:00
scrapers.sql Fixes Project MUSE translator. At last! 2007-10-10 16:29:32 +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 version numbers (build script test) 2007-08-23 07:29:25 +00:00
userdata.sql Updated schema to use "INTEGER PRIMARY KEY" for all applicable rows -- for clarity, I wasn't using it for tables that weren't using autoincrement functionality, but not using it keeps SQLite from just making that column name an alias for the internal rowid column, resulting in an extra unnecessary column. Can't update existing tables now, but may in 1.5. (Refs #779, Update tables created without "INTEGER PRIMARY KEY") 2007-10-01 23:15:14 +00:00