LLVM Bugzilla is read-only and represents the historical archive of all LLVM issues filled before November 26, 2021. Use github to submit LLVM bugs

Bug 20 - Get notified of ANY new bug?
Summary: Get notified of ANY new bug?
Status: RESOLVED FIXED
Alias: None
Product: Bugzilla Admin
Classification: Unclassified
Component: UI (show other bugs)
Version: unspecified
Hardware: All All
: P enhancement
Assignee: Brian R. Gaeke
URL:
Keywords:
Depends on: 23
Blocks:
  Show dependency tree
 
Reported: 2003-10-08 10:46 PDT by Chris Lattner
Modified: 2010-02-22 12:51 PST (History)
1 user (show)

See Also:
Fixed By Commit(s):


Attachments
Patch to cc llvmbugs@cs.uiuc.edu on new bugs (335 bytes, patch)
2003-10-14 13:13 PDT, Brian R. Gaeke
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Chris Lattner 2003-10-08 10:46:00 PDT
There should be a way for a user to choose to be notified if ANY new bug gets
submitted, not just module owners.  Even if this is just hacked into bugzilla
with a certain set of people who are interested, it would be nice to have.
Comment 1 Brian R. Gaeke 2003-10-08 12:42:52 PDT
I've been reading the bugzilla bugs that have to do with this, e.g.
http://bugzilla.mozilla.org/show_bug.cgi?id=38922

Do you want to be added to the CC list of all new bugs, or you
just want to get 1 email whenever there is a new bug in a product or
component you're interested in?
Comment 2 Brian R. Gaeke 2003-10-08 12:43:08 PDT
-> me
Comment 3 Chris Lattner 2003-10-08 12:50:11 PDT
I would just like to get an email whenever a new bug is filed against a
product or component I'm interested in (which happens to be all of them).
If I decide the bug really looks interesting, I can add myself to the cc
list...
Comment 4 Brian R. Gaeke 2003-10-08 16:27:09 PDT
I added a user-interface element for this, under email preferences,
but the email preferences script has some bugs that cause it to
forget most changes you might make. See bug 23.
Comment 5 Brian R. Gaeke 2003-10-08 16:32:38 PDT
Ugh. Well, I did have the UI implemented before bugzilla moved.
Honest.
Comment 6 Brian R. Gaeke 2003-10-14 13:13:46 PDT
Created attachment 1 [details]
Patch to cc llvmbugs@cs.uiuc.edu on new bugs

I have h4x0red post_bug.cgi locally to accomplish this.
This should be a sufficiently general method to be expanded
to cc llvmbugs on other interesting events as well, should
we choose to do so in the future.
Comment 7 Brian R. Gaeke 2003-10-14 13:14:30 PDT
RESOLVED FIXED, since new bug mail is coming in to the group now.