Skip to content
Permalink
Tree: fa3e381a57
Commits on Apr 12, 2019
  1. MODS: Fix linting

    adam3smith committed Apr 12, 2019
Commits on Apr 7, 2019
  1. Merge pull request #1135 from adam3smith/DOI

    adam3smith committed Apr 7, 2019
    [don't merge] Switch DOI to DOI.org
Commits on Apr 5, 2019
  1. Merge pull request #1918 from GuyAglionby/fix-researchgate

    adam3smith committed Apr 5, 2019
    Fix researchgate
Commits on Apr 4, 2019
  1. Merge pull request #1910 from adam3smith/primo-500

    adam3smith committed Apr 4, 2019
    Allow for 500 error in PNX requests
  2. locally disable no-loop-func

    adam3smith committed Apr 4, 2019
  3. linting: Allow camelcase exception

    adam3smith committed Apr 4, 2019
    As per #1924
  4. Merge pull request #13 from retorquere/adam3smith-DOI

    adam3smith committed Apr 4, 2019
    treewalker is substantially faster than xpath
Commits on Apr 3, 2019
Commits on Apr 2, 2019
  1. address lint reports

    retorquere committed Apr 2, 2019
  2. Fix most linting errors

    adam3smith committed Apr 2, 2019
Commits on Apr 1, 2019
  1. Careful with indexOf-->includes...

    adam3smith committed Apr 1, 2019
  2. Stray space introduced by fix(?)

    adam3smith committed Apr 1, 2019
  3. Allow unused search functions (#1923)

    adam3smith authored and dstillman committed Apr 1, 2019
    Same logic as #1916
  4. Fix ESLint validation

    adam3smith committed Apr 1, 2019
  5. Allow unused "detectImport" (#1916)

    retorquere authored and dstillman committed Apr 1, 2019
  6. Inherit ESLint config

    dstillman committed Apr 1, 2019
    But override no-unused-vars, which doesn't work for translators
Commits on Mar 30, 2019
  1. Merge pull request #1920 from GuyAglionby/fix-semanticscholar

    adam3smith committed Mar 30, 2019
    Fix & extend semantic scholar
  2. Extend semantic scholar to work from pdf

    GuyAglionby committed Mar 30, 2019
  3. Add atob as a valid global when linting (#1919)

    GuyAglionby authored and dstillman committed Mar 30, 2019
  4. Fix ResearchGate linting errors

    GuyAglionby committed Mar 30, 2019
Commits on Mar 29, 2019
  1. [arxiv] Replace CrossRef with DOI search

    adam3smith committed Mar 29, 2019
    Also fix a couple of loop notations & similar nits
Commits on Mar 28, 2019
  1. Runs eslint only on changed translators (closes #1900) (#1915)

    retorquere authored and dstillman committed Mar 28, 2019
  2. report non-AGPL rather than saying license is missing (#1914)

    retorquere authored and dstillman committed Mar 28, 2019
  3. Linting for translators

    retorquere authored and dstillman committed Mar 28, 2019
    It looks a little baroque, I know, but the current implementation achieves a few goals I think are interesting:
    
    * First of all, it allows --fix
    * It does this while retaining the processor. Retaining the processor means that vscode and other editors that have eslint support can load translators -- otherwise they would error out on the header.
    * No temporary files
    * Monkey-patches notice/notice so it can --fix a missing license comment using information from the header
    
    Fix inside editors is not (currently) possible because
    they must load the plugin processor; eslint [does not support](eslint/eslint#5121) the fix/processor
    combo, and looking at that discussion, it does not seem it will.
  4. More cleanup:

    adam3smith committed Mar 28, 2019
    - Rename as spotted by Dan
    - Use @zuphilip 's code instead of escape
    - Remove old URL in examples for CrossRef
    - Use article number if there are no page ranges for CrossRef
Commits on Mar 27, 2019
  1. ESLint: Remove 'strict' rule

    dstillman committed Mar 27, 2019
    ESLint already checks the most important things that strict mode
    enforces, adding it to every file is annoying, and it makes ESLint
    handling more complicated.
    
    #1895 (comment)
Commits on Mar 26, 2019
  1. Allow for 500 error in PNX requests

    adam3smith committed Mar 26, 2019
Commits on Mar 24, 2019
  1. Update timestamp again to debug deployment failure

    dstillman committed Mar 24, 2019
Older
You can’t perform that action at this time.