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: cf49c6a4378f^
Choose a base ref
...
head repository: metacpan/metacpan-web
compare: c982102955c8
Choose a head ref
  • 4 commits
  • 6 files changed
  • 1 contributor

Commits on Feb 2, 2014

  1. Show the release versions dropdown even if there's only a single release

    Otherwise it's an empty dropdown, which is confusing and looks weird.
    While we could hide the dropdown toggle (caret) altogether when there is
    only a single release, always show it for consistency across all
    distributions.
    tsibley committed Feb 2, 2014
    Copy the full SHA
    cf49c6a View commit details
    Browse the repository at this point in the history
  2. Move the favorite button back into the breadcrumbs next to the release

    Effectively re-applies 77e99e3 on the new bootstrap layout.  Positioning
    of the version dropdown caret is adjusted slightly (and made relative to
    font-size) to accommodate proximity to the favorite button.
    tsibley committed Feb 2, 2014
    Copy the full SHA
    e7dd3d7 View commit details
    Browse the repository at this point in the history
  3. Move the release versions dropdown to the left side of the breadcrumb

    Nicely de-clutters the right side of the release breadcrumb now that
    the favorite button is there.
    
    This also causes the options list itself to appear directly underneath
    the breadcrumb instead of awkwardly to the right.  The net result is
    that it actually appears more like a cohesive dropdown.
    tsibley committed Feb 2, 2014
    Copy the full SHA
    9905e29 View commit details
    Browse the repository at this point in the history
  4. Make sure each dependency link has a width and isn't cut off unreason…

    …ably early
    
    Previously these were displayed inline (due to 851a6fc), and inline
    elements don't have a width.  Set zero padding and margin and take up
    the whole width of the container instead.
    tsibley committed Feb 2, 2014
    Copy the full SHA
    c982102 View commit details
    Browse the repository at this point in the history