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: metacpan/metacpan-web
base: bb9eceda2453
Choose a base ref
...
head repository: metacpan/metacpan-web
compare: 4060ab38ece2
Choose a head ref
  • 4 commits
  • 3 files changed
  • 1 contributor

Commits on Mar 15, 2014

  1. Copy the full SHA
    d7c17e0 View commit details
    Browse the repository at this point in the history
  2. Get author feed data directly instead of forwarding

    By changing the Author controller to chained actions I broke the
    forwarding to /author/index but it was also doing more requests than necessary.
    rwstauner committed Mar 15, 2014
    Copy the full SHA
    3c70b8f View commit details
    Browse the repository at this point in the history
  3. Fix uc-author redirect on feed

    Because the feed forwarded to /author it used to redirect,
    but to the wrong Location.  I had to change the chained actions to switch
    from Path to PathPart in order to get `$c->action` to be right.
    rwstauner committed Mar 15, 2014
    Copy the full SHA
    512c8ce View commit details
    Browse the repository at this point in the history
  4. Remove unused condvar

    rwstauner committed Mar 15, 2014
    Copy the full SHA
    4060ab3 View commit details
    Browse the repository at this point in the history