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: 43488088f22c
Choose a base ref
...
head repository: getnikola/nikola
compare: 9842055c42f9
Choose a head ref
  • 3 commits
  • 3 files changed
  • 1 contributor

Commits on Jan 4, 2015

  1. exit(8) if post title already exists

    Signed-off-by: Chris Warrick <kwpolska@gmail.com>
    Kwpolska committed Jan 4, 2015
    Copy the full SHA
    07c8324 View commit details
    Browse the repository at this point in the history
  2. Don’t copy existing themes to local site.

    This can be dangerous, because our themes are constantly updated.
    An outdated theme can lead to unexpected breakage — as was
    experienced by users when upgrading to Nikola v7.0.0.
    
    Inheritance should be used instead.
    
    Signed-off-by: Chris Warrick <kwpolska@gmail.com>
    Kwpolska committed Jan 4, 2015
    Copy the full SHA
    e490008 View commit details
    Browse the repository at this point in the history
  3. Support rendering templates to strings in site.

    This adds a way to render templates to strings, with the full context.
    
    For the comet_cms project.
    
    cc @hhirsch
    
    Signed-off-by: Chris Warrick <kwpolska@gmail.com>
    Kwpolska committed Jan 4, 2015
    Copy the full SHA
    9842055 View commit details
    Browse the repository at this point in the history