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

URI-escape image filenames #10268

Merged
merged 23 commits into from Oct 13, 2022
Merged

URI-escape image filenames #10268

merged 23 commits into from Oct 13, 2022

Commits on Mar 16, 2022

  1. Escape image filenames

    Without this change, local images with `#` in their name result in incorrect URLs
    
    There is already a similar call to `urllib.parse.quote` for file downloads, suggesting this is a sensible approach.
    eric-wieser committed Mar 16, 2022
    Copy the full SHA
    68ef3ed View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2022

  1. half of a test...

    eric-wieser committed Mar 20, 2022
    Copy the full SHA
    8235359 View commit details
    Browse the repository at this point in the history
  2. Update test_build_html.py

    eric-wieser committed Mar 20, 2022
    Copy the full SHA
    7792ba9 View commit details
    Browse the repository at this point in the history
  3. Add files via upload

    eric-wieser committed Mar 20, 2022
    Copy the full SHA
    4a9c806 View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2022

  1. Fix broken testcases

    tk0miya committed Mar 26, 2022
    Copy the full SHA
    b0654bf View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    902d03f View commit details
    Browse the repository at this point in the history
  3. fix latex build

    eric-wieser committed Mar 26, 2022
    Copy the full SHA
    85779c8 View commit details
    Browse the repository at this point in the history
  4. try again

    eric-wieser committed Mar 26, 2022
    Copy the full SHA
    a029b83 View commit details
    Browse the repository at this point in the history
  5. fix for real

    eric-wieser committed Mar 26, 2022
    Copy the full SHA
    f66e81a View commit details
    Browse the repository at this point in the history
  6. fix flake

    eric-wieser committed Mar 26, 2022
    Copy the full SHA
    1f82330 View commit details
    Browse the repository at this point in the history
  7. maybe?

    eric-wieser committed Mar 26, 2022
    Copy the full SHA
    d0fe52c View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2022

  1. Copy the full SHA
    78fd83a View commit details
    Browse the repository at this point in the history
  2. isort

    AA-Turner committed Oct 5, 2022
    Copy the full SHA
    69d338f View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2022

  1. Copy the full SHA
    9044afc View commit details
    Browse the repository at this point in the history
  2. Fix matching

    AA-Turner committed Oct 13, 2022
    Copy the full SHA
    49d6a41 View commit details
    Browse the repository at this point in the history
  3. Move to new test root

    AA-Turner committed Oct 13, 2022
    Copy the full SHA
    927ef07 View commit details
    Browse the repository at this point in the history
  4. Revert "Fix matching"

    This reverts commit 49d6a41.
    AA-Turner committed Oct 13, 2022
    Copy the full SHA
    7f35307 View commit details
    Browse the repository at this point in the history
  5. only run epubcheck

    AA-Turner committed Oct 13, 2022
    Copy the full SHA
    e2b2b0a View commit details
    Browse the repository at this point in the history
  6. Move to new test root

    AA-Turner committed Oct 13, 2022
    Copy the full SHA
    ccc4b96 View commit details
    Browse the repository at this point in the history
  7. Revert "only run epubcheck"

    This reverts commit e2b2b0a.
    AA-Turner committed Oct 13, 2022
    Copy the full SHA
    109e874 View commit details
    Browse the repository at this point in the history
  8. ADD CHANGES entry

    AA-Turner committed Oct 13, 2022
    Copy the full SHA
    a410042 View commit details
    Browse the repository at this point in the history
  9. Test Env

    AA-Turner committed Oct 13, 2022
    Copy the full SHA
    b85cecd View commit details
    Browse the repository at this point in the history
  10. Update CHANGES

    AA-Turner committed Oct 13, 2022
    Copy the full SHA
    052ac92 View commit details
    Browse the repository at this point in the history