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: getnikola/nikola
base: 50939998eab6
Choose a base ref
...
head repository: getnikola/nikola
compare: 958ff91d7e93
Choose a head ref
  • 5 commits
  • 3 files changed
  • 2 contributors

Commits on Feb 27, 2017

  1. Refactor generic_rss_renderer into components

    Split out separate generic_rss_feed and utils.rss_writer from
    generic_rss_renderer. This allows generic_rss_feed and utils.rss_writer
    to be used by plugins to generate and write out rss feeds, but to modify
    them between initial generation and writing.
    anderbubble committed Feb 27, 2017
    Copy the full SHA
    df8477f View commit details
    Browse the repository at this point in the history
  2. Make ExtendedItem.creator optional

    Using kw.pop to get a `creator` kwarg from ExtendedItem.__init__
    makes `creator` required, but later code treats it as potentially
    False or None. Allow it to actually be optional (with default value
    None) to make ExtendedItem easier to subclass.
    anderbubble committed Feb 27, 2017
    Copy the full SHA
    16395d3 View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2017

  1. Copy the full SHA
    0f94642 View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2017

  1. Copy the full SHA
    4c83bf1 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #2686 from anderbubble/features/generic-rss-render…

    …er-refactor
    
    generic_rss_renderer refactor
    Kwpolska committed Mar 25, 2017
    Copy the full SHA
    958ff91 View commit details
    Browse the repository at this point in the history