aboutsummaryrefslogtreecommitdiffstats
path: root/processmail
Commit message (Collapse)AuthorAgeFilesLines
* Patch by aclark@ghoti.org -- clear the accumulation buffer before using it.terry%mozilla.org2000-01-301-0/+1
|
* Reworked preferences UI. Added ability to turn off "My bugs" link atterry%mozilla.org2000-01-251-1/+1
| | | | | | 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.
* New email code wasn't sending to people who had voted for a bug.terry%mozilla.org2000-01-241-1/+8
| | | | Added "My votes" link to footer. Other minor voting-related fixes.
* New email code wasn't notifying people of changes in state ofterry%mozilla.org2000-01-231-17/+61
| | | | dependent bugs.
* Added a new table fielddefs that records information about theterry%mozilla.org2000-01-221-1/+237
| | | | | | | | | 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.
* Patch by Ramon Felciano <felciano@ingenuity.com>, with many tweaks byterry%mozilla.org2000-01-151-1/+32
| | | | | | | 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.
* Send one last email notification to people when a bug gets reassignedterry%mozilla.org2000-01-141-5/+15
| | | | away from them or they get removed from the CC list.
* Whoops! Was reporting ASSIGNED bugs as being closed. Also, changedterry%mozilla.org1999-11-031-4/+6
| | | | | | 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.
* Due to popular request, "bug changed" mail will only report changes interry%mozilla.org1999-11-031-8/+17
| | | | | | | 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.)
* updated license boilerplatedmose%mozilla.org1999-11-021-14/+15
|
* Let's not keep everything locked up while regenerating.terry%mozilla.org1999-10-121-0/+2
|
* Stop reporting "area"; don't report voters on the CC line.terry%mozilla.org1999-10-121-7/+13
|
* Make "rescanall" only check bugs which have changed in the last two days.terry%mozilla.org1999-10-121-1/+1
|
* Added ability to run "processmail rescanall" to scan *every* bug forterry%mozilla.org1999-10-121-1/+15
| | | | any mail that ought to be sent to someone.
* Added the ability for users to "vote" on which bugs they think shouldterry%mozilla.org1999-10-081-0/+4
| | | | be fixed.
* Don't send email notification of bug changes to people who aren't allowed to ↵terry%mozilla.org1999-09-261-3/+6
| | | | see that bug.
* Patch by msrex@suse.de -- don't send mail to the same address moreterry%mozilla.org1999-08-041-1/+2
| | | | | than once (in case our mail transport is too stupid to remove the dups for us).
* Added the ability to configure bugzilla so that we only allow localterry%mozilla.org1999-06-151-1/+1
| | | | usernames for email addresses.
* Make nospam comparison case insensitive, since BugZilla keeps thebryce-mozilla%nextbus.com1999-06-111-2/+3
| | | | case of the login, which might differ from the case in the database.
* Notify by mail whenever a related bug changes status.terry%mozilla.org1999-05-281-1/+10
|
* Added dependencies, so that you can mark which bugs depend on whichterry%mozilla.org1999-05-271-1/+29
| | | | other ones.
* Added user preference controlling how much email they get.terry%mozilla.org1999-05-131-6/+26
|
* "nospam" feature. BugZilla will no longer email the person submittingbryce-mozilla%nextbus.com1999-05-121-39/+50
| | | | | | 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.
* Oops; back out last change; was checked in by mistake (and with the wrong ↵terry%mozilla.org1999-05-111-48/+41
| | | | log comment, too).
* Remember the 'changedin' field when memorizing queries.terry%mozilla.org1999-05-111-41/+48
|
* Ignore blanks when doing diff. In particular, this helps hide anyterry%netscape.com1999-04-221-1/+1
| | | | problems we may have with differing end-of-line characters.
* "regenerate" was busted.terry%netscape.com1999-03-041-2/+3
|
* Include the new fields in email notifications.terry%netscape.com1999-01-281-4/+21
|
* Was generating garbage instead of the Cc: line.terry%netscape.com1998-09-221-1/+1
|
* Patch from Sam Ziegler <ziegler@mediaguaranty.com> -- Don't choke if argv is ↵terry%netscape.com1998-09-191-1/+1
| | | | empty.
* Everything has been ported to now run under Perl.terry%netscape.com1998-09-161-148/+202
|
* Use the "urlbase" param. Make regeneration easier.terry%netscape.com1998-09-011-13/+5
|
* Back out last change. No diffs are showing up at all!terry%netscape.com1998-08-291-1/+1
|
* Fixed bug 544 -- now use unified diffs instead of context diffs in mail.terry%netscape.com1998-08-291-1/+1
|
* Oops; mail the right URL.terry%netscape.com1998-08-271-1/+1
|
* Turn on mail notifications.terry%netscape.com1998-08-271-3/+2
|
* Stop looking for "target_fix_version".terry%netscape.com1998-08-271-8/+2
|
* Bugzilla source.terry%netscape.com1998-08-261-0/+238