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: 4f40d85deb
Commits on Oct 12, 2019
  1. Fix and improve BibTeX parsing

    zuphilip committed Oct 12, 2019
    - In some cases the rawValue was undefined which caused
    a problem in the author field.
    - Handle electronic as webpage
    - Skip preamble
    - Improve inline documentation
Commits on Oct 11, 2019
  1. Merge pull request zotero#2019 from zuphilip/evernote-2019

    zuphilip committed Oct 11, 2019
    Fixing various problems with Evernote export
  2. Fixing various problems with Evernote export

    zuphilip committed Oct 11, 2019
    - respect that the title and tag field have fixed length
    - avoid < or > in the title and tag field
    - avoid using forbidden class and id attributes in the HTML
    of notes
    - fix linting issues
    - pretty print output
Commits on Oct 7, 2019
  1. Merge pull request zotero#2009 from zuphilip/bibtex-sharp-s

    zuphilip committed Oct 7, 2019
    Fix problems in BibTeX replacements, e.g. {\ss} for ß
  2. Merge pull request zotero#2017 from zuphilip/acs-fix-pdf-url

    zuphilip committed Oct 7, 2019
    Fix PDF url in ACS Publications.js and clean up
  3. Fix PDF url in ACS Publications.js and clean up

    zuphilip committed Oct 7, 2019
    The xpath for the PDF url (itemOpts.pdf) did match with
    two nodes and therefore outputting a concatenated non-valid
    string for it. This is fixed by focusing on the first match.
    
    Additionally try to enable PDF saving in multiples directly.
    
    Moreover, delete the different parts for High-Res PDF resp
    PDF Plus with Links, which does not exist anymore.
    
    This solves zotero#1966 now completely.
Commits on Oct 3, 2019
  1. ACM Digital Library: Fix embedded HTTP URLs when accessed via HTTPS

    dstillman committed Oct 3, 2019
    When accessing via an HTTPS proxy, the site can still embed HTTP URLs,
    which will be reproxied as HTTP. If the proxy supports HTTP, that's
    fine, but if it doesn't, saving will fail, so convert those to HTTPS
    when the current URL is also HTTPS.
Commits on Oct 2, 2019
Commits on Sep 23, 2019
Commits on Sep 18, 2019
Commits on Sep 17, 2019
  1. Fix problems in BibTeX replacements, e.g. {\ss} for ß

    zuphilip committed Sep 17, 2019
    The new replacement is more strict but will still work for the
    example given in zotero#683.
    
    Added more test cases also the initial one together with an
    example using the sharp s and one Islandic example.
Commits on Sep 16, 2019
  1. Merge pull request zotero#2008 from zuphilip/worldcat-discovery-detec…

    zuphilip committed Sep 16, 2019
    …tion
    
    Worldcat discovery detection
  2. Fix detection of WorldCat Discovery Service.js

    zuphilip committed Sep 16, 2019
    Also update tests
Commits on Sep 12, 2019
Commits on Sep 10, 2019
Commits on Sep 9, 2019
Commits on Sep 8, 2019
  1. Merge pull request zotero#1991 from zuphilip/ojs-1-jour-abbr

    zuphilip committed Sep 8, 2019
     [OJS] Delete wrong value "1" for journal abbreviation
  2. RDF: Add dc.identifier.DOI as a variant for DOI

    zuphilip committed Sep 8, 2019
    This is used by some OJS instances.
Commits on Sep 1, 2019
  1. Merge pull request zotero#1993 from zuphilip/restrict-github

    zuphilip committed Sep 1, 2019
    Restrict GitHub
  2. ACLWeb: new URL scheme for papers (zotero#1999)

    nschneid authored and zuphilip committed Sep 1, 2019
    This fixes zotero#1998.
  3. Merge pull request zotero#1989 from zuphilip/amazon-gateway-fix

    zuphilip committed Sep 1, 2019
     Update Amazon.js
Commits on Aug 29, 2019
  1. 🎨 Fix linting issues with Github.js

    zuphilip committed Aug 29, 2019
    The function getAuthor() was never used also
    not at the very start of this translator and
    therefore now deleted completely.
Commits on Aug 14, 2019
  1. Merge pull request zotero#1990 from zuphilip/youtube-simplify

    zuphilip committed Aug 14, 2019
    Switch YouTube.js to more direct extraction
  2. [OJS] Delete wrong value "1" for journal abbreviation

    zuphilip committed Aug 14, 2019
    This fixes https://forums.zotero.org/discussion/78670/open-journal-systems-translator-journal-abbreviations
    
    Update (most) test cases and fix thereby also a problem with
    missing abstract.
    
    Two test cases are not yet updated, because the OJS instances
    seemed not to produce much meta tags. I have written them and
    ask for better support of biblographic metadata.
Commits on Aug 11, 2019
  1. Switch YouTube.js to more direct extraction

    zuphilip committed Aug 11, 2019
    The relevant JSON data is now in the body and more
    nested to easily extract from. However, it seems that
    all information (except tages whic aren't great at all)
    can also been extracted otherwise.
    
    The tests are not working in Scaffold and multiples seems
    also not to work properly at all.
    
    This fixes the problems reported e.g.
    https://forums.zotero.org/discussion/comment/337315
  2. Update Amazon.js such that all tests work again

    zuphilip committed Aug 11, 2019
    - abstract will work in practice but currently not within
    Scaffold
    - switch detection to digital product class and use
    storeID only if that does not work
    - fix multiples of search pages and author pages
    - update tests, add nits
    - add test with gateway parameter
    
    This solves zotero#1985.
Commits on Aug 7, 2019
Commits on Aug 1, 2019
  1. Merge pull request zotero#1984 from zuphilip/amazon-gateway-fix

    dstillman committed Aug 1, 2019
    Add alternative detection in Amazon.js
  2. Add alternative detection in Amazon.js

    zuphilip committed Aug 1, 2019
    This fixes zotero#1936, i.e. when s=gateway is part of the url.
Commits on Jul 22, 2019
  1. Merge pull request zotero#1965 from i3v/master

    zuphilip committed Jul 22, 2019
    Fixes for eLibrary.ru
Older
You can’t perform that action at this time.