Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2000-03-29 | allow users to watch the bugs of other users | dmose%mozilla.org | 10 | -191/+763 | |
2000-03-24 | Wasn't finding anything if requesting target_milestone == "---". | terry%mozilla.org | 1 | -1/+1 | |
2000-03-24 | Fix stupid perl warning. | terry%mozilla.org | 1 | -0/+1 | |
2000-03-24 | Wasn't working right if usetargetmilestone was off. | terry%mozilla.org | 1 | -1/+5 | |
2000-03-24 | Added the concept of a "default milstone" for products, and make sure | terry%mozilla.org | 4 | -36/+127 | |
that all products have at least that milestone defined. | |||||
2000-03-24 | Add a bit of helpful debugging info when we get a consistancy check problem. | terry%mozilla.org | 1 | -1/+6 | |
2000-03-23 | Quick hack to fix the fact that new bugs have target_milestone of "" | terry%mozilla.org | 1 | -2/+12 | |
when it really oughta be "---". | |||||
2000-03-22 | Patch by "Matt Masson" <matthew@zeroknowledge.com> -- allow definition | terry%mozilla.org | 9 | -21/+781 | |
of different target milestones by product. | |||||
2000-03-21 | Clear the shadow log when doing a full sync; the data isn't good for | terry%mozilla.org | 1 | -1/+2 | |
anything anyway. | |||||
2000-03-21 | Make the syncing process low priority, so that we won't hang up | terry%mozilla.org | 1 | -0/+8 | |
shadowdb operations. | |||||
2000-03-21 | Make it so that we can (hopefully!) rebuild the shadow db without | terry%mozilla.org | 2 | -17/+82 | |
busting other people trying to use the system. | |||||
2000-03-19 | fixed bug where the everconfirmed field was not being properly set via a ↵ | seth%cs.brandeis.edu | 1 | -3/+14 | |
bug_email. | |||||
2000-03-17 | doh! my last checkin broke -v. fixed. | dmose%mozilla.org | 1 | -3/+1 | |
2000-03-16 | get rid of undefined warning | dmose%mozilla.org | 1 | -1/+1 | |
2000-03-16 | Added a bugzilla.procmailrc as a sample procmailrc file | seth%cs.brandeis.edu | 3 | -2/+37 | |
bugzilla_email_append.pl calls processmail.pl after writing out the changes. | |||||
2000-03-16 | A few changes ... | seth%cs.brandeis.edu | 3 | -50/+270 | |
1. BugzillaEmail.pm is a (kinda, sorta) module which is going to hold the various code which is common between all the scripts which access bugzilla via email. 2. bug_email.pl uses this module 3. bugzilla_email_append.pl is a mostly ready script which will append messages to existing bugs. | |||||
2000-03-16 | Add a "send mail to bug owners" link (under circumstances where it | terry%mozilla.org | 1 | -0/+14 | |
seems useful and appropriate.) | |||||
2000-03-15 | updated to better reflect reality in terms of recent changes to bug_email.pl. | seth%cs.brandeis.edu | 1 | -6/+15 | |
2000-03-11 | Sigh. We now need to lock the attachments table, too, just in case a | terry%mozilla.org | 1 | -1/+1 | |
midair collision happens which needs to generate text which needs to look at the attachments table. Sigh. | |||||
2000-03-11 | updated to reflect that only specific versions of GD.pm and Chart will work. | dmose%mozilla.org | 2 | -20/+22 | |
2000-03-11 | Whoops; left out the "mailto:" part of a mailto link. | terry%mozilla.org | 1 | -3/+3 | |
2000-03-11 | Italicize the "Additional Comments From" stuff, so that you can tell | terry%mozilla.org | 5 | -96/+134 | |
the difference between new comments and people copying stuff in from old comments. | |||||
2000-03-11 | Removed warning. | terry%mozilla.org | 1 | -1/+3 | |
2000-03-11 | Never let ", <, or > be matched as part of a URL. | terry%mozilla.org | 1 | -1/+1 | |
2000-03-11 | Patch by Joe Robins <jmrobins@tgix.com> -- allow automatic definition | terry%mozilla.org | 5 | -18/+335 | |
of a group per project, and automatically put new bugs against that project into that group, thus allowing entire projects to be protected against viewing by unauthorized users. This is all optional, controlled by new parameters. | |||||
2000-03-10 | Patch by "Peter Schweiger" <Schweiger.Peter@litef.de> -- minor bugfixes. | terry%mozilla.org | 2 | -1/+3 | |
2000-03-08 | Whoops; removed extra double-quote. | terry%mozilla.org | 1 | -1/+1 | |
2000-03-08 | Patch by Dave Miller <dave@intrec.com> -- allow setting of | terry%mozilla.org | 2 | -10/+52 | |
confidentiality when submitting a new bug. | |||||
2000-03-08 | Patch by Peter Schweiger <schweiger.peter@litef.de> -- date formatting | terry%mozilla.org | 2 | -3/+3 | |
string wasn't working with modern MySQL engines. | |||||
2000-03-08 | Oops! canconfirm bit wasn't actually working. | terry%mozilla.org | 1 | -16/+9 | |
2000-03-08 | Was choking on order='Importance'. | terry%mozilla.org | 1 | -2/+2 | |
2000-03-08 | * this adds in DEFAULT_PRODUCT and DEFAULT_COMPONENT functionality to the | seth%cs.brandeis.edu | 1 | -5/+20 | |
bug_email.pl script. See comments in the script itself for how it works. | |||||
2000-03-08 | added hack for NSS bug injection | dmose%mozilla.org | 1 | -1/+4 | |
2000-03-08 | Fixed stupid syntax error in last patch. | terry%mozilla.org | 1 | -1/+1 | |
2000-03-08 | Patch by "David Gardiner" <david.gardiner@unisa.edu.au> -- recognize | terry%mozilla.org | 1 | -0/+3 | |
more useragent strings. | |||||
2000-03-08 | Patch by Brian Duggan <bduggan@oven.com> -- security improvements. | terry%mozilla.org | 6 | -5/+13 | |
2000-03-08 | Contribution by Eli Goldberg <eli@prometheus-music.com> -- generic | terry%mozilla.org | 2 | -1/+282 | |
bug-writing guidelines. | |||||
2000-03-08 | Submission by Klaas Freitag <freitag@suse.de>. | terry%mozilla.org | 3 | -0/+299 | |
2000-03-08 | Patch by Olaf Krische <krische@mbi-berlin.de> -- Fixed HTML typos. | terry%mozilla.org | 1 | -2/+2 | |
2000-03-07 | Fixed very stupid typo. | terry%mozilla.org | 1 | -1/+1 | |
2000-02-26 | Make a universal routine to report errors in forms, so that we can | terry%mozilla.org | 5 | -95/+60 | |
have a universal (and more noticable) way of displaying them. | |||||
2000-02-26 | If there is only one project allowing new bugs, don't bother prompting | terry%mozilla.org | 1 | -3/+12 | |
for which project to use. | |||||
2000-02-25 | Fixed to cope with new longdescs table. | terry%mozilla.org | 1 | -2/+13 | |
2000-02-19 | Cut down on the number of syncshadowdb processes we fork off. | terry%mozilla.org | 2 | -2/+12 | |
2000-02-19 | Don't stomp on bugs timestamps when adding the new everconfirmed field. | terry%mozilla.org | 1 | -1/+1 | |
2000-02-19 | Check that we have defined a shadow db before trying to use it. | terry%mozilla.org | 1 | -1/+1 | |
2000-02-18 | Make reports work off of the the shadow database. | terry%mozilla.org | 1 | -1/+1 | |
2000-02-18 | Fixed some functions in buglist.cgi that won't work if we're hooked up | terry%mozilla.org | 2 | -3/+10 | |
to the shadow database. | |||||
2000-02-18 | Wasn't always tweaking LOCK TABLES commands correctly when shadowing. And ↵ | terry%mozilla.org | 1 | -3/+3 | |
finally fixed it to actually generate useful SQL error messages. | |||||
2000-02-18 | Added an optional ability to keep a read-only shadow database, so that | terry%mozilla.org | 8 | -8/+224 | |
bug queries can be run against it, so that these slow queries won't be able to tie up the rest of the system. |