]> git.deb.at Git - deb/packages.git/commit
* completly overhaul URL generating. Now things like debug or language
authorFrank Lichtenheld <frank@lichtenheld.de>
Tue, 28 Feb 2006 17:04:00 +0000 (17:04 +0000)
committerFrank Lichtenheld <frank@lichtenheld.de>
Tue, 28 Feb 2006 17:04:00 +0000 (17:04 +0000)
commitab47ae363dddbc35743572c62fae6350dcb7cf96
tree893a7c6c36a8d9f537ceea120913d6bd3c1fa9c0
parent48d5454d1a9475bff05c755aed312f991dcb2aed
* 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
cgi-bin/dispatcher.pl
lib/Packages/CGI.pm
lib/Packages/DoIndex.pm
lib/Packages/DoSearch.pm
lib/Packages/DoShow.pm
lib/Packages/HTML.pm
lib/Packages/Search.pm