Activity log for bug #2230

Date Who What changed Old value New value Message
2005-09-12 16:14:04 Brad Bollenbach bug added bug
2005-10-16 09:37:12 Mark Shuttleworth soyuz: status New Rejected
2005-10-16 09:37:12 Mark Shuttleworth soyuz: assignee sabdfl
2005-10-16 09:37:12 Mark Shuttleworth soyuz: statusexplanation There's no need for a +source page, we will stick with the @stepthrough concept.
2005-11-30 15:17:36 Matthew Paul Thomas description When the Malone URL changes land, the URL path: /distros/$distro.name/+sources/$sp.name/... can be used to traverse a source package in a distribution (as opposed to only a distrorelease.) This patch will not include a page for: /distros/$distro.name/+sources (There had to be a boundary on the size of this patch drawn somewhere. :) I will try to add this page in a followup merge, but if I don't get to it, feel free to grab this bug after the malone URL changes land and DO IT. https://launchpad.net/distros/ubuntu/+sources (and equivalent URLs for other distributions) returns a NotFound error: * Module canonical.launchpad.webapp.publisher, line 458, in _publishTraverse return self._handle_next_object(nextobj, request, name) * Module canonical.launchpad.webapp.publisher, line 379, in _handle_next_object raise NotFound(self.context, name) NotFound: Object: <Distribution at 0x2aa62874d0>, name: u'+sources' This is currently the most common exception in Launchpad. The +sources URL probably should replace <https://launchpad.net/distros/ubuntu/+search> and <https://launchpad.net/distros/ubuntu/+allpackages>, by containing a search form for packages and a batched list of packages.
2005-11-30 15:18:58 Matthew Paul Thomas launchpad: status Rejected New
2005-11-30 15:18:58 Matthew Paul Thomas launchpad: assignee sabdfl
2005-11-30 15:18:58 Matthew Paul Thomas launchpad: statusexplanation There's no need for a +source page, we will stick with the @stepthrough concept.
2005-12-21 18:54:51 Brad Bollenbach launchpad: status New Accepted
2005-12-21 18:54:51 Brad Bollenbach launchpad: priority Medium High
2006-01-06 08:21:11 Dafydd Harries launchpad: status Accepted Fixed
2006-01-13 18:16:58 Brad Bollenbach launchpad: status Fix Released Confirmed
2006-01-13 18:42:09 Dafydd Harries launchpad: assignee daf
2006-01-31 16:37:58 Steve Alexander launchpad: status Confirmed Rejected
2006-01-31 16:37:58 Steve Alexander launchpad: statusexplanation There are no pages that link to https://launchpad.net/distros/ubuntu/+sources. Sourcepackages have URLs like https://launchpad.net/distros/ubuntu/+source/pmount Removing the sourcepackage name from the end gives you https://launchpad.net/distros/ubuntu/+source, which redirects to the distro page. So, there is no reason for the +sources page to be anything but a 404 not found error. If such errors continue to occur in the logs, we should look at the referrer information to see why.