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: 866a39753a7b
Choose a base ref
...
head repository: metacpan/metacpan-web
compare: be416bd35647
Choose a head ref
  • 10 commits
  • 8 files changed
  • 2 contributors

Commits on Mar 13, 2014

  1. Copy the full SHA
    ecfaf19 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    bb9eced View commit details
    Browse the repository at this point in the history

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

Commits on Mar 19, 2014

  1. Fix reference to stash

    rwstauner committed Mar 19, 2014
    4
    Copy the full SHA
    984b354 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    4453ab1 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    5c777e3 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'oalders/all-author-releases'

    * oalders/all-author-releases:
      Use var instead of redoing method chain
      Give list of author releases a sensible title.
      Fix reference to stash
      Remove unused condvar
      Fix uc-author redirect on feed
      Get author feed data directly instead of forwarding
      Reroute Author controller using Chained actions
      Adds pagination to /author/FOO/releases.
      Adds /author/*/releases endpoint.
    rwstauner committed Mar 19, 2014
    Copy the full SHA
    be416bd View commit details
    Browse the repository at this point in the history