summaryrefslogtreecommitdiffstats
path: root/checksetup.pl
AgeCommit message (Expand)AuthorFilesLines
2012-08-31Bug 655477: Bugzilla now requires Perl 5.10.1Frédéric Buclin1-1/+1
2012-01-11Bug 680131: Replace the MPL 1.1 license by the MPL 2.0 one in all files, and ...Frédéric Buclin1-36/+5
2010-10-11Bug 550097: checksetup.pl should detect when run via a web server (cgi) and f...Frédéric Buclin1-0/+3
2010-09-04Bug 559549: Make checksetup.pl print out a "checksetup.pl complete" messageMax Kanat-Alexander1-2/+9
2010-07-06Bug 486292: Change the default workflow to UNCONFIRMED, CONFIRMED,Max Kanat-Alexander1-0/+1
2010-07-01Bug 382398: Make checksetup.pl localized messages be output in theMax Kanat-Alexander1-6/+0
2010-03-28Bug 550765: Unicode strings from install_string were showing up as garbageMax Kanat-Alexander1-0/+6
2009-11-24Bug 430014: Re-write the code hooks system so that it uses modules instead of...mkanat%bugzilla.org1-1/+1
2009-08-12Bug 507493: checksetup.pl's output should use colors for missing and too old ...lpsolit%gmail.com1-2/+2
2009-06-02Bug 495783: Create the default Classification before setting up foreign keys,...mkanat%bugzilla.org1-2/+6
2009-04-12Bug 487769: checksetup.pl can no longer create versions in TestProduct due to...lpsolit%gmail.com1-0/+4
2008-12-22Bug 470442: Only delete tainted environment variables if we're running in tai...mkanat%bugzilla.org1-3/+0
2008-12-16Bug 467701: USAGE_MODE_CMDLINE should be the default if not i_am_cgi()mkanat%bugzilla.org1-1/+0
2008-09-02Bug 451707: Provide a --version option to checksetup.plmkanat%bugzilla.org1-2/+8
2008-08-22Bug 439192: Add hook to the end of checksetup.plmkanat%bugzilla.org1-0/+2
2008-03-28Bug 425288: checksetup.pl displays messages using the first language availabl...lpsolit%gmail.com1-3/+2
2007-11-28Bug 353995: Make checksetup able to reset a user's passwordmkanat%bugzilla.org1-1/+11
2007-10-19Bug 399954: Make Bugzilla able to hold its dependencies in a local directorymkanat%bugzilla.org1-1/+1
2007-08-09Bug 361149: Bugzilla now requires Perl 5.8.1 or newer (Perl 5.8.0 throws warn...lpsolit%gmail.com1-3/+1
2007-06-14Bug 345100: Remove obsolete parameters and "officially" turn on custom bug st...lpsolit%gmail.com1-2/+2
2007-03-26There was an additional patch in bug 375357 that was accidentally checked-in,...mkanat%bugzilla.org1-3/+0
2007-03-26Bug 375357: GD::Graph requires GD::Text (not vice-versa)mkanat%bugzilla.org1-0/+3
2007-03-20Bug 374330: Make it possible for installation templates to be text or HTMLmkanat%bugzilla.org1-2/+2
2007-03-17Bug 374227: Create a system for localizing basic installation stringsmkanat%bugzilla.org1-4/+4
2007-03-16Bug 374215: Move all generally-useful Installation subroutines to Bugzilla::...mkanat%bugzilla.org1-0/+1
2006-12-09Bug 361252: checksetup.pl should get confirmation from the user before causin...lpsolit%gmail.com1-25/+13
2006-11-13Bug 350307: Split out the create and update functionality of Bugzilla::Field:...mkanat%bugzilla.org1-1/+1
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