summaryrefslogtreecommitdiffstats
path: root/checksetup.pl
AgeCommit message (Expand)AuthorFilesLines
2003-11-22Bug 208604 - Make data/template dir locations configurablebbaetz%acm.org1-95/+106
2003-11-08Bug 222564 - The chart made when creating a new Product/Component is not publ...gerv%gerv.net1-6/+4
2003-09-18Patch for bug 129315: incorrect column definition for bugs.delta_ts;kiko%async.com.br1-1/+1
2003-09-12Bug 120030 - Bugzilla bug lists are a spammer's paradise. Patches by lots of ...gerv%gerv.net1-1/+0
2003-09-11Bug 169354 add "Windows Server 2003" OStimeless%mozdev.org1-0/+1
2003-09-07Bug 207044 - Filter more template directives. None of these are security bugs...gerv%gerv.net1-0/+1
2003-09-03Fix for bug 145588: adds full-text search option for more accurate finding of...myk%mozilla.org1-1/+15
2003-09-03Bug 215729 - "Column 'value' cannot be null" trying to upgrade chart data. Pa...gerv%gerv.net1-1/+1
2003-08-29Bug 213577 - New reporting imports old series with wrong status query. Patch ...gerv%gerv.net1-1/+1
2003-08-27Fix for bug 217256, "No Interdiff Notification message has two run on words."...zach%zachlipton.com1-2/+2
2003-08-20Check for PatchReader as a part of the installation and disable the "Diff"jkeiser%netscape.com1-0/+20
2003-08-03Bug 212095 - checksetup.pl gets confused by newer DBD::mysql quoting ofbbaetz%acm.org1-1/+2
2003-08-01Partial fix for bug 120030: adds template filter for obscuring email addresses.myk%mozilla.org1-0/+1
2003-08-01Don't spew "which: program not found" errors all the time (bug 214558), r=jus...jkeiser%netscape.com1-34/+48
2003-07-31Patch Viewer, a pretty way of viewing and manipulating patches (bug 174942). ...jkeiser%netscape.com1-0/+54
2003-07-22Bug 183898 - checksetup.pl doesn't accepts admin passwords with dots; patch b...preed%sigkill.com1-2/+4
2003-07-18Bug 147480 - Lack of newlines when asking for password in checksetup.pl. Patc...preed%sigkill.com1-1/+1
2003-07-10Fix for bug 185066: The OS "BSDI" should be "BSD/OS"... Patch changes thezach%zachlipton.com1-1/+1
2003-07-08Bug 211758: checksetup.pl was trying to use params that didn't exist yet beca...justdave%syndicomm.com1-1/+1
2003-06-26Bug 16009 - generic charting. Patch by gerv; r,a=justdave.gerv%gerv.net1-0/+142
2003-05-05Bug 201816 - use CGI.pm for header outputbbaetz%acm.org1-19/+1
2003-05-01Bug 204008: checksetup.pl didn't set permissions on the js directoryjustdave%syndicomm.com1-0/+2
2003-04-27Bug 180086 - Rename 'count' column in votes tablesbbaetz%acm.org1-7/+17
2003-04-27Bug 203540 - RenameField doesn't get NULL/NOT NULL correctbbaetz%acm.org1-1/+1
2003-04-25Bug 201018 - editusers.cgi never calls DeriveGroup prior to changing a bugbbaetz%acm.org1-1/+7
2003-04-25Bug 197153: Fix for insecure temporary filename handling.justdave%syndicomm.com1-4/+3
2003-04-19Fix typo in previous checking for bug 200472. Date::Format should be version...justdave%syndicomm.com1-1/+1
2003-04-19Bug 200472: Require specific version of Date::Format to ensure we don't run i...justdave%syndicomm.com1-2/+2
2003-03-27Bug 196433 - Bugzilla now uses /usr/bin/perl as the shebang linejake%bugzilla.org1-1/+1
2003-03-22Bug 180642 - Move authentication code into a modulebbaetz%acm.org1-22/+37
2003-03-08Bug 194345: checksetup.pl would die if you had your params set for a local do...justdave%syndicomm.com1-1/+1
2003-02-27Bug 195137 - Keywords are not sent in new bug mailbbaetz%acm.org1-1/+1
2003-02-13Bug 192874: checksetup.pl wasn't silencing the GraphViz check when running in...justdave%syndicomm.com1-2/+2
2003-02-10Bug 192513: importxml.pl and move.pl now use the new mail routines introduced...justdave%syndicomm.com1-2/+2
2003-01-25Bug 190582 - quips table initial definition in checksetup.pl missing approved...burnus%gmx.de1-1/+2
2003-01-24Bug 126955 - Bugzilla should support translated/localized templates. Patch by...gerv%gerv.net1-55/+55
2003-01-15Bug 184309: Adds an optional disabled state to quips, which allows quips to b...justdave%syndicomm.com1-0/+4
2003-01-15Bug 163290 - move DB handling code into a modulebbaetz%student.usyd.edu.au1-2/+2
2003-01-12Bug 188656 Change required mysqld minimum to 3.23.41bugreport%peshkin.net1-1/+1
2002-12-23Bug 186383 Checksetup leaves editor backups of localconfig accessible (revised)bugreport%peshkin.net1-1/+24
2002-12-23Backing out patch from bug 186383 because it broke quicksearchbugreport%peshkin.net1-16/+1
2002-12-22Bug 186383 Checksetup leaves editor backups of localconfig accessiblebugreport%peshkin.net1-1/+16
2002-12-21Bug 180870 - Remove old shadowdb manual replication codebbaetz%student.usyd.edu.au1-9/+7
2002-12-20Bug 185760: New group system doesn't upgrade transparently if usebuggroups = 0bugreport%peshkin.net1-36/+33
2002-12-15Bug 158499 - Templatise XML bug outputbbaetz%student.usyd.edu.au1-1/+2
2002-12-02Bug 177850: checksetup.pl was failing if the user didn't have read permission...justdave%syndicomm.com1-12/+10
2002-11-28Bug 171493 - make show_bug use Bug.pm and remove bug_form.plbbaetz%student.usyd.edu.au1-8/+2
2002-11-28Bug 67077 - We now include the timezone (as configured in editparams.cgi) on ...jake%bugzilla.org1-0/+1
2002-11-25Bug 147275 Rearchitect product groupsbugreport%peshkin.net1-2/+63
2002-11-19Bug 124589 - support database replicationbbaetz%student.usyd.edu.au1-6/+14