Commit graph

13 commits

Author SHA1 Message Date
Dan Stillman
9707464e05 Fix zotero.org translator saving on individual item pages 2009-09-29 23:11:17 +00:00
Dan Stillman
4407275401 Fix zotero.org translator on library pages -- can't do item pages because libraryUserID and libraryGroupID are gone and there's no API link 2009-09-22 07:04:36 +00:00
Dan Stillman
2e09735109 Fix zotero.org translator (namespace change) 2009-07-01 08:38:38 +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
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
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
Sean Takats
5ed230e8c4 Tweak zotero.org regex for SSL 2009-04-20 19:20:20 +00:00
Dan Stillman
3e6b6fdf0b zotero.org translator -- so meta 2009-03-10 05:51:13 +00:00