Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Manage packages page / user profile broken #1624

Merged
merged 2 commits into from
Oct 7, 2013

Commits on Oct 3, 2013

  1. Add unit tests of PackageService.FindPackagesByOwner and fix a null r…

    …eference bug that would occur if you have no latest package for that packageRegistration, i.e. you unlist all versions of that package.
    Tim Lovell-Smith committed Oct 3, 2013
    Configuration menu
    Copy the full SHA
    acc9553 View commit details
    Browse the repository at this point in the history
  2. Add an includeUnlisted flag to FindPackagesByOwner. Add tests. Remove…

    … the redundant LINQ query from UsersController.cs - that was probably a bad merge? And possibly fix a bug where the package download count shown in Profile was that of the package and not the package registration.
    Tim Lovell-Smith committed Oct 3, 2013
    Configuration menu
    Copy the full SHA
    1572869 View commit details
    Browse the repository at this point in the history