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

Bugfixes and minor improvements #1809

Merged
merged 3 commits into from
Sep 8, 2024
Merged

Commits on Sep 6, 2024

  1. Support "issued" tag as Atom publication date

    Google Mail feeds have been observed with this `issued` tag.
    Also change to test first the strings conforming to the official
    specifications.
    
    https://datatracker.ietf.org/doc/html/rfc4287
    https://validator.w3.org/feed/docs/atom.html
    barijaona committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    ebdfb93 View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2024

  1. Fix InfoWindow's feed validation on query based URLs

    Fix Validate button to pass correctly the feed's URL string to the
    validator page (https://validator.w3.org/feed/check.cgi) when the feed
    URL itself contains a query.
    Problem seen on Flickr's feeds, as well as on rss-bridge.org or YouTube
    feeds.
    
    Also: do not change inconsiderately the content of the URL field
    barijaona committed Sep 7, 2024
    Configuration menu
    Copy the full SHA
    648eea6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    180a95e View commit details
    Browse the repository at this point in the history