summaryrefslogtreecommitdiffstats
path: root/checksetup.pl
AgeCommit message (Collapse)AuthorFilesLines
2006-07-29Bug 346343: Clean up all of checksetup prior to localconfig codemkanat%bugzilla.org1-55/+23
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> (module owner) a=myk
2006-07-29Bug 346275: checksetup.pl should read the "answers" file into a Safemkanat%bugzilla.org1-19/+35
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> (module owner) a=myk
2006-07-29Bug 346270: Eliminate as many BEGIN blocks as possible from checksetup.plmkanat%bugzilla.org1-40/+19
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> (module owner) a=myk
2006-07-29Bug 346265: checksetup.pl should use Getopt::Long instead of its current hackmkanat%bugzilla.org1-9/+12
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> (module owner) a=myk
2006-07-29Bug 346212: Create POD for checksetup.pl, and move --help message into ↵mkanat%bugzilla.org1-116/+172
Pod::Usage output Patch By Max Kanat-Alexander <mkanat@bugzilla.org> (module owner) a=myk
2006-07-28Bug 344855: Create a subroutine that does all of checksetup's requirements ↵mkanat%bugzilla.org1-161/+7
checking Patch By Max Kanat-Alexander <mkanat@bugzilla.org> (module owner) a=myk
2006-07-26Bug 339382: Make Bugzilla::Field use Bugzilla::Objectmkanat%bugzilla.org1-12/+16
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=myk
2006-07-25Bug 345389: Template-Toolkit 2.15 moved Template::Plugin::GD into a separate ↵mkanat%bugzilla.org1-1/+5
package Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=myk
2006-07-22Bug 342736: checksetup should show mod_perl requirementsmkanat%bugzilla.org1-1/+27
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=myk
2006-07-20Fix checkin nit on bug 344617.mkanat%bugzilla.org1-2/+2
2006-07-20Bug 344617: Move data about optional requirements into ↵mkanat%bugzilla.org1-33/+26
Bugzilla::Install::Requirements Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=colin, r=wicked, a=justdave
2006-07-20Bug 344612: $silent does not work properly in checksetup.pl anymoremkanat%bugzilla.org1-12/+14
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=justdave
2006-07-19Bug 344521: Make custom fields optionally functional on enter_bug.cgimkanat%bugzilla.org1-0/+3
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=myk
2006-07-17[No Bug] Remove double statement about adding classifications.sortkey.mkanat%bugzilla.org1-2/+0
Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=justdave
2006-07-17Bug 277377: Classifications should support sort keys - Patch by Olav Vitters ↵lpsolit%gmail.com1-0/+19
<bugzilla-mozilla@bkor.dhs.org> r=LpSolit a=justdave
2006-07-14Bug 281494: Create Bugzilla::Install::Requirements for requirements-checking ↵mkanat%bugzilla.org1-158/+3
subroutines in checksetup.pl Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=colin, r=wicked, a=myk
2006-07-14Bug 69000: Permit a stored query to be marked "shared" and accessible by ↵wurblzap%gmail.com1-2/+16
other users. Patch by Marc Schumann <wurblzap@gmail.com>, r=vladd, a=myk
2006-07-06Extra blank in the XML::Twig warning - r=wicked on IRClpsolit%gmail.com1-1/+1
2006-07-04Bug 343189: checksetup.pl HASH reference error with 2.18.5 to 2.20.2/2.22 ↵mkanat%bugzilla.org1-1/+2
upgrade Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=bkor, a=justdave
2006-07-04Bug 338375: Use Bugzilla->params everywhere instead of Param().mkanat%bugzilla.org1-1/+1
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=justdave
2006-07-04Bug 342869: Use Bugzilla->params everywhere except templatesmkanat%bugzilla.org1-11/+11
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=justdave
2006-07-03Bug 328186: checksetup.pl should display the version of Bugzilla - Patch by ↵lpsolit%gmail.com1-0/+7
Rémi Zara <remi_zara@mac.com> r=mkanat a=justdave
2006-06-30Bug 342121: Remove usage of Config qw(:locations) in favor of ↵mkanat%bugzilla.org1-12/+19
Constants::bz_locations() Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=justdave
2006-06-30Bug 342731: checksetup.pl "answers" file seems to be brokenmkanat%bugzilla.org1-1/+2
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, r=Wurblzap, a=justdave
2006-06-21Bug 282121: Remove globals.pl from scripts that no longer use it - Patch by ↵lpsolit%gmail.com1-7/+1
Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=myk
2006-06-20Bug 282623: Remove globals.pl from checksetupmkanat%bugzilla.org1-15/+6
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=myk
2006-06-20Bug 342060: checksetup fails if no database existsmkanat%bugzilla.org1-158/+164
Patch By Frederic Buclin <LpSolit@gmail.com> r=mkanat, a=myk
2006-06-19Spelling in code comments patch: 'addy' -> 'address' in checksetup.pl; patch ↵vladd%bugzilla.org1-1/+1
by Vlad Dascalu <vladd@bugzilla.org>.
2006-06-19Spelling in code comments patch: 'BugZilla' -> 'Bugzilla' in checksetup.pl; ↵vladd%bugzilla.org1-1/+1
patch by Vlad Dascalu <vladd@bugzilla.org>.
2006-06-19Spelling in code comments patch: 'summarries' -> 'summaries' in ↵vladd%bugzilla.org1-1/+1
checksetup.pl; patch by Vlad Dascalu <vladd@bugzilla.org>.
2006-06-19Spelling in code comments patch: 'compatbility' -> 'compatibility' in ↵vladd%bugzilla.org1-1/+1
checksetup.pl; patch by Vlad Dascalu <vladd@bugzilla.org>.
2006-06-19Spelling in code comments patch: 'accomodate' -> 'accommodate' in ↵vladd%bugzilla.org1-1/+1
checksetup.pl; patch by Vlad Dascalu <vladd@bugzilla.org>.
2006-06-19Spelling in code comments patch: 'overriden' -> 'overridden' in ↵vladd%bugzilla.org1-2/+2
checksetup.pl; patch by Vlad Dascalu <vladd@bugzilla.org>.
2006-06-19Spelling in code comments patch: 'anyeay' -> 'anyway', 'Its' -> 'It's', ↵vladd%bugzilla.org1-2/+2
'its' -> 'it's' in checksetup.pl; patch by Vlad Dascalu <vladd@bugzilla.org>.
2006-06-19Spelling in code comments patch: 'sttings' -> 'settings' in checksetup.pl; ↵vladd%bugzilla.org1-1/+1
patch by Vlad Dascalu <vladd@bugzilla.org>.
2006-06-14Bug 313255: Move $::ENV{foo} and $::SIG{foo} out of globals.pl - Patch by ↵lpsolit%gmail.com1-13/+1
Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=myk
2006-06-13Bug 330487: Automatic Update Notification for Bugzilla - Patch by Frédéric ↵lpsolit%gmail.com1-0/+11
Buclin <LpSolit@gmail.com> r=mkanat a=justdave
2006-06-08Patch for bug 335743: modify checksetup.pl so it no longer generates an ↵uid6231-2/+2
extra \ sign in localconfig; patch by Vlad Dascalu <vladd@bugzilla.org>, r=LpSolit, a=myk.
2006-06-04Patch for bug 340126: Fix Windows PPM package name for XML::Twig; patch by ↵jocuri%softhome.net1-0/+1
Vlad Dascalu <vladd@bugzilla.org>, r=colin, a=justdave.
2006-05-29Fix a test failure caused by a checkin fix that I did on bug 302876.mkanat%bugzilla.org1-2/+2
2006-05-29Bug 302876: Database Version-Checking needs to be more modular and more genericmkanat%bugzilla.org1-28/+45
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=wicked, a=myk
2006-05-23Bug 328642: Params should be in Bugzilla->params instead of being a ↵mkanat%bugzilla.org1-1/+10
Bugzilla::Config subroutine Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=justdave
2006-05-11Bug 96431: It's possible to write an essay in the Summary field.mkanat%bugzilla.org1-2/+44
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=myk
2006-05-10Bug 7710: Pref to automatically put me on the CC: list of bugs I change - ↵lpsolit%gmail.com1-0/+6
Patch by Olav Vitters <bugzilla-mozilla@bkor.dhs.org> r=LpSolit a=myk
2006-04-15Bug 322285: Cancelling a flag should remove it completely from the DB - ↵lpsolit%gmail.com1-6/+16
Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=myk
2006-03-07Bug 282628: Move OpenStates and IsOpenedState out of globals.plmkanat%kerio.com1-2/+5
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=wicked, a=myk
2006-03-02Bug 314470: Require Perl 5.8mkanat%kerio.com1-1/+1
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=justdave, a=justdave
2006-02-28Patch for bug 298341: Implement code hook mechanism; patch by ↵jocuri%softhome.net1-0/+6
zach@zachlipton.com, r=timeless, a=justdave.
2006-02-22Bug 291459: Make textareas zoom large when in use - Patch by Marc Schumann ↵lpsolit%gmail.com1-0/+3
<wurblzap@gmail.com> r=vladd a=justdave
2006-02-22Bug 225221: The 'longdescs' table needs a primary key - Patch by Albert Ting ↵lpsolit%gmail.com1-0/+4
<altlst@sonic.net> r=mkanat a=justdave