aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix for bug 87701: Invalid username in bug changes echoed back without escapi...justdave%syndicomm.com2001-07-043-6/+10
* Killing the "used only once" error that suddenly popped up out of nowhere on ...justdave%syndicomm.com2001-07-041-0/+1
* removing "Use Carp" and "sub die_with_dignity" that I was supposed to remove ...justdave%syndicomm.com2001-07-041-7/+7
* Fix for bug 59349: Processmail now runs in taint (perl -T and $db->{Taint}=1)...justdave%syndicomm.com2001-07-042-10/+68
* Add strikethrough to resolved bug numbers. Bug 79816. r=jake.gerv%gerv.net2001-07-021-19/+31
* Make bug chart filenames other-OS friendly by removing colons. Bug 88179. r=j...gerv%gerv.net2001-07-021-13/+3
* Fix for bug 87596: improper definition of $::components in globals.pljustdave%syndicomm.com2001-07-012-2/+2
* Fix for bug 76183 and bug 71555: consolidates chmod activity in one place in ...justdave%syndicomm.com2001-06-291-104/+119
* Fix for but 76073: - and + didn't work in quicksearch in IE and Operajustdave%syndicomm.com2001-06-281-2/+2
* Refix bug 80289. Don't print header for groups if there aren't any groups to ...jake%acutex.net2001-06-282-7/+12
* Fix for bug 87983: backdoor.cgi is Netscape-specific, and not part of the bug...justdave%syndicomm.com2001-06-281-178/+0
* Fixing "used only once" errors flagged by tinderbox on the last checkin.justdave%syndicomm.com2001-06-272-0/+2
* Fix for bug 80289: Group restrictions are now identified with checkboxes inst...justdave%syndicomm.com2001-06-275-51/+105
* Re-fix for bug 28458: AddFDef always replaces the fielddefs every time you ru...justdave%syndicomm.com2001-06-212-7/+1
* Fix for "used only once" error reported by tinderbox after the last checkin. ...justdave%syndicomm.com2001-06-211-0/+1
* Fix for bug 47914: buglist.cgi always had a not-logged-in footer if you were ...justdave%syndicomm.com2001-06-211-0/+6
* Fix for bug 86447 - ChangeFieldType() wasn't dealing with 'not null' properly.jake%acutex.net2001-06-201-5/+9
* Fix for bug 85833: show_bug.cgi (and probably others) now allow leading or tr...justdave%syndicomm.com2001-06-201-1/+2
* Fix for bug 45918: the old password field on the userprefs page is now used t...justdave%syndicomm.com2001-06-201-4/+5
* Running a query using the Added Comment option was very slow (bug 57350).jake%acutex.net2001-06-192-2/+13
* Refixing bug 71396. Each PushGlobalSQLState() needs a PopGlobalSQLState() and...jake%acutex.net2001-06-191-1/+1
* Allow '\' as a path delimiter (bug 29064)jake%acutex.net2001-06-191-2/+2
* Fix for bug 85832 - QuickSearch should strip leading and trailing spaces.jake%acutex.net2001-06-191-0/+7
* applying handy patch to refix version table to be 64 instead of 16--partial f...tara%tequilarista.org2001-06-171-1/+5
* Fix for bug 71396 - $::db->do isn't needed anymorejake%acutex.net2001-06-164-36/+20
* Fix for bug 83619 - QuickSearch was crashing Netscape 4.76 and 4.77 on Unixjake%acutex.net2001-06-161-2/+4
* Checking in the cleaner version of the fix for "No Available Products". This...jake%acutex.net2001-06-151-15/+15
* Backing out previous changes as there was a better patch already attached to ...jake%acutex.net2001-06-151-28/+9
* Bugzilla shouldn't display empty header in the New: email notifications (bug ...jake%acutex.net2001-06-141-2/+2
* Fix for bug 84596: Syncshadowdb wasn't using the db_user and db_pass from loc...justdave%syndicomm.com2001-06-111-8/+11
* Re-fix for bug 21253: fix calling conventions for syncshadowdb so that a phon...justdave%syndicomm.com2001-06-112-4/+8
* Give a logical error message if no products are available to a user for bug e...jake%acutex.net2001-06-081-9/+28
* Hopefully the fix for bug 77778: component lists, etc stuttering due to corru...justdave%syndicomm.com2001-06-081-0/+3
* Fix for bug 15980: Password is no longer shown in the location bar on the fir...justdave%syndicomm.com2001-06-082-5/+17
* fix typojustdave%syndicomm.com2001-06-071-1/+1
* Fix "used only once" error, per tinderbox build log.justdave%syndicomm.com2001-06-071-0/+1
* Fix for bug 21253: removing all single-parameter system() calls from Bugzillajustdave%syndicomm.com2001-06-075-11/+33
* Fix for bug 83872: Bugzilla no longer requires the Mysql Perl module, but the...justdave%syndicomm.com2001-06-071-8/+6
* Users should only be able to view attachments if they can view the bug that t...jake%acutex.net2001-06-071-9/+17
* Fixing typo. Attachments isn't spelled 'Attachemnts' (bug 84295).jake%acutex.net2001-06-061-1/+1
* Fix for bug 39557: doeditvotes.cgi will no longer create a vote record for a ...justdave%syndicomm.com2001-06-061-50/+66
* Fix for bug 82781: describecomponents.cgi now checks viewing permissions to m...justdave%syndicomm.com2001-06-061-2/+42
* Fix for bug 28458: "NEW" bugs were not getting CC or QA Contact information d...justdave%syndicomm.com2001-06-062-5/+11
* Fix for bug 75482: adding the capability to deactivate a group without deleti...justdave%syndicomm.com2001-06-066-7/+100
* Landing Myk's patch for bug #71767tara%tequilarista.org2001-06-033-61/+108
* sanitycheck.cgi was able to be run by anybody - even people without Bugzilla ...jake%acutex.net2001-06-021-1/+16
* Fix for bug 65190: add comparison type "all words as substrings" and "any wor...justdave%syndicomm.com2001-06-022-1/+33
* Fix for bug 78407: extra safeguard against overpopping the email list when pr...justdave%syndicomm.com2001-06-021-0/+1
* Fix for bug 83596: optional dependency on XML::Parser now checked in checkset...justdave%syndicomm.com2001-06-021-5/+13
* Fix for bug 83618: checksetup.pl crashes if DBI module isn't already installed.justdave%syndicomm.com2001-06-021-1/+5