Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2006-08-03 | Bug 347083: Move the rest of checksetup's DB-modification code into a module | mkanat%bugzilla.org | 1 | -470/+21 | |
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> (module owner) a=justdave | |||||
2006-08-03 | Bug 346815: Move most of checksetup's schema updates into Bugzilla::Install::DB | mkanat%bugzilla.org | 1 | -2109/+2 | |
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> (module owner) a=myk | |||||
2006-08-03 | Bug 289357: Move AddFDef from checksetup into Field.pm | mkanat%bugzilla.org | 1 | -107/+122 | |
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=bkor, a=myk | |||||
2006-08-02 | Bug 346932: Move settings creation/maintenance into Bugzilla::Install | mkanat%bugzilla.org | 1 | -30/+2 | |
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> (module owner) a=myk | |||||
2006-08-01 | Bug 346594: Move GraphViz check into Bugzilla::Install::Requirements | mkanat%bugzilla.org | 1 | -22/+1 | |
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> (module owner) a=myk | |||||
2006-08-01 | Bug 346545: checksetup should show the name and version of the OS it's being ↵ | mkanat%bugzilla.org | 1 | -2/+14 | |
run on Patch By Max Kanat-Alexander <mkanat@bugzilla.org> (module owner) r=colin, a=myk | |||||
2006-08-01 | Bug 346552: Move checksetup's permission-fixing code into a module | mkanat%bugzilla.org | 1 | -159/+5 | |
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> (module owner) a=myk | |||||
2006-08-01 | Bug 346493: Move Template pre-compilation code into a module | mkanat%bugzilla.org | 1 | -65/+4 | |
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> (module owner) a=myk | |||||
2006-08-01 | Bug 346483: Fix up param-updating code in checksetup.pl to all be in a module. | mkanat%bugzilla.org | 1 | -57/+16 | |
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> (module owner) a=myk | |||||
2006-07-30 | Bug 100953: Move data/nomail into the DB and implement a UI to edit it | karl.kornel%mindspeed.com | 1 | -0/+48 | |
Patch by A. Karl Kornel <karl@kornel.name> r=wurblzap a=justdave | |||||
2006-07-30 | Bug 346414: Move the creation/maintenance of the data/ directory out of ↵ | mkanat%bugzilla.org | 1 | -310/+9 | |
checksetup and into a module Patch By Max Kanat-Alexander <mkanat@bugzilla.org> (module owner) a=justdave | |||||
2006-07-29 | Bug 346410: Move enum-table population code into Bugzilla::DB | mkanat%bugzilla.org | 1 | -68/+2 | |
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> (module owner) a=justdave | |||||
2006-07-29 | Bug 346375: Move the code that gets the initial $dbh into Bugzilla::DB | mkanat%bugzilla.org | 1 | -77/+8 | |
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> (module owner) a=justdave | |||||
2006-07-29 | Bug 346344: Move checksetup's localconfig-handling code into ↵ | mkanat%bugzilla.org | 1 | -374/+22 | |
Bugzilla::Install::Localconfig Patch By Max Kanat-Alexander <mkanat@bugzilla.org> (module owner) a=justdave | |||||
2006-07-29 | Bug 346343: Clean up all of checksetup prior to localconfig code | mkanat%bugzilla.org | 1 | -55/+23 | |
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> (module owner) a=myk | |||||
2006-07-29 | Bug 346275: checksetup.pl should read the "answers" file into a Safe | mkanat%bugzilla.org | 1 | -19/+35 | |
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> (module owner) a=myk | |||||
2006-07-29 | Bug 346270: Eliminate as many BEGIN blocks as possible from checksetup.pl | mkanat%bugzilla.org | 1 | -40/+19 | |
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> (module owner) a=myk | |||||
2006-07-29 | Bug 346265: checksetup.pl should use Getopt::Long instead of its current hack | mkanat%bugzilla.org | 1 | -9/+12 | |
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> (module owner) a=myk | |||||
2006-07-29 | Bug 346212: Create POD for checksetup.pl, and move --help message into ↵ | mkanat%bugzilla.org | 1 | -116/+172 | |
Pod::Usage output Patch By Max Kanat-Alexander <mkanat@bugzilla.org> (module owner) a=myk | |||||
2006-07-28 | Bug 344855: Create a subroutine that does all of checksetup's requirements ↵ | mkanat%bugzilla.org | 1 | -161/+7 | |
checking Patch By Max Kanat-Alexander <mkanat@bugzilla.org> (module owner) a=myk | |||||
2006-07-26 | Bug 339382: Make Bugzilla::Field use Bugzilla::Object | mkanat%bugzilla.org | 1 | -12/+16 | |
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=myk | |||||
2006-07-25 | Bug 345389: Template-Toolkit 2.15 moved Template::Plugin::GD into a separate ↵ | mkanat%bugzilla.org | 1 | -1/+5 | |
package Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=myk | |||||
2006-07-22 | Bug 342736: checksetup should show mod_perl requirements | mkanat%bugzilla.org | 1 | -1/+27 | |
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=myk | |||||
2006-07-20 | Fix checkin nit on bug 344617. | mkanat%bugzilla.org | 1 | -2/+2 | |
2006-07-20 | Bug 344617: Move data about optional requirements into ↵ | mkanat%bugzilla.org | 1 | -33/+26 | |
Bugzilla::Install::Requirements Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=colin, r=wicked, a=justdave | |||||
2006-07-20 | Bug 344612: $silent does not work properly in checksetup.pl anymore | mkanat%bugzilla.org | 1 | -12/+14 | |
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=justdave | |||||
2006-07-19 | Bug 344521: Make custom fields optionally functional on enter_bug.cgi | mkanat%bugzilla.org | 1 | -0/+3 | |
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=myk | |||||
2006-07-17 | [No Bug] Remove double statement about adding classifications.sortkey. | mkanat%bugzilla.org | 1 | -2/+0 | |
Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=justdave | |||||
2006-07-17 | Bug 277377: Classifications should support sort keys - Patch by Olav Vitters ↵ | lpsolit%gmail.com | 1 | -0/+19 | |
<bugzilla-mozilla@bkor.dhs.org> r=LpSolit a=justdave | |||||
2006-07-14 | Bug 281494: Create Bugzilla::Install::Requirements for requirements-checking ↵ | mkanat%bugzilla.org | 1 | -158/+3 | |
subroutines in checksetup.pl Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=colin, r=wicked, a=myk | |||||
2006-07-14 | Bug 69000: Permit a stored query to be marked "shared" and accessible by ↵ | wurblzap%gmail.com | 1 | -2/+16 | |
other users. Patch by Marc Schumann <wurblzap@gmail.com>, r=vladd, a=myk | |||||
2006-07-06 | Extra blank in the XML::Twig warning - r=wicked on IRC | lpsolit%gmail.com | 1 | -1/+1 | |
2006-07-04 | Bug 343189: checksetup.pl HASH reference error with 2.18.5 to 2.20.2/2.22 ↵ | mkanat%bugzilla.org | 1 | -1/+2 | |
upgrade Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=bkor, a=justdave | |||||
2006-07-04 | Bug 338375: Use Bugzilla->params everywhere instead of Param(). | mkanat%bugzilla.org | 1 | -1/+1 | |
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=justdave | |||||
2006-07-04 | Bug 342869: Use Bugzilla->params everywhere except templates | mkanat%bugzilla.org | 1 | -11/+11 | |
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=justdave | |||||
2006-07-03 | Bug 328186: checksetup.pl should display the version of Bugzilla - Patch by ↵ | lpsolit%gmail.com | 1 | -0/+7 | |
Rémi Zara <remi_zara@mac.com> r=mkanat a=justdave | |||||
2006-06-30 | Bug 342121: Remove usage of Config qw(:locations) in favor of ↵ | mkanat%bugzilla.org | 1 | -12/+19 | |
Constants::bz_locations() Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=justdave | |||||
2006-06-30 | Bug 342731: checksetup.pl "answers" file seems to be broken | mkanat%bugzilla.org | 1 | -1/+2 | |
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, r=Wurblzap, a=justdave | |||||
2006-06-21 | Bug 282121: Remove globals.pl from scripts that no longer use it - Patch by ↵ | lpsolit%gmail.com | 1 | -7/+1 | |
Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=myk | |||||
2006-06-20 | Bug 282623: Remove globals.pl from checksetup | mkanat%bugzilla.org | 1 | -15/+6 | |
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=myk | |||||
2006-06-20 | Bug 342060: checksetup fails if no database exists | mkanat%bugzilla.org | 1 | -158/+164 | |
Patch By Frederic Buclin <LpSolit@gmail.com> r=mkanat, a=myk | |||||
2006-06-19 | Spelling in code comments patch: 'addy' -> 'address' in checksetup.pl; patch ↵ | vladd%bugzilla.org | 1 | -1/+1 | |
by Vlad Dascalu <vladd@bugzilla.org>. | |||||
2006-06-19 | Spelling in code comments patch: 'BugZilla' -> 'Bugzilla' in checksetup.pl; ↵ | vladd%bugzilla.org | 1 | -1/+1 | |
patch by Vlad Dascalu <vladd@bugzilla.org>. | |||||
2006-06-19 | Spelling in code comments patch: 'summarries' -> 'summaries' in ↵ | vladd%bugzilla.org | 1 | -1/+1 | |
checksetup.pl; patch by Vlad Dascalu <vladd@bugzilla.org>. | |||||
2006-06-19 | Spelling in code comments patch: 'compatbility' -> 'compatibility' in ↵ | vladd%bugzilla.org | 1 | -1/+1 | |
checksetup.pl; patch by Vlad Dascalu <vladd@bugzilla.org>. | |||||
2006-06-19 | Spelling in code comments patch: 'accomodate' -> 'accommodate' in ↵ | vladd%bugzilla.org | 1 | -1/+1 | |
checksetup.pl; patch by Vlad Dascalu <vladd@bugzilla.org>. | |||||
2006-06-19 | Spelling in code comments patch: 'overriden' -> 'overridden' in ↵ | vladd%bugzilla.org | 1 | -2/+2 | |
checksetup.pl; patch by Vlad Dascalu <vladd@bugzilla.org>. | |||||
2006-06-19 | Spelling in code comments patch: 'anyeay' -> 'anyway', 'Its' -> 'It's', ↵ | vladd%bugzilla.org | 1 | -2/+2 | |
'its' -> 'it's' in checksetup.pl; patch by Vlad Dascalu <vladd@bugzilla.org>. | |||||
2006-06-19 | Spelling in code comments patch: 'sttings' -> 'settings' in checksetup.pl; ↵ | vladd%bugzilla.org | 1 | -1/+1 | |
patch by Vlad Dascalu <vladd@bugzilla.org>. | |||||
2006-06-14 | Bug 313255: Move $::ENV{foo} and $::SIG{foo} out of globals.pl - Patch by ↵ | lpsolit%gmail.com | 1 | -13/+1 | |
Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=myk |