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: lkiesow/python-feedgen
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.6.1
Choose a base ref
...
head repository: lkiesow/python-feedgen
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.7.0
Choose a head ref
  • 17 commits
  • 21 files changed
  • 5 contributors

Commits on Sep 12, 2017

  1. Add Simple GeoRSS support

    bobbrez committed Sep 12, 2017
    Configuration menu
    Copy the full SHA
    c0a1acc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ae5759d View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2017

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

Commits on Oct 27, 2017

  1. added order parameter to add_entry()

    Commit 7706033 changed the order
    in which new entries are added to a feed. This commit allows the
    user to choose the order herself.
    arne-cl committed Oct 27, 2017
    Configuration menu
    Copy the full SHA
    6aead0a View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2018

  1. Configuration menu
    Copy the full SHA
    95d6fd3 View commit details
    Browse the repository at this point in the history
  2. Use isort to sort import

    …so that they all have the same structure.
    lkiesow committed Mar 4, 2018
    Configuration menu
    Copy the full SHA
    9026316 View commit details
    Browse the repository at this point in the history
  3. Fix Travis Builds

    This patch fixes the Travis builds which were broken due to new Flake8
    versions which complained about previously accepted code.
    lkiesow committed Mar 4, 2018
    Configuration menu
    Copy the full SHA
    dd15d63 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fccb05f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1da5e4f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e2a8c43 View commit details
    Browse the repository at this point in the history
  7. Fixed indentation of pull request #70

    The patch mixed tabs and spaces…
    lkiesow committed Mar 4, 2018
    Configuration menu
    Copy the full SHA
    45189d0 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    2d9e85d View commit details
    Browse the repository at this point in the history
  9. Fixed GeoRSS Extemsion

    This patch fixes a few issues with pzll request #66 which adds supprt
    for a simple GeoRSS extension.
    lkiesow committed Mar 4, 2018
    Configuration menu
    Copy the full SHA
    27e9cd0 View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2018

  1. Consistent method naming

    This patch renames the entries `pubdate` method to `pubDate` to be
    consistent with the feed's method as well as the documentation. Note
    that for now, the old method is preserved as well but is marked as
    deprecated and to be removed.
    
    This fixes #71
    lkiesow committed Apr 29, 2018
    Configuration menu
    Copy the full SHA
    7a053dc View commit details
    Browse the repository at this point in the history

Commits on May 19, 2018

  1. Merge branch 71-pubDate

    lkiesow committed May 19, 2018
    Configuration menu
    Copy the full SHA
    d6e02af View commit details
    Browse the repository at this point in the history
  2. Disable sudo on Travis

    This patch disables sudo on Travis to enable faster builds.
    lkiesow committed May 19, 2018
    Configuration menu
    Copy the full SHA
    5b0a404 View commit details
    Browse the repository at this point in the history
  3. Release 0.7.0

    - New spec file based on Fedora packaging
    - Parameter to define the order of feed entries
    - Added GeoRSS extension
    - Fixed pubDate name
    lkiesow committed May 19, 2018
    Configuration menu
    Copy the full SHA
    15dfb77 View commit details
    Browse the repository at this point in the history
Loading