aboutsummaryrefslogtreecommitdiffstats
path: root/checksetup.pl
Commit message (Collapse)AuthorAgeFilesLines
* Bug 350307: Split out the create and update functionality of ↵mkanat%bugzilla.org2006-11-131-1/+1
| | | | | | Bugzilla::Field::create_or_update Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=justdave
* Bug 192451: Checksetup should prioritize missing module whinesmkanat%bugzilla.org2006-10-171-0/+2
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> (module owner) a=myk
* Bug 352608: Make checksetup more localizablemkanat%bugzilla.org2006-09-141-0/+5
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> (module owner) a=myk
* Bug 277502: Re-organize checksetup.pl to be understood more easily (make it ↵mkanat%bugzilla.org2006-09-141-247/+264
| | | | | | a short series of subroutines) Patch By Max Kanat-Alexander <mkanat@bugzilla.org> (module owner) a=justdave
* Bug 352593: Move group creation from checksetup.pl to Bugzilla::Installmkanat%bugzilla.org2006-09-141-104/+1
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> (module owner) a=myk
* Bug 346597: Have Bugzilla::Group implement Bugzilla::Object->create, and ↵mkanat%bugzilla.org2006-09-141-99/+59
| | | | | | make checksetup.pl use it Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=myk
* Bug 351983: Move admin creation out of checksetup.pl and into Bugzilla::Installmkanat%bugzilla.org2006-09-101-219/+12
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> (module owner) a=justdave
* Bug 347096: Create Bugzilla->localconfig and replace most read_localconfig ↵mkanat%bugzilla.org2006-09-041-6/+2
| | | | | | calls with it Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=myk
* Bug 349349: Use ->create from Bugzilla::Object instead of insert_new_user ↵mkanat%bugzilla.org2006-08-261-2/+4
| | | | | | for Bugzilla::User Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=myk
* Bug 305941: Remove profiles.refreshed_when and groups.last_changed - Patch ↵lpsolit%gmail.com2006-08-051-3/+2
| | | | by Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=myk
* Bug 347290: Move default product and classification creation into ↵mkanat%bugzilla.org2006-08-041-54/+9
| | | | | | Bugzilla::Install Patch By Max Kanat-Alexander <mkanat@bugzilla.org> (module owner) a=justdave
* Bug 347116: Move field-definition code from checksetup.pl into a modulemkanat%bugzilla.org2006-08-041-137/+1
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> (module owner) a=myk
* Bug 347083: Move the rest of checksetup's DB-modification code into a modulemkanat%bugzilla.org2006-08-031-470/+21
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> (module owner) a=justdave
* Bug 346815: Move most of checksetup's schema updates into Bugzilla::Install::DBmkanat%bugzilla.org2006-08-031-2109/+2
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> (module owner) a=myk
* Bug 289357: Move AddFDef from checksetup into Field.pmmkanat%bugzilla.org2006-08-031-107/+122
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=bkor, a=myk
* Bug 346932: Move settings creation/maintenance into Bugzilla::Installmkanat%bugzilla.org2006-08-021-30/+2
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> (module owner) a=myk
* Bug 346594: Move GraphViz check into Bugzilla::Install::Requirementsmkanat%bugzilla.org2006-08-011-22/+1
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> (module owner) a=myk
* Bug 346545: checksetup should show the name and version of the OS it's being ↵mkanat%bugzilla.org2006-08-011-2/+14
| | | | | | run on Patch By Max Kanat-Alexander <mkanat@bugzilla.org> (module owner) r=colin, a=myk
* Bug 346552: Move checksetup's permission-fixing code into a modulemkanat%bugzilla.org2006-08-011-159/+5
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> (module owner) a=myk
* Bug 346493: Move Template pre-compilation code into a modulemkanat%bugzilla.org2006-08-011-65/+4
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> (module owner) a=myk
* Bug 346483: Fix up param-updating code in checksetup.pl to all be in a module.mkanat%bugzilla.org2006-08-011-57/+16
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> (module owner) a=myk
* Bug 100953: Move data/nomail into the DB and implement a UI to edit itkarl.kornel%mindspeed.com2006-07-301-0/+48
| | | | Patch by A. Karl Kornel <karl@kornel.name> r=wurblzap a=justdave
* Bug 346414: Move the creation/maintenance of the data/ directory out of ↵mkanat%bugzilla.org2006-07-301-310/+9
| | | | | | checksetup and into a module Patch By Max Kanat-Alexander <mkanat@bugzilla.org> (module owner) a=justdave
* Bug 346410: Move enum-table population code into Bugzilla::DBmkanat%bugzilla.org2006-07-291-68/+2
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> (module owner) a=justdave
* Bug 346375: Move the code that gets the initial $dbh into Bugzilla::DBmkanat%bugzilla.org2006-07-291-77/+8
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> (module owner) a=justdave
* Bug 346344: Move checksetup's localconfig-handling code into ↵mkanat%bugzilla.org2006-07-291-374/+22
| | | | | | Bugzilla::Install::Localconfig Patch By Max Kanat-Alexander <mkanat@bugzilla.org> (module owner) a=justdave
* Bug 346343: Clean up all of checksetup prior to localconfig codemkanat%bugzilla.org2006-07-291-55/+23
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> (module owner) a=myk
* Bug 346275: checksetup.pl should read the "answers" file into a Safemkanat%bugzilla.org2006-07-291-19/+35
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> (module owner) a=myk
* Bug 346270: Eliminate as many BEGIN blocks as possible from checksetup.plmkanat%bugzilla.org2006-07-291-40/+19
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> (module owner) a=myk
* Bug 346265: checksetup.pl should use Getopt::Long instead of its current hackmkanat%bugzilla.org2006-07-291-9/+12
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> (module owner) a=myk
* Bug 346212: Create POD for checksetup.pl, and move --help message into ↵mkanat%bugzilla.org2006-07-291-116/+172
| | | | | | Pod::Usage output Patch By Max Kanat-Alexander <mkanat@bugzilla.org> (module owner) a=myk
* Bug 344855: Create a subroutine that does all of checksetup's requirements ↵mkanat%bugzilla.org2006-07-281-161/+7
| | | | | | checking Patch By Max Kanat-Alexander <mkanat@bugzilla.org> (module owner) a=myk
* Bug 339382: Make Bugzilla::Field use Bugzilla::Objectmkanat%bugzilla.org2006-07-261-12/+16
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=myk
* Bug 345389: Template-Toolkit 2.15 moved Template::Plugin::GD into a separate ↵mkanat%bugzilla.org2006-07-251-1/+5
| | | | | | package Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=myk
* Bug 342736: checksetup should show mod_perl requirementsmkanat%bugzilla.org2006-07-221-1/+27
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=myk
* Fix checkin nit on bug 344617.mkanat%bugzilla.org2006-07-201-2/+2
|
* Bug 344617: Move data about optional requirements into ↵mkanat%bugzilla.org2006-07-201-33/+26
| | | | | | Bugzilla::Install::Requirements Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=colin, r=wicked, a=justdave
* Bug 344612: $silent does not work properly in checksetup.pl anymoremkanat%bugzilla.org2006-07-201-12/+14
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=justdave
* Bug 344521: Make custom fields optionally functional on enter_bug.cgimkanat%bugzilla.org2006-07-191-0/+3
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=myk
* [No Bug] Remove double statement about adding classifications.sortkey.mkanat%bugzilla.org2006-07-171-2/+0
| | | | Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=justdave
* Bug 277377: Classifications should support sort keys - Patch by Olav Vitters ↵lpsolit%gmail.com2006-07-171-0/+19
| | | | <bugzilla-mozilla@bkor.dhs.org> r=LpSolit a=justdave
* Bug 281494: Create Bugzilla::Install::Requirements for requirements-checking ↵mkanat%bugzilla.org2006-07-141-158/+3
| | | | | | subroutines in checksetup.pl Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=colin, r=wicked, a=myk
* Bug 69000: Permit a stored query to be marked "shared" and accessible by ↵wurblzap%gmail.com2006-07-141-2/+16
| | | | | | | other users. Patch by Marc Schumann <wurblzap@gmail.com>, r=vladd, a=myk
* Extra blank in the XML::Twig warning - r=wicked on IRClpsolit%gmail.com2006-07-061-1/+1
|
* Bug 343189: checksetup.pl HASH reference error with 2.18.5 to 2.20.2/2.22 ↵mkanat%bugzilla.org2006-07-041-1/+2
| | | | | | upgrade Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=bkor, a=justdave
* Bug 338375: Use Bugzilla->params everywhere instead of Param().mkanat%bugzilla.org2006-07-041-1/+1
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=justdave
* Bug 342869: Use Bugzilla->params everywhere except templatesmkanat%bugzilla.org2006-07-041-11/+11
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=justdave
* Bug 328186: checksetup.pl should display the version of Bugzilla - Patch by ↵lpsolit%gmail.com2006-07-031-0/+7
| | | | Rémi Zara <remi_zara@mac.com> r=mkanat a=justdave
* Bug 342121: Remove usage of Config qw(:locations) in favor of ↵mkanat%bugzilla.org2006-06-291-12/+19
| | | | | | Constants::bz_locations() Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=justdave
* Bug 342731: checksetup.pl "answers" file seems to be brokenmkanat%bugzilla.org2006-06-291-1/+2
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, r=Wurblzap, a=justdave