aboutsummaryrefslogtreecommitdiffstats
path: root/checksetup.pl
Commit message (Collapse)AuthorAgeFilesLines
* Patch for bug 129315: incorrect column definition for bugs.delta_ts;kiko%async.com.br2003-09-181-1/+1
| | | | | adds 'not null' constraint. p=jocuri@softhome.net (Vlad Dascalu) r=kiko a=justdave
* Bug 120030 - Bugzilla bug lists are a spammer's paradise. Patches by lots of ↵gerv%gerv.net2003-09-121-1/+0
| | | | people, but in the end by gerv; r,a=justdave.
* Bug 169354 add "Windows Server 2003" OStimeless%mozdev.org2003-09-111-0/+1
| | | | r=gerv a=justdave
* Bug 207044 - Filter more template directives. None of these are security ↵gerv%gerv.net2003-09-071-0/+1
| | | | bugs, but they need fixing anyway. Patch by gerv; r,a=justdave.
* Fix for bug 145588: adds full-text search option for more accurate finding ↵myk%mozilla.org2003-09-031-1/+15
| | | | | | | of individual bugs via words that appear in their descriptions/comments/summaries. r=bbaetz a=myk
* Bug 215729 - "Column 'value' cannot be null" trying to upgrade chart data. ↵gerv%gerv.net2003-09-031-1/+1
| | | | Patch by gerv; r,a=justdave.
* Bug 213577 - New reporting imports old series with wrong status query. Patch ↵gerv%gerv.net2003-08-291-1/+1
| | | | by jussi@comlink.fi; r=gerv, a=justdave.
* Fix for bug 217256, "No Interdiff Notification message has two run on ↵zach%zachlipton.com2003-08-271-2/+2
| | | | | | | | words." Patch adds newlines where they are needed. r=zach, a=justdave. Patch by Colin S. Ogilvie <bmo@colino.co.uk>
* Check for PatchReader as a part of the installation and disable the "Diff"jkeiser%netscape.com2003-08-201-0/+20
| | | | links if it is not there (bug 215268)
* Bug 212095 - checksetup.pl gets confused by newer DBD::mysql quoting ofbbaetz%acm.org2003-08-031-1/+2
| | | | | table values. r=jouni, a=justdave
* Partial fix for bug 120030: adds template filter for obscuring email addresses.myk%mozilla.org2003-08-011-0/+1
| | | | | Patch by Stephen Lee <slee@@wilcoxassoc.com>. r=myk,a=myk
* Don't spew "which: program not found" errors all the time (bug 214558), ↵jkeiser%netscape.com2003-08-011-34/+48
| | | | r=justdave
* Patch Viewer, a pretty way of viewing and manipulating patches (bug 174942). ↵jkeiser%netscape.com2003-07-311-0/+54
| | | | Requires PatchIterator to be installed, classes uploaded to that bug and will be soon in CPAN.
* Bug 183898 - checksetup.pl doesn't accepts admin passwords with dots; patch ↵preed%sigkill.com2003-07-221-2/+4
| | | | by jocuri@softhome.net (Vlad Dascalu); r/a=justdave
* Bug 147480 - Lack of newlines when asking for password in checksetup.pl. ↵preed%sigkill.com2003-07-181-1/+1
| | | | Patch by jocuri@softhome.net (Vlad Dascalu), r=kiko, a=justdave
* Fix for bug 185066: The OS "BSDI" should be "BSD/OS"... Patch changes thezach%zachlipton.com2003-07-101-1/+1
| | | | | | | default in localconfig; admins will have to change existing installations manually. r+a=justdave
* Bug 211758: checksetup.pl was trying to use params that didn't exist yet ↵justdave%syndicomm.com2003-07-081-1/+1
| | | | | | | because it was loading Bugzilla::Series at compile time (use). Now pulls in Bugzilla::Series at runtime (require) after initializing the params. Patch by Brad Roberts <braddr@puremagic.com> r= justdave, a= justdave
* Bug 16009 - generic charting. Patch by gerv; r,a=justdave.gerv%gerv.net2003-06-261-0/+142
|
* Bug 201816 - use CGI.pm for header outputbbaetz%acm.org2003-05-051-19/+1
| | | | r=joel, a=justdave
* Bug 204008: checksetup.pl didn't set permissions on the js directoryjustdave%syndicomm.com2003-05-011-0/+2
| | | | r= zach, a= justdave
* Bug 180086 - Rename 'count' column in votes tablesbbaetz%acm.org2003-04-271-7/+17
| | | | | | patch by bugzilla@chimpychompy.org (GavinS) r=bbaetz,justdave a=justdave
* Bug 203540 - RenameField doesn't get NULL/NOT NULL correctbbaetz%acm.org2003-04-271-1/+1
| | | | r,a=justdave
* Bug 201018 - editusers.cgi never calls DeriveGroup prior to changing a bugbbaetz%acm.org2003-04-251-1/+7
| | | | | | patch mostly by justdave, bits by me r=bbaetz,justdave,myk a=justdave
* Bug 197153: Fix for insecure temporary filename handling.justdave%syndicomm.com2003-04-251-4/+3
| | | | | | Patch by Brad Baetz <bbaetz@acm.org> r= justdave, gerv a= justdave
* Fix typo in previous checking for bug 200472. Date::Format should be ↵justdave%syndicomm.com2003-04-191-1/+1
| | | | version *2*.21.
* Bug 200472: Require specific version of Date::Format to ensure we don't run ↵justdave%syndicomm.com2003-04-191-2/+2
| | | | | | into a bug in an older version that we're triggering. r= jake, a= justdave
* Bug 196433 - Bugzilla now uses /usr/bin/perl as the shebang linejake%bugzilla.org2003-03-271-1/+1
| | | | | r=justdave a=justdave
* Bug 180642 - Move authentication code into a modulebbaetz%acm.org2003-03-221-22/+37
| | | | | r=gerv, justdave a=justdave
* Bug 194345: checksetup.pl would die if you had your params set for a local ↵justdave%syndicomm.com2003-03-081-1/+1
| | | | | | dot, and the executable didn't exist. The polite error message it was supposed to print works now. r= burnus, a= justdave
* Bug 195137 - Keywords are not sent in new bug mailbbaetz%acm.org2003-02-271-1/+1
| | | | r,a=justdave
* Bug 192874: checksetup.pl wasn't silencing the GraphViz check when running ↵justdave%syndicomm.com2003-02-121-2/+2
| | | | | | in silent mode. r=zach, a=justdave
* Bug 192513: importxml.pl and move.pl now use the new mail routines ↵justdave%syndicomm.com2003-02-101-2/+2
| | | | | | introduced in bug 124174 (they got broken when processmail was removed). Also fixes several comments referring to processmail (which no longer exists) in other files, and removes references to processmail from the .htaccess files and the executable file list in checksetup.pl. r= jaypee, a= justdave
* Bug 190582 - quips table initial definition in checksetup.pl missing ↵burnus%gmx.de2003-01-251-1/+2
| | | | | | approved column r,a=justdave
* Bug 126955 - Bugzilla should support translated/localized templates. Patch ↵gerv%gerv.net2003-01-241-55/+55
| | | | by burnus; r=gerv, a=justdave.
* Bug 184309: Adds an optional disabled state to quips, which allows quips to ↵justdave%syndicomm.com2003-01-151-0/+4
| | | | | | | be moderated if the admin so chooses. Patch by Tobias Burnus <burnus@gmx.de> r=joel, a=justdave
* Bug 163290 - move DB handling code into a modulebbaetz%student.usyd.edu.au2003-01-151-2/+2
| | | | | r=justdave, myk, joel, preed a=justdave
* Bug 188656 Change required mysqld minimum to 3.23.41bugreport%peshkin.net2003-01-121-1/+1
| | | | | r=bbaetz,justdave a=justdave
* Bug 186383 Checksetup leaves editor backups of localconfig accessible (revised)bugreport%peshkin.net2002-12-231-1/+24
| | | | | r=jaypee a=justdave
* Backing out patch from bug 186383 because it broke quicksearchbugreport%peshkin.net2002-12-231-16/+1
|
* Bug 186383 Checksetup leaves editor backups of localconfig accessiblebugreport%peshkin.net2002-12-221-1/+16
| | | | | r=zach a=justdave
* Bug 180870 - Remove old shadowdb manual replication codebbaetz%student.usyd.edu.au2002-12-211-9/+7
| | | | r, a=myk
* Bug 185760: New group system doesn't upgrade transparently if usebuggroups = 0bugreport%peshkin.net2002-12-201-36/+33
| | | | | r=justdave a=justdave
* Bug 158499 - Templatise XML bug outputbbaetz%student.usyd.edu.au2002-12-151-1/+2
| | | | | r=gerv, justdave a=justdave
* Bug 177850: checksetup.pl was failing if the user didn't have read ↵justdave%syndicomm.com2002-12-021-12/+10
| | | | | | | permissions to the entire Bugzilla path Patch by Jussi Sirpoma <jussi@comlink.fi> r=justdave, a=justdave
* Bug 171493 - make show_bug use Bug.pm and remove bug_form.plbbaetz%student.usyd.edu.au2002-11-281-8/+2
| | | | | r=justdave, joel a=justdave
* Bug 67077 - We now include the timezone (as configured in editparams.cgi) on ↵jake%bugzilla.org2002-11-281-0/+1
| | | | | | | every time we display. r=justdave a=justdave
* Bug 147275 Rearchitect product groupsbugreport%peshkin.net2002-11-251-2/+63
| | | | | | Patch by joel r=bbaetz,justdave a=justdave
* Bug 124589 - support database replicationbbaetz%student.usyd.edu.au2002-11-191-6/+14
| | | | r=myk, a=justdave
* Fix for bug 178841: removes full paths from filenames in attachments table ↵myk%mozilla.org2002-11-091-1/+33
| | | | | | | and prevents them from appearing again r=gerv,bbaetz a=justdave
* Fix for bug 156548: XUL implementation of duplicates report.myk%mozilla.org2002-11-051-1/+5
|