Skip to content
Permalink
Tree: 4a58261422
Commits on Feb 1, 2019
  1. Re-introduce changes from zotero#1814 (zotero#1818)

    adam3smith committed Feb 1, 2019
    But this time without breaking stuff...
Commits on Jan 31, 2019
  1. Revert zotero#1814 for BibTeX.js

    zuphilip committed Jan 31, 2019
  2. Sverige Radio: Update the way to retrieve date to match the new format (

    sebastian-berlin-wmse authored and adam3smith committed Jan 31, 2019
    zotero#1808)
    
    Also updated some tests that were outdated.
  3. Get citekey from future citationKey or extract from extra field (zote…

    retorquere authored and adam3smith committed Jan 31, 2019
    …ro#1814)
    
    * BibLaTex, BibTeX, TEI, CSL JSON
    * CSL JSON id is useful for pandoc; TEI was already updated for .citationKey but didn't have the extra-field parser
Commits on Jan 22, 2019
  1. TEI: Use Better BibTeX citation key if available (zotero#1810)

    adunning authored and adam3smith committed Jan 22, 2019
    This will use the citation key generated by Better BibTeX for Zotero as the `xml:id` if it is available. If that add-on is not enabled, this change has no effect. Solution from @retorquere in <retorquere/zotero-better-bibtex#1124>.
    
    Note discussion on PR at zotero#1810
Commits on Jan 16, 2019
  1. NYT: Disable snapshot saving

    dstillman committed Jan 16, 2019
Commits on Jan 14, 2019
Commits on Jan 10, 2019
  1. PubMed: Fix checkbox support

    dstillman committed Jan 10, 2019
Commits on Jan 7, 2019
  1. Don't try to look up PMIDs via Crossref

    dstillman committed Jan 7, 2019
    PMIDs are converted to OpenURL context objects, which Crossref can
    handle in some cases, but as far as I can tell PMIDs aren't supported
    and should just be retrieved from PubMed.
  2. Update PubMed translator to use HTTPS

    dstillman committed Jan 7, 2019
    This includes PMID lookup via Add Item by Identifier
Commits on Dec 26, 2018
  1. EBSCOhost: Fix PDF downloads via some proxy servers

    dstillman committed Dec 26, 2018
    Depends on zotero/zotero#1612, which will be in Zotero Connector 5.0.51
Commits on Dec 18, 2018
Commits on Dec 17, 2018
Commits on Dec 14, 2018
Commits on Nov 28, 2018
Commits on Nov 26, 2018
  1. Use JSON-LD for Die Zeit.js (zotero#1786)

    zuphilip authored and adam3smith committed Nov 26, 2018
    This fixes zotero#1785.
Commits on Nov 25, 2018
Commits on Nov 18, 2018
  1. GMS German Medical Science.js: English website (zotero#1778)

    Sebastian authored and zuphilip committed Nov 18, 2018
    The journal website is available in German and English, the translator
    works identically for both.
Commits on Nov 16, 2018
  1. Google Scholar: Don't try to save snapshot if same as full text URL

    dstillman committed Nov 16, 2018
    For results that were just PDF pages, this would cause an open/save
    dialog to pop up, since Zotero tried to open what it was told was
    text/html and get a PDF instead.
    
    Also change "Fulltext" attachment title to "Full Text"
Commits on Nov 12, 2018
  1. Espacenet: Bug fixes and minor improvements (zotero#1748)

    pjalet authored and adam3smith committed Nov 12, 2018
    * Bug fix (issue with locale identification) and minor improvements
    
    Locale identification failed because the URL may end with an # -> fixed with new regex on line 93.
    Using secondaryInventors  and secondaryApplicants led to duplicates -> fixed by using inventors and applicants instead (l. 156, 165)
    Names from inventors and applicants include country code in brackets -> fixed with modified regex on line 129.
    Case correction did not work when some names where upper case and some not -> fixde by eliminating test on line 131 and going first to lower case on line 132.
    Catching the application number through default case led to inclusion of parasitic text ("global dossier") -> fixed with specific case and XPath on line 190
    Current patent number is directly accessible through navigation block on left of the page, so that text cleanup is not necessary -> new assignement on line 204.
Commits on Nov 4, 2018
  1. Update PyPI.js (zotero#1779)

    zuphilip authored and adam3smith committed Nov 4, 2018
    * Use version instead of versionNumber
Commits on Nov 1, 2018
  1. Only use one of citation_author, citation_authors (zotero#1777)

    zuphilip authored and adam3smith committed Nov 1, 2018
    Generally, we prefer citation_author with individual values
    for each author. However in MDPI journals both metadata are
    present but the initials are only part of citation_authors.
    
    This fixes zotero#1773.
Commits on Oct 21, 2018
  1. Fix Primo failures due to non-ignored 404s

    dstillman committed Oct 21, 2018
    zotero/zotero@0535999
    
    Requires Zotero Connector 5.0.43 to work
Commits on Oct 13, 2018
Commits on Oct 12, 2018
  1. Update newspapers.com.js to handle new markup (zotero#1765)

    pbinkley authored and adam3smith committed Oct 12, 2018
    Keep returning ISO dates
  2. ORCID does not provide put-codes anymore in the website (zotero#1764)

    zuphilip authored and adam3smith committed Oct 12, 2018
    We need now first an API call to receive the put-codes,
    with which we then can do calls for an individual work
    in CSL-JSON.
    
    * Avoid duplicates from works in the same activity group
Older
You can’t perform that action at this time.