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: 6c80759fb8d5^
Choose a base ref
...
head repository: getnikola/plugins
compare: 3d771116df71
Choose a head ref
  • 4 commits
  • 3 files changed
  • 1 contributor

Commits on May 6, 2016

  1. Allow adding and removing special tags.

    It is useful to be able to manipulate 'draft' and 'private' tags on
    posts too.
    punchagan committed May 6, 2016
    Copy the full SHA
    6c80759 View commit details
    Browse the repository at this point in the history
  2. Make return values of functions meaningful.

    These functions are operating over a list of posts, but returning the
    tags for a single post.
    punchagan committed May 6, 2016
    Copy the full SHA
    9632f6d View commit details
    Browse the repository at this point in the history
  3. BUG: Tags on special posts don't show up.

    Tags which are present on drafts or scheduled posts were ignored because
    Nikola's tag lists have only posts which have use_in_feeds set. This
    plugin should be able to manipulate tags on all kinds of posts.
    punchagan committed May 6, 2016
    Copy the full SHA
    8584773 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    3d77111 View commit details
    Browse the repository at this point in the history