Skip to content
Please note that GitHub no longer supports your web browser.

We recommend upgrading to the latest Google Chrome or Firefox.

Learn more
Permalink
Tree: 58808ed829
Commits on Nov 8, 2019
  1. Update contributs

    adam3smith committed Nov 8, 2019
Commits on Nov 4, 2019
  1. Fix linting

    adam3smith committed Nov 4, 2019
Commits on Oct 29, 2019
  1. New Emerald Insight Translator (zotero#2037)

    adam3smith authored and zuphilip committed Oct 29, 2019
Commits on Oct 28, 2019
  1. Merge pull request zotero#2045 from zotero/dependabot/npm_and_yarn/es…

    dstillman committed Oct 28, 2019
    …lint-utils-1.4.3
    
    Bump eslint-utils from 1.3.1 to 1.4.3
  2. Bump eslint-utils from 1.3.1 to 1.4.3

    dependabot committed Oct 28, 2019
    Bumps [eslint-utils](https://github.com/mysticatea/eslint-utils) from 1.3.1 to 1.4.3.
    - [Release notes](https://github.com/mysticatea/eslint-utils/releases)
    - [Commits](mysticatea/eslint-utils@v1.3.1...v1.4.3)
    
    Signed-off-by: dependabot[bot] <support@github.com>
  3. Merge pull request zotero#2039 from kun-g/dou

    zuphilip committed Oct 28, 2019
    Douban: deal with url item and update unit tests
  4. Douban: ignore links as in Dou lists

    kun-g authored and zuphilip committed Oct 22, 2019
    Also update unit tests
Commits on Oct 27, 2019
  1. Merge pull request zotero#2040 from zuphilip/heinonline-volume

    adam3smith committed Oct 27, 2019
    Add volume info again in HeinOnline.js
    And fix linting
Commits on Oct 26, 2019
  1. Add volume info again in HeinOnline.js

    zuphilip committed Oct 26, 2019
    This solves zotero#2038.
  2. Merge pull request zotero#2033 from kun-g/master

    zuphilip committed Oct 26, 2019
    Baidu Schorlar: Fix url and scrape more data
Commits on Oct 22, 2019
  1. Merge pull request zotero#2031 from zuphilip/springer-palgrave

    zuphilip committed Oct 22, 2019
    Update Springer Books + Springer Link
  2. Import CY in RIS also for conference papers

    zuphilip committed Oct 19, 2019
    - the standard map already handle CY as place for all
      cases but for conferencePapers
    - conferencePaper should instead use C1 as place
    - however there are cases (ProCite export, RIS from
      Springer) where also for conferencePaper CY is used
      for the place
    - this is now handled directly in the degenerateMap
  3. Handle Palgrave books also with Springer translator

    zuphilip committed Oct 19, 2019
    Moreover, add the DOI in the extra field and update
    test cases. See also zotero#1996.
  4. Handle versions of papers in arXiv.org.js (zotero#1995)

    zuphilip committed Oct 22, 2019
    - Prefer latest date in arXiv.org.js [web + search]. This solves zotero#1992.
    - However, when you are on the website of the specific
    version of the paper, then it will try to find the correct
    publication date in the XML and save the version
    number as well.
    - Moreover, it will then also save the correct version of the PDF
Commits on Oct 21, 2019
  1. Merge pull request zotero#2026 from zuphilip/dblp2019

    zuphilip committed Oct 21, 2019
    Update DBLP translator
  2. Update DBLP translator

    zuphilip committed Oct 17, 2019
    This fixes zotero#2024.
Commits on Oct 20, 2019
  1. WorldCat Discovery Service: Throw error on non-RIS response

    dstillman committed Oct 20, 2019
    For me, both WorldCat Discovery Service and Open WorldCat detect on this
    page [1], but a 404 is returned for citation.ris for WDS and OW runs
    instead. Someone in the forums [2] is getting a 200 response code for a
    404 error page ("Leider nichts gefunden. Sie können in
    WorldCat-Bibliotheken fast alles finden, aber leider nicht an dieser
    Stelle."), which was causing WDS to complete without error but without
    saving anything. This changes the WDS translator to search for the "TY
    - " RIS header in the response and fail explicitly. It would probably be
    better for the RIS sub-translator to just reject if no RIS was found,
    but that might need to wait for proper async translator support.
    
    I'm also not sure why both WorldCat Discovery Service and Open WorldCat
    are triggering on the same URL. Best case, this will show a fallback
    error in the save popup. It seems like it'd be better to combine these
    into a single WorldCat translator.
    
    [1] https://www.worldcat.org/title/righteous-mind-why-good-people-are-divided-by-politics-and-religion/oclc/897080656&referer=brief_results
    [2] https://forums.zotero.org/discussion/79621/worldcat
  2. Merge pull request zotero#1987 from zuphilip/update-refer-bibix

    adam3smith committed Oct 20, 2019
     Update ReferBibIX.js
  3. Merge pull request zotero#1972 from zuphilip/marc2019

    zuphilip committed Oct 20, 2019
    Update MARC translators and fix linting issues
Commits on Oct 19, 2019
  1. Update xpath in eLibrary.ru.js (zotero#2032)

    zuphilip authored and dstillman committed Oct 19, 2019
    This fixes zotero#2030.
Commits on Oct 18, 2019
  1. Fix ProQuest multiples (zotero#2029)

    adam3smith authored and dstillman committed Oct 18, 2019
Commits on Oct 17, 2019
  1. Merge pull request zotero#2000 from zuphilip/sd-lang

    zuphilip committed Oct 17, 2019
    Add language to ScienceDirect.js + tiny update + fix linting issues
Commits on Oct 14, 2019
  1. Merge pull request zotero#2016 from zuphilip/time-update-2019

    zuphilip committed Oct 14, 2019
    Time update 2019
  2. Merge pull request zotero#2011 from fzyz999/master

    zuphilip committed Oct 14, 2019
    support download multiple items from a conference page of IEEE Xplore
  3. Consider JSON data in IEEE Xplore.js

    zuphilip committed Oct 6, 2019
    This allows us to use ISSN again, as it is
    not anymore in the BibTeX data, and moreover
    use the full firstNames for the authors.
    
    Moreover, extended the detectWeb, updated
    the (single) test cases, and fixed the
    remaining linting issues.
  4. Support multiples from a conference page of IEEE Xplore

    fzyz999 authored and zuphilip committed Sep 26, 2019
    for example: https://ieeexplore.ieee.org/xpl/conhome/7048058/proceeding
    
    fix some code style related problem
Older
You can’t perform that action at this time.