Bugzilla 2.18 whineatnews.pl Patch
Bugzilla ships
with a script called
whineatnews.pl
that will
send an email to bug assignees, listing all new or reopened bugs.
The default formatting isn't the most readable. The Apache
Software Foundation uses a more readable format for the
nag messages it sends committers.
As far as I've been able to determine, the ASF doesn't make
available that customization for download. I've attempted to
recreate the same style of output the ASF uses by making some
modifications to the whineatnews.pl
script
that ships with Bugzilla
2.18. The output looks like the following:
Instead of reporting only the new and reopened issues, this patch will report all but closed and resolved issues. It's easy enough to change the SQL query in the script to make it do something else, should you so desire.
Patch File | Comment |
---|---|
whineatnews.pl-2.18-formattedwhine.patch | Pretty prints issue report in a style almost identical to that used by the Apache Software Foundation. Closed and resolved issues are not reported. |