aboutsummaryrefslogtreecommitdiffstats
path: root/Bugzilla/Install/DB.pm
Commit message (Expand)AuthorAgeFilesLines
* 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
* Bug 385415: Bugs marked as duplicate or moved to another installation always ...lpsolit%gmail.com2007-07-131-68/+85
* Bug 345100: Remove obsolete parameters and "officially" turn on custom bug st...lpsolit%gmail.com2007-06-141-9/+11
* Bug 344965: Fix process_bug.cgi and bug/* templates to work with custom bug s...lpsolit%gmail.com2007-05-271-1/+1
* Bug 377485: Implement editworkflow.cgi - Patch by Frédéric Buclin <LpSo...lpsolit%gmail.com2007-05-171-0/+87
* Bug 377564: Indexes are not renamed when renaming tablesmkanat%bugzilla.org2007-04-191-1/+23
* Bug 373869: Custom field names must be all lowercase or buglist.cgi sorting t...justdave%bugzilla.org2007-04-151-0/+21
* Bug 374215: Move all generally-useful Installation subroutines to Bugzilla::...mkanat%bugzilla.org2007-03-161-31/+1
* Bug 374004: Enable transaction code and use it in some installation placesmkanat%bugzilla.org2007-03-151-0/+4
* Bug 373442: Add referential integrity against the profiles table in some more...mkanat%bugzilla.org2007-03-111-49/+4
* Bug 347439: Implement support for referential integrity in Bugzilla::DB::Sche...mkanat%bugzilla.org2007-03-101-0/+47
* Bug 368147: Upgrade from 2.16 and earlier does not work with DBD::mysql 4.0mkanat%bugzilla.org2007-01-251-1/+2
* Bug 339384: Make Bugzilla::Milestone use Bugzilla::Object - Patch by Max Kana...lpsolit%gmail.com2006-12-191-0/+2
* Bug 339385: Make Bugzilla::Version use Bugzilla::Objectmkanat%bugzilla.org2006-12-191-0/+3
* Bug 353656: User Interface gets corrupted by multiple localized users resolvi...lpsolit%gmail.com2006-11-211-0/+5
* Bug 189627: Implement per-product privileges - Patch by Frédéric Buclin...lpsolit%gmail.com2006-11-111-0/+8
* Bug 359234: missing indexes on the cc and profiles table cause upgrades to failmkanat%bugzilla.org2006-11-041-4/+10
* Bug 351888: Move comment creation out of post_bug.cgi and into Bugzilla::Bugmkanat%bugzilla.org2006-09-161-0/+3
* Bug 352593: Move group creation from checksetup.pl to Bugzilla::Installmkanat%bugzilla.org2006-09-141-0/+5
* Bug 350217: Extensions need to be able to update Bugzilla's DB schemamkanat%bugzilla.org2006-09-081-0/+3
* Bug 322693: Create a mechanism to manage multiple custom skins.wurblzap%gmail.com2006-09-071-0/+2
* Bug 57350: "added comments" search is slow or doesn't work at allmkanat%bugzilla.org2006-09-041-6/+15
* Bug 341091: checksetup breaks if there are duplicate versions for a productmkanat%bugzilla.org2006-09-041-2/+27
* Bug 350249: We don't need an index on bugs.short_descmkanat%bugzilla.org2006-08-261-5/+1
* Bug 350244: profiles.disabledtext has its definition changed every time check...mkanat%bugzilla.org2006-08-261-2/+5
* Bug 350237: checksetup does not properly add a short_desc index to old instal...mkanat%bugzilla.org2006-08-261-1/+1
* Bug 349349: Use ->create from Bugzilla::Object instead of insert_new_user for...mkanat%bugzilla.org2006-08-261-0/+6
* Bug 287170: Need to be able to do fulltext searches on bugs.short_desc even w...mkanat%bugzilla.org2006-08-261-3/+6
* Bug 346241: Make series.creator nullable in the DB and use NULL for series wi...lpsolit%gmail.com2006-08-201-3/+10
* Bug 87795: Creating an account should send token and wait for confirmation (p...lpsolit%gmail.com2006-08-201-0/+3
* Bug 347061: Create Bugzilla::Object->create and make Bugzilla::Keyword use itmkanat%bugzilla.org2006-08-111-0/+3
* Bug 347521: flagtypes.id should be an auto-increment field - Patch by Frédé...lpsolit%gmail.com2006-08-081-0/+4
* Bug 305941: Remove profiles.refreshed_when and groups.last_changed - Patch by...lpsolit%gmail.com2006-08-051-15/+5
* Bug 347290: Move default product and classification creation into Bugzilla::I...mkanat%bugzilla.org2006-08-041-2/+13
* Bug 347116: Move field-definition code from checksetup.pl into a modulemkanat%bugzilla.org2006-08-041-7/+1
* Bug 347083: Move the rest of checksetup's DB-modification code into a modulemkanat%bugzilla.org2006-08-031-5/+544