Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2018-02-13 | Bug 1343248 - Migrate secbugstats scripts to bmo production | Dylan William Hardison | 1 | -0/+3 | |
2017-07-07 | Bug 1377933 - Remove trailing whitespace from all perl files | Dylan William Hardison | 4 | -70/+70 | |
2016-09-13 | Bug 1283930 - Add Makefile.PL & local/lib/perl5 support to bmo/master + ↵ | Dylan William Hardison | 4 | -82/+33 | |
local symlink to data/ directory | |||||
2016-09-12 | Revert "Bug 1283930 - Add Makefile.PL & local/lib/perl5 support to ↵ | Dylan William Hardison | 4 | -33/+82 | |
bmo/master + local symlink to data/ directory" This reverts commit e6bf4cacb10f86077fe898349485f5c7ab9fb4b6. | |||||
2016-09-12 | Bug 1283930 - Add Makefile.PL & local/lib/perl5 support to bmo/master + ↵ | Dylan William Hardison | 4 | -82/+33 | |
local symlink to data/ directory | |||||
2016-05-14 | Bug 232193 - bmo's systems (webheads, database, etc) should use UTC natively ↵ | David Lawrence | 1 | -1/+22 | |
for o/s timezone and date storage | |||||
2015-08-17 | Bug 981487 - change bugs_fulltext from myisam to innodb | Byron Jones | 1 | -1/+1 | |
2014-04-08 | revert Bug 981756: add support for "bigint unsigned" to db/schema and update ↵ | Byron Jones | 1 | -2/+0 | |
bz_schema to reflect the current state | |||||
2014-04-01 | Bug 981756: add support for "bigint unsigned" to db/schema and update ↵ | Byron Jones | 1 | -0/+2 | |
bz_schema to reflect the current state | |||||
2013-10-11 | merged with bugzilla/4.2 | Dave Lawrence | 1 | -0/+4 | |
2013-09-23 | Bug 919475: [Oracle] Crash when non-mandatory free text custom fields are ↵ | Jiří Netolický | 1 | -0/+4 | |
left empty on bug creation r=LpSolit a=justdave | |||||
2013-05-03 | Bug 866248 - backport new date custom field type from bug 801664 to bmo/4.2 | Gervase Markham | 4 | -3/+4 | |
r=glob | |||||
2012-08-30 | Bug 731156: [Oracle] Adding or removing a DB column does not handle SERIAL ↵ | Frédéric Buclin | 1 | -16/+48 | |
correctly r=dkl a=LpSolit | |||||
2012-08-21 | Bug 783786: PostgreSQL databases can be created with the wrong encoding | Frédéric Buclin | 1 | -0/+10 | |
r=dkl a=LpSolit | |||||
2012-01-24 | Bug 715870: [Oracle] Related sequences and triggers must be removed when ↵ | Frédéric Buclin | 1 | -1/+19 | |
dropping a table r=mkanat a=LpSolit | |||||
2011-12-26 | Bug 683644: Foreign keys aren't renamed correctly when DB tables are renamed | Frédéric Buclin | 2 | -20/+70 | |
r=wicked a=LpSolit | |||||
2011-08-30 | Bug 629529: Make SQLite installs able to use jobqueue.pl | Max Kanat-Alexander | 1 | -0/+17 | |
r=glob, a=mkanat | |||||
2010-12-15 | Additional fix for bug 619016: The FK adding/removing code for SQLite didn't | Max Kanat-Alexander | 1 | -9/+26 | |
work when it was modifying tables to have their first FK or removing all the FKs on a table. r=mkanat, a=mkanat (module owner) | |||||
2010-12-15 | Bug 619016: Make SQLite installations able to alter an existing schema, | Max Kanat-Alexander | 1 | -1/+184 | |
meaning that SQLite installations can now upgrade and add custom fields. r=mkanat, a=mkanat (module owner) | |||||
2010-11-03 | The changes to bz_create_database done by the SQLite patch broke the | Max Kanat-Alexander | 1 | -0/+9 | |
creation of databases on other systems. This restores the original behavior while still retaining the correct error-throwing behavior for systems that can't create a SQLite database. https://bugzilla.mozilla.org/show_bug.cgi?id=337776 | |||||
2010-10-27 | Bug 337776: Basic SQLite Support for Bugzilla | Max Kanat-Alexander | 1 | -0/+86 | |
r=LpSolit, a=mkanat | |||||
2010-07-10 | Bug 451219: Allow altering from one SERIAL type to another on PostgreSQL, | Max Kanat-Alexander | 1 | -1/+2 | |
for people upgrading Testopia from 1.3 to 2.0+. r=mkanat, a=mkanat (module owner) | |||||
2010-07-10 | Bug 577793: Improve the Pg SERIAL-altering code now that we require 8.3 | Max Kanat-Alexander | 1 | -10/+8 | |
r=mkanat, a=mkanat (module owner) | |||||
2010-06-22 | The DB::Schema alter_column default fix also needed to be separately | Max Kanat-Alexander | 1 | -2/+5 | |
applied to DB::Schema::Oracle, since it has a full override of get_alter_column_ddl. https://bugzilla.mozilla.org/show_bug.cgi?id=573441 | |||||
2010-06-01 | Bug 569312: Speed up the adding of many FKs to the same table for MySQL | Max Kanat-Alexander | 1 | -29/+34 | |
and PostgreSQL, by adding them all in one ALTER statement r=mkanat, a=mkanat (module owner) | |||||
2010-04-22 | Add a comment above BOOLEAN_MAP to make it crystal clear that it does | Max Kanat-Alexander | 1 | -0/+3 | |
not now need to be updated. | |||||
2010-03-02 | Bug 541553: [Oracle] Drop triggers when dropping columns, and drop the | Xiaoou Wu | 1 | -0/+16 | |
left-behind PRODUCTS_MILESTONEURL trigger that currently exists in 3.6/trunk. r=mkanat, a=mkanat | |||||
2009-10-24 | Bug 519584: Implement a framework for migrating from other bug-trackers, and ↵ | mkanat%bugzilla.org | 3 | -0/+20 | |
start with a GNATS importer. Patch by Max Kanat-Alexander <mkanat@bugzilla.org> (module owner) a=mkanat | |||||
2009-08-03 | Additional fix for bug 508023, to make upgrades from 3.1.4 succeed. | mkanat%bugzilla.org | 1 | -3/+5 | |
2009-08-03 | Bug 508023: Speed up MySQL's bz_alter_column for when we're just adding or ↵ | mkanat%bugzilla.org | 1 | -2/+22 | |
removing a DEFAULT Patch by Max Kanat-Alexander <mkanat@bugzilla.org> (module owner) a=mkanat | |||||
2009-06-29 | Bug 500350: [Oracle] Use of uninitialized value in pattern match (m//) at ↵ | lpsolit%gmail.com | 1 | -1/+1 | |
Bugzilla/DB/Schema/Oracle.pm line 149 - Patch by Xiaoou <xiaoou.wu@oracle.com> r/a=mkanat | |||||
2009-04-04 | Bug 486239: [Oracle] Missing keyword RESTRICT on fk creation (DB::Schema ↵ | mkanat%bugzilla.org | 1 | -0/+3 | |
explicitly specified DELETE => 'RESTRICT') Patch by Xiaoou Wu <xiaoou.wu@oracle.com> and Max Kanat-Alexander <mkanat@bugzilla.org> r=mkanat | |||||
2009-01-05 | Bug 472013: [Oracle] checksetup.pl fails with ORA-04091 and you can't change ↵ | lpsolit%gmail.com | 1 | -1/+1 | |
the properties of custom fields - Patch by Xiaoou <xiaoou.wu@oracle.com> r/a=mkanat | |||||
2008-11-06 | Bug 458390: Foreign Key names can be too long as currently designed | mkanat%bugzilla.org | 1 | -9/+8 | |
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=ghendricks | |||||
2008-08-01 | Bug 448241: [Oracle] Foreign keys: UPDATE CASCADE trigger updates wrong ↵ | mkanat%bugzilla.org | 1 | -4/+4 | |
tables and fields Patch By Xiaoou Wu <xiaoou.wu@oracle.com> r=mkanat, a=mkanat | |||||
2008-08-01 | Bug 448614: [Oracle] Logic error in _get_alter_type_sql | mkanat%bugzilla.org | 1 | -1/+1 | |
Patch By Xiaoou Wu <xiaoou.wu@oracle.com> r=mkanat, a=mkanat | |||||
2008-05-08 | Bug 432726: [Oracle] DROP INDEX doesn't hash the index name | mkanat%bugzilla.org | 1 | -3/+15 | |
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> (module owner) a=mkanat | |||||
2008-05-08 | Bug 419581: [Oracle] Enable ALTER COLUMN for Oracle | mkanat%bugzilla.org | 1 | -0/+169 | |
Patch By Xiaoou Wu <xiaoou.wu@oracle.com> r=mkanat, a=mkanat | |||||
2008-03-25 | Bug 399370: Fulltext search with a LIKE on bugs.short_desc is too slow (make ↵ | mkanat%bugzilla.org | 1 | -1/+1 | |
Bugzilla use a separate fulltext table) Patch By Max Kanat-Alexander <mkanat@bugzilla.org> (module owner) a=mkanat | |||||
2007-12-13 | Bug 408032: [Oracle] Make bzdbcopy.pl work with Oracle | mkanat%bugzilla.org | 2 | -11/+24 | |
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> (module owner) a=mkanat | |||||
2007-12-11 | Fix Perl tinderbox bustage from Oracle checkin. | mkanat%bugzilla.org | 1 | -1/+1 | |
2007-12-11 | Bug 310717: [Oracle] Bugzilla::DB::Oracle module | mkanat%bugzilla.org | 1 | -0/+210 | |
Bug 310718: [Oracle] Bugzilla::DB::Schema::Oracle module Patch By Xiaoou Wu <xiaoou.wu@oracle.com> r=mkanat, a=mkanat | |||||
2007-12-11 | Bug 153129: Bugzilla uses "mediumtext" as a DB data type when it's not necessary | mkanat%bugzilla.org | 2 | -2/+3 | |
Patch By Xiaoou Wu <xiaoou.wu@oracle.com> and Max Kanat-Alexander <mkanat@bugzilla.org> r=mkanat, a=mkanat | |||||
2007-04-15 | Bug 373869: Custom field names must be all lowercase or buglist.cgi sorting ↵ | justdave%bugzilla.org | 1 | -0/+15 | |
throws an error Patch by mkanat and justdave r=LpSolit,mkanat; a=mkanat | |||||
2007-03-11 | Bug 373442: Add referential integrity against the profiles table in some ↵ | mkanat%bugzilla.org | 1 | -11/+0 | |
more simple places Patch By Max Kanat-Alexander <mkanat@bugzilla.org> (module owner) a=mkanat | |||||
2007-03-10 | Bug 347439: Implement support for referential integrity in ↵ | mkanat%bugzilla.org | 1 | -0/+29 | |
Bugzilla::DB::Schema and implement it on profiles_activity Patch By Max Kanat-Alexander <mkanat@bugzilla.org> (module owner) a=mkanat | |||||
2007-03-09 | Bug 347475: [MySQL] Use InnoDB for most tables | mkanat%bugzilla.org | 1 | -1/+4 | |
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> (module owner) a=mkanat | |||||
2006-11-19 | Bug 304550: Bugzilla should always store data in MySQL as UTF-8 | mkanat%bugzilla.org | 1 | -1/+13 | |
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=justdave | |||||
2006-11-01 | Bug 358956: [PostgreSQL] Sequences need to be renamed when their field is ↵ | mkanat%bugzilla.org | 1 | -2/+10 | |
renamed Patch By Max Kanat-Alexander <mkanat@bugzilla.org> (module owner) a=myk | |||||
2006-09-18 | Bug 352967: [PostgreSQL] Changing a DB column type to "serial" is broken on ↵ | lpsolit%gmail.com | 1 | -1/+2 | |
PostgreSQL 8.1 - Patch by Rémi Zara <remi_zara@mac.com> r=mkanat a=myk |