Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added Fetcher for ISIDORE #10518

Merged
merged 51 commits into from
Jan 16, 2024
Merged

Added Fetcher for ISIDORE #10518

merged 51 commits into from
Jan 16, 2024

Commits on Oct 17, 2023

  1. ADD ISIDOREFetcher

    Created a fetcher that would automatically fill referencing information from ISIDORE. Unfortunately the XML files are not always formatted the same way which increased the number of methods in this fetcher compared to the others.
    Tal Shy-Tielen committed Oct 17, 2023
    Configuration menu
    Copy the full SHA
    fb2222e View commit details
    Browse the repository at this point in the history
  2. ADD ISIDOREFetcher to WebFetchers

    Added the ISIDOREFetcher to the list of WebFetchers, on line 149.
    Tal Shy-Tielen committed Oct 17, 2023
    Configuration menu
    Copy the full SHA
    7d65239 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0f87aed View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6d02f06 View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2023

  1. ADD ISIDOREFetcherTest.java

    Added tests for the ISIDORE fetcher.
    Tal Shy-Tielen committed Oct 18, 2023
    Configuration menu
    Copy the full SHA
    25e4985 View commit details
    Browse the repository at this point in the history
  2. FIX ISIDOREFetcher.java

    Fixed case where doi would not be added correctly.
    Tal Shy-Tielen committed Oct 18, 2023
    Configuration menu
    Copy the full SHA
    060b388 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'fix-for-issue-10423' of https://github.com/u7492883/jabref

     into fix-for-issue-10423
    Tal Shy-Tielen committed Oct 18, 2023
    Configuration menu
    Copy the full SHA
    3037d9a View commit details
    Browse the repository at this point in the history
  4. ADD ISIDORE privacy policy

    Added ISIDORE's privacy policy link to PRIVACY.md.
    Tal Shy-Tielen committed Oct 18, 2023
    Configuration menu
    Copy the full SHA
    ea6988e View commit details
    Browse the repository at this point in the history
  5. ADD ISIDORE fetcher to CHANGELOG.md

    Tal Shy-Tielen committed Oct 18, 2023
    Configuration menu
    Copy the full SHA
    403bf06 View commit details
    Browse the repository at this point in the history
  6. ADD issue number before link.

    Tal Shy-Tielen committed Oct 18, 2023
    Configuration menu
    Copy the full SHA
    6d286fe View commit details
    Browse the repository at this point in the history
  7. REMOVE stacktrace message from ISIDOREFetcher.java

    Tal Shy-Tielen committed Oct 18, 2023
    Configuration menu
    Copy the full SHA
    e50b370 View commit details
    Browse the repository at this point in the history
  8. FIX static analysis issue with ISIDOREFetcher.java.

    Tal Shy-Tielen committed Oct 18, 2023
    Configuration menu
    Copy the full SHA
    39496eb View commit details
    Browse the repository at this point in the history
  9. REMOVED inverted booleans

    Tal Shy-Tielen committed Oct 18, 2023
    Configuration menu
    Copy the full SHA
    664a933 View commit details
    Browse the repository at this point in the history
  10. FIX using replace instead of replaceALL

    Tal Shy-Tielen committed Oct 18, 2023
    Configuration menu
    Copy the full SHA
    bcd405c View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2023

  1. FIX string equals avoids null

    Tal Shy-Tielen committed Oct 19, 2023
    Configuration menu
    Copy the full SHA
    c08beb0 View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2023

  1. Configuration menu
    Copy the full SHA
    38b9d33 View commit details
    Browse the repository at this point in the history
  2. EDIT moved parser creation into constructor.

    Tal Shy-Tielen committed Oct 20, 2023
    Configuration menu
    Copy the full SHA
    48def73 View commit details
    Browse the repository at this point in the history
  3. FIX added constant values and removed abstract (due to copyright risk…

    …s) and fixed typo.
    Tal Shy-Tielen committed Oct 20, 2023
    Configuration menu
    Copy the full SHA
    b246a0d View commit details
    Browse the repository at this point in the history
  4. FIX made ISIDOREFetcherTest.java more readable.

    Tal Shy-Tielen committed Oct 20, 2023
    Configuration menu
    Copy the full SHA
    86e4ba4 View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2023

  1. EDIT use //s instead of looking for multiple spaces

    Tal Shy-Tielen committed Oct 21, 2023
    Configuration menu
    Copy the full SHA
    ca69df7 View commit details
    Browse the repository at this point in the history
  2. ADD comment about publisher format.

    Tal Shy-Tielen committed Oct 21, 2023
    Configuration menu
    Copy the full SHA
    81c2172 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8f45b03 View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2023

  1. EDIT made test cases more readable and intuitive based on comments fr…

    …om pull request.
    Tal Shy-Tielen committed Oct 22, 2023
    Configuration menu
    Copy the full SHA
    e15a3aa View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0ca60b9 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'fix-for-issue-10423' of https://github.com/u7492883/jabref

     into fix-for-issue-10423
    Tal Shy-Tielen committed Oct 22, 2023
    Configuration menu
    Copy the full SHA
    4dacce8 View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2023

  1. Merge branch 'main' of https://github.com/jabref/jabref into fix-for-…

    …issue-10423
    
    # Conflicts:
    #	CHANGELOG.md
    Tal Shy-Tielen committed Oct 29, 2023
    Configuration menu
    Copy the full SHA
    065c4cf View commit details
    Browse the repository at this point in the history
  2. ADD added message to CHANGELOG.md

    Tal Shy-Tielen committed Oct 29, 2023
    Configuration menu
    Copy the full SHA
    db4a9ad View commit details
    Browse the repository at this point in the history
  3. FIX style compliace for CHANGELOG.md

    Tal Shy-Tielen committed Oct 29, 2023
    Configuration menu
    Copy the full SHA
    620f719 View commit details
    Browse the repository at this point in the history
  4. FIX remove quotation marks from title

    Tal Shy-Tielen committed Oct 29, 2023
    Configuration menu
    Copy the full SHA
    0553443 View commit details
    Browse the repository at this point in the history
  5. EDIT moved documentBuilder out of Parser

    Tal Shy-Tielen committed Oct 29, 2023
    Configuration menu
    Copy the full SHA
    80e1088 View commit details
    Browse the repository at this point in the history
  6. FIX moved Isidore Fetcher into unreleased. I missed something when me…

    …rging.
    Tal Shy-Tielen committed Oct 29, 2023
    Configuration menu
    Copy the full SHA
    4702d14 View commit details
    Browse the repository at this point in the history
  7. FIX test case after fixing quotation marks in title

    Tal Shy-Tielen committed Oct 29, 2023
    Configuration menu
    Copy the full SHA
    1e3f3a3 View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2023

  1. Configuration menu
    Copy the full SHA
    ae49b38 View commit details
    Browse the repository at this point in the history
  2. add xml output

    Siedlerchr committed Nov 2, 2023
    Configuration menu
    Copy the full SHA
    fdf40fd View commit details
    Browse the repository at this point in the history
  3. fck fetcher

    Siedlerchr committed Nov 2, 2023
    Configuration menu
    Copy the full SHA
    b3e7d59 View commit details
    Browse the repository at this point in the history
  4. fck fetcher

    Siedlerchr committed Nov 2, 2023
    Configuration menu
    Copy the full SHA
    5c09c36 View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2023

  1. add accept header

    Siedlerchr committed Nov 4, 2023
    Configuration menu
    Copy the full SHA
    cd6d630 View commit details
    Browse the repository at this point in the history

Commits on Dec 26, 2023

  1. Configuration menu
    Copy the full SHA
    8e3eb37 View commit details
    Browse the repository at this point in the history
  2. fix fetcher

    Co-authored-by: Oliver Kopp <[email protected]>
    Siedlerchr and koppor committed Dec 26, 2023
    Configuration menu
    Copy the full SHA
    50e4205 View commit details
    Browse the repository at this point in the history
  3. Fix checkstyle

    koppor committed Dec 26, 2023
    Configuration menu
    Copy the full SHA
    d00eeb1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e96cfef View commit details
    Browse the repository at this point in the history
  5. Fix checkstyle issues

    koppor committed Dec 26, 2023
    Configuration menu
    Copy the full SHA
    b8c8f68 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    92cf060 View commit details
    Browse the repository at this point in the history
  7. remove duplicate test

    koppor committed Dec 26, 2023
    Configuration menu
    Copy the full SHA
    87f17bc View commit details
    Browse the repository at this point in the history

Commits on Jan 8, 2024

  1. Configuration menu
    Copy the full SHA
    5b04053 View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2024

  1. Configuration menu
    Copy the full SHA
    d4d08e0 View commit details
    Browse the repository at this point in the history
  2. More modern "Word" class

    koppor committed Jan 9, 2024
    Configuration menu
    Copy the full SHA
    b71ef06 View commit details
    Browse the repository at this point in the history
  3. openRewrite

    koppor committed Jan 9, 2024
    Configuration menu
    Copy the full SHA
    baa4038 View commit details
    Browse the repository at this point in the history

Commits on Jan 15, 2024

  1. Configuration menu
    Copy the full SHA
    42bac2b View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2024

  1. Configuration menu
    Copy the full SHA
    a0dfb2d View commit details
    Browse the repository at this point in the history
  2. Fix checkstyle

    koppor committed Jan 16, 2024
    Configuration menu
    Copy the full SHA
    247ec3e View commit details
    Browse the repository at this point in the history