Voyager: tweaks XPath to be more forgiving (better support for U-W Madison, etc.)
Melvyl: now works on "review" view of search results
ERIC: fixes regex
added translators:
bibsys.no
BBC News
AMS Online Journals (ams.allenpress.com)
Education Week
AGU Journals
LA Times
BioMed Central
OpticsInfoBase
SSRN
RSC Publishing (rsc.org)
GBV
- Zotero.Utilities.capitalizeTitle() now follows the capitalizeTitles pref, enabled by default; added |force| parameter to override
- Added context menu on metadata fields to lowercase or title case title-ish fields; only works in non-editor mode currently, since overriding the textbox context menu is more annoying
- Fixed error in capitalizeTitle() on string with just whitespace
Implemented for tags and the fulltext word index, which should speed things up a bit. Not implemented for notes and fields, since those might have multiple words -- would have to put them in the fulltext word index...
- Added pdfinfo support to determine number of PDF pages (requires custom binary)
- Automatic downloading and installation of customized Xpdf tools from zotero.org
Other changes:
- Various API Zotero.Fulltext API changes
- Prevent buggy automatic prefpane sizing
- New 'refresh' Notifier action to just reselect the currently selected item without sending a 'modify' trigger
- Zotero.File.putContents(file, str) -- can only handle ASCII text
- Zotero.isLinux property
National Bureau of Economic Research (nber.org)
NASA ADS (adsabs.harvard.edu)
SPIE Digital Library (spiedigitallibrary.aip.org)
ERIC (eric.ed.gov)
RePEc (ideas.repec.org)
Engineering Village (engineeringvillage2.org)
International Herald Tribune (iht.com)
updated translators:
InnoPAC: adds u texas austin compatibility and uc san francisco compatibility
Open WorldCat (Web): adds saved bibliography compatibility
the function is actually called copyCitationToClipboard, because it generates a single citation of multiple items if multiple items are passed to it. if this isn't the desired behavior, it's easy to change.
for some reason, passing the DOM window, rather than the URL, when creating the sandbox fixed this issue. i'm not entirely sure why this is, but it seems like the javascript on the washingtonpost.com site might be modifying document.domain in such a way that this is necessary.