]> git.donarmstrong.com Git - debbugs.git/commit
* Move code from bugreport.cgi to Debbugs::CGI::Bugreport
authorDon Armstrong <don@donarmstrong.com>
Sat, 24 May 2008 12:46:52 +0000 (14:46 +0200)
committerDon Armstrong <don@donarmstrong.com>
Sat, 24 May 2008 12:46:52 +0000 (14:46 +0200)
commit343464a69a83b5b2f1e956386482baaaccbc835c
tree23f542fbf0f177715f3593ee17796a4c77e3fad7
parentad9a9963bb590b92111b604365b8b7ab9ecac982
 * Move code from bugreport.cgi to Debbugs::CGI::Bugreport
 * Switch bugreport.cgi to using templates
 * Remove useless calls from pkgreport
 * Add new package_links and report_links commands to unify the
   package and bug linking
 * Delete extra copy of bugs.css
 * Fix the naming of the html_tail file
 * Use UNTAINT in Debbugs::Text
 * Remove useless prototypes in Debbugs::MIME
 * Tweak Debbugs::Config to allow empty $ENV{HOME}
18 files changed:
Debbugs/CGI.pm
Debbugs/CGI/Bugreport.pm
Debbugs/Common.pm
Debbugs/Config.pm
Debbugs/MIME.pm
Debbugs/Text.pm
cgi/bugreport.cgi
cgi/bugs.css [deleted file]
cgi/pkgreport.cgi
html/bugs.css
t/07_bugreport.t
templates/en_US/cgi/bugreport.tmpl [new file with mode: 0644]
templates/en_US/cgi/bugreport_buginfo.tmpl [new file with mode: 0644]
templates/en_US/cgi/bugreport_pkginfo.tmpl [new file with mode: 0644]
templates/en_US/html/html_tail [deleted file]
templates/en_US/html/html_tail.tmpl [new file with mode: 0644]
templates/en_US/html/post_title.tmpl [new file with mode: 0644]
templates/en_US/html/pre_title.tmpl [new file with mode: 0644]