aboutsummaryrefslogtreecommitdiffstats
path: root/Bugzilla/Install/DB.pm
Commit message (Expand)AuthorAgeFilesLines
* Bug 372979: Make voting into an extensionMax Kanat-Alexander2010-02-151-24/+30
* Bug 310450 - Bugzilla should send an email when a comment becomes private or...Dave Lawrence2010-02-101-0/+3
* Bug 251556: Allow "Bug ID" fields to have one-way mutual relationships (like ...Jesse Clark2010-02-071-0/+3
* Bug 531841: Change all hour-related database fields to decimal(7,3) so that t...mkanat%bugzilla.org2009-12-311-1/+9
* Bug 520318: Add remove_from_db to Bugzilla:Group and use it to delete groups ...mkanat%bugzilla.org2009-12-311-0/+14
* Bug 162060: Remove the relationship between "votestoconfirm" and whether or n...mkanat%bugzilla.org2009-12-171-0/+12
* Fix a compile error in Bugzilla::Install::DB from the last checkin.mkanat%bugzilla.org2009-12-131-1/+1
* Bug 369489: Remove the milestoneurl feature and link "Target Milestone" to th...mkanat%bugzilla.org2009-12-131-4/+6
* Bug 526734: Allow localization of the "From update of attachment" string in c...mkanat%bugzilla.org2009-12-131-22/+46
* Bug 532911: Remove use of Bugzilla::User from Bugzilla::Install::DB (modules ...mkanat%bugzilla.org2009-12-041-7/+7
* Bug 452919: Allow the "created an attachment" message in comments to be local...mkanat%bugzilla.org2009-12-041-8/+75
* Bug 430014: Re-write the code hooks system so that it uses modules instead of...mkanat%bugzilla.org2009-11-241-1/+1
* Bug 525025: Custom field names having UTF8-characters in them crash Bugzilla ...lpsolit%gmail.com2009-11-011-0/+16
* Bug 399073: Remove the 'loginnetmask' parameter - Patch by Frédéric Buc...lpsolit%gmail.com2009-10-181-1/+13
* Bug 519032: Remove the unused "last_viewed" column from the "series" DB table...lpsolit%gmail.com2009-09-281-0/+3
* Bug 516712: Allow checksetup.pl to upgrade installations from before 3.4 wher...mkanat%bugzilla.org2009-09-211-2/+12
* Bug 176002: Move duplicate statistics into the dbmkanat%bugzilla.org2009-09-061-0/+4
* Bug 507969: Speed up checksetup for cases when it's doing nothingmkanat%bugzilla.org2009-08-181-9/+10
* Bug 509497: Implement sql_group_concat for all databasesmkanat%bugzilla.org2009-08-171-46/+16
* Bug 508032: Speed up initializing of email_setting valuesmkanat%bugzilla.org2009-08-031-11/+3
* Bug 405970: Make checksetup.pl not rederive regex groups every time it runs (...mkanat%bugzilla.org2009-08-031-1/+50
* Bug 495783: Create the default Classification before setting up foreign keys,...mkanat%bugzilla.org2009-06-021-0/+8
* Bug 493090 - Product disallownew should be converted to isactiveghendricks%novell.com2009-05-201-4/+25
* Bug 302420: Allow whining messages to be sent even without any results - Patc...wicked%sci.fi2009-04-061-0/+4
* Bug 478972: Remove the 'useentrygroupdefault' parameter - Patch by FrédÃÂ...lpsolit%gmail.com2009-03-311-12/+13
* Bug 423613: Make profiles.extern_id actually UNIQUE in the DB schema.mkanat%bugzilla.org2009-03-301-0/+4
* Bug 480001: MySQL 5.1.31 throws an error when you try to SET SESSION max_allo...mkanat%bugzilla.org2009-03-021-5/+0
* Bug 344878: Automatically generate list of acceptable columns for buglist.cgi...lpsolit%gmail.com2009-01-151-0/+10
* Bug 308253: Ability to add select (enum) fields to a bug whose list of values...mkanat%bugzilla.org2008-11-071-1/+38
* Bug 291433: Ability to have custom fields whose visibility depends on the val...mkanat%bugzilla.org2008-10-251-0/+3
* Bug 452893: request.cgi crashes if a flag modification date is invalid - Patc...lpsolit%gmail.com2008-09-101-1/+13
* Bug 450379: Searching SQL for candidates to truncate short_desc (> 255 chars)...lpsolit%gmail.com2008-08-271-2/+2
* Bug 442882: Populating bugs_fulltext can be very slow on large installationsmkanat%bugzilla.org2008-08-131-19/+50
* Bug 431669: The "product_id" column is incorrectly defined in the "group_cont...lpsolit%gmail.com2008-07-291-0/+4
* Bug 429804: Add Foreign Keys to Multiselect fieldsmkanat%bugzilla.org2008-06-291-0/+22
* Bug 414292: [Oracle] Change series.query back to MEDIUMTEXTmkanat%bugzilla.org2008-05-081-4/+8
* Bug 399370: Fulltext search with a LIKE on bugs.short_desc is too slow (make ...mkanat%bugzilla.org2008-03-251-6/+36
* Bug 314120: [Oracle] DBI::st::rows is used in a way that breaks Oracle - Patc...lpsolit%gmail.com2008-03-211-14/+13
* Bug 414012: Include the table id in fields that fail their new max-length check.mkanat%bugzilla.org2008-01-281-22/+21
* Bug 409593: namedqueries.query_type has the wrong definition in DB::Schemamkanat%bugzilla.org2007-12-231-0/+4
* Bug 409463: The flagtypes.description DB format is not the same in an upgrade...mkanat%bugzilla.org2007-12-231-1/+2
* Bug 153129: Bugzilla uses "mediumtext" as a DB data type when it's not necessarymkanat%bugzilla.org2007-12-111-2/+61
* 2nd part of bug 99215: Adding missing DB index when upgrading - Patch by me, ...lpsolit%gmail.com2007-12-021-0/+4
* Bug 99215: Attachments have no midair collision protection - Patch by Fréd...lpsolit%gmail.com2007-11-301-0/+28
* Bug 399163: Bugzilla/*.pm should use transactions for database interaction - ...lpsolit%gmail.com2007-11-191-6/+6
* Bug 365378 – The 'languages' parameter is not necessary.wurblzap%gmail.com2007-08-221-0/+14
* Bug 391710: checksetup.pl fails when fixing broken series due to BUG_STATE_OP...lpsolit%gmail.com2007-08-171-3/+3
* Hum... 2nd attempt to fix bug 332149. I committed the wrong patch *and* I los...lpsolit%gmail.com2007-08-081-1/+1
* Bug 332149: Ability to have symbols placed next to user names based on group ...lpsolit%gmail.com2007-08-081-0/+3
* Bug 364361 The word "Customising" in chapter 6 title is spelled wrong in all ...timeless%mozdev.org2007-07-231-1/+1