aboutsummaryrefslogtreecommitdiffstats
path: root/checksetup.pl
Commit message (Expand)AuthorAgeFilesLines
* Fix a test failure caused by a checkin fix that I did on bug 302876.mkanat%bugzilla.org2006-05-291-2/+2
* Bug 302876: Database Version-Checking needs to be more modular and more genericmkanat%bugzilla.org2006-05-291-28/+45
* Bug 328642: Params should be in Bugzilla->params instead of being a Bugzilla:...mkanat%bugzilla.org2006-05-231-1/+10
* Bug 96431: It's possible to write an essay in the Summary field.mkanat%bugzilla.org2006-05-101-2/+44
* Bug 7710: Pref to automatically put me on the CC: list of bugs I change - Pat...lpsolit%gmail.com2006-05-101-0/+6
* Bug 322285: Cancelling a flag should remove it completely from the DB - Patch...lpsolit%gmail.com2006-04-141-6/+16
* Bug 282628: Move OpenStates and IsOpenedState out of globals.plmkanat%kerio.com2006-03-071-2/+5
* Bug 314470: Require Perl 5.8mkanat%kerio.com2006-03-021-1/+1
* Patch for bug 298341: Implement code hook mechanism; patch by zach@zachlipton...jocuri%softhome.net2006-02-281-0/+6
* Bug 291459: Make textareas zoom large when in use - Patch by Marc Schumann <w...lpsolit%gmail.com2006-02-221-0/+3
* Bug 225221: The 'longdescs' table needs a primary key - Patch by Albert Ting ...lpsolit%gmail.com2006-02-221-0/+4
* Bug 287325: Ability to add custom plain-text fields to a Bug - Patch by Myk M...lpsolit%gmail.com2006-02-211-1/+8
* Bug 322771: PostgreSQL incorrectly detects that some summaries have control c...mkanat%kerio.com2006-01-121-7/+12
* Bug 285614: Rewrite importxml.pl to remove XML::Parser magic numbers - Patch ...lpsolit%gmail.com2006-01-111-3/+3
* Bug 101380: Newlines, nulls, leading/trailing spaces are getting into summariesmozilla%colinogilvie.co.uk2006-01-091-0/+18
* Backing out fix for bug 287325 (initial implementation of custom fields): tur...myk%mozilla.org2006-01-061-8/+1
* Bug 287325: an initial implementation of custom fields, including the ability...myk%mozilla.org2006-01-061-1/+8
* Bug 119524: SECURITY: predictable sessionid (Use a token instead of logincook...lpsolit%gmail.com2006-01-031-0/+6
* Bug 311277: MIME::Parser is not found with ActivePerl - Patch by byron jones ...lpsolit%gmail.com2006-01-031-2/+3
* Bug 300473: "All Closed" for components missing bug_status= in series.query.wurblzap%gmail.com2006-01-021-0/+123
* Bug 311047: populating enum tables fails without localconfig, when upgradingmkanat%kerio.com2005-12-301-49/+35
* Back out bug 311047 because it breaks Pg.mkanat%kerio.com2005-12-231-77/+49
* Bug 311047: populating enum tables fails without localconfig, when upgrading ...lpsolit%gmail.com2005-12-231-49/+77
* Bug 310108: checksetup.pl fails if attachstatuses or attachstatusdefs tables ...mkanat%kerio.com2005-12-131-4/+3
* Bug 319220: checksetup.pl can't cope with a standard CVS install or update.wurblzap%gmail.com2005-12-121-0/+2
* Bug 319241: Bugzilla.pm is freely accessible from the web - Patch by Frédér...lpsolit%gmail.com2005-12-121-1/+9
* Bug 317489: Email preferences are not set for the new admin user - Patch by F...lpsolit%gmail.com2005-11-301-14/+5
* Bug 317899: checksetup needlessly requires a version of MIME::Base64 newer th...mkanat%kerio.com2005-11-281-1/+1
* Bug 317176: Clean up the missing Image::Magick perl module message - Patch by...lpsolit%gmail.com2005-11-221-2/+2
* Bug 304417: Template precompilation is clumsy when it comes to additional lan...wurblzap%gmail.com2005-11-201-26/+18
* Bug 304936: checksetup.pl should inform the user to go to editparams.cgi if t...mozilla%colinogilvie.co.uk2005-11-201-0/+17
* Bug 302599: Saved searches using "days since bug changed" fail with "Can't us...lpsolit%gmail.com2005-11-151-3/+59
* Bug 314080: [MySQL5] checksetup.pl: Unknown column 'profiles.userid' in 'on c...lpsolit%gmail.com2005-11-151-2/+2
* Bug 305927: [PostgreSQL] Adding a new product partly fails when 'makeproductg...lpsolit%gmail.com2005-11-051-0/+5
* Bug 314269: Add email pref to not send mail about dependency changes - Patch ...lpsolit%gmail.com2005-11-011-0/+20
* Bug 304075: Eliminate use of $::userid from Bugzilla - Patch by Frédéric Bu...lpsolit%gmail.com2005-10-311-7/+4
* Bug 313020: Implement the ability to add individual bugs to saved searches - ...lpsolit%gmail.com2005-10-261-0/+7
* Bug 149504 Permit a reference to a URL to be treated as an attachmentbugreport%peshkin.net2005-10-201-0/+4
* Bug 312406 Checksetup fails to check for existing group_group_map for Bugzill...bugreport%peshkin.net2005-10-141-0/+6
* Bug 312386: checksetup.pl fails to check for existing group_group_map entries...lpsolit%gmail.com2005-10-141-6/+16
* Bug 204498 Add su (setuser) functionbugreport%peshkin.net2005-10-141-0/+22
* Bug 309680: Use SQL "JOIN ... ON ..." syntax instead of "JOIN ... USING(...)"mkanat%kerio.com2005-10-071-1/+1
* Bug 307602: Smooth attach_data upgrade for sites with huge attachment tablesbugreport%peshkin.net2005-09-281-13/+2
* Bug 309760: series.public rename breaks upgrades from 2.17.1mkanat%kerio.com2005-09-271-2/+6
* Bug 308717: Column name "PUBLIC" in SERIES table is an Oracle reserved wordmkanat%kerio.com2005-09-231-0/+8
* Bug 306760: Routines from Util.pm are not imported in checksetup.pl due to a ...lpsolit%gmail.com2005-09-121-4/+3
* Bug 304745: Move GetFieldID() out of globals.pl - Patch by Frédéric Buclin ...lpsolit%gmail.com2005-09-061-1/+1
* Bug 305976: Allow Bugzilla::DB sql_regexp/sql_not_regexp methods to accept st...mkanat%kerio.com2005-08-311-2/+3
* Bug 305333: Move attachments.thedata to its own tablebugreport%peshkin.net2005-08-271-2/+24
* Bug 303860: There is a database change in the wrong place in checksetup.plmkanat%kerio.com2005-08-251-11/+10