aboutsummaryrefslogtreecommitdiffstats
path: root/checksetup.pl
Commit message (Expand)AuthorAgeFilesLines
...
* Bug 346545: checksetup should show the name and version of the OS it's being ...mkanat%bugzilla.org2006-08-011-2/+14
* Bug 346552: Move checksetup's permission-fixing code into a modulemkanat%bugzilla.org2006-08-011-159/+5
* Bug 346493: Move Template pre-compilation code into a modulemkanat%bugzilla.org2006-08-011-65/+4
* Bug 346483: Fix up param-updating code in checksetup.pl to all be in a module.mkanat%bugzilla.org2006-08-011-57/+16
* Bug 100953: Move data/nomail into the DB and implement a UI to edit itkarl.kornel%mindspeed.com2006-07-301-0/+48
* Bug 346414: Move the creation/maintenance of the data/ directory out of check...mkanat%bugzilla.org2006-07-301-310/+9
* Bug 346410: Move enum-table population code into Bugzilla::DBmkanat%bugzilla.org2006-07-291-68/+2
* Bug 346375: Move the code that gets the initial $dbh into Bugzilla::DBmkanat%bugzilla.org2006-07-291-77/+8
* Bug 346344: Move checksetup's localconfig-handling code into Bugzilla::Instal...mkanat%bugzilla.org2006-07-291-374/+22
* Bug 346343: Clean up all of checksetup prior to localconfig codemkanat%bugzilla.org2006-07-291-55/+23
* Bug 346275: checksetup.pl should read the "answers" file into a Safemkanat%bugzilla.org2006-07-291-19/+35
* Bug 346270: Eliminate as many BEGIN blocks as possible from checksetup.plmkanat%bugzilla.org2006-07-291-40/+19
* Bug 346265: checksetup.pl should use Getopt::Long instead of its current hackmkanat%bugzilla.org2006-07-291-9/+12
* Bug 346212: Create POD for checksetup.pl, and move --help message into Pod::U...mkanat%bugzilla.org2006-07-291-116/+172
* Bug 344855: Create a subroutine that does all of checksetup's requirements ch...mkanat%bugzilla.org2006-07-281-161/+7
* Bug 339382: Make Bugzilla::Field use Bugzilla::Objectmkanat%bugzilla.org2006-07-261-12/+16
* Bug 345389: Template-Toolkit 2.15 moved Template::Plugin::GD into a separate ...mkanat%bugzilla.org2006-07-251-1/+5
* Bug 342736: checksetup should show mod_perl requirementsmkanat%bugzilla.org2006-07-221-1/+27
* Fix checkin nit on bug 344617.mkanat%bugzilla.org2006-07-201-2/+2
* Bug 344617: Move data about optional requirements into Bugzilla::Install::Req...mkanat%bugzilla.org2006-07-201-33/+26
* Bug 344612: $silent does not work properly in checksetup.pl anymoremkanat%bugzilla.org2006-07-201-12/+14
* Bug 344521: Make custom fields optionally functional on enter_bug.cgimkanat%bugzilla.org2006-07-191-0/+3
* [No Bug] Remove double statement about adding classifications.sortkey.mkanat%bugzilla.org2006-07-171-2/+0
* Bug 277377: Classifications should support sort keys - Patch by Olav Vitters ...lpsolit%gmail.com2006-07-171-0/+19
* Bug 281494: Create Bugzilla::Install::Requirements for requirements-checking ...mkanat%bugzilla.org2006-07-141-158/+3
* Bug 69000: Permit a stored query to be marked "shared" and accessible by othe...wurblzap%gmail.com2006-07-141-2/+16
* 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 upg...mkanat%bugzilla.org2006-07-041-1/+2
* Bug 338375: Use Bugzilla->params everywhere instead of Param().mkanat%bugzilla.org2006-07-041-1/+1
* Bug 342869: Use Bugzilla->params everywhere except templatesmkanat%bugzilla.org2006-07-041-11/+11
* Bug 328186: checksetup.pl should display the version of Bugzilla - Patch by R...lpsolit%gmail.com2006-07-031-0/+7
* Bug 342121: Remove usage of Config qw(:locations) in favor of Constants::bz_l...mkanat%bugzilla.org2006-06-291-12/+19
* Bug 342731: checksetup.pl "answers" file seems to be brokenmkanat%bugzilla.org2006-06-291-1/+2
* Bug 282121: Remove globals.pl from scripts that no longer use it - Patch by F...lpsolit%gmail.com2006-06-211-7/+1
* Bug 282623: Remove globals.pl from checksetupmkanat%bugzilla.org2006-06-201-15/+6
* Bug 342060: checksetup fails if no database existsmkanat%bugzilla.org2006-06-201-158/+164
* Spelling in code comments patch: 'addy' -> 'address' in checksetup.pl; patch ...vladd%bugzilla.org2006-06-191-1/+1
* Spelling in code comments patch: 'BugZilla' -> 'Bugzilla' in checksetup.pl; p...vladd%bugzilla.org2006-06-191-1/+1
* Spelling in code comments patch: 'summarries' -> 'summaries' in checksetup.pl...vladd%bugzilla.org2006-06-191-1/+1
* Spelling in code comments patch: 'compatbility' -> 'compatibility' in checkse...vladd%bugzilla.org2006-06-191-1/+1
* Spelling in code comments patch: 'accomodate' -> 'accommodate' in checksetup....vladd%bugzilla.org2006-06-191-1/+1
* Spelling in code comments patch: 'overriden' -> 'overridden' in checksetup.pl...vladd%bugzilla.org2006-06-191-2/+2
* Spelling in code comments patch: 'anyeay' -> 'anyway', 'Its' -> 'It's', 'its'...vladd%bugzilla.org2006-06-191-2/+2
* Spelling in code comments patch: 'sttings' -> 'settings' in checksetup.pl; pa...vladd%bugzilla.org2006-06-191-1/+1
* Bug 313255: Move $::ENV{foo} and $::SIG{foo} out of globals.pl - Patch by FrÃ...lpsolit%gmail.com2006-06-141-13/+1
* Bug 330487: Automatic Update Notification for Bugzilla - Patch by Frédéric ...lpsolit%gmail.com2006-06-131-0/+11
* Patch for bug 335743: modify checksetup.pl so it no longer generates an extra...uid6232006-06-081-2/+2
* Patch for bug 340126: Fix Windows PPM package name for XML::Twig; patch by Vl...jocuri%softhome.net2006-06-041-0/+1
* Fix a test failure caused by a checkin fix that I did on bug 302876.mkanat%bugzilla.org2006-05-291-2/+2
* Bug 302876: Database Version-Checking needs to be more modular and more genericmkanat%bugzilla.org2006-05-291-28/+45