summaryrefslogtreecommitdiffstats
path: root/checksetup.pl
AgeCommit message (Expand)AuthorFilesLines
2006-10-17Bug 192451: Checksetup should prioritize missing module whinesmkanat%bugzilla.org1-0/+2
2006-09-14Bug 352608: Make checksetup more localizablemkanat%bugzilla.org1-0/+5
2006-09-14Bug 277502: Re-organize checksetup.pl to be understood more easily (make it a...mkanat%bugzilla.org1-247/+264
2006-09-14Bug 352593: Move group creation from checksetup.pl to Bugzilla::Installmkanat%bugzilla.org1-104/+1
2006-09-14Bug 346597: Have Bugzilla::Group implement Bugzilla::Object->create, and make...mkanat%bugzilla.org1-99/+59
2006-09-10Bug 351983: Move admin creation out of checksetup.pl and into Bugzilla::Installmkanat%bugzilla.org1-219/+12
2006-09-04Bug 347096: Create Bugzilla->localconfig and replace most read_localconfig ca...mkanat%bugzilla.org1-6/+2
2006-08-26Bug 349349: Use ->create from Bugzilla::Object instead of insert_new_user for...mkanat%bugzilla.org1-2/+4
2006-08-05Bug 305941: Remove profiles.refreshed_when and groups.last_changed - Patch by...lpsolit%gmail.com1-3/+2
2006-08-04Bug 347290: Move default product and classification creation into Bugzilla::I...mkanat%bugzilla.org1-54/+9
2006-08-04Bug 347116: Move field-definition code from checksetup.pl into a modulemkanat%bugzilla.org1-137/+1
2006-08-03Bug 347083: Move the rest of checksetup's DB-modification code into a modulemkanat%bugzilla.org1-470/+21
2006-08-03Bug 346815: Move most of checksetup's schema updates into Bugzilla::Install::DBmkanat%bugzilla.org1-2109/+2
2006-08-03Bug 289357: Move AddFDef from checksetup into Field.pmmkanat%bugzilla.org1-107/+122
2006-08-02Bug 346932: Move settings creation/maintenance into Bugzilla::Installmkanat%bugzilla.org1-30/+2
2006-08-01Bug 346594: Move GraphViz check into Bugzilla::Install::Requirementsmkanat%bugzilla.org1-22/+1
2006-08-01Bug 346545: checksetup should show the name and version of the OS it's being ...mkanat%bugzilla.org1-2/+14
2006-08-01Bug 346552: Move checksetup's permission-fixing code into a modulemkanat%bugzilla.org1-159/+5
2006-08-01Bug 346493: Move Template pre-compilation code into a modulemkanat%bugzilla.org1-65/+4
2006-08-01Bug 346483: Fix up param-updating code in checksetup.pl to all be in a module.mkanat%bugzilla.org1-57/+16
2006-07-30Bug 100953: Move data/nomail into the DB and implement a UI to edit itkarl.kornel%mindspeed.com1-0/+48
2006-07-30Bug 346414: Move the creation/maintenance of the data/ directory out of check...mkanat%bugzilla.org1-310/+9
2006-07-29Bug 346410: Move enum-table population code into Bugzilla::DBmkanat%bugzilla.org1-68/+2
2006-07-29Bug 346375: Move the code that gets the initial $dbh into Bugzilla::DBmkanat%bugzilla.org1-77/+8
2006-07-29Bug 346344: Move checksetup's localconfig-handling code into Bugzilla::Instal...mkanat%bugzilla.org1-374/+22
2006-07-29Bug 346343: Clean up all of checksetup prior to localconfig codemkanat%bugzilla.org1-55/+23
2006-07-29Bug 346275: checksetup.pl should read the "answers" file into a Safemkanat%bugzilla.org1-19/+35
2006-07-29Bug 346270: Eliminate as many BEGIN blocks as possible from checksetup.plmkanat%bugzilla.org1-40/+19
2006-07-29Bug 346265: checksetup.pl should use Getopt::Long instead of its current hackmkanat%bugzilla.org1-9/+12
2006-07-29Bug 346212: Create POD for checksetup.pl, and move --help message into Pod::U...mkanat%bugzilla.org1-116/+172
2006-07-28Bug 344855: Create a subroutine that does all of checksetup's requirements ch...mkanat%bugzilla.org1-161/+7
2006-07-26Bug 339382: Make Bugzilla::Field use Bugzilla::Objectmkanat%bugzilla.org1-12/+16
2006-07-25Bug 345389: Template-Toolkit 2.15 moved Template::Plugin::GD into a separate ...mkanat%bugzilla.org1-1/+5
2006-07-22Bug 342736: checksetup should show mod_perl requirementsmkanat%bugzilla.org1-1/+27
2006-07-20Fix checkin nit on bug 344617.mkanat%bugzilla.org1-2/+2
2006-07-20Bug 344617: Move data about optional requirements into Bugzilla::Install::Req...mkanat%bugzilla.org1-33/+26
2006-07-20Bug 344612: $silent does not work properly in checksetup.pl anymoremkanat%bugzilla.org1-12/+14
2006-07-19Bug 344521: Make custom fields optionally functional on enter_bug.cgimkanat%bugzilla.org1-0/+3
2006-07-17[No Bug] Remove double statement about adding classifications.sortkey.mkanat%bugzilla.org1-2/+0
2006-07-17Bug 277377: Classifications should support sort keys - Patch by Olav Vitters ...lpsolit%gmail.com1-0/+19
2006-07-14Bug 281494: Create Bugzilla::Install::Requirements for requirements-checking ...mkanat%bugzilla.org1-158/+3
2006-07-14Bug 69000: Permit a stored query to be marked "shared" and accessible by othe...wurblzap%gmail.com1-2/+16
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 upg...mkanat%bugzilla.org1-1/+2
2006-07-04Bug 338375: Use Bugzilla->params everywhere instead of Param().mkanat%bugzilla.org1-1/+1
2006-07-04Bug 342869: Use Bugzilla->params everywhere except templatesmkanat%bugzilla.org1-11/+11
2006-07-03Bug 328186: checksetup.pl should display the version of Bugzilla - Patch by R...lpsolit%gmail.com1-0/+7
2006-06-30Bug 342121: Remove usage of Config qw(:locations) in favor of Constants::bz_l...mkanat%bugzilla.org1-12/+19
2006-06-30Bug 342731: checksetup.pl "answers" file seems to be brokenmkanat%bugzilla.org1-1/+2
2006-06-21Bug 282121: Remove globals.pl from scripts that no longer use it - Patch by F...lpsolit%gmail.com1-7/+1