summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2000-03-29allow users to watch the bugs of other usersdmose%mozilla.org10-191/+763
2000-03-24Wasn't finding anything if requesting target_milestone == "---".terry%mozilla.org1-1/+1
2000-03-24Fix stupid perl warning.terry%mozilla.org1-0/+1
2000-03-24Wasn't working right if usetargetmilestone was off.terry%mozilla.org1-1/+5
2000-03-24Added the concept of a "default milstone" for products, and make sureterry%mozilla.org4-36/+127
2000-03-24Add a bit of helpful debugging info when we get a consistancy check problem.terry%mozilla.org1-1/+6
2000-03-23Quick hack to fix the fact that new bugs have target_milestone of ""terry%mozilla.org1-2/+12
2000-03-22Patch by "Matt Masson" <matthew@zeroknowledge.com> -- allow definitionterry%mozilla.org9-21/+781
2000-03-21Clear the shadow log when doing a full sync; the data isn't good forterry%mozilla.org1-1/+2
2000-03-21Make the syncing process low priority, so that we won't hang upterry%mozilla.org1-0/+8
2000-03-21Make it so that we can (hopefully!) rebuild the shadow db withoutterry%mozilla.org2-17/+82
2000-03-19fixed bug where the everconfirmed field was not being properly set via a bug_...seth%cs.brandeis.edu1-3/+14
2000-03-17doh! my last checkin broke -v. fixed.dmose%mozilla.org1-3/+1
2000-03-16get rid of undefined warningdmose%mozilla.org1-1/+1
2000-03-16Added a bugzilla.procmailrc as a sample procmailrc fileseth%cs.brandeis.edu3-2/+37
2000-03-16A few changes ...seth%cs.brandeis.edu3-50/+270
2000-03-16Add a "send mail to bug owners" link (under circumstances where itterry%mozilla.org1-0/+14
2000-03-15updated to better reflect reality in terms of recent changes to bug_email.pl.seth%cs.brandeis.edu1-6/+15
2000-03-11Sigh. We now need to lock the attachments table, too, just in case aterry%mozilla.org1-1/+1
2000-03-11updated to reflect that only specific versions of GD.pm and Chart will work.dmose%mozilla.org2-20/+22
2000-03-11Whoops; left out the "mailto:" part of a mailto link.terry%mozilla.org1-3/+3
2000-03-11Italicize the "Additional Comments From" stuff, so that you can tellterry%mozilla.org5-96/+134
2000-03-11Removed warning.terry%mozilla.org1-1/+3
2000-03-11Never let ", <, or > be matched as part of a URL.terry%mozilla.org1-1/+1
2000-03-11Patch by Joe Robins <jmrobins@tgix.com> -- allow automatic definitionterry%mozilla.org5-18/+335
2000-03-10Patch by "Peter Schweiger" <Schweiger.Peter@litef.de> -- minor bugfixes.terry%mozilla.org2-1/+3
2000-03-08Whoops; removed extra double-quote.terry%mozilla.org1-1/+1
2000-03-08Patch by Dave Miller <dave@intrec.com> -- allow setting ofterry%mozilla.org2-10/+52
2000-03-08Patch by Peter Schweiger <schweiger.peter@litef.de> -- date formattingterry%mozilla.org2-3/+3
2000-03-08Oops! canconfirm bit wasn't actually working.terry%mozilla.org1-16/+9
2000-03-08Was choking on order='Importance'.terry%mozilla.org1-2/+2
2000-03-08* this adds in DEFAULT_PRODUCT and DEFAULT_COMPONENT functionality to theseth%cs.brandeis.edu1-5/+20
2000-03-08added hack for NSS bug injectiondmose%mozilla.org1-1/+4
2000-03-08Fixed stupid syntax error in last patch.terry%mozilla.org1-1/+1
2000-03-08Patch by "David Gardiner" <david.gardiner@unisa.edu.au> -- recognizeterry%mozilla.org1-0/+3
2000-03-08Patch by Brian Duggan <bduggan@oven.com> -- security improvements.terry%mozilla.org6-5/+13
2000-03-08Contribution by Eli Goldberg <eli@prometheus-music.com> -- genericterry%mozilla.org2-1/+282
2000-03-08Submission by Klaas Freitag <freitag@suse.de>.terry%mozilla.org3-0/+299
2000-03-08Patch by Olaf Krische <krische@mbi-berlin.de> -- Fixed HTML typos.terry%mozilla.org1-2/+2
2000-03-07Fixed very stupid typo.terry%mozilla.org1-1/+1
2000-02-26Make a universal routine to report errors in forms, so that we canterry%mozilla.org5-95/+60
2000-02-26If there is only one project allowing new bugs, don't bother promptingterry%mozilla.org1-3/+12
2000-02-25Fixed to cope with new longdescs table.terry%mozilla.org1-2/+13
2000-02-19Cut down on the number of syncshadowdb processes we fork off.terry%mozilla.org2-2/+12
2000-02-19Don't stomp on bugs timestamps when adding the new everconfirmed field.terry%mozilla.org1-1/+1
2000-02-19Check that we have defined a shadow db before trying to use it.terry%mozilla.org1-1/+1
2000-02-18Make reports work off of the the shadow database.terry%mozilla.org1-1/+1
2000-02-18Fixed some functions in buglist.cgi that won't work if we're hooked upterry%mozilla.org2-3/+10
2000-02-18Wasn't always tweaking LOCK TABLES commands correctly when shadowing. And fi...terry%mozilla.org1-3/+3
2000-02-18Added an optional ability to keep a read-only shadow database, so thatterry%mozilla.org8-8/+224