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

rewrite strip_nastyhtml, strip_html in Qt #1341

Merged
merged 21 commits into from
Sep 23, 2024

Commits on Sep 14, 2024

  1. Configuration menu
    Copy the full SHA
    ff59506 View commit details
    Browse the repository at this point in the history
  2. rewrite strip_nasty_html in Qt.

    and actually produce valid html:
    1. the replacement for "<body>", "<!   >", is invalid.
    2. leaving an html tag in causes the html format output to be invalid.
    tsteven4 committed Sep 14, 2024
    Configuration menu
    Copy the full SHA
    28970bb View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2024

  1. cleanup comment xstrdup

    tsteven4 committed Sep 15, 2024
    Configuration menu
    Copy the full SHA
    cb110d2 View commit details
    Browse the repository at this point in the history
  2. use regex for strip_html

    tsteven4 committed Sep 15, 2024
    Configuration menu
    Copy the full SHA
    677da95 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    40fe2ef View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b0440f7 View commit details
    Browse the repository at this point in the history
  5. Revert "fix strip_html img tag handling"

    This reverts commit b0440f7.
    tsteven4 committed Sep 15, 2024
    Configuration menu
    Copy the full SHA
    06c9727 View commit details
    Browse the repository at this point in the history
  6. Revert "strip_html deletes other tags"

    This reverts commit 40fe2ef.
    tsteven4 committed Sep 15, 2024
    Configuration menu
    Copy the full SHA
    f5eeaeb View commit details
    Browse the repository at this point in the history
  7. Revert "use regex for strip_html"

    This reverts commit 677da95.
    tsteven4 committed Sep 15, 2024
    Configuration menu
    Copy the full SHA
    a10ab75 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    7281389 View commit details
    Browse the repository at this point in the history
  9. a little cleanup

    tsteven4 committed Sep 15, 2024
    Configuration menu
    Copy the full SHA
    8e722ae View commit details
    Browse the repository at this point in the history
  10. remove obsolete include

    tsteven4 committed Sep 15, 2024
    Configuration menu
    Copy the full SHA
    08bb082 View commit details
    Browse the repository at this point in the history
  11. take care to distinguish tags with common roots

    like p, param, pre.
    tsteven4 committed Sep 15, 2024
    Configuration menu
    Copy the full SHA
    06b8027 View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2024

  1. suppress InvalidReads in qhash.

    These are known to occur per comment in qhash.cpp.
    tsteven4 committed Sep 22, 2024
    Configuration menu
    Copy the full SHA
    e75a1c9 View commit details
    Browse the repository at this point in the history
  2. supress qhash false positive with libqt6core6/jammy-updates,now 6.2.4…

    …+dfsg-2ubuntu1.1 amd64
    tsteven4 committed Sep 22, 2024
    Configuration menu
    Copy the full SHA
    34496f9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cb2799b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    06d7a71 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c64a70a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    44888b8 View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2024

  1. Configuration menu
    Copy the full SHA
    e9d8453 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3b4ad89 View commit details
    Browse the repository at this point in the history