Граф коммитов

41 Коммитов

Автор SHA1 Сообщение Дата
dmose%mozilla.org 6b992a1dc6 use sendmail deferred delivery to avoid long hangs at bug submission time 2000-04-12 00:25:38 +00:00
dmose%mozilla.org e518bda069 allow users to watch the bugs of other users 2000-03-28 21:31:24 +00:00
terry%mozilla.org 7b4a529521 Italicize the "Additional Comments From" stuff, so that you can tell
the difference between new comments and people copying stuff in from
old comments.
2000-03-10 18:01:32 +00:00
terry%mozilla.org 489123e30e Patch by aclark@ghoti.org -- clear the accumulation buffer before using it. 2000-01-29 20:13:30 +00:00
terry%mozilla.org 38060670b3 Reworked preferences UI. Added ability to turn off "My bugs" link at
bottom.  Made "My bugs" show bugs you own AND bugs you submitted.
Added ability to display your named queries in the footer.  Many
random bugfixes.
2000-01-25 07:54:57 +00:00
terry%mozilla.org 6c7cc5e6bf New email code wasn't sending to people who had voted for a bug.
Added "My votes" link to footer.  Other minor voting-related fixes.
2000-01-24 05:41:40 +00:00
terry%mozilla.org a19ef8aeba New email code wasn't notifying people of changes in state of
dependent bugs.
2000-01-23 01:03:15 +00:00
terry%mozilla.org 351bf0b663 Added a new table fielddefs that records information about the
different fields we keep an activity log on.  The bugs_activity table
now has a pointer into that table instead of recording the name directly.

Set up a new, highly experimental email-notification scheme.  To turn
it on, the maintainer has to turn on the "New email tech" param, and
then individual users have to turn on the "New email tech" preference.
2000-01-22 04:24:42 +00:00
terry%mozilla.org 853edc6444 Patch by Ramon Felciano <felciano@ingenuity.com>, with many tweaks by
me.  Added a footer to every page.  Add some options to do things like
display checkboxes instead of scrolling lists, and a new formatting
for email diffs, and show list items capitalized instead of all upper
case.
2000-01-14 22:35:49 +00:00
terry%mozilla.org c82965dccc Send one last email notification to people when a bug gets reassigned
away from them or they get removed from the CC list.
2000-01-13 22:23:25 +00:00
terry%mozilla.org 0a1343a9fe Whoops! Was reporting ASSIGNED bugs as being closed. Also, changed
it to report the resolution of the bug instead of the word "closed".
Many thanks to dbaron@fas.harvard.edu for suggesting this change, and
reporting the bug.
1999-11-03 00:44:29 +00:00
terry%mozilla.org 38130712b1 Due to popular request, "bug changed" mail will only report changes in
state on dependent bugs if they move from an 'open' to a 'closed'
state, or visa-versa.  Also, if there are more than 5 bugs on the
list, then we won't even try to generate the details (doing so only
generates lots of extra mail that is too hard to parse anyway.)
1999-11-02 22:14:11 +00:00
dmose%mozilla.org 18f71469a1 updated license boilerplate 1999-11-01 23:33:56 +00:00
terry%mozilla.org 8935369e7c Let's not keep everything locked up while regenerating. 1999-10-11 19:02:49 +00:00
terry%mozilla.org 369d2ff0ef Stop reporting "area"; don't report voters on the CC line. 1999-10-11 18:54:45 +00:00
terry%mozilla.org 4eb0891e1c Make "rescanall" only check bugs which have changed in the last two days. 1999-10-11 18:23:21 +00:00
terry%mozilla.org 0a344bc096 Added ability to run "processmail rescanall" to scan *every* bug for
any mail that ought to be sent to someone.
1999-10-11 18:18:39 +00:00
terry%mozilla.org 8cd1b485cd Added the ability for users to "vote" on which bugs they think should
be fixed.
1999-10-07 23:54:52 +00:00
terry%mozilla.org cc0e1dcbdb Don't send email notification of bug changes to people who aren't allowed to see that bug. 1999-09-25 20:35:52 +00:00
terry%mozilla.org 7064e66bda Patch by msrex@suse.de -- don't send mail to the same address more
than once (in case our mail transport is too stupid to remove the dups
for us).
1999-08-04 15:07:28 +00:00
terry%mozilla.org eed2580484 Added the ability to configure bugzilla so that we only allow local
usernames for email addresses.
1999-06-14 17:33:52 +00:00
bryce-mozilla%nextbus.com fd5ef6ca34 Make nospam comparison case insensitive, since BugZilla keeps the
case of the login, which might differ from the case in the database.
1999-06-11 16:07:32 +00:00
terry%mozilla.org 5c14d16fe9 Notify by mail whenever a related bug changes status. 1999-05-27 18:18:29 +00:00
terry%mozilla.org 7c73172489 Added dependencies, so that you can mark which bugs depend on which
other ones.
1999-05-27 14:13:41 +00:00
terry%mozilla.org c54d38a340 Added user preference controlling how much email they get. 1999-05-12 17:20:40 +00:00
bryce-mozilla%nextbus.com 01f3d8c87b "nospam" feature. BugZilla will no longer email the person submitting
the change (after all, they are right there viewing things interactively).
To make this clear to everyone, print out the exact email list as each
bug is processed.
1999-05-12 05:22:36 +00:00
terry%mozilla.org adf4df2ef0 Oops; back out last change; was checked in by mistake (and with the wrong log comment, too). 1999-05-10 23:15:09 +00:00
terry%mozilla.org a33488409f Remember the 'changedin' field when memorizing queries. 1999-05-10 23:12:50 +00:00
terry%netscape.com beb86b2585 Ignore blanks when doing diff. In particular, this helps hide any
problems we may have with differing end-of-line characters.
1999-04-21 22:21:40 +00:00
terry%netscape.com d5a1b3fe73 "regenerate" was busted. 1999-03-04 01:22:27 +00:00
terry%netscape.com 7df0041db8 Include the new fields in email notifications. 1999-01-27 23:53:27 +00:00
terry%netscape.com 50859c18c7 Was generating garbage instead of the Cc: line. 1998-09-21 18:07:52 +00:00
terry%netscape.com a243e0a9a6 Patch from Sam Ziegler <ziegler@mediaguaranty.com> -- Don't choke if argv is empty. 1998-09-19 02:35:09 +00:00
terry%netscape.com a3f67c759a Everything has been ported to now run under Perl. 1998-09-15 21:49:26 +00:00
terry%netscape.com 7ad9b17f3a Use the "urlbase" param. Make regeneration easier. 1998-09-01 14:02:13 +00:00
terry%netscape.com f01ab67010 Back out last change. No diffs are showing up at all! 1998-08-28 19:23:41 +00:00
terry%netscape.com 027bc808cf Fixed bug 544 -- now use unified diffs instead of context diffs in mail. 1998-08-28 19:17:59 +00:00
terry%netscape.com 36f7787980 Oops; mail the right URL. 1998-08-26 22:51:52 +00:00
terry%netscape.com 855689c8f6 Turn on mail notifications. 1998-08-26 22:23:00 +00:00
terry%netscape.com 26befa161d Stop looking for "target_fix_version". 1998-08-26 19:26:59 +00:00
terry%netscape.com 1ded8b327a Bugzilla source. 1998-08-26 06:14:20 +00:00