Commit graph

1708 commits

Author SHA1 Message Date
Simon Kornblith
ac53f35056 Adds RTF scan feature. this could probably use some more testing. Acceptable citations are in the form
(Smith, 2006)
The database is scanned for each citation, and positioning is adjusted automatically for footnotes. Currently, this won't work with names with accents, but I'll get to that.
2009-05-01 11:46:07 +00:00
Dan Stillman
e619cab8f3 Clarify expiry message 2009-05-01 02:32:23 +00:00
Dan Stillman
a606332de5 Update expiry date 2009-05-01 02:30:31 +00:00
Simon Kornblith
65cb00e26b FF3.5 fixes for attachment and file operations 2009-04-30 00:52:48 +00:00
Simon Kornblith
9b5679fa14 Make PDF recognizer compatible with FF 3.5, and tweak regexp 2009-04-30 00:34:51 +00:00
Simon Kornblith
1cf83d1760 - fixes processDocuments() under Firefox 3.5
- makes translator progress window work a little better with translators that call Zotero.done() incorrectly, and complains when item.complete() is called after Zotero.done()
2009-04-30 00:10:03 +00:00
Matt Burton
cec3b1d31e fixed the newitem from page icon (it was too bright) and created a new lookup icon...it is a magic wand. 2009-04-29 22:56:46 +00:00
Simon Kornblith
d2a4cf7680 Fixes a bug where transparent proxies wouldn't be transparent until Zotero is restarted 2009-04-29 20:58:26 +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
Dan Stillman
a2ce69aee1 Fix error when a linked file appears twice in an export (e.g., in two subcollections) 2009-04-27 01:45:15 +00:00
Dan Stillman
b0e5b1763a Don't try to delete downloaded ZIP file if it doesn't exist 2009-04-24 22:13:10 +00:00
Dan Stillman
67ea216095 Added Persée to deleted.txt 2009-04-24 21:52:05 +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
b76fdd8e43 Set tag/creator purge flag on removals from items, and run purge on sync 2009-04-24 06:16:19 +00:00
Dan Stillman
7a195b8388 Pushed updated PubMed translator with changes from Rintze 2009-04-23 17:56:48 +00:00
Dan Stillman
7bddca9121 Add advertising domain to blacklist 2009-04-22 00:36:29 +00:00
Sean Takats
5ed230e8c4 Tweak zotero.org regex for SSL 2009-04-20 19:20:20 +00:00
Matt Burton
2d6739470e Fixes #1174, now ignoring 955 field from marc records 2009-04-17 19:45:35 +00:00
Dan Stillman
c9618b8a08 Fix deletion method for old DB backups on schema update 2009-04-16 10:30:55 +00:00
Dan Stillman
d03d54b396 Add Vancouver as default style (which it already was via repo) 2009-04-16 10:13:48 +00:00
Dan Stillman
5cd7b3840e - Add translator/style deleting mechanism (without repo)
- Fix style saving from repo (updated styles were saved without .csl extension, so updates were ignored)
- Don't update from repository on every load of SVN build with missing symlinked style targets
- Remove deleted "Open Worldcat (Search)" and "Worldcat.org" translators
2009-04-16 10:07:48 +00:00
Simon Kornblith
34cd1103a0 - merge WorldCat translators and fix search (for ISBNs, at least)
- make lookup button
- podcast icon is now ipod_cast.png and radioBroadcast icon is now transmit.png, both from famfamfam
2009-04-15 09:15:58 +00:00
Matt Burton
de67100f20 fixing date, adding support for subjects as item tags and call numbers 2009-04-12 16:58:22 +00:00
Matt Burton
a4d973b273 Merge branch 'primo' 2009-04-12 16:34:55 +00:00
Matt Burton
2cf9350204 Merge branch 'nla' 2009-04-12 14:59:11 +00:00
Matt Burton
a22fb4e3d2 fixed the hardcoded pdf url, from schwarzjr in the forums. 2009-04-12 13:32:25 +00:00
Dan Stillman
f38f5e9c7c The previous items list nsITreeView object wasn't being destroyed when changing collections. This could cause slow expand/collapse operations (since it was trying to expand each item in each collection you'd viewed since starting Zotero the number of times you'd viewed the collection) and was also causing a potentially large memory leak. 2009-04-11 07:54:17 +00:00
Simon Kornblith
14862edb2c commit missing files 2009-04-11 04:03:23 +00:00
Simon Kornblith
dad84abe97 - adds "Lookup by Identifier..." option under add item. currently works for DOIs and PMIDs, but not ISBNs, since our Open WorldCat search translator is broken. with a working ISBN search translator, ISBNs would work, too.
- fixes NCBI PubMed translator type (should be 12, since it's a search translator as well as a web translator)
- fixes a bug passing multiple translators to translate.setTranslator()
- increases priority of CrossRef translator
- makes sync animated arrow progress indicator into a general CSS class (zotero-small-progress-indicator) so that the same progress indicator can be used for lookup. if this is confusing, we could use something else instead.
2009-04-11 04:00:31 +00:00
Dan Stillman
ebeb9976d2 getByKey() doesn't take an array 2009-04-09 20:54:28 +00:00
Matt Burton
0eebae010d Merge branch 'mods' 2009-04-09 20:34:58 +00:00
Simon Kornblith
b1b0bd47a0 add a platform attribute to the Zotero pane and make border fix work with Firefox 3.1 2009-04-09 07:58:29 +00:00
Simon Kornblith
e8ce1d30d2 make fake window border gray when window is inactive on OS X 2009-04-09 07:16:41 +00:00
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