| Commit message (Expand) | Author | Age | Files | Lines |
* | Bug 680131: Replace the MPL 1.1 license by the MPL 2.0 one in all files, and ... | Frédéric Buclin | 2012-01-11 | 1 | -26/+5 |
* | Bug 683644: Foreign keys aren't renamed correctly when DB tables are renamed | Frédéric Buclin | 2011-12-26 | 1 | -1/+13 |
* | Bug 550299: User fields are left blank in buglists and whines when local user... | Frédéric Buclin | 2011-12-05 | 1 | -2/+5 |
* | Bug 637648 - Rename the "tags" table to "tag" | Stephanie Daugherty | 2011-08-29 | 1 | -3/+11 |
* | Bug 662070: Use say() instead of print() where appropriate | Frédéric Buclin | 2011-08-17 | 1 | -8/+8 |
* | Bug 634144: Make possible_duplicates work on PostgreSQL | Sam Morris | 2011-03-01 | 1 | -3/+11 |
* | Bug 603127: Make checksetup.pl require DBD::Pg 2.17.2 when using Pg 9.0 or | Max Kanat-Alexander | 2011-02-14 | 1 | -20/+33 |
* | The changes to bz_create_database done by the SQLite patch broke the | Max Kanat-Alexander | 2010-11-02 | 1 | -1/+1 |
* | Bug 337776: Basic SQLite Support for Bugzilla | Max Kanat-Alexander | 2010-10-27 | 1 | -5/+9 |
* | Minor improvement for bug 451735 | Frédéric Buclin | 2010-10-16 | 1 | -2/+0 |
* | Bug 451735 part2: fix bz_drop_index() so that it first drops related FKs befo... | Frédéric Buclin | 2010-10-15 | 1 | -0/+6 |
* | Bug 602165: Change sql_interval to sql_date_math, in preparation for | Max Kanat-Alexander | 2010-10-07 | 1 | -6/+19 |
* | Bug 586244: Make mod_headers and mod_expires optional | Max Kanat-Alexander | 2010-09-18 | 1 | -5/+8 |
* | Bug 578494: We can't use "shellwords" to split words for sql_fulltext on Pg, | Max Kanat-Alexander | 2010-08-01 | 1 | -6/+17 |
* | Bug 583645: Make $dbh->quote always detaint its output, even on DBDs that | Max Kanat-Alexander | 2010-08-01 | 1 | -0/+11 |
* | Bug 578494: When doing a QuickSearch on a phrase, pass the phrase quoted | Max Kanat-Alexander | 2010-07-22 | 1 | -2/+4 |
* | Bug 579568: Search.pm: Improve the implementation and performance of | Max Kanat-Alexander | 2010-07-17 | 1 | -0/+15 |
* | Bug 578739: Instead of removing REFERENCES from _bz_real_schema and then | Max Kanat-Alexander | 2010-07-14 | 1 | -36/+84 |
* | Bug 578587: Make checksetup be way quieter when creating a new install | Max Kanat-Alexander | 2010-07-14 | 1 | -16/+40 |
* | Bug 577577: Make bz_drop_fk be tolerant of SQL failure | Max Kanat-Alexander | 2010-07-08 | 1 | -2/+8 |
* | Bug 577520: Make the "Adding new table..." message not appear during | Max Kanat-Alexander | 2010-07-08 | 1 | -1/+2 |
* | Bug 486292: Change the default workflow to UNCONFIRMED, CONFIRMED, | Max Kanat-Alexander | 2010-07-05 | 1 | -2/+2 |
* | Bug 22353: Automatic duplicate bug detection on enter_bug.cgi | Max Kanat-Alexander | 2010-06-21 | 1 | -0/+5 |
* | Bug 556422: Move the existing bug-moving functionality into an extension | Max Kanat-Alexander | 2010-06-18 | 1 | -2/+1 |
* | Bug 569312: Speed up the adding of many FKs to the same table for MySQL | Max Kanat-Alexander | 2010-06-01 | 1 | -14/+33 |
* | Bug 561322: Make Bugzilla::DB::_connect and related functions take their | Max Kanat-Alexander | 2010-04-27 | 1 | -13/+21 |
* | Bug 560284: Make all errors that checksetup.pl throws be red | Max Kanat-Alexander | 2010-04-19 | 1 | -14/+8 |
* | Bug 545770: Make contrib/merge-users.pl figure out what columns to merge | Max Kanat-Alexander | 2010-03-15 | 1 | -5/+14 |
* | Bug 520318: Add remove_from_db to Bugzilla:Group and use it to delete groups ... | mkanat%bugzilla.org | 2009-12-31 | 1 | -0/+8 |
* | Bug 527489: Calls to bz_alter_column were dropping the REFERENCES item from t... | mkanat%bugzilla.org | 2009-11-18 | 1 | -0/+7 |
* | Bug 527505: Make 001compile.t use Bugzilla->feature to determine which module... | mkanat%bugzilla.org | 2009-11-10 | 1 | -3/+2 |
* | Bug 519584: Implement a framework for migrating from other bug-trackers, and ... | mkanat%bugzilla.org | 2009-10-24 | 1 | -0/+10 |
* | Bug 488931: Change the default priority values to be human-readable words ins... | mkanat%bugzilla.org | 2009-09-30 | 1 | -1/+1 |
* | Bug 509497: Implement sql_group_concat for all databases | mkanat%bugzilla.org | 2009-08-17 | 1 | -1/+2 |
* | Bug 508181: UTF-8 table conversion was failing when there were FKs on the col... | mkanat%bugzilla.org | 2009-08-06 | 1 | -0/+22 |
* | Bug 491467: Make Search.pm and buglist.cgi consistently take column ids for t... | mkanat%bugzilla.org | 2009-07-07 | 1 | -1/+0 |
* | Bug 477459: buglist.cgi crashes for logged out users if the "Reporter" column... | lpsolit%gmail.com | 2009-02-20 | 1 | -1/+1 |
* | Bug 219021: Only display email addresses to logged-in users | mkanat%bugzilla.org | 2009-01-29 | 1 | -0/+25 |
* | Bug 463688: editusers.cgi no longer lets you search for users using regular e... | lpsolit%gmail.com | 2008-12-03 | 1 | -7/+6 |
* | Oh, actually, Xiaoou was right about where the constraint is supposed to go. | mkanat%bugzilla.org | 2008-11-05 | 1 | -2/+2 |
* | Bug 460421: [Oracle] Adding custom fields with type FIELD_TYPE_MULTI_SELECT r... | mkanat%bugzilla.org | 2008-11-05 | 1 | -1/+1 |
* | Bug 291433: Ability to have custom fields whose visibility depends on the val... | mkanat%bugzilla.org | 2008-10-25 | 1 | -5/+9 |
* | Bug 455857: [Oracle] 'Find a Specific Bug' doesn't work - Patch by Xiaoou <xi... | lpsolit%gmail.com | 2008-10-17 | 1 | -0/+1 |
* | Bug 440188: buglist.cgi should display EXPLAIN output when &debug=1 | mkanat%bugzilla.org | 2008-08-01 | 1 | -1/+1 |
* | Bug 442863: ON DELETE CASCADE Foreign Keys should automatically delete invali... | mkanat%bugzilla.org | 2008-07-01 | 1 | -20/+39 |
* | Bug 327344: Create sql_iposition and use it in Search.pm to fix the fact that... | mkanat%bugzilla.org | 2008-06-30 | 1 | -1/+15 |
* | Bug 429804: Add Foreign Keys to Multiselect fields | mkanat%bugzilla.org | 2008-06-29 | 1 | -4/+10 |
* | Bug 157092 â Implement a checking mechanism for invalid regexp | dkl%redhat.com | 2008-06-19 | 1 | -0/+9 |
* | Bug 429847: config.cgi should include additional information about custom fie... | lpsolit%gmail.com | 2008-04-20 | 1 | -40/+0 |
* | Bug 419979: Bugzilla::DB::bz_add_field_table directly modifies the FIELD_TABL... | mkanat%bugzilla.org | 2008-03-25 | 1 | -8/+13 |