aboutsummaryrefslogtreecommitdiffstats
path: root/Bugzilla/Install/DB.pm
Commit message (Collapse)AuthorAgeFilesLines
* Bug 395461: Allow multi-select fields to show up in buglist.cgiMax Kanat-Alexander2010-03-181-0/+2
| | | | r=dkl, a=mkanat
* Bug 519035: Make the FK for series.creator have ON DELETE CASCADE insteadMax Kanat-Alexander2010-02-201-0/+11
| | | | | of ON DELETE SET NULL r=LpSolit, a=LpSolit
* Bug 372979: Make voting into an extensionMax Kanat-Alexander2010-02-151-24/+30
| | | | r=mkanat, a=mkanat, a=LpSolit
* Bug 310450 - Bugzilla should send an email when a comment becomes private ↵Dave Lawrence2010-02-101-0/+3
| | | | | | or un-private r=mkanat, a=mkanat
* Bug 251556: Allow "Bug ID" fields to have one-way mutual relationships (like ↵Jesse Clark2010-02-071-0/+3
| | | | | | blocks/dependson) r=mkanat, a=mkanat
* Bug 531841: Change all hour-related database fields to decimal(7,3) so that ↵mkanat%bugzilla.org2009-12-311-1/+9
| | | | | | they can store numbers greater than 999.99 in modern versions of MySQL. Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=dkl, a=mkanat
* Bug 520318: Add remove_from_db to Bugzilla:Group and use it to delete groups ↵mkanat%bugzilla.org2009-12-311-0/+14
| | | | | | in editgroups.cgi Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=dkl, a=LpSolit
* Bug 162060: Remove the relationship between "votestoconfirm" and whether or ↵mkanat%bugzilla.org2009-12-171-0/+12
| | | | | | not the UNCONFIRMED status is available, by adding a checkbox to enable the UNCONFIRMED status in editproducts.cgi. Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
* 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 ↵mkanat%bugzilla.org2009-12-131-4/+6
| | | | | | the fields.html page Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
* Bug 526734: Allow localization of the "From update of attachment" string in ↵mkanat%bugzilla.org2009-12-131-22/+46
| | | | | | comments Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
* Bug 532911: Remove use of Bugzilla::User from Bugzilla::Install::DB (modules ↵mkanat%bugzilla.org2009-12-041-7/+7
| | | | | | may not be used like that during Install::DB) Patch by Max Kanat-Alexander <mkanat@bugzilla.org> (module owner) a=mkanat
* Bug 452919: Allow the "created an attachment" message in comments to be ↵mkanat%bugzilla.org2009-12-041-8/+75
| | | | | | localized Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
* Bug 430014: Re-write the code hooks system so that it uses modules instead ↵mkanat%bugzilla.org2009-11-241-1/+1
| | | | | | of individual .pl files Patch by Max Kanat-Alexander <mkanat@bugzilla.org> (module owner) a=mkanat
* Bug 525025: Custom field names having UTF8-characters in them crash Bugzilla ↵lpsolit%gmail.com2009-11-011-0/+16
| | | | - Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat
* Bug 399073: Remove the 'loginnetmask' parameter - Patch by Frédéric ↵lpsolit%gmail.com2009-10-181-1/+13
| | | | Buclin <LpSolit@gmail.com> r/a=mkanat
* Bug 519032: Remove the unused "last_viewed" column from the "series" DB ↵lpsolit%gmail.com2009-09-281-0/+3
| | | | table - Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat
* Bug 516712: Allow checksetup.pl to upgrade installations from before 3.4 ↵mkanat%bugzilla.org2009-09-211-2/+12
| | | | | | where profiles.extern_id contains multiple empty string values. Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=dkl, a=mkanat
* Bug 176002: Move duplicate statistics into the dbmkanat%bugzilla.org2009-09-061-0/+4
| | | | Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
* Bug 507969: Speed up checksetup for cases when it's doing nothingmkanat%bugzilla.org2009-08-181-9/+10
| | | | Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=mkanat
* Bug 509497: Implement sql_group_concat for all databasesmkanat%bugzilla.org2009-08-171-46/+16
| | | | | Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=mkanat Patch by Xiaoou Wu <xiaoou.wu@oracle.com> r=mkanat, a=mkanat
* Bug 508032: Speed up initializing of email_setting valuesmkanat%bugzilla.org2009-08-031-11/+3
| | | | Patch by Max Kanat-Alexander <mkanat@bugzilla.org> (module owner) a=mkanat
* Bug 405970: Make checksetup.pl not rederive regex groups every time it runs ↵mkanat%bugzilla.org2009-08-031-1/+50
| | | | | | (this was significantly slowing down checksetup.pl on large installations when there was nothing to do) Patch by Max Kanat-Alexander <mkanat@bugzilla.org> (module owner) a=mkanat
* Bug 495783: Create the default Classification before setting up foreign ↵mkanat%bugzilla.org2009-06-021-0/+8
| | | | | | keys, so that the products.classification_id -> classifications.id FK doesn't fail during upgrades that add the classification_id column. Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=mkanat
* Bug 493090 - Product disallownew should be converted to isactiveghendricks%novell.com2009-05-201-4/+25
| | | | patch by ghendricks r=mkanat a=mkanat
* Bug 302420: Allow whining messages to be sent even without any results - ↵wicked%sci.fi2009-04-061-0/+4
| | | | Patch by Micheal J. Tosh <michael.j.tosh@lmco.com> r=wicked a=mkanat
* Bug 478972: Remove the 'useentrygroupdefault' parameter - Patch by ↵lpsolit%gmail.com2009-03-311-12/+13
| | | | Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat
* Bug 423613: Make profiles.extern_id actually UNIQUE in the DB schema.mkanat%bugzilla.org2009-03-301-0/+4
| | | | Patch by arbingersys@gmail.com r=mkanat, a=mkanat
* Bug 480001: MySQL 5.1.31 throws an error when you try to SET SESSION ↵mkanat%bugzilla.org2009-03-021-5/+0
| | | | | | max_allowed_packet (and previous versions of MySQL were just ignoring the SET SESSION), so just warn people if their max_allowed_packet is too small Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
* Bug 344878: Automatically generate list of acceptable columns for ↵lpsolit%gmail.com2009-01-151-0/+10
| | | | buglist.cgi from the database - Patch by Teemu Mannermaa <wicked@sci.fi> r/a=mkanat
* Bug 308253: Ability to add select (enum) fields to a bug whose list of ↵mkanat%bugzilla.org2008-11-071-1/+38
| | | | | | values depends on the value of another field Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=bbaetz, a=mkanat
* Bug 291433: Ability to have custom fields whose visibility depends on the ↵mkanat%bugzilla.org2008-10-251-0/+3
| | | | | | values of other fields Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=bbaetz, a=mkanat
* Bug 452893: request.cgi crashes if a flag modification date is invalid - ↵lpsolit%gmail.com2008-09-101-1/+13
| | | | Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat
* Bug 450379: Searching SQL for candidates to truncate short_desc (> 255 ↵lpsolit%gmail.com2008-08-271-2/+2
| | | | chars) should use CHAR_LENGTH - Patch by A.A. Shimono (himorin) <shimono@mozilla.gr.jp> and Xiaoou <xiaoou.wu@oracle.com> r/a=mkanat
* Bug 442882: Populating bugs_fulltext can be very slow on large installationsmkanat%bugzilla.org2008-08-131-19/+50
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=dkl, a=mkanat
* Bug 431669: The "product_id" column is incorrectly defined in the ↵lpsolit%gmail.com2008-07-291-0/+4
| | | | "group_control_map" DB table - Patch by Tony Fu <tfu@redhat.com> r=LpSolit a=mkanat
* Bug 429804: Add Foreign Keys to Multiselect fieldsmkanat%bugzilla.org2008-06-291-0/+22
| | | | Patch By Alex Eiser <aeiser@arc.nasa.gov> r=mkanat, a=mkanat
* Bug 414292: [Oracle] Change series.query back to MEDIUMTEXTmkanat%bugzilla.org2008-05-081-4/+8
| | | | Patch By Xiaoou Wu <xiaoou.wu@oracle.com> r=mkanat, a=mkanat
* Bug 399370: Fulltext search with a LIKE on bugs.short_desc is too slow (make ↵mkanat%bugzilla.org2008-03-251-6/+36
| | | | | | Bugzilla use a separate fulltext table) Patch By Max Kanat-Alexander <mkanat@bugzilla.org> (module owner) a=mkanat
* Bug 314120: [Oracle] DBI::st::rows is used in a way that breaks Oracle - ↵lpsolit%gmail.com2008-03-211-14/+13
| | | | Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat
* Bug 414012: Include the table id in fields that fail their new max-length check.mkanat%bugzilla.org2008-01-281-22/+21
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=justdave, a=justdave
* Bug 409593: namedqueries.query_type has the wrong definition in DB::Schemamkanat%bugzilla.org2007-12-231-0/+4
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> (module owner) a=mkanat
* Bug 409463: The flagtypes.description DB format is not the same in an ↵mkanat%bugzilla.org2007-12-231-1/+2
| | | | | | upgraded installation and in a fresh one Patch By Max Kanat-Alexander <mkanat@bugzilla.org> (module owner) a=mkanat
* Bug 153129: Bugzilla uses "mediumtext" as a DB data type when it's not necessarymkanat%bugzilla.org2007-12-111-2/+61
| | | | Patch By Xiaoou Wu <xiaoou.wu@oracle.com> and Max Kanat-Alexander <mkanat@bugzilla.org> r=mkanat, a=mkanat
* 2nd part of bug 99215: Adding missing DB index when upgrading - Patch by me, ↵lpsolit%gmail.com2007-12-021-0/+4
| | | | r=mkanat
* Bug 99215: Attachments have no midair collision protection - Patch by ↵lpsolit%gmail.com2007-11-301-0/+28
| | | | Frédéric Buclin <LpSolit@gmail.com> r=mkanat r=justdave a=justdave
* Bug 399163: Bugzilla/*.pm should use transactions for database interaction - ↵lpsolit%gmail.com2007-11-191-6/+6
| | | | Patch by Emmanuel Seyman <eseyman@linagora.com> r/a=mkanat
* Bug 365378 – The 'languages' parameter is not necessary.wurblzap%gmail.com2007-08-221-0/+14
| | | | | Patch by Marc Schumann <wurblzap@gmail.com>; r=LpSolit; a=LpSolit
* Bug 391710: checksetup.pl fails when fixing broken series due to ↵lpsolit%gmail.com2007-08-171-3/+3
| | | | BUG_STATE_OPEN pointing to the not yet created bug_status.is_open column - Patch by Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=LpSolit
* Hum... 2nd attempt to fix bug 332149. I committed the wrong patch *and* I ↵lpsolit%gmail.com2007-08-081-1/+1
| | | | lost connection in the middle of the commit. Bad!