| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Bug 346344: Move checksetup's localconfig-handling code into Bugzilla::Instal... | mkanat%bugzilla.org | 2006-07-29 | 1 | -374/+22 |
* | Bug 346343: Clean up all of checksetup prior to localconfig code | mkanat%bugzilla.org | 2006-07-29 | 1 | -55/+23 |
* | Bug 346275: checksetup.pl should read the "answers" file into a Safe | mkanat%bugzilla.org | 2006-07-29 | 1 | -19/+35 |
* | Bug 346270: Eliminate as many BEGIN blocks as possible from checksetup.pl | mkanat%bugzilla.org | 2006-07-29 | 1 | -40/+19 |
* | Bug 346265: checksetup.pl should use Getopt::Long instead of its current hack | mkanat%bugzilla.org | 2006-07-29 | 1 | -9/+12 |
* | Bug 346212: Create POD for checksetup.pl, and move --help message into Pod::U... | mkanat%bugzilla.org | 2006-07-29 | 1 | -116/+172 |
* | Bug 344855: Create a subroutine that does all of checksetup's requirements ch... | mkanat%bugzilla.org | 2006-07-28 | 1 | -161/+7 |
* | Bug 339382: Make Bugzilla::Field use Bugzilla::Object | mkanat%bugzilla.org | 2006-07-26 | 1 | -12/+16 |
* | Bug 345389: Template-Toolkit 2.15 moved Template::Plugin::GD into a separate ... | mkanat%bugzilla.org | 2006-07-25 | 1 | -1/+5 |
* | Bug 342736: checksetup should show mod_perl requirements | mkanat%bugzilla.org | 2006-07-22 | 1 | -1/+27 |
* | Fix checkin nit on bug 344617. | mkanat%bugzilla.org | 2006-07-20 | 1 | -2/+2 |
* | Bug 344617: Move data about optional requirements into Bugzilla::Install::Req... | mkanat%bugzilla.org | 2006-07-20 | 1 | -33/+26 |
* | Bug 344612: $silent does not work properly in checksetup.pl anymore | mkanat%bugzilla.org | 2006-07-20 | 1 | -12/+14 |
* | Bug 344521: Make custom fields optionally functional on enter_bug.cgi | mkanat%bugzilla.org | 2006-07-19 | 1 | -0/+3 |
* | [No Bug] Remove double statement about adding classifications.sortkey. | mkanat%bugzilla.org | 2006-07-17 | 1 | -2/+0 |
* | Bug 277377: Classifications should support sort keys - Patch by Olav Vitters ... | lpsolit%gmail.com | 2006-07-17 | 1 | -0/+19 |
* | Bug 281494: Create Bugzilla::Install::Requirements for requirements-checking ... | mkanat%bugzilla.org | 2006-07-14 | 1 | -158/+3 |
* | Bug 69000: Permit a stored query to be marked "shared" and accessible by othe... | wurblzap%gmail.com | 2006-07-14 | 1 | -2/+16 |
* | Extra blank in the XML::Twig warning - r=wicked on IRC | lpsolit%gmail.com | 2006-07-06 | 1 | -1/+1 |
* | Bug 343189: checksetup.pl HASH reference error with 2.18.5 to 2.20.2/2.22 upg... | mkanat%bugzilla.org | 2006-07-04 | 1 | -1/+2 |
* | Bug 338375: Use Bugzilla->params everywhere instead of Param(). | mkanat%bugzilla.org | 2006-07-04 | 1 | -1/+1 |
* | Bug 342869: Use Bugzilla->params everywhere except templates | mkanat%bugzilla.org | 2006-07-04 | 1 | -11/+11 |
* | Bug 328186: checksetup.pl should display the version of Bugzilla - Patch by R... | lpsolit%gmail.com | 2006-07-03 | 1 | -0/+7 |
* | Bug 342121: Remove usage of Config qw(:locations) in favor of Constants::bz_l... | mkanat%bugzilla.org | 2006-06-29 | 1 | -12/+19 |
* | Bug 342731: checksetup.pl "answers" file seems to be broken | mkanat%bugzilla.org | 2006-06-29 | 1 | -1/+2 |
* | Bug 282121: Remove globals.pl from scripts that no longer use it - Patch by F... | lpsolit%gmail.com | 2006-06-21 | 1 | -7/+1 |
* | Bug 282623: Remove globals.pl from checksetup | mkanat%bugzilla.org | 2006-06-20 | 1 | -15/+6 |
* | Bug 342060: checksetup fails if no database exists | mkanat%bugzilla.org | 2006-06-20 | 1 | -158/+164 |
* | Spelling in code comments patch: 'addy' -> 'address' in checksetup.pl; patch ... | vladd%bugzilla.org | 2006-06-19 | 1 | -1/+1 |
* | Spelling in code comments patch: 'BugZilla' -> 'Bugzilla' in checksetup.pl; p... | vladd%bugzilla.org | 2006-06-19 | 1 | -1/+1 |
* | Spelling in code comments patch: 'summarries' -> 'summaries' in checksetup.pl... | vladd%bugzilla.org | 2006-06-19 | 1 | -1/+1 |
* | Spelling in code comments patch: 'compatbility' -> 'compatibility' in checkse... | vladd%bugzilla.org | 2006-06-19 | 1 | -1/+1 |
* | Spelling in code comments patch: 'accomodate' -> 'accommodate' in checksetup.... | vladd%bugzilla.org | 2006-06-19 | 1 | -1/+1 |
* | Spelling in code comments patch: 'overriden' -> 'overridden' in checksetup.pl... | vladd%bugzilla.org | 2006-06-19 | 1 | -2/+2 |
* | Spelling in code comments patch: 'anyeay' -> 'anyway', 'Its' -> 'It's', 'its'... | vladd%bugzilla.org | 2006-06-19 | 1 | -2/+2 |
* | Spelling in code comments patch: 'sttings' -> 'settings' in checksetup.pl; pa... | vladd%bugzilla.org | 2006-06-19 | 1 | -1/+1 |
* | Bug 313255: Move $::ENV{foo} and $::SIG{foo} out of globals.pl - Patch by Fr�... | lpsolit%gmail.com | 2006-06-14 | 1 | -13/+1 |
* | Bug 330487: Automatic Update Notification for Bugzilla - Patch by Frédéric ... | lpsolit%gmail.com | 2006-06-13 | 1 | -0/+11 |
* | Patch for bug 335743: modify checksetup.pl so it no longer generates an extra... | uid623 | 2006-06-08 | 1 | -2/+2 |
* | Patch for bug 340126: Fix Windows PPM package name for XML::Twig; patch by Vl... | jocuri%softhome.net | 2006-06-04 | 1 | -0/+1 |
* | Fix a test failure caused by a checkin fix that I did on bug 302876. | mkanat%bugzilla.org | 2006-05-29 | 1 | -2/+2 |
* | Bug 302876: Database Version-Checking needs to be more modular and more generic | mkanat%bugzilla.org | 2006-05-29 | 1 | -28/+45 |
* | Bug 328642: Params should be in Bugzilla->params instead of being a Bugzilla:... | mkanat%bugzilla.org | 2006-05-23 | 1 | -1/+10 |
* | Bug 96431: It's possible to write an essay in the Summary field. | mkanat%bugzilla.org | 2006-05-10 | 1 | -2/+44 |
* | Bug 7710: Pref to automatically put me on the CC: list of bugs I change - Pat... | lpsolit%gmail.com | 2006-05-10 | 1 | -0/+6 |
* | Bug 322285: Cancelling a flag should remove it completely from the DB - Patch... | lpsolit%gmail.com | 2006-04-14 | 1 | -6/+16 |
* | Bug 282628: Move OpenStates and IsOpenedState out of globals.pl | mkanat%kerio.com | 2006-03-07 | 1 | -2/+5 |
* | Bug 314470: Require Perl 5.8 | mkanat%kerio.com | 2006-03-02 | 1 | -1/+1 |
* | Patch for bug 298341: Implement code hook mechanism; patch by zach@zachlipton... | jocuri%softhome.net | 2006-02-28 | 1 | -0/+6 |
* | Bug 291459: Make textareas zoom large when in use - Patch by Marc Schumann <w... | lpsolit%gmail.com | 2006-02-22 | 1 | -0/+3 |