summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2001-08-14Fix for bug 95082 - Param('shutdownhtml') doesn't completely shut down bugzilla.jake%acutex.net5-7/+36
2001-08-14Fix for bug 26194: There are now substitution parameters available for use in...justdave%syndicomm.com2-5/+12
2001-08-13Fix silly syntax error I missed.justdave%syndicomm.com1-3/+3
2001-08-13Fix for bug 39816: Anyone in CC, Reporter, QA Contact, or Asigned To fields c...justdave%syndicomm.com4-51/+154
2001-08-13Fix for bug 95008: duplicates page no longer ignores verified INVALID/WONTFIX...justdave%syndicomm.com1-5/+9
2001-08-12More bug 26194: move the reason to the top of the email so that it doesn't lo...zach%zachlipton.com1-2/+2
2001-08-12patch for bug 26194: Header explaining reason d'etre for email in New email n...zach%zachlipton.com2-10/+48
2001-08-12Updates to README from bug 94846.jake%acutex.net1-11/+5
2001-08-11Fix for bug 94618: remove restrictions on valid characters in passwords. If ...justdave%syndicomm.com2-10/+6
2001-08-11fix for bug 66235: process_bug.cgi: multiple product change misses the groups...zach%zachlipton.com2-33/+217
2001-08-11CHANGES move to "UPGRADING-pre-2.8"barnboy%trilobyte.net2-3/+9
2001-08-11Compiled HTML/TXT check-in. For some reason, it keeps thinking my darnbarnboy%trilobyte.net63-1886/+40092
2001-08-11Removal of HTML from docs temporarily due to massive renamingbarnboy%trilobyte.net65-34226/+0
2001-08-11Checkin for 2.14 release. Still some problems; this cannot yetbarnboy%trilobyte.net34-7900/+11347
2001-08-09Re-fix for bug 55161 - if data is partial in activity table, prepend a ? to i...justdave%syndicomm.com2-12/+35
2001-07-30Fix for bug 92713, show_activity.pl displays zeros as non-breaking spaces.jake%acutex.net1-2/+2
2001-07-26fix for bug 91903: insecure dependency in require in importxml.pl under taint...justdave%syndicomm.com1-1/+2
2001-07-26Fix for bug 90933: inconsistant field types for profiles.disabledtextjustdave%syndicomm.com1-1/+5
2001-07-25re-fix bug 76154: permissions weren't being set correctly on the .htaccess fi...justdave%syndicomm.com2-0/+4
2001-07-23Remove the code for rejecting the version of MySQL with broken encryption (as...jake%acutex.net1-9/+8
2001-07-23re-fix for bug 55161: buglist works again if you search for change history on...justdave%syndicomm.com1-2/+2
2001-07-22Fix for bug 76154: Bugzilla can now optionally provide .htaccess files for Ap...justdave%syndicomm.com1-0/+71
2001-07-22fix "used only once" error reported by tinderboxjustdave%syndicomm.com1-0/+1
2001-07-22Fix for bug 84714 and bug 88797: You can now change bug groups from the "chan...justdave%syndicomm.com1-30/+29
2001-07-22Fix for bug 84714 and bug 88797: You can now change bug groups from the "chan...justdave%syndicomm.com1-21/+46
2001-07-21Fix for bugs 55161 and 12819. The activity log now stores only what's change...jake%acutex.net7-80/+203
2001-07-20Re-fix for bug 77699: the undefined error affected other browsers than just I...justdave%syndicomm.com1-25/+17
2001-07-17Correcting the URL for MySQL's web page. Bug 90553.jake%acutex.net1-1/+1
2001-07-17Fixing minor problem caused by the original bug 77473 checkin where an SQL er...justdave%syndicomm.com1-0/+6
2001-07-11Fix for bug 77473, bug 74032, and bug 85472: Passwords are no longer stored i...justdave%syndicomm.com10-130/+938
2001-07-04Fix for bug 87701: Invalid username in bug changes echoed back without escapi...justdave%syndicomm.com3-6/+10
2001-07-04Killing the "used only once" error that suddenly popped up out of nowhere on ...justdave%syndicomm.com1-0/+1
2001-07-04removing "Use Carp" and "sub die_with_dignity" that I was supposed to remove ...justdave%syndicomm.com1-7/+7
2001-07-04Fix for bug 59349: Processmail now runs in taint (perl -T and $db->{Taint}=1)...justdave%syndicomm.com2-10/+68
2001-07-02Add strikethrough to resolved bug numbers. Bug 79816. r=jake.gerv%gerv.net1-19/+31
2001-07-02Make bug chart filenames other-OS friendly by removing colons. Bug 88179. r=j...gerv%gerv.net1-13/+3
2001-07-01Fix for bug 87596: improper definition of $::components in globals.pljustdave%syndicomm.com2-2/+2
2001-06-29Fix for bug 76183 and bug 71555: consolidates chmod activity in one place in ...justdave%syndicomm.com1-104/+119
2001-06-29Fix for but 76073: - and + didn't work in quicksearch in IE and Operajustdave%syndicomm.com1-2/+2
2001-06-29Refix bug 80289. Don't print header for groups if there aren't any groups to ...jake%acutex.net2-7/+12
2001-06-28Fix for bug 87983: backdoor.cgi is Netscape-specific, and not part of the bug...justdave%syndicomm.com1-178/+0
2001-06-27Fixing "used only once" errors flagged by tinderbox on the last checkin.justdave%syndicomm.com2-0/+2
2001-06-27Fix for bug 80289: Group restrictions are now identified with checkboxes inst...justdave%syndicomm.com5-51/+105
2001-06-22Re-fix for bug 28458: AddFDef always replaces the fielddefs every time you ru...justdave%syndicomm.com2-7/+1
2001-06-21Fix for "used only once" error reported by tinderbox after the last checkin. ...justdave%syndicomm.com1-0/+1
2001-06-21Fix for bug 47914: buglist.cgi always had a not-logged-in footer if you were ...justdave%syndicomm.com1-0/+6
2001-06-20Fix for bug 86447 - ChangeFieldType() wasn't dealing with 'not null' properly.jake%acutex.net1-5/+9
2001-06-20Fix for bug 85833: show_bug.cgi (and probably others) now allow leading or tr...justdave%syndicomm.com1-1/+2
2001-06-20Fix for bug 45918: the old password field on the userprefs page is now used t...justdave%syndicomm.com1-4/+5
2001-06-19Running a query using the Added Comment option was very slow (bug 57350).jake%acutex.net2-2/+13