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: 0fb1e6d8024b
Choose a base ref
...
head repository: metacpan/metacpan-web
compare: 71489825d408
Choose a head ref
  • 3 commits
  • 1 file changed
  • 2 contributors

Commits on Feb 13, 2017

  1. don't un-json extra if it's the empty string

    The default value for the extra field is the empty string, because it's an empty text box. But it's supposed to be JSON and it was always decoded from JSON, which produced an exception.
    simbabque committed Feb 13, 2017
    Copy the full SHA
    330d768 View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2017

  1. revert tidyall changes because there seems to be a version mismatch t…

    …hat breaks tests on travis
    simbabque committed Feb 14, 2017
    Copy the full SHA
    0eb15f6 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1851 from simbabque/bugfix/profile-json

    don't un-json `extra` if it's the empty string
    mickeyn committed Feb 14, 2017
    Copy the full SHA
    7148982 View commit details
    Browse the repository at this point in the history