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: f981867a2595
Choose a base ref
...
head repository: metacpan/metacpan-web
compare: 4b43e0b7ca06
Choose a head ref
  • 20 commits
  • 38 files changed
  • 3 contributors

Commits on Apr 19, 2016

  1. Copy the full SHA
    828f7c9 View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2016

  1. Copy the full SHA
    e5d556a View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    6c5f526 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    644f694 View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2016

  1. Copy the full SHA
    cbc3db8 View commit details
    Browse the repository at this point in the history
  2. remove session cookie generate_id override

    The override is hidden in the login controller, and it is no longer
    needed since we don't vary on cookies anymore.
    haarg committed Apr 30, 2016
    Copy the full SHA
    f02eea5 View commit details
    Browse the repository at this point in the history
  3. remove unused condvar

    haarg committed Apr 30, 2016
    Copy the full SHA
    23e4328 View commit details
    Browse the repository at this point in the history
  4. remove unused mro import

    haarg committed Apr 30, 2016
    Copy the full SHA
    4778087 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    4703005 View commit details
    Browse the repository at this point in the history
  6. clean up dispatch actions

    This adds Args(0) to many of the endpoints to prevent them from
    accepting arbitrary URLs with a matching prefix.  It also removes some
    chained dispatching where the chaining wasn't taken advantage of at all.
    Some of the subs were renamed to match their URL path, since there was
    no need for them to be different.
    haarg committed Apr 30, 2016
    Copy the full SHA
    848eec0 View commit details
    Browse the repository at this point in the history
  7. Copy the full SHA
    29374fc View commit details
    Browse the repository at this point in the history
  8. fix s.c.o link on faq page

    haarg committed Apr 30, 2016
    Copy the full SHA
    785af15 View commit details
    Browse the repository at this point in the history

Commits on May 4, 2016

  1. Merge pull request #1680 from CPAN-API/topic/changelog-since-stable

    Show changelogs since last stable
    oalders committed May 4, 2016
    Copy the full SHA
    fa4ca23 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1685 from CPAN-API/topic/dispatch-cleanup

    clean up dispatch actions
    oalders committed May 4, 2016
    Copy the full SHA
    4ad4eb9 View commit details
    Browse the repository at this point in the history

Commits on May 11, 2016

  1. Revert "Adds a QAH sponsorship request."

    This reverts commit be11041.
    oalders committed May 11, 2016
    Copy the full SHA
    147d590 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1690 from CPAN-API/oalders/remove-qah-blurb

    Revert "Adds a QAH sponsorship request."
    ranguard committed May 11, 2016
    Copy the full SHA
    3a77895 View commit details
    Browse the repository at this point in the history

Commits on Jun 2, 2016

  1. exclude t and xt directory from other files at search time

    We filter out any files in t or xt when separating out where to list
    them on the release page.  If these files aren't filtered out in our
    intial query, it can inflate the number of results over our 250 limit,
    so that files we actually want to display won't be included.
    
    This was the case for https://metacpan.org/release/OCBNET/CSS-Sass-3.3.4.
    It has thousands of files in t/ named expected_output.css.  As a result,
    most of the files we care about in the root weren't shown.
    haarg committed Jun 2, 2016
    Copy the full SHA
    90c2ba7 View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2016

  1. Merge pull request #1700 from CPAN-API/topic/no-t-other-files

    exclude t and xt directory from other files at search time
    oalders committed Jun 3, 2016
    Copy the full SHA
    1a30f82 View commit details
    Browse the repository at this point in the history

Commits on Jun 8, 2016

  1. Copy the full SHA
    327ceeb View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2016

  1. Merge pull request #1702 from CPAN-API/topic/allow-irc-links

    allow mailto and irc links in pod content
    oalders committed Jun 9, 2016
    Copy the full SHA
    4b43e0b View commit details
    Browse the repository at this point in the history