]> git.donarmstrong.com Git - debbugs.git/commit
[project @ 2005-07-25 23:30:22 by don]
authordon <>
Tue, 26 Jul 2005 06:30:22 +0000 (22:30 -0800)
committerdon <>
Tue, 26 Jul 2005 06:30:22 +0000 (22:30 -0800)
commitc4948908851c2e62e2c6aa6f7da50ac18a07cabc
treee9c1af97f9740f3e6c8dbb76bbdecd3bc2fa7c34
parente0ea8338c064aa4e54047c6d20f970bebea01113
[project @ 2005-07-25 23:30:22 by don]
* Change bugreport.cgi to use Debbugs::Log and greately simplify the
  process of outputing the bug log.
* All RFC1522 subject lines are decoded, both in the html information
  and the message headers. All messages are converted to UTF-8 whereever
  possible; all bugreport.cgi pages are now completely in UTF-8 to the
  degree possible. (closes: #46848, #238984)
* Add a convert_to_utf8 function to Debbugs::Mime to make the above
  possible; abstracts functionality that was already present in the
  decode_rfc1522 fucntionality.
* Individual messages can now be downloaded from each bug report
  (closes: #95373)
* Uninteresting headers are now hidden by default, can be renabled
  with &trim=no (closes: #188561)
Debbugs/MIME.pm
cgi/bugreport.cgi
debian/changelog