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: 27b2de4073e2
Choose a base ref
...
head repository: getnikola/nikola
compare: 3f2837040d0d
Choose a head ref
  • 10 commits
  • 25 files changed
  • 3 contributors

Commits on Jul 27, 2015

  1. Copy the full SHA
    c49ef8c View commit details
    Browse the repository at this point in the history
  2. Recheck all client error responses (4xx) as GET requests

    Misconfigured reverse proxies and broken IIS setups return 404,
    405, or other client errors for HEAD requests. Retesting these as
    GET requests. Nikola is still a good netizen by at least trying
    to perform this operation as HEAD before going all GET.
    da2x committed Jul 27, 2015
    Copy the full SHA
    a056aba View commit details
    Browse the repository at this point in the history
  3. Typo

    da2x committed Jul 27, 2015
    Copy the full SHA
    980312b View commit details
    Browse the repository at this point in the history
  4. Include PHP in sitemaps

    da2x committed Jul 27, 2015
    Copy the full SHA
    0de18d4 View commit details
    Browse the repository at this point in the history
  5. Don’t rebuild Atom files unnecessarily often

    The corresponding index file was a poor indicator for feed file
    freshness. Rely on the posts themselves instead.
    da2x committed Jul 27, 2015
    Copy the full SHA
    c7d6486 View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2015

  1. fix #1915

    ralsina committed Jul 28, 2015
    Copy the full SHA
    7fa7899 View commit details
    Browse the repository at this point in the history
  2. pytest-cov==2.0.0

    Signed-off-by: Chris Warrick <kwpolska@gmail.com>
    Kwpolska committed Jul 28, 2015
    Copy the full SHA
    6bf7a6a View commit details
    Browse the repository at this point in the history
  3. Document task plugins

    Signed-off-by: Chris Warrick <kwpolska@gmail.com>
    Kwpolska committed Jul 28, 2015
    Copy the full SHA
    7cd6a1a View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    81066e4 View commit details
    Browse the repository at this point in the history
  5. Check (but don’t enforce) PEP 257 docstring style.

    Signed-off-by: Chris Warrick <kwpolska@gmail.com>
    Kwpolska committed Jul 28, 2015
    Copy the full SHA
    3f28370 View commit details
    Browse the repository at this point in the history