summaryrefslogtreecommitdiffstats
path: root/checksetup.pl
AgeCommit message (Expand)AuthorFilesLines
2006-07-20Fix checkin nit on bug 344617.mkanat%bugzilla.org1-2/+2
2006-07-20Bug 344617: Move data about optional requirements into Bugzilla::Install::Req...mkanat%bugzilla.org1-33/+26
2006-07-20Bug 344612: $silent does not work properly in checksetup.pl anymoremkanat%bugzilla.org1-12/+14
2006-07-19Bug 344521: Make custom fields optionally functional on enter_bug.cgimkanat%bugzilla.org1-0/+3
2006-07-17[No Bug] Remove double statement about adding classifications.sortkey.mkanat%bugzilla.org1-2/+0
2006-07-17Bug 277377: Classifications should support sort keys - Patch by Olav Vitters ...lpsolit%gmail.com1-0/+19
2006-07-14Bug 281494: Create Bugzilla::Install::Requirements for requirements-checking ...mkanat%bugzilla.org1-158/+3
2006-07-14Bug 69000: Permit a stored query to be marked "shared" and accessible by othe...wurblzap%gmail.com1-2/+16
2006-07-06Extra blank in the XML::Twig warning - r=wicked on IRClpsolit%gmail.com1-1/+1
2006-07-04Bug 343189: checksetup.pl HASH reference error with 2.18.5 to 2.20.2/2.22 upg...mkanat%bugzilla.org1-1/+2
2006-07-04Bug 338375: Use Bugzilla->params everywhere instead of Param().mkanat%bugzilla.org1-1/+1
2006-07-04Bug 342869: Use Bugzilla->params everywhere except templatesmkanat%bugzilla.org1-11/+11
2006-07-03Bug 328186: checksetup.pl should display the version of Bugzilla - Patch by R...lpsolit%gmail.com1-0/+7
2006-06-30Bug 342121: Remove usage of Config qw(:locations) in favor of Constants::bz_l...mkanat%bugzilla.org1-12/+19
2006-06-30Bug 342731: checksetup.pl "answers" file seems to be brokenmkanat%bugzilla.org1-1/+2
2006-06-21Bug 282121: Remove globals.pl from scripts that no longer use it - Patch by F...lpsolit%gmail.com1-7/+1
2006-06-20Bug 282623: Remove globals.pl from checksetupmkanat%bugzilla.org1-15/+6
2006-06-20Bug 342060: checksetup fails if no database existsmkanat%bugzilla.org1-158/+164
2006-06-19Spelling in code comments patch: 'addy' -> 'address' in checksetup.pl; patch ...vladd%bugzilla.org1-1/+1
2006-06-19Spelling in code comments patch: 'BugZilla' -> 'Bugzilla' in checksetup.pl; p...vladd%bugzilla.org1-1/+1
2006-06-19Spelling in code comments patch: 'summarries' -> 'summaries' in checksetup.pl...vladd%bugzilla.org1-1/+1
2006-06-19Spelling in code comments patch: 'compatbility' -> 'compatibility' in checkse...vladd%bugzilla.org1-1/+1
2006-06-19Spelling in code comments patch: 'accomodate' -> 'accommodate' in checksetup....vladd%bugzilla.org1-1/+1
2006-06-19Spelling in code comments patch: 'overriden' -> 'overridden' in checksetup.pl...vladd%bugzilla.org1-2/+2
2006-06-19Spelling in code comments patch: 'anyeay' -> 'anyway', 'Its' -> 'It's', 'its'...vladd%bugzilla.org1-2/+2
2006-06-19Spelling in code comments patch: 'sttings' -> 'settings' in checksetup.pl; pa...vladd%bugzilla.org1-1/+1
2006-06-14Bug 313255: Move $::ENV{foo} and $::SIG{foo} out of globals.pl - Patch by FrÃ...lpsolit%gmail.com1-13/+1
2006-06-13Bug 330487: Automatic Update Notification for Bugzilla - Patch by Frédéric ...lpsolit%gmail.com1-0/+11
2006-06-08Patch for bug 335743: modify checksetup.pl so it no longer generates an extra...uid6231-2/+2
2006-06-04Patch for bug 340126: Fix Windows PPM package name for XML::Twig; patch by Vl...jocuri%softhome.net1-0/+1
2006-05-29Fix a test failure caused by a checkin fix that I did on bug 302876.mkanat%bugzilla.org1-2/+2
2006-05-29Bug 302876: Database Version-Checking needs to be more modular and more genericmkanat%bugzilla.org1-28/+45
2006-05-23Bug 328642: Params should be in Bugzilla->params instead of being a Bugzilla:...mkanat%bugzilla.org1-1/+10
2006-05-11Bug 96431: It's possible to write an essay in the Summary field.mkanat%bugzilla.org1-2/+44
2006-05-10Bug 7710: Pref to automatically put me on the CC: list of bugs I change - Pat...lpsolit%gmail.com1-0/+6
2006-04-15Bug 322285: Cancelling a flag should remove it completely from the DB - Patch...lpsolit%gmail.com1-6/+16
2006-03-07Bug 282628: Move OpenStates and IsOpenedState out of globals.plmkanat%kerio.com1-2/+5
2006-03-02Bug 314470: Require Perl 5.8mkanat%kerio.com1-1/+1
2006-02-28Patch for bug 298341: Implement code hook mechanism; patch by zach@zachlipton...jocuri%softhome.net1-0/+6
2006-02-22Bug 291459: Make textareas zoom large when in use - Patch by Marc Schumann <w...lpsolit%gmail.com1-0/+3
2006-02-22Bug 225221: The 'longdescs' table needs a primary key - Patch by Albert Ting ...lpsolit%gmail.com1-0/+4
2006-02-21Bug 287325: Ability to add custom plain-text fields to a Bug - Patch by Myk M...lpsolit%gmail.com1-1/+8
2006-01-12Bug 322771: PostgreSQL incorrectly detects that some summaries have control c...mkanat%kerio.com1-7/+12
2006-01-11Bug 285614: Rewrite importxml.pl to remove XML::Parser magic numbers - Patch ...lpsolit%gmail.com1-3/+3
2006-01-09Bug 101380: Newlines, nulls, leading/trailing spaces are getting into summariesmozilla%colinogilvie.co.uk1-0/+18
2006-01-06Backing out fix for bug 287325 (initial implementation of custom fields): tur...myk%mozilla.org1-8/+1
2006-01-06Bug 287325: an initial implementation of custom fields, including the ability...myk%mozilla.org1-1/+8
2006-01-03Bug 119524: SECURITY: predictable sessionid (Use a token instead of logincook...lpsolit%gmail.com1-0/+6
2006-01-03Bug 311277: MIME::Parser is not found with ActivePerl - Patch by byron jones ...lpsolit%gmail.com1-2/+3
2006-01-02Bug 300473: "All Closed" for components missing bug_status= in series.query.wurblzap%gmail.com1-0/+123