closes #537, abstract field import/export doesn't work for all formats

This commit is contained in:
Simon Kornblith 2007-03-20 18:31:33 +00:00
parent feb68d8c95
commit e098496411

View File

@ -1,4 +1,4 @@
-- 185 -- 186
-- ***** BEGIN LICENSE BLOCK ***** -- ***** BEGIN LICENSE BLOCK *****
-- --
@ -22,7 +22,7 @@
-- Set the following timestamp to the most recent scraper update date -- Set the following timestamp to the most recent scraper update date
REPLACE INTO version VALUES ('repository', STRFTIME('%s', '2007-03-20 17:50:13')); REPLACE INTO version VALUES ('repository', STRFTIME('%s', '2007-03-20 18:29:21'));
REPLACE INTO translators VALUES ('96b9f483-c44d-5784-cdad-ce21b984fe01', '1.0.0b3.r1', '', '2006-12-15 03:40:00', 1, 100, 4, 'Amazon.com', 'Sean Takats', '^https?://(?:www\.)?amazon', REPLACE INTO translators VALUES ('96b9f483-c44d-5784-cdad-ce21b984fe01', '1.0.0b3.r1', '', '2006-12-15 03:40:00', 1, 100, 4, 'Amazon.com', 'Sean Takats', '^https?://(?:www\.)?amazon',
'function detectWeb(doc, url) { 'function detectWeb(doc, url) {
@ -9179,7 +9179,7 @@ function doExport() {
} }
}'); }');
REPLACE INTO translators VALUES ('881f60f2-0802-411a-9228-ce5f47b64c7d', '1.0.0b3.r1', '', '2007-03-17 23:15:32', 1, 100, 3, 'Refer/BibIX', 'Simon Kornblith', 'txt', REPLACE INTO translators VALUES ('881f60f2-0802-411a-9228-ce5f47b64c7d', '1.0.0b3.r1', '', '2007-03-20 18:29:21', 1, 100, 3, 'Refer/BibIX', 'Simon Kornblith', 'txt',
'Zotero.configure("dataMode", "line"); 'Zotero.configure("dataMode", "line");
function detectImport() { function detectImport() {
@ -9216,7 +9216,8 @@ function detectImport() {
L:"callNumber", L:"callNumber",
M:"accessionNumber", M:"accessionNumber",
U:"url", U:"url",
7:"edition" 7:"edition",
X:"abstractNote"
}; };
var inputFieldMap = { var inputFieldMap = {
@ -9409,7 +9410,7 @@ function doExport() {
} }
}'); }');
REPLACE INTO translators VALUES ('9cb70025-a888-4a29-a210-93ec52da40d4', '1.0.0b3.r1', '', '2006-12-15 20:40:00', 1, 100, 3, 'BibTeX', 'Simon Kornblith', 'bib', REPLACE INTO translators VALUES ('9cb70025-a888-4a29-a210-93ec52da40d4', '1.0.0b3.r1', '', '2007-03-20 18:29:21', 1, 100, 3, 'BibTeX', 'Simon Kornblith', 'bib',
'Zotero.configure("dataMode", "block"); 'Zotero.configure("dataMode", "block");
function detectImport() { function detectImport() {
@ -9446,7 +9447,8 @@ function detectImport() {
isbn:"ISBN", isbn:"ISBN",
issn:"ISSN", issn:"ISSN",
location:"archiveLocation", location:"archiveLocation",
url:"url" url:"url",
"abstract":"abstractNote"
}; };
var inputFieldMap = { var inputFieldMap = {