From: Frank Lichtenheld Date: Tue, 28 Feb 2006 17:04:00 +0000 (+0000) Subject: * completly overhaul URL generating. Now things like debug or language X-Git-Tag: switch-to-templates~33 X-Git-Url: https://git.deb.at/w?a=commitdiff_plain;h=ab47ae363dddbc35743572c62fae6350dcb7cf96;hp=ab47ae363dddbc35743572c62fae6350dcb7cf96;p=deb%2Fpackages.git * completly overhaul URL generating. Now things like debug or language options should get preserved on subsequent links * Move param handling from Search.pm to CGI.pm since that is more appropriate nowadays (some of the other stuff should really move to DB.pm, too) * be stricter about what is allowed after package name in URLs (only architecture really) so that we can avoid more false URL interpretation ---