Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed link checker #1652

Merged
merged 6 commits into from
Apr 7, 2015
Merged

Fixed link checker #1652

merged 6 commits into from
Apr 7, 2015

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
    Configuration menu
    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
    Configuration menu
    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
    Configuration menu
    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
    Configuration menu
    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
    Configuration menu
    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
    Configuration menu
    Copy the full SHA
    4b8efe3 View commit details
    Browse the repository at this point in the history