aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Fix for bug 69879: initial owner getting set to NULL if someone was ↵dave%intrec.com2001-02-231-2/+2
| | | | specified on the new bug form. This bug was introduced in the patch for bug 66876 (v1.29 of post_bug.cgi)
* cleanup footer when not logged in and if using voting.cyeh%bluemartini.com2001-02-231-2/+2
|
* break Find and Report links to a seperate line so that it looks cleanercyeh%bluemartini.com2001-02-231-1/+1
| | | | | on browser windows with shorter widths. also, the second line matches nicely with the other table cell.
* fix for 69688: buglist.cgi: the intermediate "please stand by" page is uglycyeh%bluemartini.com2001-02-231-5/+9
| | | | patch submitted by st.n@gmx.net (Stephan Niemz [faniz])
* fix for 66876: Using userids (mediumint) for initialowner and initialqacontactcyeh%bluemartini.com2001-02-237-41/+145
| | | | based on patch submitted by baulig@suse.de (Martin Baulig).
* Made dupe table populating code not break on multi-line dupe comments. ↵gerv%gerv.net2001-02-221-1/+1
| | | | Thanks to Alex Melnick <alex@get.topica.com>. No bug number.
* fix for 67278: Footer lines need separationcyeh%bluemartini.com2001-02-221-25/+44
| | | | | patch submitted by shie9022@msmailhub.oulan.ou.edu (Alan Shields) make saved queries display better
* Fix for bug 49306: Resolution field getting cleared on midair-collision.dave%intrec.com2001-02-221-6/+3
|
* fix for 61648: SQL inserts do not match constraintscyeh%bluemartini.com2001-02-211-10/+11
| | | | | patch submitted by kevin.brannen@springbow.com (Kevin Brannen) change checksetup inserts to match database constraints.
* Yeah, this is pretty cool. Checking in patch for bug #27669 by Stephan Niemztara%tequilarista.org2001-02-211-1/+3
|
* Fix for bug 69269: misleading comment for reassign by component when QA ↵dave%intrec.com2001-02-211-1/+3
| | | | Contact is in use.
* fix for 9302: Would be nice if attachment + number was a link too.cyeh%bluemartini.com2001-02-211-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.
* fix for 58436 : javascript strict warnings in query.cgicyeh%bluemartini.com2001-02-211-1/+1
| | | | changed to f.target_milestone
* fix for 68873 : Bugzilla install doesn't work over NFS; mention this in READMEcyeh%bluemartini.com2001-02-171-1/+10
| | | | patch submitted by tstromberg@rtci.com (Thomas Stromberg).
* fix for 17773: Checksetup.pl should create maintainer if database is empty.cyeh%bluemartini.com2001-02-171-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.
* fix for 65396:cyeh%bluemartini.com2001-02-162-8/+12
| | | | | Remember This Query should give option to add to page footer patch submitted by st.n@gmx.net (Stephan Niemz)
* fix for 28676 :cyeh%bluemartini.com2001-02-161-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).
* fix for bug found in original 17464 patch, where removal from the CC list ↵dmose%mozilla.org2001-02-153-43/+134
| | | | was not generating a mail. r=donm@bluemartini.com
* Fix for bug 22041: Bug page title now includes bug summary. Patch by ↵dave%intrec.com2001-02-021-2/+7
| | | | st.n@gmx.net (Stephan Niemz (faniz))
* Fix for bug 66149: better error message on connection failures. Patch by ↵dave%intrec.com2001-02-021-1/+1
| | | | shie9022@msmailhub.oulan.ou.edu (Alan Shields)
* Fix for bug 66154, fixes error introduced in v1.42 of reports.cgi from bug ↵dave%intrec.com2001-01-271-1/+1
| | | | 39159. Patch by Alan Shields <shie9022@msmailhub.oulan.ou.edu>
* cleaning up trailing whitespace in buglist.cgi source. (no code changes) ↵dave%intrec.com2001-01-251-21/+21
| | | | Patch by Stephan Niemz [faniz] <st.n@gmx.net>
* Fix for bug 66058: dates in Created and Changed date columns in buglists are ↵dave%intrec.com2001-01-251-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)
* Fix for bug 55429: can't always vote more than once per bug, depending on ↵dave%intrec.com2001-01-251-3/+4
| | | | product. Patch by Matthew Tuck <matty@box.net.au>
* Re-fixing bug 30694. part of the original patch got left out.dave%intrec.com2001-01-252-6/+3
|
* Fix for part 2 of bug 31456: changes the way checksetup.pl handles the ↵dave%intrec.com2001-01-251-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)
* Fix for bug 30694: adds title attributes to bug links with bug status and ↵dave%intrec.com2001-01-252-31/+48
| | | | description. Patch by jake@acutex.net
* Fix for bug 65598: check for minimum versions of some of the Perl modules ↵dave%intrec.com2001-01-251-8/+84
| | | | Bugzilla needs. Also check for minimum version of MySQL server on the other end.
* patch from bug 17464 to give user some control over what sorts of bug mail ↵dmose%mozilla.org2001-01-254-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
* Fix for bug 31295: use checkbox for votes if only one vote allowed. Also ↵dave%intrec.com2001-01-241-6/+22
| | | | eliminate displaying products with no votes. Patch by Stephan Niemz <st.n@gmx.net>
* Fix for bug 45784: URL field truncated at quote marks. Patch bydave%intrec.com2001-01-241-2/+2
| | | | jake@acutex.net
* Landing Ask Bjoern Hansen's fix for bug #39159tara%tequilarista.org2001-01-211-4/+10
|
* Landing suggested addition from Bernd Eckenfels for bug # 56822tara%tequilarista.org2001-01-201-0/+3
|
* More bug 6682. Perhaps this could be it.gerv%gerv.net2001-01-193-15/+29
|
* Cleaning up the language for matty for bug #45213tara%tequilarista.org2001-01-181-2/+2
|
* Landing patch for bug #58436 from Henrik Gemaltara%tequilarista.org2001-01-181-12/+12
|
* Code to upgrade data file formats from old version, and intermediate broken ↵gerv%gerv.net2001-01-171-0/+61
| | | | version. Bug 6682.
* Fix for bug 32000 (and refixing bug 4928): extra newlines in comments madedave%intrec.com2001-01-171-1/+3
| | | | with NS4-Mac
* changes from jake@acutex.net to make it possible to toggle the default value ↵dmose%mozilla.org2000-12-233-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
* script for watching mysqld. r=endico@mozilla.orgdmose%mozilla.org2000-12-231-0/+102
|
* updated to ignore graphs subdirdmose%mozilla.org2000-12-231-0/+1
|
* Made deletion of graphs safer. Thanks to Joseph Heenan <joseph@picsel.com>gerv%gerv.net2000-12-151-4/+5
|
* Fix duplicates table check; make sure we create graphs directory.gerv%gerv.net2000-12-151-4/+3
|
* Fixed problem with ranges in regexps that I dreamt about a few nights ago.gerv%gerv.net2000-12-151-2/+2
|
* Fixed dupes table detection code; added check for graphs directory.gerv%gerv.net2000-12-141-7/+14
|
* Formatting change. Trivial.gerv%gerv.net2000-12-141-1/+1
|
* add a stack to save the current global SQL state so that queries can be ↵dmose%mozilla.org2000-12-121-1/+41
| | | | nested. used this mechanism to fix the 62618 regression. r=encido@mozilla.org
* patch from Jake <jsteenhagen@novagate.com> to fix bug 59515; adds a title ↵dmose%mozilla.org2000-12-072-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
* Bug 6682: moving location of graph creation dir to graphs instead of ↵gerv%gerv.net2000-12-062-8/+9
| | | | data/mining, for security reasons.
* Fix for bug 45586: Component, Version, and Milestone values are no longerdave%intrec.com2000-11-211-15/+47
| | | | | shown that belong to products the user can't see if usebuggroups is active. Patch by Matthias Radestock <rade@lshift.net>