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: b2941103306b
Choose a base ref
...
head repository: getnikola/nikola
compare: c4770e3c3682
Choose a head ref
  • 7 commits
  • 2 files changed
  • 2 contributors

Commits on Apr 5, 2015

  1. Fixed link checker behaviour for absolute and full-path URL styles

    This patch fixes two issues: 'str' object has no attribute 'path' error
    message and wrong computation of the relative file path with full-path
    URLs and non-root deployment (e.g. BASE_URL =
    ‘http://getnikola.com/foo/')
    hiliev committed Apr 5, 2015
    Copy the full SHA
    51ee4cb View commit details
    Browse the repository at this point in the history
  2. Update CHANGES.txt

    Update it.
    hiliev committed Apr 5, 2015
    Copy the full SHA
    d0117e7 View commit details
    Browse the repository at this point in the history
  3. Revert "Update CHANGES.txt"

    This reverts commit d0117e7.
    hiliev committed Apr 5, 2015
    Copy the full SHA
    1c0b97b View commit details
    Browse the repository at this point in the history
  4. Merge remote-tracking branch 'getnikola/master' into fixed-link-check…

    …er before creatin a pull request.
    hiliev committed Apr 5, 2015
    Copy the full SHA
    d392a43 View commit details
    Browse the repository at this point in the history
  5. Updated CHANGES.txt

    hiliev committed Apr 5, 2015
    Copy the full SHA
    fc5ce33 View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2015

  1. Fixed path conversion under Windows

    Do not strip the first character in the path.
    hiliev committed Apr 7, 2015
    Copy the full SHA
    4b8efe3 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1652 from hiliev/fixed-link-checker

    Fixed link checker
    Kwpolska committed Apr 7, 2015
    Copy the full SHA
    c4770e3 View commit details
    Browse the repository at this point in the history