]> git.ipfire.org Git - thirdparty/bugzilla.git/log
thirdparty/bugzilla.git
24 years agoadd a stack to save the current global SQL state so that queries can be nested. ...
dmose%mozilla.org [Tue, 12 Dec 2000 11:47:40 +0000 (11:47 +0000)] 
add a stack to save the current global SQL state so that queries can be nested.  used this mechanism to fix the 62618 regression.  r=encido@mozilla.org

24 years agopatch from Jake <jsteenhagen@novagate.com> to fix bug 59515; adds a title attribute...
dmose%mozilla.org [Thu, 7 Dec 2000 11:04:31 +0000 (11:04 +0000)] 
patch from Jake <jsteenhagen@novagate.com> to fix bug 59515; adds a title 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

24 years agoBug 6682: moving location of graph creation dir to graphs instead of data/mining...
gerv%gerv.net [Wed, 6 Dec 2000 06:36:25 +0000 (06:36 +0000)] 
Bug 6682: moving location of graph creation dir to graphs instead of data/mining, for security reasons.

24 years agoFix for bug 45586: Component, Version, and Milestone values are no longer
dave%intrec.com [Tue, 21 Nov 2000 03:42:36 +0000 (03:42 +0000)] 
Fix for bug 45586: Component, Version, and Milestone values are no longer
shown that belong to products the user can't see if usebuggroups is
active.  Patch by Matthias Radestock <rade@lshift.net>

24 years agoMake 'doomed' reports honor the per-product defaultmilestone setting, rather than...
terry%mozilla.org [Fri, 10 Nov 2000 02:57:51 +0000 (02:57 +0000)] 
Make 'doomed' reports honor the per-product defaultmilestone setting, rather than looking at the obsolete system-wide 'curmilestone' param.

24 years agofix/enhancement from 53951:[rfe] make bug# link on show_bug.cgi an absolute link
cyeh%bluemartini.com [Wed, 1 Nov 2000 05:16:57 +0000 (05:16 +0000)] 
fix/enhancement from 53951:[rfe] make bug# link on show_bug.cgi an absolute link
so that saved copies of show_bug are useful. patch by dave@intrec.com, r=cyeh

24 years agoLast minute adjustments
tara%tequilarista.org [Tue, 31 Oct 2000 07:23:42 +0000 (07:23 +0000)] 
Last minute adjustments

24 years agoLanding Gerv and Adam's changes for bug #6682
tara%tequilarista.org [Tue, 31 Oct 2000 07:02:41 +0000 (07:02 +0000)] 
Landing Gerv and Adam's changes for bug #6682

24 years agocorrecting scope
tara%tequilarista.org [Tue, 31 Oct 2000 03:17:43 +0000 (03:17 +0000)] 
correcting scope

24 years agoThe code was trying to use ConnectToDatabase to connect to the shadow db after quietl...
dmose%mozilla.org [Wed, 25 Oct 2000 09:34:13 +0000 (09:34 +0000)] 
The code was trying to use ConnectToDatabase to connect to the shadow db after quietly_check_login() had already called it for us under the covers _without_ the useshadowdb parameter.  So reports were being run against the main database, triggering UI stalls.  r=endico@mozilla.org

24 years agowhen invoked with -syncall, have the GET_LOCK time out after 45 minutes rather than...
dmose%mozilla.org [Tue, 24 Oct 2000 08:51:56 +0000 (08:51 +0000)] 
when invoked with -syncall, have the GET_LOCK time out after 45 minutes rather than 1 second, since we want syncall to happen anyway, even if other individual syncs are currently in progress.  r=endico@mozilla.org

24 years agoremove problem with newer perl spewing error messages into the CGI
cyeh%bluemartini.com [Tue, 24 Oct 2000 07:44:21 +0000 (07:44 +0000)] 
remove problem with newer perl spewing error messages into the CGI

24 years agowhoopsie.
tara%tequilarista.org [Tue, 24 Oct 2000 06:15:04 +0000 (06:15 +0000)] 
whoopsie.

24 years agoLanding duplicates stuff from gervase markham
tara%tequilarista.org [Tue, 24 Oct 2000 05:01:30 +0000 (05:01 +0000)] 
Landing duplicates stuff from gervase markham

24 years agopart of gervase markham's duplicates tracking functionality
tara%tequilarista.org [Tue, 24 Oct 2000 04:44:30 +0000 (04:44 +0000)] 
part of gervase markham's duplicates tracking functionality

24 years agoupdated user-agent matching code to be more accurate about Win95 and MacOS
dmose%mozilla.org [Fri, 13 Oct 2000 07:36:39 +0000 (07:36 +0000)] 
updated user-agent matching code to be more accurate about Win95 and MacOS

24 years agoFix for bug 52921: checksetup.pl fails to create database with password.
dave%intrec.com [Fri, 29 Sep 2000 12:43:53 +0000 (12:43 +0000)] 
Fix for bug 52921: checksetup.pl fails to create database with password.
Now it won't choke on this anymore.  Patch also includes a Perl 5.6
compatibility update (see bug 52921 and bug 44622 for details).

24 years agoFix for bug 44076: Editparams falsely detecting text field changes and
dave%intrec.com [Fri, 29 Sep 2000 12:29:09 +0000 (12:29 +0000)] 
Fix for bug 44076: Editparams falsely detecting text field changes and
NS4Mac putting a single linefeed in empty fields.

24 years agofix for 45384: checksetup.pl fails to update very old bugzilla (10/1998) databases.
cyeh%bluemartini.com [Thu, 28 Sep 2000 00:51:36 +0000 (00:51 +0000)] 
fix for 45384: checksetup.pl fails to update very old bugzilla (10/1998) databases.
patch submitted by sstock@iconnect-inc.com

24 years agoOops! This was changed a couple of months ago in such a way that a
terry%mozilla.org [Tue, 19 Sep 2000 22:42:53 +0000 (22:42 +0000)] 
Oops!  This was changed a couple of months ago in such a way that a
large class of problems wouldn't be reported.  (It wouldn't show most
cases where a table had an invalid ID pointing into another table.)

24 years agofix for 52228: Bug list title should be name of query if running named query
cyeh%bluemartini.com [Tue, 19 Sep 2000 04:29:44 +0000 (04:29 +0000)] 
fix for 52228: Bug list title should be name of query if running named query
patch by dave@intrec.com (Dave Miller)

24 years agoFix for bug 51270: param for bodyhtml to allow sites to customize
dave%intrec.com [Sat, 16 Sep 2000 21:08:37 +0000 (21:08 +0000)] 
Fix for bug 51270: param for bodyhtml to allow sites to customize
background colors/image and link colors.

24 years agofix for 41303: new email tech doesn't work with emailregexp
cyeh%bluemartini.com [Sat, 16 Sep 2000 05:39:35 +0000 (05:39 +0000)] 
fix for 41303: new email tech doesn't work with emailregexp
patch by JRobertson@medevolve.com (Jon Robertson)

24 years agofront end fix for 31456: Editing a superuser clears their access flags
cyeh%bluemartini.com [Sat, 16 Sep 2000 05:20:54 +0000 (05:20 +0000)] 
front end fix for 31456: Editing a superuser clears their access flags
patch by jmrobin@tgix.com

24 years agofixes for 51184, 51185, 51186: allow for ldap authentication. patches
cyeh%bluemartini.com [Sat, 16 Sep 2000 01:35:16 +0000 (01:35 +0000)] 
fixes for 51184, 51185, 51186: allow for ldap authentication. patches
by jmrobins@tgix.com (Joe Robins). LDAP sections haven't been
tested yet, but the code is arranged such that it shouldn't disturb
existing user authentication system.

24 years agoput little comment in here about apostrophe's in enums
cyeh%bluemartini.com [Fri, 15 Sep 2000 08:00:56 +0000 (08:00 +0000)] 
put little comment in here about apostrophe's in enums

24 years agofix for 47561:Incorrect group bit used for new group.
cyeh%bluemartini.com [Fri, 15 Sep 2000 06:53:24 +0000 (06:53 +0000)] 
fix for 47561:Incorrect group bit used for new group.
patch by dave@intrec.com

24 years agofix for 13626: loaded query doesn't show "Sort By" correctly.
cyeh%bluemartini.com [Thu, 14 Sep 2000 05:04:30 +0000 (05:04 +0000)] 
fix for 13626: loaded query doesn't show "Sort By" correctly.
patch by dave@intrec.com

24 years agofix for 29820: Remove "Changed" from email subject line
cyeh%bluemartini.com [Thu, 14 Sep 2000 04:25:25 +0000 (04:25 +0000)] 
fix for 29820: Remove "Changed" from email subject line
patch submitted by zach@math.berkeley.edu, additional commentary by
cyeh@bluemartini.com.

24 years agofix for 51520: Missing uses of Param('emailsuffix')
cyeh%bluemartini.com [Thu, 14 Sep 2000 00:45:48 +0000 (00:45 +0000)] 
fix for 51520: Missing uses of Param('emailsuffix')
patch submitted by john.beranek@pace.co.uk (John Beranek)

24 years agofix for 51521: Broken HTML on user permissions page, patch by john.beranek@pace.co.uk
cyeh%bluemartini.com [Wed, 13 Sep 2000 07:09:36 +0000 (07:09 +0000)] 
fix for 51521: Broken HTML on user permissions page, patch by john.beranek@pace.co.uk

24 years agofix for 50647: RFE: yp_nomail.sh contribution. contributed by mtakacs@pacbell.net
cyeh%bluemartini.com [Wed, 13 Sep 2000 06:50:31 +0000 (06:50 +0000)] 
fix for 50647: RFE: yp_nomail.sh contribution. contributed by mtakacs@pacbell.net

24 years agofix for 44653: Products with / in don't get any chart data
cyeh%bluemartini.com [Wed, 13 Sep 2000 04:35:46 +0000 (04:35 +0000)] 
fix for 44653: Products with / in don't get any chart data
patch submitted by gavins@iplbath.com

24 years agofix for 51299: RemoveVotes email should use the 'sendmailnow' Param. patch by dave...
cyeh%bluemartini.com [Tue, 12 Sep 2000 23:29:38 +0000 (23:29 +0000)] 
fix for 51299: RemoveVotes email should use the 'sendmailnow' Param. patch by dave@intrec.com

24 years agoFix for bug 51487: Now only checks for a valid QA Contact if it actually
dave%intrec.com [Sun, 10 Sep 2000 23:54:04 +0000 (23:54 +0000)] 
Fix for bug 51487: Now only checks for a valid QA Contact if it actually
asked you for one.  Thanks to bg.mahesh@team.indiainfo.com (B.G. Mahesh)
for catching this.

24 years agoFix for bug 51519: Links to index are too specific. Patch by
dave%intrec.com [Thu, 7 Sep 2000 13:31:12 +0000 (13:31 +0000)] 
Fix for bug 51519: Links to index are too specific.  Patch by
john.beranek@pace.co.uk (John Beranek)

24 years agoFix for bug 51508: Unclosed <NOBR> around named queries in command menu.
dave%intrec.com [Thu, 7 Sep 2000 13:22:10 +0000 (13:22 +0000)] 
Fix for bug 51508: Unclosed <NOBR> around named queries in command menu.
Patch by john.beranek@pace.co.uk (John Beranek)

24 years agoFix for bug 38791: scipped -> skipped spelling correction.
dave%intrec.com [Wed, 6 Sep 2000 13:01:10 +0000 (13:01 +0000)] 
Fix for bug 38791: scipped -> skipped spelling correction.

24 years agoFix for bug 33491: adds comment about configuration items for Apache being
dave%intrec.com [Wed, 6 Sep 2000 12:37:57 +0000 (12:37 +0000)] 
Fix for bug 33491: adds comment about configuration items for Apache being
in httpd.conf in never versions of apache, rather than in srm.conf or
access.conf.  Also adds comment in the "adding a maintainer by hand"
section that you may need command-line options for the mysql command if
you've enabled security in MySQL.

24 years agoFix for bug 21782: add instructions for using CPAN to install Perl modules
dave%intrec.com [Wed, 6 Sep 2000 11:57:24 +0000 (11:57 +0000)] 
Fix for bug 21782: add instructions for using CPAN to install Perl modules
to the README.

24 years agohtml fix to reclose 21583
cyeh%bluemartini.com [Wed, 6 Sep 2000 00:48:22 +0000 (00:48 +0000)] 
html fix to reclose 21583

24 years agoFix for bug 43821: PutHeader has unbalanced <TABLE> tags.
dave%intrec.com [Mon, 4 Sep 2000 11:10:51 +0000 (11:10 +0000)] 
Fix for bug 43821: PutHeader has unbalanced <TABLE> tags.

24 years agoRemoving duplicate variable declaration from patch for bug 50698. The
dave%intrec.com [Sat, 2 Sep 2000 11:26:36 +0000 (11:26 +0000)] 
Removing duplicate variable declaration from patch for bug 50698.  The
sendmail deferred vs immediate delivery Param is now honored even in Perl
5.6.

24 years agoFix for bug 46913: xml.cgi produces SQL error when accessed while not
dave%intrec.com [Sat, 2 Sep 2000 09:44:54 +0000 (09:44 +0000)] 
Fix for bug 46913: xml.cgi produces SQL error when accessed while not
logged in yet.  Thanks to luke_harless@attglobal.net for discovering this
one.

24 years agofix for 6944: buglist: summary and whiteboard fight for space
cyeh%bluemartini.com [Fri, 1 Sep 2000 06:26:51 +0000 (06:26 +0000)] 
fix for 6944: buglist: summary and whiteboard fight for space
patch by the ever present dave@intrec.com

24 years agofix for 45583: all users get added to a group if userregexp is null in editproducts.cgi
cyeh%bluemartini.com [Fri, 1 Sep 2000 05:56:21 +0000 (05:56 +0000)] 
fix for 45583: all users get added to a group if userregexp is null in editproducts.cgi
patch by jmrobins@tgix.com

24 years agofix for 35604: indicate on bug lists if a bug is not visible to the public
cyeh%bluemartini.com [Fri, 1 Sep 2000 04:53:29 +0000 (04:53 +0000)] 
fix for 35604: indicate on bug lists if a bug is not visible to the public
patch submitted by dave@intrec.com (Dave Miller), legend added
by cyeh@bluemartini.com

24 years agofix for 44609 : Remove the useless "project" column in the Change columns page
cyeh%bluemartini.com [Fri, 1 Sep 2000 01:19:46 +0000 (01:19 +0000)] 
fix for 44609 : Remove the useless "project" column in the Change columns page
patch submitted by cdurst@world.std.com (Charles Durst)

24 years agofix for bug #24806
tara%tequilarista.org [Thu, 31 Aug 2000 13:07:26 +0000 (13:07 +0000)] 
fix for bug #24806

24 years agofix for 44617: edit*.cgi: Should show which product you're working on
cyeh%bluemartini.com [Thu, 31 Aug 2000 06:44:35 +0000 (06:44 +0000)] 
fix for 44617: edit*.cgi: Should show which product you're working on
patches by mtakacs@pacbell.net (Tak)

24 years agofix for 32828: Redirect fails on Internet explorer: colchange.cgi
cyeh%bluemartini.com [Thu, 31 Aug 2000 06:01:26 +0000 (06:01 +0000)] 
fix for 32828: Redirect fails on Internet explorer: colchange.cgi
patch from mtakacs@pacbell.net

24 years agofix for 40603: query.cgi shutdownhtml PutHeader
cyeh%bluemartini.com [Thu, 31 Aug 2000 05:49:17 +0000 (05:49 +0000)] 
fix for 40603: query.cgi shutdownhtml PutHeader
patch submitted by JRobertson@medevolve.com (Jon Robertson)

24 years agofix for 40603: Assumes user is coming from different page
cyeh%bluemartini.com [Thu, 31 Aug 2000 05:42:44 +0000 (05:42 +0000)] 
fix for 40603: Assumes user is coming from different page
patch by zach@zachlipton.com

24 years agofix submitted for 42809: bug_email.pl doesn't allow for priority = 0
cyeh%bluemartini.com [Thu, 31 Aug 2000 04:47:17 +0000 (04:47 +0000)] 
fix submitted for 42809: bug_email.pl doesn't allow for priority = 0
patch submitted by brad@xyu.dhs.org (Brad Sarsfield)

24 years agofix for 37684 and 42609: trying to deal with malformed url's in the URL field
cyeh%bluemartini.com [Thu, 31 Aug 2000 04:32:43 +0000 (04:32 +0000)] 
fix for 37684 and 42609: trying to deal with malformed url's in the URL field
during bug entry. instead of trying to be really intelligent over what a valid
url field is, or doing any kind of complicated regexping and forcing http://
on everyone, what we do instead is pre-seed enter_bug.cgi bug_file_loc with http://
in the text field. if that is all there is in the field when we are in post_bug.cgi,
then the value gets set to null (no URL entered into the new bug form). this allows
for you to enter in any valid url that you want, but also make it obvious that
http:// should be there for http:// urls at bug entry time

24 years agofix for 50698: parameter for sendmail deferred mode
cyeh%bluemartini.com [Wed, 30 Aug 2000 03:10:14 +0000 (03:10 +0000)] 
fix for 50698: parameter for sendmail deferred mode

24 years agofix for 49063: no sanity checking when setting duplicate. sanity checking
cyeh%bluemartini.com [Wed, 30 Aug 2000 01:01:07 +0000 (01:01 +0000)] 
fix for 49063: no sanity checking when setting duplicate. sanity checking
is done for the dup id field, but not for the originating bug id.
now checks to see if the original bug id is valid as well, although i don't
understand how this could get corrupted in the first place

24 years agofix for 38463: show_bug.cgi: colon in "keywords:" not part of link
cyeh%bluemartini.com [Wed, 30 Aug 2000 00:14:25 +0000 (00:14 +0000)] 
fix for 38463: show_bug.cgi: colon in "keywords:" not part of link

24 years agofix for 38624: "New value" column smaller than "old value" column. added an
cyeh%bluemartini.com [Wed, 30 Aug 2000 00:01:54 +0000 (00:01 +0000)] 
fix for 38624: "New value" column smaller than "old value" column. added an
extra "<" in FormatTriple so that old/new are the same size

24 years agofix for 31081: Make comment field in bug view larger.
cyeh%bluemartini.com [Tue, 29 Aug 2000 23:44:33 +0000 (23:44 +0000)] 
fix for 31081: Make comment field in bug view larger.

24 years agouse big sql tables because checking keywords requires a fairly huge query
endico%mozilla.org [Tue, 29 Aug 2000 07:46:28 +0000 (07:46 +0000)] 
use big sql tables because checking keywords requires a fairly huge query

24 years agoAdd new flavors of BSD to the list of platforms and rearrange the order of the list...
endico%mozilla.org [Tue, 29 Aug 2000 06:07:33 +0000 (06:07 +0000)] 
Add new flavors of BSD to the list of platforms and rearrange the order of the list. Also, fix a couple of typos in the opening comments.

24 years agofix for 40286 : strike-throughs impair readability. patch from
cyeh%bluemartini.com [Tue, 29 Aug 2000 01:52:14 +0000 (01:52 +0000)] 
fix for 40286 : strike-throughs impair readability. patch from
gervase.markham@univ.ox.ac.uk

24 years agofix for 45118: Target milestone setup issue. patch submitted by
cyeh%bluemartini.com [Tue, 29 Aug 2000 01:44:28 +0000 (01:44 +0000)] 
fix for 45118: Target milestone setup issue. patch submitted by
matty@box.net.au (Matthew Tuck). now creates a milestone entry for the
first test product

24 years agofix for 21583: Buzilla attachments should say what kind of file they are
cyeh%bluemartini.com [Tue, 29 Aug 2000 01:29:22 +0000 (01:29 +0000)] 
fix for 21583: Buzilla attachments should say what kind of file they are

24 years agoremove extra spaces at head of file
cyeh%bluemartini.com [Tue, 29 Aug 2000 01:20:11 +0000 (01:20 +0000)] 
remove extra spaces at head of file

24 years agofix for 47669: editproducts.cgi line 582 uses old $::db->query. thanks to
cyeh%bluemartini.com [Tue, 29 Aug 2000 00:56:57 +0000 (00:56 +0000)] 
fix for 47669: editproducts.cgi line 582 uses old $::db->query. thanks to
rwhite@collectivenet.net (Ryan White) for finding it.

24 years agofix for 47790 : A bug to track which bugs Zach's bugzilla patch resolves.
cyeh%bluemartini.com [Tue, 29 Aug 2000 00:48:56 +0000 (00:48 +0000)] 
fix for 47790 : A bug to track which bugs Zach's bugzilla patch resolves.
patches by zach@zachlipton.com. Thanks!

24 years agofix for 45116, typo, above should be below.
cyeh%bluemartini.com [Mon, 28 Aug 2000 11:16:18 +0000 (11:16 +0000)] 
fix for 45116, typo, above should be below.

24 years agoFix for bug 16454: can now run checksetup.pl on databases with passwords.
dave%intrec.com [Wed, 23 Aug 2000 01:30:05 +0000 (01:30 +0000)] 
Fix for bug 16454: can now run checksetup.pl on databases with passwords.

24 years agofix for #39044 : Some vers. of some browsers give a script warning on query page...
cyeh%bluemartini.com [Tue, 22 Aug 2000 03:16:00 +0000 (03:16 +0000)] 
fix for #39044 : Some vers. of some browsers give a script warning on query page when not
using milestones. patch submitted by nkiesel@tbdnetworks.com

24 years agofix for bug #44622: perl5.6 vs perl5.005 -w: more anal 5.6 causes errors.
cyeh%bluemartini.com [Tue, 22 Aug 2000 02:50:41 +0000 (02:50 +0000)] 
fix for bug #44622: perl5.6 vs perl5.005 -w: more anal 5.6 causes errors.
patches by mtakacs@pacbell.net.

24 years agoDeflect email away from me.
terry%mozilla.org [Thu, 17 Aug 2000 06:07:37 +0000 (06:07 +0000)] 
Deflect email away from me.

24 years agoLanding zach's \n for #48947
tara%tequilarista.org [Tue, 15 Aug 2000 01:44:54 +0000 (01:44 +0000)] 
Landing zach's \n for #48947

24 years agoRe-fixing bug 30824 the correct way (which also fixes bug 46753)
dave%intrec.com [Sun, 13 Aug 2000 06:30:51 +0000 (06:30 +0000)] 
Re-fixing bug 30824 the correct way (which also fixes bug 46753)

25 years agofix for bug #44691, patch submitted by jmrobins@tgix.com (Joe Robins)
cyeh%bluemartini.com [Sat, 12 Aug 2000 08:14:25 +0000 (08:14 +0000)] 
fix for bug #44691, patch submitted by jmrobins@tgix.com (Joe Robins)

25 years agoRe-fixing bug 46897. Thanks to JRobertson@medevolve.com for catching the
dave%intrec.com [Thu, 10 Aug 2000 03:49:11 +0000 (03:49 +0000)] 
Re-fixing bug 46897.  Thanks to JRobertson@medevolve.com for catching the
omission in the original patch.

25 years agoFixing bug #46897
tara%tequilarista.org [Tue, 8 Aug 2000 05:59:54 +0000 (05:59 +0000)] 
Fixing bug #46897

25 years agofix for bug 42089: change wording of link from "create new bug" to
cyeh%bluemartini.com [Tue, 8 Aug 2000 00:53:36 +0000 (00:53 +0000)] 
fix for bug 42089: change wording of link from "create new bug" to
"report new bug". r=timeless@bemail.org, cyeh@bluemartini.com,
patch submitted by zach@zachlipton.com

25 years agoFix for bug 47561. Thanks to tengel@fluid.com (Troy Engel) for catching
dave%intrec.com [Sun, 6 Aug 2000 12:42:30 +0000 (12:42 +0000)] 
Fix for bug 47561.  Thanks to tengel@fluid.com (Troy Engel) for catching
this one.

25 years agoRemoving a couple lines from the patch for bug 31336 that got left in by
dave%intrec.com [Sat, 5 Aug 2000 06:16:01 +0000 (06:16 +0000)] 
Removing a couple lines from the patch for bug 31336 that got left in by
accident.

25 years agoUndoing missing QA bug introduced with earlier patch (see bug 30826 for
dave%intrec.com [Wed, 2 Aug 2000 02:52:06 +0000 (02:52 +0000)] 
Undoing missing QA bug introduced with earlier patch (see bug 30826 for
details)

25 years agoIf the application is set up at the server root (e.g. bugzilla.mozilla.org) then...
endico%mozilla.org [Sat, 29 Jul 2000 04:28:39 +0000 (04:28 +0000)] 
If the application is set up at the server root (e.g. bugzilla.mozilla.org) then this robots.txt disallows robots from scanning the site except for the top level file.

25 years agoA menu was being created too early, before it is possible to avoid
dmose%mozilla.org [Fri, 28 Jul 2000 12:12:33 +0000 (12:12 +0000)] 
A menu was being created too early, before it is possible to avoid
creating the menu with an invalid default selection.  This was causing
bugzilla to (incorrectly) spew a database corruption error when
attempting to view a bug that had been resolved MOVED.  Why this
wasn't causing the same problem with DUPLICATE resolutions, I don't
know.  Moved the menu creation later in the code, so that it only
happens after it has been ensured that the default selection is not
going to be MOVED.

25 years agoTurning off tag support in quips because some assholes have nothing better do than...
tara%tequilarista.org [Fri, 28 Jul 2000 03:10:16 +0000 (03:10 +0000)] 
Turning off tag support in quips because some assholes have nothing better do than fuck with my tool

25 years agoLanding Jon Robertson's for bug #41915
tara%tequilarista.org [Wed, 26 Jul 2000 05:12:39 +0000 (05:12 +0000)] 
Landing Jon Robertson's for bug #41915

25 years agoLanding Jon Robertson's for bug #41913
tara%tequilarista.org [Wed, 26 Jul 2000 05:09:20 +0000 (05:09 +0000)] 
Landing Jon Robertson's for bug #41913

25 years agoLanding Dave Miller's patch for #25693
tara%tequilarista.org [Wed, 26 Jul 2000 05:00:16 +0000 (05:00 +0000)] 
Landing Dave Miller's patch for #25693

25 years agoLanding Adam Spiers' contributions for security and small functional issues
tara%tequilarista.org [Wed, 26 Jul 2000 01:58:42 +0000 (01:58 +0000)] 
Landing Adam Spiers' contributions for security and small functional issues

25 years agoFix for bug 46207 (bugidtype=exclude breaks buglist.cgi).
dave%intrec.com [Tue, 25 Jul 2000 02:40:04 +0000 (02:40 +0000)] 
Fix for bug 46207 (bugidtype=exclude breaks buglist.cgi).

25 years agoFix for bug 30826 (new email tech not being honored for QA contacts).
dave%intrec.com [Sun, 23 Jul 2000 04:09:33 +0000 (04:09 +0000)] 
Fix for bug 30826 (new email tech not being honored for QA contacts).

25 years agoFix for bug 46002 (reports.cgi allows users to view restricted products).
dave%intrec.com [Sat, 22 Jul 2000 00:00:40 +0000 (00:00 +0000)] 
Fix for bug 46002 (reports.cgi allows users to view restricted products).
Patch submitted by jmrobins@tgix.com (Joe Robins)

25 years agoFix for bug 31336 (separate bug groups from access groups in user editor)
dave%intrec.com [Thu, 20 Jul 2000 08:31:10 +0000 (08:31 +0000)] 
Fix for bug 31336 (separate bug groups from access groups in user editor)

25 years agoFix for bug 27248 (Bug listings saved with .html extension). Patch
dave%intrec.com [Wed, 19 Jul 2000 23:05:51 +0000 (23:05 +0000)] 
Fix for bug 27248 (Bug listings saved with .html extension).  Patch
submitted by mhamby@logicon.com (Mark Hamby).

25 years agoFix for bug 32220 (checksetup.pl gives bad permissions). Majority of
dave%intrec.com [Wed, 19 Jul 2000 11:34:52 +0000 (11:34 +0000)] 
Fix for bug 32220 (checksetup.pl gives bad permissions).  Majority of
patch submitted by seth@cs.brandeis.edu (Seth Landsman).  checksetup.pl
now no longer twiddles the permissions of the contrib folder, and
properly sets the permissions on the folders inside the data folder.

25 years agoFix for bug 42037 (user passwords visible in editusers.cgi). Patch
dave%intrec.com [Tue, 18 Jul 2000 23:01:42 +0000 (23:01 +0000)] 
Fix for bug 42037 (user passwords visible in editusers.cgi).  Patch
submitted by JRobertson@medevolve.com (Jon Robertson)

25 years agoFix for bug 45586. When using 'usebuggroupsentry', prevent users from
dave%intrec.com [Tue, 18 Jul 2000 22:28:19 +0000 (22:28 +0000)] 
Fix for bug 45586. When using 'usebuggroupsentry', prevent users from
seeing products the don't have access to on the query page.

25 years agoFix for bug 32971, patch submitted by mtakacs@pacbell.net
dave%intrec.com [Tue, 18 Jul 2000 09:15:24 +0000 (09:15 +0000)] 
Fix for bug 32971, patch submitted by mtakacs@pacbell.net

25 years agoDon't lowercase the entries in legal_keywords.
terry%mozilla.org [Fri, 14 Jul 2000 22:31:43 +0000 (22:31 +0000)] 
Don't lowercase the entries in legal_keywords.

25 years agochange '@::legal_resolution_no_dup' to '@::settable_resolutions'. This a list of...
endico%mozilla.org [Fri, 14 Jul 2000 10:20:16 +0000 (10:20 +0000)] 
change '@::legal_resolution_no_dup' to '@::settable_resolutions'. This a list of  resolutions which a bug may be changed to in the bug form and consists of all legal resolutions except 'MOVED' and 'DUPLICATE', since setting a bug to those resolutions requires a special process.