Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: gjtorikian/html-proofer
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v5.0.9
Choose a base ref
...
head repository: gjtorikian/html-proofer
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v5.0.10
Choose a head ref
  • 20 commits
  • 28 files changed
  • 6 contributors

Commits on May 8, 2024

  1. simplify

    gjtorikian committed May 8, 2024
    Configuration menu
    Copy the full SHA
    ee2c50e View commit details
    Browse the repository at this point in the history

Commits on May 13, 2024

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

    gionn committed May 13, 2024
    Configuration menu
    Copy the full SHA
    3925d53 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #841 from gionn/patch-1

    Fixup typhoeus arg usage in README
    gjtorikian authored May 13, 2024
    Configuration menu
    Copy the full SHA
    3aa6347 View commit details
    Browse the repository at this point in the history

Commits on May 23, 2024

  1. Added test for UTF-8 encoded internal links

    There wasn't a specific test for this, and it fails on some setups.
    
    The link in the fixture is a direct copy-paste from one that fails on my project.
    
    But the test passes on this test suite... So there is something else going on.
    
    Relates to #757
    ahpook committed May 23, 2024
    Configuration menu
    Copy the full SHA
    4958ecb View commit details
    Browse the repository at this point in the history
  2. Reproducible case for anchor link encoding failures

    Looking a little deeper into the source code of the failures, I noticed that not _all_ the non-ASCII links were failing, only some of them. The site gets built with relative links between pages, and it was links to another page with a "../page/#hash" syntax which failed.
    
    This commit adds a test directory which mimics that structure and reliably reproduces the error... I think!
    ahpook committed May 23, 2024
    2 Configuration menu
    Copy the full SHA
    5534884 View commit details
    Browse the repository at this point in the history
  3. Fix trailing whitespace

    ahpook committed May 23, 2024
    Configuration menu
    Copy the full SHA
    3748112 View commit details
    Browse the repository at this point in the history

Commits on May 29, 2024

  1. Merge pull request #842 from ahpook/check-utf8-relative-anchors

    Check utf8 relative anchors
    gjtorikian authored May 29, 2024
    Configuration menu
    Copy the full SHA
    4cc3f62 View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2024

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

Commits on Aug 3, 2024

  1. Merge pull request #845 from MakWigglz/main

    Fix variable assignment in index.php
    gjtorikian authored Aug 3, 2024
    Configuration menu
    Copy the full SHA
    3800c70 View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2024

  1. Correct README example

    gjtorikian committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    f983709 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #847 from gjtorikian/fix-docs

    Correct README example
    gjtorikian authored Aug 19, 2024
    Configuration menu
    Copy the full SHA
    5903360 View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2025

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

Commits on Feb 21, 2025

  1. expect a UA

    gjtorikian committed Feb 21, 2025
    Configuration menu
    Copy the full SHA
    f81132f View commit details
    Browse the repository at this point in the history
  2. update rubocop

    gjtorikian committed Feb 21, 2025
    Configuration menu
    Copy the full SHA
    cd63db6 View commit details
    Browse the repository at this point in the history
  3. lint

    gjtorikian committed Feb 21, 2025
    Configuration menu
    Copy the full SHA
    9a870f6 View commit details
    Browse the repository at this point in the history
  4. 💎 5.0.10

    gjtorikian committed Feb 21, 2025
    Configuration menu
    Copy the full SHA
    f44aa4c View commit details
    Browse the repository at this point in the history
  5. Merge pull request #851 from paulroub/srcset-sizes-fail

    Handle multiple srcsets when first is remote (fixes #850)
    gjtorikian authored Feb 21, 2025
    Configuration menu
    Copy the full SHA
    3ecb630 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    117fc37 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #852 from gjtorikian/release/v5.0.10

    [skip test] Release v5.0.10
    gjtorikian authored Feb 21, 2025
    Configuration menu
    Copy the full SHA
    527109a View commit details
    Browse the repository at this point in the history
Loading