aboutsummaryrefslogtreecommitdiffstats
path: root/Bugzilla/DB/Schema.pm
Commit message (Expand)AuthorAgeFilesLines
...
* Bug 69621: Remove the keyword cache (which is not updated on keyword rename/d...Frédéric Buclin2010-04-081-4/+0
* Bug 519035: Make the FK for series.creator have ON DELETE CASCADE insteadMax Kanat-Alexander2010-02-201-1/+1
* Bug 372979: Make voting into an extensionMax Kanat-Alexander2010-02-151-27/+0
* Bug 310450 - Bugzilla should send an email when a comment becomes private or...Dave Lawrence2010-02-101-0/+4
* Bug 251556: Allow "Bug ID" fields to have one-way mutual relationships (like ...Jesse Clark2010-02-071-0/+1
* Bug 531841: Change all hour-related database fields to decimal(7,3) so that t...mkanat%bugzilla.org2009-12-311-3/+3
* Bug 520318: Add remove_from_db to Bugzilla:Group and use it to delete groups ...mkanat%bugzilla.org2009-12-311-2/+4
* Bug 162060: Remove the relationship between "votestoconfirm" and whether or n...mkanat%bugzilla.org2009-12-171-0/+2
* Bug 369489: Remove the milestoneurl feature and link "Target Milestone" to th...mkanat%bugzilla.org2009-12-131-2/+0
* Bug 355283: Lock out a user account on a particular IP for 30 minutes if they...mkanat%bugzilla.org2009-12-131-0/+20
* Bug 430014: Re-write the code hooks system so that it uses modules instead of...mkanat%bugzilla.org2009-11-241-1/+1
* Bug 399073: Remove the 'loginnetmask' parameter - Patch by Frédéric Buc...lpsolit%gmail.com2009-10-181-1/+1
* Bug 519032: Remove the unused "last_viewed" column from the "series" DB table...lpsolit%gmail.com2009-09-281-1/+0
* Bug 176002: Move duplicate statistics into the dbmkanat%bugzilla.org2009-09-061-1/+2
* Bug 462073: Add FK constraints to the profile_setting table - Patch by Nitish...lpsolit%gmail.com2009-05-301-1/+4
* Bug 462072: Add FK constraints to the products table - Patch by Nitish Bezzal...lpsolit%gmail.com2009-05-301-1/+4
* Bug 462070: Add FK constraints to the status_workflow table - Patch by Nitish...lpsolit%gmail.com2009-05-301-2/+8
* Bug 462067 - Add FK constraints to the bugs table for user, product, and comp...dkl%redhat.com2009-05-261-5/+15
* Bug 493090 - Product disallownew should be converted to isactiveghendricks%novell.com2009-05-201-2/+2
* Bug 302420: Allow whining messages to be sent even without any results - Patc...wicked%sci.fi2009-04-061-0/+2
* Bug 486239: [Oracle] Missing keyword RESTRICT on fk creation (DB::Schema expl...mkanat%bugzilla.org2009-04-041-2/+1
* Bug 462068: Add FK constraints to the longdescs table - Patch by Vipin Hegde ...lpsolit%gmail.com2009-03-311-2/+8
* Bug 478972: Remove the 'useentrygroupdefault' parameter - Patch by FrédÃÂ...lpsolit%gmail.com2009-03-311-2/+4
* Bug 423613: Make profiles.extern_id actually UNIQUE in the DB schema.mkanat%bugzilla.org2009-03-301-0/+2
* Bug 472872: Add a field where people can put the URLs to Bugzilla bugs (from ...mkanat%bugzilla.org2009-01-221-1/+11
* Bug 344878: Automatically generate list of acceptable columns for buglist.cgi...lpsolit%gmail.com2009-01-151-0/+2
* Bug 284184: Allow Bugzilla to use an asynchronous job queue for sending mail.mkanat%bugzilla.org2008-12-241-0/+87
* Bug 308253: Ability to add select (enum) fields to a bug whose list of values...mkanat%bugzilla.org2008-11-071-63/+37
* Bug 458390: Foreign Key names can be too long as currently designedmkanat%bugzilla.org2008-11-051-1/+18
* Bug 427455: Add foreign key constraints for group_control_map, user_group_map...lpsolit%gmail.com2008-10-291-6/+24
* Bug 291433: Ability to have custom fields whose visibility depends on the val...mkanat%bugzilla.org2008-10-251-0/+4
* Bug 431669: The "product_id" column is incorrectly defined in the "group_cont...lpsolit%gmail.com2008-07-291-1/+1
* Bug 429804: Add Foreign Keys to Multiselect fieldsmkanat%bugzilla.org2008-06-291-0/+1
* Bugs 427449, 427452, 427461, 427471, 427477, and 427478:mkanat%bugzilla.org2008-06-281-16/+64
* Bug 423598: Add foreign key constraints for keywords tablemkanat%bugzilla.org2008-06-261-2/+9
* Bug 414779, Bug 419782, Bug 422037, Bug 423363, Bug 423369, Bug 423372, Bug 4...mkanat%bugzilla.org2008-05-211-24/+91
* Bug 414292: [Oracle] Change series.query back to MEDIUMTEXTmkanat%bugzilla.org2008-05-081-1/+1
* Bug 399370: Fulltext search with a LIKE on bugs.short_desc is too slow (make ...mkanat%bugzilla.org2008-03-251-2/+23
* Bug 411486: Oracle fails to add a new custom field - Patch by Xiaoou <xiaoou....lpsolit%gmail.com2008-01-091-1/+1
* Bug 409593: namedqueries.query_type has the wrong definition in DB::Schemamkanat%bugzilla.org2007-12-231-1/+1
* Bug 409463: The flagtypes.description DB format is not the same in an upgrade...mkanat%bugzilla.org2007-12-231-1/+1
* Bug 408032: [Oracle] Make bzdbcopy.pl work with Oraclemkanat%bugzilla.org2007-12-131-3/+3
* Fix a bug in the last checkin about ADD_COLUMN in Bugzilla::DB::Schema.mkanat%bugzilla.org2007-12-111-1/+1
* Bug 310717: [Oracle] Bugzilla::DB::Oracle modulemkanat%bugzilla.org2007-12-111-1/+2
* Bug 153129: Bugzilla uses "mediumtext" as a DB data type when it's not necessarymkanat%bugzilla.org2007-12-111-17/+15
* Bug 99215: Attachments have no midair collision protection - Patch by Fréd...lpsolit%gmail.com2007-11-301-0/+2
* Bug 287330: Multi-Select Custom Fieldsmkanat%bugzilla.org2007-09-081-0/+12
* Bug 332149: Ability to have symbols placed next to user names based on group ...lpsolit%gmail.com2007-08-081-0/+1
* Bug 381640: abstract_schema hook is broken--it prevents modification of the e...mkanat%bugzilla.org2007-05-261-14/+18
* Bug 377485: Implement editworkflow.cgi - Patch by Frédéric Buclin <LpSo...lpsolit%gmail.com2007-05-171-0/+14