]> git.ipfire.org Git - thirdparty/bugzilla.git/log
thirdparty/bugzilla.git
24 years agoCheckin for 2.14 release. Still some problems; this cannot yet
barnboy%trilobyte.net [Sat, 11 Aug 2001 05:13:47 +0000 (05:13 +0000)] 
Checkin for 2.14 release.  Still some problems; this cannot yet
be used for 2.14 documentation due to inconsistencies.

24 years agoRe-fix for bug 55161 - if data is partial in activity table, prepend a ? to indicate...
justdave%syndicomm.com [Thu, 9 Aug 2001 13:12:18 +0000 (13:12 +0000)] 
Re-fix for bug 55161 - if data is partial in activity table, prepend a ? to indicate that we don't know for sure what got dropped.
Patch by Jake Steenhagen <jake@acutex.net>
r= justdave@syndicomm.com

24 years agoFix for bug 92713, show_activity.pl displays zeros as non-breaking spaces.
jake%acutex.net [Mon, 30 Jul 2001 19:52:21 +0000 (19:52 +0000)] 
Fix for bug 92713, show_activity.pl displays zeros as non-breaking spaces.
Patch by Myk Melez <myk@mozilla.org>
r= jake@acutex.net

24 years agofix for bug 91903: insecure dependency in require in importxml.pl under taint mode...
justdave%syndicomm.com [Thu, 26 Jul 2001 03:12:00 +0000 (03:12 +0000)] 
fix for bug 91903: insecure dependency in require in importxml.pl under taint mode only in Perl 5.005.
Patch by Jake Steenhagen <jake@acutex.net>
r= justdave@syndicomm.com

24 years agoFix for bug 90933: inconsistant field types for profiles.disabledtext
justdave%syndicomm.com [Thu, 26 Jul 2001 00:55:29 +0000 (00:55 +0000)] 
Fix for bug 90933: inconsistant field types for profiles.disabledtext
Patch by Jake Steenhagen <jake@acutex.net>
r= justdave@syndicomm.com

24 years agore-fix bug 76154: permissions weren't being set correctly on the .htaccess files...
justdave%syndicomm.com [Wed, 25 Jul 2001 14:26:42 +0000 (14:26 +0000)] 
re-fix bug 76154: permissions weren't being set correctly on the .htaccess files when checksetup.pl was run again.  Also adding .htaccess to .cvsignore so it won't show up as ? in cvs diffs and updates.
Patch by Dave Miller <justdave@syndicomm.com>
r= jake@acutex.net

24 years agoRemove the code for rejecting the version of MySQL with broken encryption (as bugzill...
jake%acutex.net [Mon, 23 Jul 2001 21:33:04 +0000 (21:33 +0000)] 
Remove the code for rejecting the version of MySQL with broken encryption (as bugzilla no longer uses MySQL's encrypt routine).  Also, point to mysql.com for downloading newer versions.
Patch by Myk Melez <myk@mozilla.org>
r= jake@acutex.net

24 years agore-fix for bug 55161: buglist works again if you search for change history on a bug
justdave%syndicomm.com [Mon, 23 Jul 2001 09:34:08 +0000 (09:34 +0000)] 
re-fix for bug 55161: buglist works again if you search for change history on a bug
Patch by Jake Steenhagen <jake@acutex.net>
r= justdave@syndicomm.com

24 years agoFix for bug 76154: Bugzilla can now optionally provide .htaccess files for Apache...
justdave%syndicomm.com [Sun, 22 Jul 2001 12:23:33 +0000 (12:23 +0000)] 
Fix for bug 76154: Bugzilla can now optionally provide .htaccess files for Apache to help restrict viewing of private data
Patch by Dave Miller <justdave@syndicomm.com>
r= jake@acutex.net

24 years agofix "used only once" error reported by tinderbox
justdave%syndicomm.com [Sun, 22 Jul 2001 07:43:34 +0000 (07:43 +0000)] 
fix "used only once" error reported by tinderbox

24 years agoFix for bug 84714 and bug 88797: You can now change bug groups from the "change sever...
justdave%syndicomm.com [Sun, 22 Jul 2001 07:29:45 +0000 (07:29 +0000)] 
Fix for bug 84714 and bug 88797: You can now change bug groups from the "change several bugs" form even if the bugs aren't all in the same groups.  Also, the groups are no longer cleared when you make a change from the "change several bugs" form (unless you tell it to)
Patch by Joe Robins <jmrobins@tgix.com> and Dave Miller <justdave@syndicomm.com>
r= zach@zachlipton.com
a= justdave@syndicomm.com

24 years agoFix for bug 84714 and bug 88797: You can now change bug groups from the "change sever...
justdave%syndicomm.com [Sun, 22 Jul 2001 07:22:36 +0000 (07:22 +0000)] 
Fix for bug 84714 and bug 88797: You can now change bug groups from the "change several bugs" form even if the bugs aren't all in the same groups.  Also, the groups are no longer cleared when you make a change from the "change several bugs" form (unless you tell it to)
Patch by Joe Robins <jmrobins@tgix.com> and Dave Miller <justdave@syndicomm.com>
r= zach@zachlipton.com
a= justdave@syndicomm.com

24 years agoFix for bugs 55161 and 12819. The activity log now stores only what's changed in...
jake%acutex.net [Fri, 20 Jul 2001 22:18:25 +0000 (22:18 +0000)] 
Fix for bugs 55161 and 12819.  The activity log now stores only what's changed in multi-value fields.
r= justdave@syndicomm.com

24 years agoRe-fix for bug 77699: the undefined error affected other browsers than just IE5,...
justdave%syndicomm.com [Fri, 20 Jul 2001 15:25:30 +0000 (15:25 +0000)] 
Re-fix for bug 77699: the undefined error affected other browsers than just IE5, so work around it for all browsers.
Patch by Stephen Lee <slee@uk.bnsmc.com>
r= afranke@ags.uni-sb.de

24 years agoCorrecting the URL for MySQL's web page. Bug 90553.
jake%acutex.net [Tue, 17 Jul 2001 02:50:17 +0000 (02:50 +0000)] 
Correcting the URL for MySQL's web page.  Bug 90553.
Patch by Myk Melez <myk@mozilla.org>

24 years agoFixing minor problem caused by the original bug 77473 checkin where an SQL error...
justdave%syndicomm.com [Tue, 17 Jul 2001 02:38:34 +0000 (02:38 +0000)] 
Fixing minor problem caused by the original bug 77473 checkin where an SQL error was being produced if you tried to log in
with an invalid username.
Patch by Myk Melez <myk@mozilla.org>
r= justdave@syndicomm.com

24 years agoFix for bug 77473, bug 74032, and bug 85472: Passwords are no longer stored in plaint...
justdave%syndicomm.com [Wed, 11 Jul 2001 12:29:16 +0000 (12:29 +0000)] 
Fix for bug 77473, bug 74032, and bug 85472: Passwords are no longer stored in plaintext in the database.  Passwords are no longer encrypted with MySQL's ENCRYPT() function (because it doesn't work on some installs), but with Perl's crypt() function.  The crypt-related routines now properly deal with salts so that they work on systems that use methods other than UNIX crypt to crypt the passwords (such as MD5).  Checksetup.pl will walk through your database and re-crypt everyone's passwords based on the plaintext password entry, then drop the plaintext password column.  As a consequence of no longer having a plaintext password, it is no longer possible to email someone their password, so the login screen has been changed to request a password reset instead.  The user is emailed a temporary identifying token, with a link back to Bugzilla.  They click on the link or paste it into their browser and Bugzilla allows them to change their password.
Patch by Myk Melez <myk@mozilla.org>
r= justdave@syndicomm.com, jake@acutex.net

24 years agoFix for bug 87701: Invalid username in bug changes echoed back without escaping HTML...
justdave%syndicomm.com [Wed, 4 Jul 2001 14:05:59 +0000 (14:05 +0000)] 
Fix for bug 87701: Invalid username in bug changes echoed back without escaping HTML data
Patch by Gervase Markham <gervase.markham@univ.ox.ac.uk>
r= justdave@syndicomm.com

24 years agoKilling the "used only once" error that suddenly popped up out of nowhere on tinderbox.
justdave%syndicomm.com [Wed, 4 Jul 2001 12:33:37 +0000 (12:33 +0000)] 
Killing the "used only once" error that suddenly popped up out of nowhere on tinderbox.

24 years agoremoving "Use Carp" and "sub die_with_dignity" that I was supposed to remove from...
justdave%syndicomm.com [Wed, 4 Jul 2001 12:28:39 +0000 (12:28 +0000)] 
removing "Use Carp" and "sub die_with_dignity" that I was supposed to remove from the previous patch before checking it in.

24 years agoFix for bug 59349: Processmail now runs in taint (perl -T and $db->{Taint}=1) mode...
justdave%syndicomm.com [Wed, 4 Jul 2001 11:41:27 +0000 (11:41 +0000)] 
Fix for bug 59349: Processmail now runs in taint (perl -T and $db->{Taint}=1) mode.  Hooks also added to globals.pl to make converting other files in Bugzilla to run in Taint mode easier.
Patch by Jake Steenhagen <jake@acutex.net>
r= justdave@syndicomm.com

24 years agoAdd strikethrough to resolved bug numbers. Bug 79816. r=jake.
gerv%gerv.net [Mon, 2 Jul 2001 03:17:28 +0000 (03:17 +0000)] 
Add strikethrough to resolved bug numbers. Bug 79816. r=jake.

24 years agoMake bug chart filenames other-OS friendly by removing colons. Bug 88179. r=jake.
gerv%gerv.net [Mon, 2 Jul 2001 02:09:29 +0000 (02:09 +0000)] 
Make bug chart filenames other-OS friendly by removing colons. Bug 88179. r=jake.

24 years agoFix for bug 87596: improper definition of $::components in globals.pl
justdave%syndicomm.com [Sun, 1 Jul 2001 09:00:56 +0000 (09:00 +0000)] 
Fix for bug 87596: improper definition of $::components in globals.pl
Patch by Dave Miller <justdave@syndicomm.com>
r= jake@acutex.net

24 years agoFix for bug 76183 and bug 71555: consolidates chmod activity in one place in checkset...
justdave%syndicomm.com [Fri, 29 Jun 2001 10:47:56 +0000 (10:47 +0000)] 
Fix for bug 76183 and bug 71555: consolidates chmod activity in one place in checksetup.pl and also provides permission setting for bugzilla installations installed in a personal user directory as opposed to the server's main web space. (makes the files world-readable so the webserver can see them, since you can't set the group)
Patch by Christian Reis <kiko@async.com.br>
r= justdave@syndicomm.com

24 years agoFix for but 76073: - and + didn't work in quicksearch in IE and Opera
justdave%syndicomm.com [Thu, 28 Jun 2001 23:27:37 +0000 (23:27 +0000)] 
Fix for but 76073: - and + didn't work in quicksearch in IE and Opera
Patch by Andreas Franke <afranke@ags.uni-sb.de>
r= justdave@syndicomm.com

24 years agoRefix bug 80289. Don't print header for groups if there aren't any groups to display...
jake%acutex.net [Thu, 28 Jun 2001 22:42:29 +0000 (22:42 +0000)] 
Refix bug 80289. Don't print header for groups if there aren't any groups to display (was printing a header without groups in rare instances).
Patch by Joe Robins <jmrobins@tgix.com>
r= jake@acutex.net

24 years agoFix for bug 87983: backdoor.cgi is Netscape-specific, and not part of the bugzilla...
justdave%syndicomm.com [Thu, 28 Jun 2001 13:49:06 +0000 (13:49 +0000)] 
Fix for bug 87983: backdoor.cgi is Netscape-specific, and not part of the bugzilla package.  Removing from CVS.

24 years agoFixing "used only once" errors flagged by tinderbox on the last checkin.
justdave%syndicomm.com [Wed, 27 Jun 2001 09:31:54 +0000 (09:31 +0000)] 
Fixing "used only once" errors flagged by tinderbox on the last checkin.

24 years agoFix for bug 80289: Group restrictions are now identified with checkboxes instead...
justdave%syndicomm.com [Wed, 27 Jun 2001 08:44:32 +0000 (08:44 +0000)] 
Fix for bug 80289: Group restrictions are now identified with checkboxes instead of select widgets.  Also, product groups are now only offered if they are either already set, or match the current product (i.e. the option to set a product bit for a product other than the one the bug is in is no longer available) This results in much less clutter for the admin folks on sites with lots of products.
Patch by Joe Robbins <jmrobins@tgix.com>
r= justdave@syndicomm.com

24 years agoRe-fix for bug 28458: AddFDef always replaces the fielddefs every time you run checks...
justdave%syndicomm.com [Thu, 21 Jun 2001 22:03:10 +0000 (22:03 +0000)] 
Re-fix for bug 28458: AddFDef always replaces the fielddefs every time you run checksetup.pl, so the change to them during doeditparams was nullified if you updated.  Other recent changes have nullified the reason for changing it in editparams anyway, so just backing that part out.
Patch by Jake Steenhagen <jake@acutex.net>
r= justdave@syndicomm.com

24 years agoFix for "used only once" error reported by tinderbox after the last checkin. (Aaargh!)
justdave%syndicomm.com [Thu, 21 Jun 2001 09:42:41 +0000 (09:42 +0000)] 
Fix for "used only once" error reported by tinderbox after the last checkin.  (Aaargh!)

24 years agoFix for bug 47914: buglist.cgi always had a not-logged-in footer if you were unlucky...
justdave%syndicomm.com [Thu, 21 Jun 2001 09:02:30 +0000 (09:02 +0000)] 
Fix for bug 47914: buglist.cgi always had a not-logged-in footer if you were unlucky enough to have a login cookie that got corrupted in the shadow database.  This patch makes buglist.cgi switch back to the primary database before looking up your login cookie for the footer.
Patch by Myk Melez <myk@mozilla.org>
r= justdave@syndicomm.com

24 years agoFix for bug 86447 - ChangeFieldType() wasn't dealing with 'not null' properly.
jake%acutex.net [Wed, 20 Jun 2001 08:37:19 +0000 (08:37 +0000)] 
Fix for bug 86447 - ChangeFieldType() wasn't dealing with 'not null' properly.
r= justdave@syndicomm.com

24 years agoFix for bug 85833: show_bug.cgi (and probably others) now allow leading or trailing...
justdave%syndicomm.com [Wed, 20 Jun 2001 05:48:21 +0000 (05:48 +0000)] 
Fix for bug 85833: show_bug.cgi (and probably others) now allow leading or trailing spaces in the bug id, to allow for user input error.  This used to work, and recent bug validation changes broke it.
Patch by Jake Steenhagen <jake@acutex.net>
r= justdave@syndicomm.com

24 years agoFix for bug 45918: the old password field on the userprefs page is now used to log...
justdave%syndicomm.com [Wed, 20 Jun 2001 05:02:53 +0000 (05:02 +0000)] 
Fix for bug 45918: the old password field on the userprefs page is now used to log you back in if you try to change your password with cookies turned off, which avoids the confusing login screen after entering your new password in which you used to have to enter your old password one more time in order to let it set your new password (yes, it used to be as confusing as that just sounded :)
r= tara@tequilarista.org

24 years agoRunning a query using the Added Comment option was very slow (bug 57350).
jake%acutex.net [Tue, 19 Jun 2001 09:05:08 +0000 (09:05 +0000)] 
Running a query using the Added Comment option was very slow (bug 57350).
Patch by Myk Melez <myk@mozilla.org> and Dave Miller <justdave@syndicomm.com>
r= jake@acutex.net

24 years agoRefixing bug 71396. Each PushGlobalSQLState() needs a PopGlobalSQLState() and this...
jake%acutex.net [Tue, 19 Jun 2001 08:37:02 +0000 (08:37 +0000)] 
Refixing bug 71396. Each PushGlobalSQLState() needs a PopGlobalSQLState() and this file instead had two "pushes".

24 years agoAllow '\' as a path delimiter (bug 29064)
jake%acutex.net [Tue, 19 Jun 2001 06:13:18 +0000 (06:13 +0000)] 
Allow '\' as a path delimiter (bug 29064)
Patch Concept by <timeless@mac.com>
r= jake@acutex.net

24 years agoFix for bug 85832 - QuickSearch should strip leading and trailing spaces.
jake%acutex.net [Tue, 19 Jun 2001 02:24:17 +0000 (02:24 +0000)] 
Fix for bug 85832 - QuickSearch should strip leading and trailing spaces.
Patch by Andreas Franke <afranke@ags.uni-sb.de>

24 years agoapplying handy patch to refix version table to be 64 instead of 16--partial fix of...
tara%tequilarista.org [Sun, 17 Jun 2001 06:01:12 +0000 (06:01 +0000)] 
applying handy patch to refix version table to be 64 instead of 16--partial fix of bug 9352

24 years agoFix for bug 71396 - $::db->do isn't needed anymore
jake%acutex.net [Sat, 16 Jun 2001 21:51:15 +0000 (21:51 +0000)] 
Fix for bug 71396 - $::db->do isn't needed anymore
Patch by Christian Reis <kiko@async.com.br>
r= jake@acutex.net

24 years agoFix for bug 83619 - QuickSearch was crashing Netscape 4.76 and 4.77 on Unix
jake%acutex.net [Sat, 16 Jun 2001 03:16:59 +0000 (03:16 +0000)] 
Fix for bug 83619 - QuickSearch was crashing Netscape 4.76 and 4.77 on Unix
Patch by Andreas Franke <afranke@ags.uni-sb.de>

24 years agoChecking in the cleaner version of the fix for "No Available Products". This was...
jake%acutex.net [Fri, 15 Jun 2001 03:02:31 +0000 (03:02 +0000)] 
Checking in the cleaner version of the fix for "No Available Products".  This was attached to bug 65311.
Patch by Dave Miller <justdave@syndicomm.com>
r= jake@acutex.net

24 years agoBacking out previous changes as there was a better patch already attached to a differ...
jake%acutex.net [Fri, 15 Jun 2001 03:00:03 +0000 (03:00 +0000)] 
Backing out previous changes as there was a better patch already attached to a different bug

24 years agoBugzilla shouldn't display empty header in the New: email notifications (bug 85734)
jake%acutex.net [Thu, 14 Jun 2001 21:16:27 +0000 (21:16 +0000)] 
Bugzilla shouldn't display empty header in the New: email notifications (bug 85734)
r=timeless

24 years agoFix for bug 84596: Syncshadowdb wasn't using the db_user and db_pass from localconfig...
justdave%syndicomm.com [Mon, 11 Jun 2001 00:38:15 +0000 (00:38 +0000)] 
Fix for bug 84596: Syncshadowdb wasn't using the db_user and db_pass from localconfig, which meant that it previously wouldn't run unless it was running under a user that had access to the bugs and shadowbugs dbs and didn't have a password.  It now looks for db_user and db_pass and specifies them on the command line to mysqldump and mysql if they're in use.
r= tara

24 years agoRe-fix for bug 21253: fix calling conventions for syncshadowdb so that a phony parame...
justdave%syndicomm.com [Mon, 11 Jun 2001 00:15:56 +0000 (00:15 +0000)] 
Re-fix for bug 21253: fix calling conventions for syncshadowdb so that a phony parameter to get past the multi-param system() test in tinderbox actually works.
r= tara

24 years agoGive a logical error message if no products are available to a user for bug entry...
jake%acutex.net [Fri, 8 Jun 2001 20:12:13 +0000 (20:12 +0000)] 
Give a logical error message if no products are available to a user for bug entry (bug 84285).
Patch by Paul Thomas <paul.thomas@sse.ie>
r= jake@acutex.net

24 years agoHopefully the fix for bug 77778: component lists, etc stuttering due to corruption...
justdave%syndicomm.com [Fri, 8 Jun 2001 04:26:49 +0000 (04:26 +0000)] 
Hopefully the fix for bug 77778: component lists, etc stuttering due to corruption in data/versioncache.
Patch design by Terry Weissman <terry@mozilla.org>
Patch implemented by Dave Miller <justdave@syndicomm.com>
r= tara@tequilarista.org

24 years agoFix for bug 15980: Password is no longer shown in the location bar on the first page...
justdave%syndicomm.com [Fri, 8 Jun 2001 03:26:37 +0000 (03:26 +0000)] 
Fix for bug 15980: Password is no longer shown in the location bar on the first page you load after logging in.
Patch by Dave Miller <justdave@syndicomm.com>
r= jake@acutex.net

24 years agofix typo
justdave%syndicomm.com [Thu, 7 Jun 2001 08:31:51 +0000 (08:31 +0000)] 
fix typo

24 years agoFix "used only once" error, per tinderbox build log.
justdave%syndicomm.com [Thu, 7 Jun 2001 06:09:54 +0000 (06:09 +0000)] 
Fix "used only once" error, per tinderbox build log.

24 years agoFix for bug 21253: removing all single-parameter system() calls from Bugzilla
justdave%syndicomm.com [Thu, 7 Jun 2001 04:17:39 +0000 (04:17 +0000)] 
Fix for bug 21253: removing all single-parameter system() calls from Bugzilla
Patch by Dave Miller <justdave@syndicomm.com>
r= tara@tequilarista.org

24 years agoFix for bug 83872: Bugzilla no longer requires the Mysql Perl module, but the DBD...
justdave%syndicomm.com [Thu, 7 Jun 2001 04:10:47 +0000 (04:10 +0000)] 
Fix for bug 83872: Bugzilla no longer requires the Mysql Perl module, but the DBD::mysql Perl module, and has been this way for a while.  Fixing the version checks in checksetup.pl to check the correct module.  Also eliminates a DBD::mysql-specific database function call that is depricated in the current version of DBD_mysql.
Patch by Dave Miller <justdave@syndicomm.com>
r= jake@acutex.net, tara@tequilarista.org

24 years agoUsers should only be able to view attachments if they can view the bug that the file...
jake%acutex.net [Thu, 7 Jun 2001 01:36:25 +0000 (01:36 +0000)] 
Users should only be able to view attachments if they can view the bug that the file is attached to (bug 70189)
r=tara

24 years agoFixing typo. Attachments isn't spelled 'Attachemnts' (bug 84295).
jake%acutex.net [Wed, 6 Jun 2001 21:25:18 +0000 (21:25 +0000)] 
Fixing typo. Attachments isn't spelled 'Attachemnts' (bug 84295).

24 years agoFix for bug 39557: doeditvotes.cgi will no longer create a vote record for a nonexist...
justdave%syndicomm.com [Wed, 6 Jun 2001 11:51:55 +0000 (11:51 +0000)] 
Fix for bug 39557: doeditvotes.cgi will no longer create a vote record for a nonexistant bug if the HTML is tampered with or other bugs cause bad bug numbers in the submitted form.
Patch by Myk Melez <myk@mozilla.org>
r= justdave@syndicomm.com

24 years agoFix for bug 82781: describecomponents.cgi now checks viewing permissions to make...
justdave%syndicomm.com [Wed, 6 Jun 2001 11:32:45 +0000 (11:32 +0000)] 
Fix for bug 82781: describecomponents.cgi now checks viewing permissions to make sure you can see a product
Patch by Myk Melez <myk@mozilla.org>
r= tara@tequilarista.org

24 years agoFix for bug 28458: "NEW" bugs were not getting CC or QA Contact information displayed.
justdave%syndicomm.com [Wed, 6 Jun 2001 11:28:51 +0000 (11:28 +0000)] 
Fix for bug 28458: "NEW" bugs were not getting CC or QA Contact information displayed.
Patch by Jake Steenhagen <jake@acutex.net>
r= justdave@syndicomm.com

24 years agoFix for bug 75482: adding the capability to deactivate a group without deleting it...
justdave%syndicomm.com [Wed, 6 Jun 2001 10:16:47 +0000 (10:16 +0000)] 
Fix for bug 75482: adding the capability to deactivate a group without deleting it (prevent new bugs from being placed into that group, but don't remove the group restriction from bugs already in it).
Patch by Myk Melez <myk@mozilla.org>
r= justdave@syndicomm.com

24 years agoLanding Myk's patch for bug #71767
tara%tequilarista.org [Sun, 3 Jun 2001 05:02:01 +0000 (05:02 +0000)] 
Landing Myk's patch for bug #71767

24 years agosanitycheck.cgi was able to be run by anybody - even people without Bugzilla accounts...
jake%acutex.net [Sat, 2 Jun 2001 21:24:45 +0000 (21:24 +0000)] 
sanitycheck.cgi was able to be run by anybody - even people without Bugzilla accounts.  It is now restricted to only people with the editbugs permission (bug 54556).
Patch by Myk Melez <myk@mozilla.org>
r= jake@acutex.net

24 years agoFix for bug 65190: add comparison type "all words as substrings" and "any words as...
justdave%syndicomm.com [Sat, 2 Jun 2001 11:02:13 +0000 (11:02 +0000)] 
Fix for bug 65190: add comparison type "all words as substrings" and "any words as substrings" to the text fields in query.cgi
Patch by Andreas Franke <afranke@ags.uni-sb.de>
r= justdave@syndicomm.com

24 years agoFix for bug 78407: extra safeguard against overpopping the email list when pruning...
justdave%syndicomm.com [Sat, 2 Jun 2001 10:19:26 +0000 (10:19 +0000)] 
Fix for bug 78407: extra safeguard against overpopping the email list when pruning people who aren't supposed to get mail.
Patch by Jake Steenhagen <jake@acutex.net>
r= justdave@syndicomm.com

24 years agoFix for bug 83596: optional dependency on XML::Parser now checked in checksetup.pl
justdave%syndicomm.com [Sat, 2 Jun 2001 08:57:22 +0000 (08:57 +0000)] 
Fix for bug 83596: optional dependency on XML::Parser now checked in checksetup.pl
Patch by Dave Miller <justdave@syndicomm.com>
r= jake@acutex.net

24 years agoFix for bug 83618: checksetup.pl crashes if DBI module isn't already installed.
justdave%syndicomm.com [Sat, 2 Jun 2001 08:53:01 +0000 (08:53 +0000)] 
Fix for bug 83618: checksetup.pl crashes if DBI module isn't already installed.
Patch by Dave Miller <justdave@syndicomm.com>
r= jake@acutex.net

24 years agoMore leak pluggin. This one fixes bug 39526.
jake%acutex.net [Fri, 1 Jun 2001 20:38:01 +0000 (20:38 +0000)] 
More leak pluggin.  This one fixes bug 39526.
Patch by Myk Melez <myk@mozilla.org>
r= jake@acutex.net

24 years agoFix for bug 83633: perl warnings in 5.6
justdave%syndicomm.com [Fri, 1 Jun 2001 17:03:52 +0000 (17:03 +0000)] 
Fix for bug 83633: perl warnings in 5.6
r= Hixie

24 years agoFix for bug 73249: perl warnings under 5.6.0.
justdave%syndicomm.com [Fri, 1 Jun 2001 15:34:45 +0000 (15:34 +0000)] 
Fix for bug 73249: perl warnings under 5.6.0.
Patch by Chris Yeh <Chris.Yeh@nokia.com>
r= justdave@syndicomm.com

24 years agoFix for bug 79317: dependency on CGI::Carp not caught by checksetup.pl
justdave%syndicomm.com [Fri, 1 Jun 2001 10:13:28 +0000 (10:13 +0000)] 
Fix for bug 79317: dependency on CGI::Carp not caught by checksetup.pl
Patch by Dave Miller <justdave@syndicomm.com>
r= jake@acutex.net

24 years agobacking out previous fix to importxml.pl. It fixed it on Perl 5.6 and broke it on...
justdave%syndicomm.com [Fri, 1 Jun 2001 09:27:52 +0000 (09:27 +0000)] 
backing out previous fix to importxml.pl.  It fixed it on Perl 5.6 and broke it on Perl 5.005.  Will need to investigate.

24 years agoFix for bug 72862: fixes more Perl warnings in RelationSet.pm and globals.pl
justdave%syndicomm.com [Fri, 1 Jun 2001 09:14:23 +0000 (09:14 +0000)] 
Fix for bug 72862: fixes more Perl warnings in RelationSet.pm and globals.pl

24 years agoFix for bug 57848, perl warnings in several files.
justdave%syndicomm.com [Fri, 1 Jun 2001 09:07:27 +0000 (09:07 +0000)] 
Fix for bug 57848, perl warnings in several files.
Patch by Nick Hibma <n_hibma@qubesoft.com>
r= justdave@syndicomm.com

24 years agoBugzilla was leaking information about bugs marked secure (using bug groups). This...
jake%acutex.net [Thu, 31 May 2001 22:52:23 +0000 (22:52 +0000)] 
Bugzilla was leaking information about bugs marked secure (using bug groups). This checkin fixes  bugs 39524, 39527, 39531, and 39533.
Patches by Myk Melez <myk@mozilla.org>.
r= jake@acutex.net

24 years agoFix for bug 45164 - New users created by the admin were not subject to the userregexp...
jake%acutex.net [Wed, 30 May 2001 22:47:30 +0000 (22:47 +0000)] 
Fix for bug 45164 - New users created by the admin were not subject to the userregexp for groupsets.
Patch by Joe Robins <jmrobins@tgix.com>
r= jake@acutex.net

24 years agoDummy commit so I can put the attributions I forgot in the previous one.
justdave%syndicomm.com [Wed, 30 May 2001 04:27:12 +0000 (04:27 +0000)] 
Dummy commit so I can put the attributions I forgot in the previous one.
Patch from bug 65290 was by Jake Steenhagen <jake@acutex.net>
r= justdave@syndicomm.com

24 years agoFix for bug 65290: can now edit user-regexps for system groups
justdave%syndicomm.com [Wed, 30 May 2001 04:25:02 +0000 (04:25 +0000)] 
Fix for bug 65290: can now edit user-regexps for system groups

24 years agoFix for bug 65399: Can't use string ("") as an ARRAY ref while "strict refs" in use...
justdave%syndicomm.com [Wed, 30 May 2001 03:30:51 +0000 (03:30 +0000)] 
Fix for bug 65399: Can't use string ("") as an ARRAY ref while "strict refs" in use at query.cgi due to no components defined in a product.
Patch by Matthias Radestock <matthias@sorted.org>
r= justdave@syndicomm.com

24 years agoAdditional cleanup for bug 73191. newquip.html is no longer needed.
justdave%syndicomm.com [Wed, 30 May 2001 01:44:00 +0000 (01:44 +0000)] 
Additional cleanup for bug 73191.  newquip.html is no longer needed.

24 years agoFix for bug 78045: change references to README in error messages to point to the...
justdave%syndicomm.com [Tue, 29 May 2001 15:10:28 +0000 (15:10 +0000)] 
Fix for bug 78045: change references to README in error messages to point to the Bugzilla Guide instead.
Patch by Matthew Tuck <matty@chariot.net.au>
r= justdave@syndicomm.com

24 years agoLanding quips.cgi (bug 73191) by Owen Taylor <otaylor@redhat.com>
justdave%syndicomm.com [Tue, 29 May 2001 11:01:48 +0000 (11:01 +0000)] 
Landing quips.cgi (bug 73191) by Owen Taylor <otaylor@redhat.com>
Submitted by Martin Baulig <baulig@suse.de> from bugzilla.gnome.org
r= justdave@syndicomm.com

24 years agoFix for bug 77699 and bug 71503: fix javascript errors in quicksearch and improve...
justdave%syndicomm.com [Tue, 29 May 2001 10:05:46 +0000 (10:05 +0000)] 
Fix for bug 77699 and bug 71503: fix javascript errors in quicksearch and improve IE5 compatibility
Patch by Stephan Lee <slee@uk.bnsmc.com> and Andreas Franke <afranke@ags.uni-sb.de>

24 years agoBug 79739 - Initial Owner and QA Contact were not being handled correctly by the...
jake%acutex.net [Fri, 25 May 2001 19:48:47 +0000 (19:48 +0000)] 
Bug 79739 - Initial Owner and QA Contact were not being handled correctly by the email interface after they were changed to userid's in bug 66876.
r= justdave@syndicomm.com

24 years agoMention the Bugzilla project page and where to report bugs
jake%acutex.net [Thu, 24 May 2001 19:58:33 +0000 (19:58 +0000)] 
Mention the Bugzilla project page and where to report bugs
Patch by Matthew Tuck <matty@chariot.net.au>
r= justdave@syndicomm.com, jake@acutex.net

24 years agoBug 71552 - Remove oldemailtech from Bugzilla
jake%acutex.net [Thu, 24 May 2001 10:10:47 +0000 (10:10 +0000)] 
Bug 71552 - Remove oldemailtech from Bugzilla
r= justdave@syndicomm.com

24 years agoFix for bug 38859: escape invalid email addresses for HTML before displaying to the...
justdave%syndicomm.com [Sat, 12 May 2001 01:02:38 +0000 (01:02 +0000)] 
Fix for bug 38859: escape invalid email addresses for HTML before displaying to the user.
Patch by Myk Melez <myk@mozilla.org>
r= jake@acutex.net, justdave@syndicomm.com

24 years agoFix for bug 80045: 500 Server Error in IE (but not Netscape or Mozilla) on errors...
justdave%syndicomm.com [Fri, 11 May 2001 01:16:51 +0000 (01:16 +0000)] 
Fix for bug 80045: 500 Server Error in IE (but not Netscape or Mozilla) on errors looking up email addresses.
Patch by <jake@acutex.net>
r= justdave@syndicomm.com

24 years agoFix for bug 38854: reports.cgi needs to escape (untrusted) url params
justdave%syndicomm.com [Thu, 10 May 2001 10:02:52 +0000 (10:02 +0000)] 
Fix for bug 38854: reports.cgi needs to escape (untrusted) url params
Patch by Myk Melez <myk@mozilla.org>
r= jake@acutex.net

24 years agoFix for bug 38855: showvotes.cgi needs to escape (untrusted) url params
justdave%syndicomm.com [Thu, 10 May 2001 09:53:21 +0000 (09:53 +0000)] 
Fix for bug 38855: showvotes.cgi needs to escape (untrusted) url params
Patch by Myke Melez <myk@mozilla.org>
r= jake@acutex.net

24 years agoFix for bug 79730: Minor minor typo in move.pl (recieve -> receive).
justdave%syndicomm.com [Thu, 10 May 2001 01:32:35 +0000 (01:32 +0000)] 
Fix for bug 79730: Minor minor typo in move.pl (recieve -> receive).
Patch by gavins@iplbath.com (Gavin Shelley).
r= justdave@syndicomm.com

24 years agorolling version number to 2.13 for development bugzilla-2.13 release-2.13
justdave%syndicomm.com [Sat, 28 Apr 2001 02:36:20 +0000 (02:36 +0000)] 
rolling version number to 2.13 for development

24 years agoaddition to 2.12 release notes bugzilla-2.12 release-2.12
justdave%syndicomm.com [Sat, 28 Apr 2001 02:32:27 +0000 (02:32 +0000)] 
addition to 2.12 release notes

24 years agoBacking out .htaccess commit, these don't belong here yet. It broke checksetup.pl...
justdave%syndicomm.com [Thu, 26 Apr 2001 11:16:03 +0000 (11:16 +0000)] 
Backing out .htaccess commit, these don't belong here yet.  It broke checksetup.pl, too.

24 years agoAdded .htaccess files for shadow/, data/, and /.
barnboy%trilobyte.net [Thu, 26 Apr 2001 08:51:39 +0000 (08:51 +0000)] 
Added .htaccess files for shadow/, data/, and /.
I added related information to the Bugzilla Guide, and
tacked in a couple of last-minute additions.  Also fixed the
annoying "Tip: HINT:" thing.

24 years agoTara is a bucket head. Floating version to 2.12 ship for tag and stripe
tara%tequilarista.org [Wed, 25 Apr 2001 22:45:27 +0000 (22:45 +0000)] 
Tara is a bucket head.  Floating version to 2.12 ship for tag and stripe

24 years agoRemoving forward planning text
tara%tequilarista.org [Wed, 25 Apr 2001 22:38:34 +0000 (22:38 +0000)] 
Removing forward planning text

24 years agoFix for confusing language regarding protection of data/ & shadow/ directories
barnboy%trilobyte.net [Wed, 25 Apr 2001 14:38:17 +0000 (14:38 +0000)] 
Fix for confusing language regarding protection of data/ & shadow/ directories
and localconfig file.

24 years agoUpdated Bugzilla Guide and README to fix bug 76156, bug 76841, and bug 26242.
barnboy%trilobyte.net [Wed, 25 Apr 2001 14:11:45 +0000 (14:11 +0000)] 
Updated Bugzilla Guide and README to fix bug 76156, bug 76841, and bug 26242.
The README is now gutted, pointers to Guide.  Also some new sections added,
old ones fixed, and notes appended to deprecated sections I've not yet had
the heart to remove.

24 years agoChecking in the last of the changes for 76837 for 2.12. Good enough for government...
tara%tequilarista.org [Tue, 24 Apr 2001 05:16:12 +0000 (05:16 +0000)] 
Checking in the last of the changes for 76837 for 2.12.  Good enough for government work.