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/plugins
base: 3f0a20883f7d
Choose a base ref
...
head repository: getnikola/plugins
compare: d2e13b2e17e4
Choose a head ref
  • 3 commits
  • 4 files changed
  • 2 contributors

Commits on Feb 20, 2016

  1. Added new plugin "issue_role"

    This plugin adds a new reST role ":issue:", that converts
    issue IDs to URLs pointing to an issue tracker.
    
    Currently, the issue tracker's URL needs to be configured
    in the issue_role.py plugin file until I have figured out
    how to obtain this as a configuration option from conf.py
    
    Signed-off-by: Lenz Grimmer <lenz@grimmer.com>
    LenzGr committed Feb 20, 2016
    Copy the full SHA
    7d78bb5 View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2016

  1. Read ISSUE_URL from config.py, fixed some issues reported by flake8

    The issue tracker's URL is now read from the setting ISSUE_URL in
    config.py. I could not find a better way than storing it in a
    global variable (as I don't have access to the site object from
    within the IssueRole function)
    LenzGr committed Feb 21, 2016
    Copy the full SHA
    4377e0d View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2016

  1. Merge pull request #135 from LenzGr/master

    Added new plugin "issue_role"
    ralsina committed Mar 2, 2016
    Copy the full SHA
    d2e13b2 View commit details
    Browse the repository at this point in the history