Commit graph

1671 commits

Author SHA1 Message Date
Simon Kornblith
c351486ed2 remove debug statement 2009-04-09 05:55:27 +00:00
Simon Kornblith
7f8fe0ce78 restore toolbars properly when Zotero pane is closed 2009-04-09 05:54:05 +00:00
Simon Kornblith
f5b2f77a3a hide toolbars when Zotero is in fullscreen mode. this doesn't look quite right on OS X, but I can't figure out how to fix it. 2009-04-09 05:28:41 +00:00
Matt Burton
e92b46a46c Fixes #1424, added logic to handle MODS languageTerms with @type=text. For instances with multiple languages separating them with a semicolon. 2009-04-07 18:28:23 +00:00
Matt Burton
51a019e753 Fixes #1425, ignoring dates & termsOfAddress so they don't overwrite the author name. 2009-04-07 18:28:12 +00:00
Matt Burton
d4a7e5bd37 updating Sudoc.js with sylvain's changes 2009-04-07 15:53:36 +00:00
Simon Kornblith
19ff243b92 first pass at a generic DOI translator. works on Annual Reviews article pages, which we don't currently have a translator for. needs more testing. 2009-04-07 15:50:37 +00:00
Dan Stillman
2480b04f10 Fix globally scoped variable and change match(...).join("") to match(...)[0] 2009-04-07 01:10:03 +00:00
Matt Burton
414680d7be removing unnecessary debug 2009-04-07 00:53:55 +00:00
Matt Burton
92a29a7ad5 adding pagination patch from Rintze 2009-04-07 00:53:51 +00:00
Matt Burton
5a7f3b1500 adding abbriviation patch from Rintze 2009-04-07 00:53:46 +00:00
Matt Burton
aa380262e0 Adding patch to handle multi-month dates 2009-04-07 00:53:40 +00:00
Simon Kornblith
593d2958f0 actually pass nonblocking parameter as a flag 2009-04-04 23:05:45 +00:00
Dan Stillman
f9f6e5340c Add lastName search condition (API only, not in the search UI) 2009-04-04 20:52:44 +00:00
Simon Kornblith
24654a8bce shouldn't actually need bibliography-Integration at all 2009-04-04 07:10:29 +00:00
Simon Kornblith
41d8b7b341 -addresses #1213, Bibliography customization broken (change to plug-in also needed)
-uses blocking IO to send integration responses to fix problems with very large documents on slow machines
2009-04-04 07:07:55 +00:00
Matt Burton
12229b3509 PDF url fixes from nxmehta in the forums 2009-03-31 23:21:26 +00:00
Dan Stillman
ff5631d9ec Addresses #1239, Add options to Locate button
When an item has a URL, turn Locate button into a menu and allow lookup via Wayback Machine

Support for additional user-configurable providers is forthcoming
2009-03-31 09:12:24 +00:00
Matt Burton
313bbd246d Adding translators from dev-list 2009-03-30 01:28:23 +00:00
Dan Stillman
96f836f58d Fix "attachmentSyncState can only be set for snapshots and imported files" error 2009-03-26 20:40:23 +00:00
Dan Stillman
240637e044 Fix "attachmentPath cannot be set for link attachments" CR error 2009-03-26 19:31:37 +00:00
Matt Burton
28281e5fe6 cleaned up broken creator parsing code. Setting creator to a single field instead 2009-03-25 16:44:12 +00:00
Dan Stillman
d78c31eb2b Fix URL-linking regexp a bit 2009-03-24 03:55:56 +00:00
Simon Kornblith
1f0d24ceef - use DOIs for PDF metadata lookup when available (needs testing)
- fix accessibility of createContextObject in Zotero.Utilities
- improved CrossRef translator
2009-03-24 02:08:08 +00:00
Simon Kornblith
9ca461c59b Proxy system overhaul
- Only one preference for recognizing proxies for transparent redirection
- Blacklists sites and http://%h/%p
- Fixes to EZProxy

This will clear all existing proxies from Zotero
2009-03-23 19:55:57 +00:00
Dan Stillman
5aae6bc9ce Hack to wrap URLs and DOIs in HTML bibliography output in <a href=""> links -- regexps might need to be improved 2009-03-21 20:08:57 +00:00
Dan Stillman
480743e5be Version bump 2009-03-20 19:31:10 +00:00
Elena Razlogova
20a42741cf Addresses #842, Mappings required
Addresses #1408, Incorect format for legal case citations in CMS note without biblography style
On the trunk, maps court in case item type to authority, a new CSL variable
2009-03-20 12:40:37 +00:00
Dan Stillman
bc55af5b99 Updated Wiley InterScience translator that uses the new Zotero.Utilities.processAsync() function 2009-03-19 22:26:20 +00:00
Dan Stillman
78365a095f Add Zotero.Utilities.processAsync(sets, callbacks, onDone) -- this can be used from translators to make it easier to correctly chain sets of asynchronous callbacks, since most translators that require multiple callbacks currently do it incorrectly.
This function definition will be automatically prepended to translators sent to older clients from the repo.
2009-03-19 22:25:00 +00:00
Matt Burton
303ba34554 Addresses 1412, yet again. Full text pages don't have citation link, load abstract from processDocuments...there seems to be a bug with the dialog box when processDocuments has only one item 2009-03-19 18:15:57 +00:00
Dan Stillman
287c72c0dd Pushed Cornell LII 2009-03-19 17:36:40 +00:00
Matt Burton
d842e6e41f Some entries the AUTHOR meta tag content is empty, this makes zotero unhappy, adding a default 2009-03-19 17:32:07 +00:00
Dan Stillman
d03625c271 Pushed Journal of Vision, Royal Historical Society, SIRSI, ProMED, Primo, JSTOR 2009-03-19 17:18:02 +00:00
Matt Burton
c11d76a320 comment cleanup & date change 2009-03-19 16:36:30 +00:00
Matt Burton
51ee2b67c3 Fixes #1412, this fixes the hanging popup for single items....there is still the potential for multiple item duplication because of request ordering... 2009-03-19 16:31:43 +00:00
Matt Burton
b7abe24055 Fixes #1412, not getting errors as reported, but added the missing Zotero.wait() 2009-03-19 15:59:13 +00:00
Dan Stillman
d5a092da42 Don't exec pdfinfo if pdfMaxPages is 0 2009-03-17 20:36:47 +00:00
Dan Stillman
551c8a36a7 Fix upgrade error "counts[0] is undefined" (or "counts[1]") 2009-03-17 08:23:45 +00:00
Dan Stillman
505d3e6ac7 Add a couple localized strings 2009-03-17 08:11:22 +00:00
Dan Stillman
e81cf8a553 Update maxVersion to 3.5b4pre, to reflect Fx3.1=>Fx3.5 renaming 2009-03-17 08:02:19 +00:00
Dan Stillman
0df7f4afd4 Always show "Reindex item", even if item is indexed, and flicker the refresh icon briefly on click to show that it's doing something 2009-03-17 07:59:41 +00:00
Dan Stillman
468cd16534 Fix error: "[QUERY: DELETE FROM creatorData WHERE creatorDataID=?] [ERROR: constraint failed]" 2009-03-16 07:09:30 +00:00
Dan Stillman
4e7dfbad42 Proper locale-based sorting of saved searches 2009-03-15 22:58:44 +00:00
Dan Stillman
5920f22c52 Addresses #1408, Incorect format for legal case citations in CMS note without biblography style
Added 'docketNumber' to 'case' item type and mapped it to base field 'number'
2009-03-15 18:18:09 +00:00
Dan Stillman
e2dc73c75b Don't copy item storage folder to orphaned-files every time the file changes via storage sync 2009-03-15 17:39:09 +00:00
Dan Stillman
6dbcc678c8 Fix a possible error purging orphaned storage server files if WebDAV server strips trailing slash 2009-03-15 16:07:52 +00:00
Dan Stillman
d5de9c7a4a Always show PDF recognize option when appropriate, and prompt to install PDF tools first if necessary 2009-03-15 06:00:59 +00:00
Matt Burton
ddc028ecb2 Adding the contributed PROMED translator to the repo 2009-03-15 00:25:13 +00:00
Matt Burton
e2fb31dfc5 Adding to repo, not ready for push...having issues accessing DOM from processDocuments 2009-03-15 00:17:05 +00:00