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

Enable :author as permalink option #4338

Merged
merged 1 commit into from
Oct 28, 2014
Merged

Conversation

felixrieseberg
Copy link
Member

Closes #3858

  • urlPathForPost is now aware of the author’s slug, allowing for the
    permalink setting to use :author
  • Frontend controller only renders posts that have the specified
    author, if one is given
  • Extensive tests included

Closes TryGhost#3858
- urlPathForPost is now aware of the author’s slug, allowing for the
permalink setting to use :author
- Frontend controller only renders posts that have the specified
author, if one is given
- Extensive tests included
@ErisDS
Copy link
Member

ErisDS commented Oct 26, 2014

Extensive tests included

Best PR note ever! 🍩

@ErisDS
Copy link
Member

ErisDS commented Oct 28, 2014

There is one slight niggle with this, which is that the validation only happens for one thing or another, however this is following the existing pattern and will be properly resolved by #4322.

ErisDS added a commit that referenced this pull request Oct 28, 2014
Enable :author as permalink option
@ErisDS ErisDS merged commit dbf0559 into TryGhost:master Oct 28, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Authored permalinks feature
2 participants