Commit graph

177 commits

Author SHA1 Message Date
Dan Stillman
5d2f9e3293 Pushed ScienceDirect, EBSCO, Google Books, Scopus, PLoS Journals, National Library of Australia (new catalog)
Also fixed Google Books to save a link rather than URL
2009-06-04 01:14:54 +00:00
Matt Burton
c122764d7f ebsco bug fixes 2009-06-02 00:15:16 +00:00
Matt Burton
c562d145ec Fixes #1478, tweaked xpath and added logic to catch empty selectItems arrays. 2009-06-01 04:30:27 +00:00
Matt Burton
c938a06ae2 Fixes #1479, adding unescaping author field. 2009-06-01 03:59:42 +00:00
Matt Burton
cff5a5461c Fixes #1492, using santawort's xpath check. 2009-06-01 03:39:52 +00:00
Matt Burton
847b44f0ec fixing some URL handling in PLoS 2009-06-01 01:57:13 +00:00
Matt Burton
c29f08b583 Revert "ris fix so that UR works as snapshot, reworked PLoS"
This reverts commit d8aab12b0ce0b3865da400fcc2d9f839054ff98d.
2009-06-01 01:57:06 +00:00
Matt Burton
e7fa518f50 ris fix so that UR works as snapshot, reworked PLoS 2009-06-01 01:57:00 +00:00
Matt Burton
3777004652 Adding Rintze's PLoS fixes. PLoS has consolidating everything to one platform. 2009-06-01 01:00:00 +00:00
Matt Burton
fb743dfd3c Fixes #1452, generic translator for Highwire 2.0 sites. 2009-06-01 00:59:57 +00:00
Matt Burton
b4b5c1f1bc fix date, clean up code 2009-06-01 00:59:52 +00:00
Matt Burton
a34c4fd2e7 refactored pnas into a generic highwire translator 2009-06-01 00:59:48 +00:00
Matt Burton
c7927a9288 working with single articles 2009-06-01 00:59:42 +00:00
Matt Burton
1cb3e5a7a0 increased the granularity of target & detectweb....whoops. 2009-05-31 21:23:04 +00:00
Dan Stillman
0d63137eba Don't save HTML snapshot on JSTOR 2009-05-31 06:39:07 +00:00
Dan Stillman
ef2b912339 Disabling HighWire 2.0 translator until regexp is fixed 2009-05-29 22:53:11 +00:00
Dan Stillman
643073da54 Don't show icon on private groups in zotero.org translator 2009-05-29 22:52:01 +00:00
Dan Stillman
dcd35f8e9b Fix zotero.org translator for new site URLs -- icon will show up on private groups but not work at the moment 2009-05-29 22:32:36 +00:00
Sean Takats
73b2e03763 Fixes https regex problems. 2009-05-28 15:52:34 +00:00
Dan Stillman
47be01a6ae Handle missing rel attribute on matching <link> in DC prefix search 2009-05-27 08:12:20 +00:00
Dan Stillman
3f9e9d0cf4 Look for explicit Dublin Core prefix, in the unlikely event that any pages don't use "DC." 2009-05-27 08:07:16 +00:00
Dan Stillman
d21494ad2d Pushed updated RDF and Embedded RDF 2009-05-27 05:27:36 +00:00
Dan Stillman
3fa10bc0fc Embedded RDF improvements
- Don't skip save if title and type not set via META tags (just use doc title)
- Include access date
- Save abstract from DC.Description.Abstract
- Save date from DC.Date.Issued
- Save dcterms.issued to date field in all item types (and not just in patents)
2009-05-27 05:01:24 +00:00
Matt Burton
c4f59b07a6 Fixes #1452, generic translator for Highwire 2.0 sites. 2009-05-26 19:06:48 +00:00
Matt Burton
8113589fcc Adding Rintze's patch 2009-05-26 14:08:24 +00:00
Matt Burton
85876c36a6 Added logic to check if DOI exists before adding to JSTOR item. 2009-05-21 18:33:07 +00:00
Dan Stillman
a150c134bc Pushed updated zotero.org (temporarily hide icon on private groups) 2009-05-20 21:08:07 +00:00
Matt Burton
859b1df6c9 Fixes #1451, fixed bug where detect web triggered on private groups 2009-05-20 21:04:39 +00:00
Dan Stillman
b3f9386164 Pushed EBSCOhost 2009-05-19 16:01:20 +00:00
Matt Burton
d0675e7a5e comment debug, fixed lastUpdated and temp stop gap on item.attachments, RIS tries to grab the UR and attaches a login page 2009-05-19 02:54:43 +00:00
Matt Burton
0f2ad9bed9 Adding Rintze's changes. Fixes #1299, #818, #963 2009-05-19 01:49:58 +00:00
Matt Burton
6006b597b1 quick fix for EBSCOhost, no PDF support and there are async issues...but it works 2009-05-19 01:49:48 +00:00
Dan Stillman
a12a6bc875 Fix zotero.org translator URL and update timestamp 2009-05-14 20:53:27 +00:00
Matt Burton
120f850045 #zotero.org.js
adding 2.0 site changes to translator.
2009-05-14 20:23:49 +00:00
Dan Stillman
91459f95f7 2.0b3 megacommit
- Support for group libraries
- General support for multiple libraries of different types
- Streamlined sync support
  - Using solely libraryID and key rather than itemID, and removed all itemID-changing code
  - Combined two requests for increased performance and decreased server load
  - Added warning on user account change
  - Provide explicit error message on SSL failure
- Removed snapshot and link toolbar buttons and changed browser context menu options and drags to create parent items + snapshots
- Closes #786, Add numPages field
- Fixes #1063, Duplicate item with tags broken in Sync Preview
- Added better purging of deleted tags
- Added local user key before first sync
- Add clientDateModified to all objects for more flexibility in syncing
- Added new triples-based Relation object type, currently used to store links between items copied between local and group libraries
- Updated zotero.org translator for groups
- Additional trigger-based consistency checks
- Fixed broken URL drag in Firefox 3.5
- Disabled zeroconf menu option (no longer functional)

Developer-specific changes:

- Overhauled data layer
  - Data object constructors no longer take arguments (return to 1.0-like API)
  - Existing objects can be retrieved by setting id or library/key properties
  - id/library/key must be set for new objects before other fields
- New methods:
  - ZoteroPane.getSelectedLibraryID()
  - ZoteroPane.getSelectedGroup(asID)
  - ZoteroPane.addItemFromDocument(doc, itemType, saveSnapshot)
  - ZoteroPane.addItemFromURL(url, itemType)
  - ZoteroPane.canEdit()
  - Zotero.CollectionTreeView.selectLibrary(libraryID)
  - New Zotero.URI methods
- Changed methods
  - Many data object methods now take a libraryID
  - ZoteroPane.addAttachmentFromPage(link, itemID)
- Removed saveItem and saveAttachments parameters from Zotero.Translate constructor
- translate() now takes a libraryID, null for local library, or false to not save items (previously on constructor)
- saveAttachments is now a translate() parameter
- Zotero.flattenArguments() better handles passed objects
- Zotero.File.getFileHash() (not currently used)
2009-05-14 18:23:40 +00:00
Simon Kornblith
5dcdc6a0b8 remove extraneous DOI debug code 2009-05-06 07:59:25 +00:00
Dan Stillman
6802b70036 Pushed Wiley with processAsync() prepended (earlier today) 2009-05-06 02:18:43 +00:00
Dan Stillman
18101f12ae Pushed allAfrica.com, Neural Information Processing Systems, Primo, JSTOR, Wiley InterScience, MODS, Euclid, University of Chicago, ACM, Journal of Machine Learning Research, IEEE Xplore 2009-05-05 07:18:53 +00:00
Simon Kornblith
227e393922 don't let DOI translator hang some page loads 2009-05-04 20:58:58 +00:00
Matt Burton
0f649d6608 adding billi's target changes 2009-05-04 17:46:52 +00:00
Elena Razlogova
66ca8611c9 Forgot to fix proxy url in Chicago Journals translator 2009-05-02 11:50:35 +00:00
Elena Razlogova
c4dc36f9e8 Fixes #1447, chicago journals proxy pdf download is broken 2009-05-02 11:33:06 +00:00
Matt Burton
b5974570e8 Fixed DOI regex & added nicer fail message for crossref when DOI does not exist. 2009-04-29 18:08:34 +00:00
Matt Burton
8b5fbe7e96 Fixed conditional for pages with multiple DOIs 2009-04-29 18:05:48 +00:00
Dan Stillman
dc852d8ace Push Sudoc (and PubMed, for real this time) 2009-04-28 09:13:39 +00:00
Matt Burton
44d7eadeac Adding Guy's Euclid.js to the repo 2009-04-27 23:13:01 +00:00
Dan Stillman
493588aac7 Pushed PubMed with fixed pagination fix to repo 2009-04-27 19:34:07 +00:00
Sean Takats
a02301cb15 Updates Firefox maxVersion to 3.5b5pre and deletes problematic Persée translator 2009-04-24 17:28:24 +00:00
Dan Stillman
7a195b8388 Pushed updated PubMed translator with changes from Rintze 2009-04-23 17:56:48 +00:00
Sean Takats
5ed230e8c4 Tweak zotero.org regex for SSL 2009-04-20 19:20:20 +00:00