aboutsummaryrefslogtreecommitdiffstats
path: root/Bugzilla/DB.pm
Commit message (Expand)AuthorAgeFilesLines
* Bug 1184431: Bug searching is slow on PostgreSQLMatt Tyson2015-09-231-0/+92
* Bug 1174560 - DBI link in API docs broken.Simon Green2015-07-291-4/+5
* Bug 1082106 - avoid problem where ->bz_add_columns creates a foreign key cons...David Lawrence2014-12-111-3/+6
* Bug 996893: Perl 5.18 and newer throw tons of warnings about deprecated modulesFrédéric Buclin2014-08-131-0/+1
* Bug 448574 - Let $dbh->bz_commit_transaction send emails which are generated ...Simon Green2014-08-101-1/+3
* Bug 237498: Add memcached integrationByron Jones2013-12-191-5/+12
* Bug 938300: vers_cmp() incorrectly compares module versionsFrédéric Buclin2013-12-021-1/+2
* Bug 787668: Use |use parent| instead of |use base|Matt Selsky2012-12-011-1/+1
* Bug 816747 - Add dummy POD for unPODded methods.Marc Schumann2012-11-301-0/+60
* Bug 780820: Allows for multiple custom search criteria to match one fieldByron Jones2012-11-221-2/+4
* Bug 787529: Use |use 5.10.1| everywhereFrédéric Buclin2012-09-011-0/+1
* Bug 655477: Bugzilla now requires Perl 5.10.1Frédéric Buclin2012-08-311-5/+3
* Bug 680131: Replace the MPL 1.1 license by the MPL 2.0 one in all files, and ...Frédéric Buclin2012-01-111-26/+5
* Bug 683644: Foreign keys aren't renamed correctly when DB tables are renamedFrédéric Buclin2011-12-261-1/+13
* Bug 550299: User fields are left blank in buglists and whines when local user...Frédéric Buclin2011-12-051-2/+5
* Bug 637648 - Rename the "tags" table to "tag"Stephanie Daugherty2011-08-291-3/+11
* Bug 662070: Use say() instead of print() where appropriateFrédéric Buclin2011-08-171-8/+8
* Bug 634144: Make possible_duplicates work on PostgreSQLSam Morris2011-03-011-3/+11
* Bug 603127: Make checksetup.pl require DBD::Pg 2.17.2 when using Pg 9.0 orMax Kanat-Alexander2011-02-141-20/+33
* The changes to bz_create_database done by the SQLite patch broke theMax Kanat-Alexander2010-11-021-1/+1
* Bug 337776: Basic SQLite Support for BugzillaMax Kanat-Alexander2010-10-271-5/+9
* Minor improvement for bug 451735Frédéric Buclin2010-10-161-2/+0
* Bug 451735 part2: fix bz_drop_index() so that it first drops related FKs befo...Frédéric Buclin2010-10-151-0/+6
* Bug 602165: Change sql_interval to sql_date_math, in preparation forMax Kanat-Alexander2010-10-071-6/+19
* Bug 586244: Make mod_headers and mod_expires optionalMax Kanat-Alexander2010-09-181-5/+8
* Bug 578494: We can't use "shellwords" to split words for sql_fulltext on Pg,Max Kanat-Alexander2010-08-011-6/+17
* Bug 583645: Make $dbh->quote always detaint its output, even on DBDs thatMax Kanat-Alexander2010-08-011-0/+11
* Bug 578494: When doing a QuickSearch on a phrase, pass the phrase quotedMax Kanat-Alexander2010-07-221-2/+4
* Bug 579568: Search.pm: Improve the implementation and performance ofMax Kanat-Alexander2010-07-171-0/+15
* Bug 578739: Instead of removing REFERENCES from _bz_real_schema and thenMax Kanat-Alexander2010-07-141-36/+84
* Bug 578587: Make checksetup be way quieter when creating a new installMax Kanat-Alexander2010-07-141-16/+40
* Bug 577577: Make bz_drop_fk be tolerant of SQL failureMax Kanat-Alexander2010-07-081-2/+8
* Bug 577520: Make the "Adding new table..." message not appear duringMax Kanat-Alexander2010-07-081-1/+2
* Bug 486292: Change the default workflow to UNCONFIRMED, CONFIRMED,Max Kanat-Alexander2010-07-051-2/+2
* Bug 22353: Automatic duplicate bug detection on enter_bug.cgiMax Kanat-Alexander2010-06-211-0/+5
* Bug 556422: Move the existing bug-moving functionality into an extensionMax Kanat-Alexander2010-06-181-2/+1
* Bug 569312: Speed up the adding of many FKs to the same table for MySQLMax Kanat-Alexander2010-06-011-14/+33
* Bug 561322: Make Bugzilla::DB::_connect and related functions take theirMax Kanat-Alexander2010-04-271-13/+21
* Bug 560284: Make all errors that checksetup.pl throws be redMax Kanat-Alexander2010-04-191-14/+8
* Bug 545770: Make contrib/merge-users.pl figure out what columns to mergeMax Kanat-Alexander2010-03-151-5/+14
* Bug 520318: Add remove_from_db to Bugzilla:Group and use it to delete groups ...mkanat%bugzilla.org2009-12-311-0/+8
* Bug 527489: Calls to bz_alter_column were dropping the REFERENCES item from t...mkanat%bugzilla.org2009-11-181-0/+7
* Bug 527505: Make 001compile.t use Bugzilla->feature to determine which module...mkanat%bugzilla.org2009-11-101-3/+2
* Bug 519584: Implement a framework for migrating from other bug-trackers, and ...mkanat%bugzilla.org2009-10-241-0/+10
* Bug 488931: Change the default priority values to be human-readable words ins...mkanat%bugzilla.org2009-09-301-1/+1
* Bug 509497: Implement sql_group_concat for all databasesmkanat%bugzilla.org2009-08-171-1/+2
* Bug 508181: UTF-8 table conversion was failing when there were FKs on the col...mkanat%bugzilla.org2009-08-061-0/+22
* Bug 491467: Make Search.pm and buglist.cgi consistently take column ids for t...mkanat%bugzilla.org2009-07-071-1/+0
* Bug 477459: buglist.cgi crashes for logged out users if the "Reporter" column...lpsolit%gmail.com2009-02-201-1/+1
* Bug 219021: Only display email addresses to logged-in usersmkanat%bugzilla.org2009-01-291-0/+25