www

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | Submodules | README | LICENSE

commit fd87d23183b3129442b16c768aec81e3ed78dcd3
parent 8d51a09eda882434005141d5bb307d85d9bcdf7e
Author: Dan Stillman <dstillman@zotero.org>
Date:   Mon,  5 Jan 2009 22:06:08 +0000

Allow for 'autocomplete="off"' attribute in Export Manager in EBSCOhost translator

Pushed EBSCO, re-pushed RDF and Zotero RDF to force updates to some clients

BibTeX not yet pushed


Diffstat:
Mrepotime.txt | 2+-
Mtranslators/EBSCOhost.js | 4++--
Mtranslators/RDF.js | 3+--
Mtranslators/Zotero RDF.js | 2+-
4 files changed, 5 insertions(+), 6 deletions(-)

diff --git a/repotime.txt b/repotime.txt @@ -1 +1 @@ -2008-12-27 20:50:00 +2009-01-05 21:20:00 diff --git a/translators/EBSCOhost.js b/translators/EBSCOhost.js @@ -8,7 +8,7 @@ "maxVersion":"", "priority":100, "inRepository":true, - "lastUpdated":"2008-08-06 17:00:00" + "lastUpdated":"2009-01-05 21:20:00" } function detectWeb(doc, url) { @@ -76,7 +76,7 @@ function generateDeliverString(nsResolver, doc){ * given the text of the delivery page, downloads an item */ function downloadFunction(text) { - var postLocation = /<form name="aspnetForm" method="post" action="([^"]+)"/ + var postLocation = /<form (?:autocomplete="o(?:ff|n)" )?name="aspnetForm" method="post" action="([^"]+)"/ var m = postLocation.exec(text); var deliveryURL = m[1].replace(/&amp;/g, "&"); m = customViewStateMatch.exec(text); diff --git a/translators/RDF.js b/translators/RDF.js @@ -8,7 +8,7 @@ "maxVersion":"", "priority":100, "inRepository":true, - "lastUpdated":"2007-03-22 15:55:00" + "lastUpdated":"2009-01-02 21:15:00" } Zotero.configure("dataMode", "rdf"); @@ -122,7 +122,6 @@ function processCollection(node, collection) { collection.children.push({id:Zotero.RDF.getResourceURI(child), type:"item"}); } } - return collection; } diff --git a/translators/Zotero RDF.js b/translators/Zotero RDF.js @@ -8,7 +8,7 @@ "maxVersion":"", "priority":25, "inRepository":true, - "lastUpdated":"2008-07-20 01:40:00" + "lastUpdated":"2009-01-02 20:55:00" } Zotero.configure("getCollections", true);