aboutsummaryrefslogtreecommitdiffstats
path: root/Bugzilla/Install/Requirements.pm
Commit message (Collapse)AuthorAgeFilesLines
* Bug 366408: MIME:: modules should now be optional, not required (because ↵mkanat%bugzilla.org2007-02-131-11/+7
| | | | | | we've moved to using mostly the Email:: modules instead) Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
* Bug 360710: checksetup.pl needs to blacklist some non-working external modulesmkanat%bugzilla.org2006-12-141-9/+17
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=justdave
* Bug 357847: recommend Theory58S instead of landfill for ppm usersmkanat%bugzilla.org2006-12-141-4/+8
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=glob, a=justdave
* Bug 353711: Move to Email:: modules for email sendingmkanat%bugzilla.org2006-11-031-14/+11
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=glob, a=myk
* Bug 357537: MIME-Types direct requirement is unnecessarymkanat%bugzilla.org2006-10-221-8/+0
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> (module owner) a=justdave
* Bug 350921: [email_in] Create an email interface that can create a bug in ↵mkanat%bugzilla.org2006-10-171-0/+33
| | | | | | Bugzilla Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=colin, r=ghendricks, a=myk
* Bug 350220: Add hooks to checksetup for extensions.mkanat%bugzilla.org2006-10-171-4/+47
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=ghendricks, a=myk
* Bug 192451: Checksetup should prioritize missing module whinesmkanat%bugzilla.org2006-10-171-268/+255
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> (module owner) a=myk
* Bug 206037: [SECURITY] Fix escaping/quoting in edit*.cgi scripts - Patch by ↵lpsolit%gmail.com2006-10-151-0/+23
| | | | Frédéric Buclin <LpSolit@gmail.com> r=justdave a=justdave
* Bug 347453: Checksetup needs Perl-LDAP for Net::LDAP module on Windowsmkanat%bugzilla.org2006-09-241-1/+2
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> (module owner) a=justdave
* Bug 353706 - Hooks require Template Toolkit 2.12 but we only check for 2.10ghendricks%novell.com2006-09-221-1/+1
|
* Bug 277502: Re-organize checksetup.pl to be understood more easily (make it ↵mkanat%bugzilla.org2006-09-141-0/+17
| | | | | | a short series of subroutines) Patch By Max Kanat-Alexander <mkanat@bugzilla.org> (module owner) a=justdave
* Bug 351478: userprefs.cgi mysteriously fails (Our template-toolkit ↵mkanat%bugzilla.org2006-09-091-1/+1
| | | | | | requirement is too low) Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=colin, a=justdave
* Bug 224577: Bugzilla could use a web services interface.wurblzap%gmail.com2006-08-201-0/+14
| | | | | Patch by Marc Schumann <wurblzap@gmail.com>; r=mkanat; a=myk
* Bug 346594: Move GraphViz check into Bugzilla::Install::Requirementsmkanat%bugzilla.org2006-08-011-0/+41
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> (module owner) a=myk
* Bug 346554: Remove checksetup's checks for modules that are included with ↵mkanat%bugzilla.org2006-08-011-16/+0
| | | | | | perl 5.8.0 Patch By Max Kanat-Alexander <mkanat@bugzilla.org> (module owner) r=colin for docs, a=myk
* Bug 124405: Remove direct AppConfig dependency.mkanat%bugzilla.org2006-08-011-4/+0
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> (module owner) r=colin for docs, a=myk
* Bug 346295: When Template::Plugin::GD is missing, checksetup.pl tells you to ↵mkanat%bugzilla.org2006-07-291-1/+1
| | | | | | type "ppm install Template" instead of "ppm install Template-Toolkit" Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=justdave
* Bug 346375: Move the code that gets the initial $dbh into Bugzilla::DBmkanat%bugzilla.org2006-07-291-3/+0
| | | | 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-0/+4
| | | | 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-7/+223
| | | | | | checking Patch By Max Kanat-Alexander <mkanat@bugzilla.org> (module owner) a=myk
* Bug 345389: Template-Toolkit 2.15 moved Template::Plugin::GD into a separate ↵mkanat%bugzilla.org2006-07-251-1/+10
| | | | | | package Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=myk
* Bug 344282: Require DBI 1.41+ for DBD::Pg 1.45mkanat%bugzilla.org2006-07-251-1/+1
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> (module owner) a=myk
* Bug 342736: checksetup should show mod_perl requirementsmkanat%bugzilla.org2006-07-221-0/+21
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=myk
* Bug 344617: Move data about optional requirements into ↵mkanat%bugzilla.org2006-07-201-0/+40
| | | | | | 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-7/+6
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=justdave
* Bug 344915: Non-installed modules are reported incorrectlymkanat%bugzilla.org2006-07-191-2/+2
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=colin, r=LpSolit, a=justdave
* Bug 344661: Cannot upgrade PostgreSQL installations anymore - Patch by ↵lpsolit%gmail.com2006-07-161-2/+8
| | | | Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=myk
* Bug 281494: Create Bugzilla::Install::Requirements for requirements-checking ↵mkanat%bugzilla.org2006-07-141-0/+270
subroutines in checksetup.pl Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=colin, r=wicked, a=myk