Dan Stillman
e84f7f6ef8
Fix "col.lockDateModified is not a function" error
2009-02-11 20:05:45 +00:00
Dan Stillman
4e4f6f74a1
Only mark tag cache as fully loaded if it is
2009-02-11 19:28:06 +00:00
Matt Burton
351a820d34
Fixes #1329 Added a DOI to zotero item
2009-02-11 01:41:45 +00:00
Matt Burton
3254b13a4e
Fixes #1330 duplicated the toc logic and tweaked xpath to work with search results page.
2009-02-11 01:30:54 +00:00
Matt Burton
c1bff6e244
Fixes #968 , removing the HeinOnline translator they have included COinS spans
2009-02-10 16:35:46 +00:00
Dan Stillman
99bef356ca
Updated ARTstor and National Library of Australia (new catalog) to use JSON.parse() instead of eval() -- this will only work in Firefox 3.1, but JSON parsing isn't otherwise available in the sandbox in 1.0.9
...
Pushed to clients
2009-02-08 22:11:12 +00:00
Dan Stillman
893bbc2c89
Add dateAdded to all objects
2009-02-06 06:37:13 +00:00
Dan Stillman
76e360ae2a
Fix an endless spin problem
2009-02-06 06:29:01 +00:00
Dan Stillman
f307698ae3
Fix error when upgrading from a database with an older version of a style with a different URI
2009-02-06 01:27:12 +00:00
Dan Stillman
942b732455
Update auto-sync expiry date
2009-02-05 09:58:50 +00:00
Dan Stillman
22a5dac26d
Pushed Google Books
2009-02-03 05:46:23 +00:00
Sean Takats
2ede93516e
Fixes Google Books for www.google.com/books as well as books.google.com/books
2009-02-03 03:56:01 +00:00
Dan Stillman
3efb6e5730
Fix brokenness in advanced search due to trash (and an error when modifying an item with the search window open)
2009-01-31 06:55:06 +00:00
Dan Stillman
e36b41f6c2
Display trash can all the time, unless showTrashWhenEmpty is set to false
...
- Icon isn't currently reset to empty state when all trashed items are removed
- Dragging doesn't yet work
Addresses #513
2009-01-31 06:19:14 +00:00
Dan Stillman
61e1131fc1
Temporarily removing trash icon (to avoid SVN issue with renaming)
2009-01-31 06:12:35 +00:00
Dan Stillman
e5c1f5a70b
Addresses #513 , Deleted Items folder
...
Hide restore button when no items are selected
2009-01-29 23:03:13 +00:00
Dan Stillman
e200fd154c
Addresses #513 , Deleted Items folder
...
Remember selection of trash in collection pane and don't lose focus after a restore
2009-01-29 08:26:21 +00:00
Dan Stillman
5e774efc42
Addresses #513 , Deleted Items folder
...
Adds handling for parent/child items in trash -- non-deleted context items will appear in gray, and "Restore to Library" and the delete keystrokes won't be available if any of those are selected
Like other search views, Select All will select only the deleted items
2009-01-29 01:14:46 +00:00
Dan Stillman
cb8e226ae9
Addresses #513 , Deleted Items folder
...
Missed in previous commit
2009-01-28 21:25:55 +00:00
Dan Stillman
eb79a0f659
Addresses #513 , Deleted Items folder
...
- Still experimental, but committing for testing
- Sync conflicts with deleted items aren't yet supported
Unrelated: deprecated ZoteroPane.deleteSelectedItem() in favor of more accurately named deleteSelectedItems()
2009-01-28 21:25:06 +00:00
Dan Stillman
6709555dd9
Pushed BibTeX (Fx3 clients only)
2009-01-28 18:59:54 +00:00
Sean Takats
702b747303
BibTeX author delimiter ("and") is now case insensitive on import.
2009-01-28 18:42:20 +00:00
Dan Stillman
c0b8f38620
Pushed Flickr, ACM, ACS Pubs, JSTOR, Sage Journals, arXiv.org, SSRN
2009-01-28 18:11:33 +00:00
Matt Burton
86aac3ca23
Fixes #1310 , fixed a bunch of structural changes to the flickr html, included handling for situations where there is no photo title
2009-01-28 17:35:31 +00:00
Dan Stillman
0a61514349
Fix an error after resetting from server between file upload and metadata sync
2009-01-26 23:23:15 +00:00
Dan Stillman
bf39f716f6
Tweak debuggina and skip unnecessary step in Item.getFile()
2009-01-22 17:12:34 +00:00
Dan Stillman
8e07effc0d
Missed change from last week -- ensures that no two successive DB transactions use the same timestamp, to avoid some sync-related problems
2009-01-21 20:20:27 +00:00
Dan Stillman
0208806a95
Better fix for invalid HEAD responses -- Wiley was returning 405 on HEAD even for GETs that succeeded, so we're not just leaving the MIME type blank if the HEAD response is rejected
...
Also made the 'pdf' match check a bit more flexible -- now can be the end of the last segment or the query string and not just the extension
2009-01-15 21:40:15 +00:00
Dan Stillman
bd070f7b63
- Adds file conflict resolution -- not particularly attractive at the moment, and no Apply to All button, but possibly functional
...
- Fixes file syncing after editing a file locally
- Fixes a few storage bugs that could result in eternal spinning, invalid percentages, and other unpleasantries
- Made the attachment display box more flexible, including a filename field that we may or may not want to keep in the main view
2009-01-15 06:58:06 +00:00
Dan Stillman
a1277ccaa9
Bail on attachment save if HEAD request returns a status code other than 200 or 204
2009-01-15 04:24:10 +00:00
Matt Burton
d5989a3d1e
Addresses #1242 , incorporated santaworts code, still some issues with PDF download
2009-01-15 03:34:39 +00:00
Matt Burton
9568bf6b6f
cleaning up whitespace
2009-01-14 17:33:14 +00:00
Matt Burton
2bcf3f2c98
Fixes #1288 , cleans PDF urls, also found another bug in grabbing links from search results
2009-01-14 16:39:53 +00:00
Dan Stillman
5eecc5d32f
Pushed updated The Economist translator that fixes single-page saves, while we figure out what's wrong with the processDocuments() call
2009-01-12 23:40:06 +00:00
Dan Stillman
cf7f7d82d4
Fixed (what appeared to be) two obvious typos in the DRA translator -- still doesn't work for search results on http://umanitoba.ca , at least, but now works for single pages
...
Pushed updated BibTeX with 1.0.9 Unicode fix
2009-01-12 18:25:36 +00:00
Simon Kornblith
90d7f9e937
fix iframe bug introduced by r3987
2009-01-12 07:31:36 +00:00
Matt Burton
70beccfc30
Updated with Eli's patch
2009-01-12 03:55:55 +00:00
Simon Kornblith
4f467568fb
fix frame handling
2009-01-11 10:08:53 +00:00
Dan Stillman
3c00572990
Updated version from dev list
2009-01-11 02:17:36 +00:00
Dan Stillman
edfc196e2e
Frank Bennett's Nagoya University OPAC translator -- won't really work until the frame handling patch is checked in
...
Not yet pushed
2009-01-11 02:09:34 +00:00
Matt Burton
dcca4a9f65
Addresses #1280 Updating LastUpdated for the push
2009-01-10 18:22:10 +00:00
Matt Burton
79ad1d80ad
Fixes #1282 doc.location.href was null in the doGet callback, using the previously set variable snapshot. Also changed cleanString() to trimInternal()
2009-01-10 18:15:04 +00:00
Dan Stillman
7307fcdd22
Pushed updated Wiley
2009-01-10 04:40:35 +00:00
Dan Stillman
bd171203cc
Fixes #1243 , Wiley InterScience search results pages fail with XPath error
...
Thanks to santawort for regexp tweak.
Also fixes the same PDF being saved for multiple items
2009-01-10 04:37:17 +00:00
Dan Stillman
32c04d5eb0
Pushed The Telegraph and Wiley InterScience
2009-01-09 21:11:47 +00:00
Dan Stillman
fe1692fb16
Don't start the progress window close timer after every translated item is saved -- only call it at the end
...
This should fix premature closing when saving multiple items. It also means that translators must call Zotero.done() or else the window will stay open.
This change is not being made on the 1.0 branch, since we don't want to have to push dozens of fixed translators.
2009-01-08 08:38:07 +00:00
Dan Stillman
3502bac60c
Fix translators with incorrect Zotero.done() calls, in preparation for change that will require it
...
Not being pushed to 1.0 clients
2009-01-08 08:28:59 +00:00
Dan Stillman
b2ff4ab16a
Fixes #1281 , Telegraph.co.uk translator binds to incorrect URL
2009-01-08 08:11:05 +00:00
Dan Stillman
f92440cc12
Fix a synchronicity issue with Wiley InterScience (in which the same item was saved multiple times instead of different items), though there's still an issue with the popup window closing early that needs to be addressed
2009-01-07 19:01:59 +00:00
Matt Burton
f589f6c3e3
Fixes #1280 Added code to strip out the version number post-pended onto the ID when present.
2009-01-07 15:48:22 +00:00