summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2001-02-23fix for 66876: Using userids (mediumint) for initialowner and initialqacontactcyeh%bluemartini.com7-41/+145
based on patch submitted by baulig@suse.de (Martin Baulig).
2001-02-22Made dupe table populating code not break on multi-line dupe comments. ↵gerv%gerv.net1-1/+1
Thanks to Alex Melnick <alex@get.topica.com>. No bug number.
2001-02-22fix for 67278: Footer lines need separationcyeh%bluemartini.com1-25/+44
patch submitted by shie9022@msmailhub.oulan.ou.edu (Alan Shields) make saved queries display better
2001-02-22Fix for bug 49306: Resolution field getting cleared on midair-collision.dave%intrec.com1-6/+3
2001-02-21fix for 61648: SQL inserts do not match constraintscyeh%bluemartini.com1-10/+11
patch submitted by kevin.brannen@springbow.com (Kevin Brannen) change checksetup inserts to match database constraints.
2001-02-21Yeah, this is pretty cool. Checking in patch for bug #27669 by Stephan Niemztara%tequilarista.org1-1/+3
2001-02-21Fix for bug 69269: misleading comment for reassign by component when QA ↵dave%intrec.com1-1/+3
Contact is in use.
2001-02-21fix for 9302: Would be nice if attachment + number was a link too.cyeh%bluemartini.com1-0/+8
patch submitted by afranke@ags.uni-sb.de (Andreas Franke) thanks for the patch. Now can reference attachments in other bugs as an HTML link.
2001-02-21fix for 58436 : javascript strict warnings in query.cgicyeh%bluemartini.com1-1/+1
changed to f.target_milestone
2001-02-17fix for 68873 : Bugzilla install doesn't work over NFS; mention this in READMEcyeh%bluemartini.com1-1/+10
patch submitted by tstromberg@rtci.com (Thomas Stromberg).
2001-02-17fix for 17773: Checksetup.pl should create maintainer if database is empty.cyeh%bluemartini.com1-17/+126
patch submitted by dave@intrec.com (Dave Miller) create an administrator if we don't find one in the db or if new.
2001-02-16fix for 65396:cyeh%bluemartini.com2-8/+12
Remember This Query should give option to add to page footer patch submitted by st.n@gmx.net (Stephan Niemz)
2001-02-16fix for 28676 :cyeh%bluemartini.com1-0/+22
When a bug is marked duplicate, the reporter should be added to the bug that it duplicated. patch submitted by jake@acutex.net (Jake).
2001-02-15fix for bug found in original 17464 patch, where removal from the CC list ↵dmose%mozilla.org3-43/+134
was not generating a mail. r=donm@bluemartini.com
2001-02-02Fix for bug 22041: Bug page title now includes bug summary. Patch by ↵dave%intrec.com1-2/+7
st.n@gmx.net (Stephan Niemz (faniz))
2001-02-02Fix for bug 66149: better error message on connection failures. Patch by ↵dave%intrec.com1-1/+1
shie9022@msmailhub.oulan.ou.edu (Alan Shields)
2001-01-27Fix for bug 66154, fixes error introduced in v1.42 of reports.cgi from bug ↵dave%intrec.com1-1/+1
39159. Patch by Alan Shields <shie9022@msmailhub.oulan.ou.edu>
2001-01-25cleaning up trailing whitespace in buglist.cgi source. (no code changes) ↵dave%intrec.com1-21/+21
Patch by Stephan Niemz [faniz] <st.n@gmx.net>
2001-01-25Fix for bug 66058: dates in Created and Changed date columns in buglists are ↵dave%intrec.com1-2/+16
now in context with how old the bug is. within the last 18 hours: time only (12:24:34) within the last 6 days: weekday and time (Fri 12:24) within the last 100 days: month and day (01-19) older than 100 days: previous behaviour (2001-01-19)
2001-01-25Fix for bug 55429: can't always vote more than once per bug, depending on ↵dave%intrec.com1-3/+4
product. Patch by Matthew Tuck <matty@box.net.au>
2001-01-25Re-fixing bug 30694. part of the original patch got left out.dave%intrec.com2-6/+3
2001-01-25Fix for part 2 of bug 31456: changes the way checksetup.pl handles the ↵dave%intrec.com1-66/+63
localconfig file internally to guarantee proper detection of any variables defined in localconfig (even empty arrays, which it couldn't detect before, in case someone adds one to localcofig at some point)
2001-01-25Fix for bug 30694: adds title attributes to bug links with bug status and ↵dave%intrec.com2-31/+48
description. Patch by jake@acutex.net
2001-01-25Fix for bug 65598: check for minimum versions of some of the Perl modules ↵dave%intrec.com1-8/+84
Bugzilla needs. Also check for minimum version of MySQL server on the other end.
2001-01-25patch from bug 17464 to give user some control over what sorts of bug mail ↵dmose%mozilla.org4-80/+763
get sent to an account. Original patch by al_raetz@yahoo.com and lots of additional hacking by me; r=donm@bluemartini.com
2001-01-24Fix for bug 31295: use checkbox for votes if only one vote allowed. Also ↵dave%intrec.com1-6/+22
eliminate displaying products with no votes. Patch by Stephan Niemz <st.n@gmx.net>
2001-01-24Fix for bug 45784: URL field truncated at quote marks. Patch bydave%intrec.com1-2/+2
jake@acutex.net
2001-01-21Landing Ask Bjoern Hansen's fix for bug #39159tara%tequilarista.org1-4/+10
2001-01-20Landing suggested addition from Bernd Eckenfels for bug # 56822tara%tequilarista.org1-0/+3
2001-01-19More bug 6682. Perhaps this could be it.gerv%gerv.net3-15/+29
2001-01-18Cleaning up the language for matty for bug #45213tara%tequilarista.org1-2/+2
2001-01-18Landing patch for bug #58436 from Henrik Gemaltara%tequilarista.org1-12/+12
2001-01-18Code to upgrade data file formats from old version, and intermediate broken ↵gerv%gerv.net1-0/+61
version. Bug 6682.
2001-01-17Fix for bug 32000 (and refixing bug 4928): extra newlines in comments madedave%intrec.com1-1/+3
with NS4-Mac
2000-12-23changes from jake@acutex.net to make it possible to toggle the default value ↵dmose%mozilla.org3-13/+25
of newemailtech for new profiles, this is set by default to be turned on (the old default was off) ; r=dmose@mozilla.org. changes from me to make newemailtech the default in all new installations, and update the verbiage in various spots to make it clear that newemailtech is now considered the one true way and the old tech will be going away. r=endico@mozilla.org,cyeh@bluemartini.com
2000-12-23script for watching mysqld. r=endico@mozilla.orgdmose%mozilla.org1-0/+102
2000-12-23updated to ignore graphs subdirdmose%mozilla.org1-0/+1
2000-12-15Made deletion of graphs safer. Thanks to Joseph Heenan <joseph@picsel.com>gerv%gerv.net1-4/+5
2000-12-15Fix duplicates table check; make sure we create graphs directory.gerv%gerv.net1-4/+3
2000-12-15Fixed problem with ranges in regexps that I dreamt about a few nights ago.gerv%gerv.net1-2/+2
2000-12-14Fixed dupes table detection code; added check for graphs directory.gerv%gerv.net1-7/+14
2000-12-14Formatting change. Trivial.gerv%gerv.net1-1/+1
2000-12-12add a stack to save the current global SQL state so that queries can be ↵dmose%mozilla.org1-1/+41
nested. used this mechanism to fix the 62618 regression. r=encido@mozilla.org
2000-12-07patch from Jake <jsteenhagen@novagate.com> to fix bug 59515; adds a title ↵dmose%mozilla.org2-5/+14
attribute containing status and short description to various bug links. In some browsers (most Mozilla builds, at least) this makes the status and short description available as a tooltip, so it is no longer necessary to click through to see it. r=dmose@mozilla.org
2000-12-06Bug 6682: moving location of graph creation dir to graphs instead of ↵gerv%gerv.net2-8/+9
data/mining, for security reasons.
2000-11-21Fix for bug 45586: Component, Version, and Milestone values are no longerdave%intrec.com1-15/+47
shown that belong to products the user can't see if usebuggroups is active. Patch by Matthias Radestock <rade@lshift.net>
2000-11-10Make 'doomed' reports honor the per-product defaultmilestone setting, rather ↵terry%mozilla.org1-0/+6
than looking at the obsolete system-wide 'curmilestone' param.
2000-11-01fix/enhancement from 53951:[rfe] make bug# link on show_bug.cgi an absolute linkcyeh%bluemartini.com1-1/+1
so that saved copies of show_bug are useful. patch by dave@intrec.com, r=cyeh
2000-10-31Last minute adjustmentstara%tequilarista.org1-2/+2
2000-10-31Landing Gerv and Adam's changes for bug #6682tara%tequilarista.org2-576/+639