Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2016-10-06 | Bug 1290588 - Group Administration via interface should error if regular ↵ | Simon Green | 1 | -0/+50 | |
expression size is greater than column length | |||||
2016-07-08 | Bug 542507 - [PostgreSQL] The db_user sometimes cannot connect to the ↵ | Dylan William Hardison | 1 | -1/+0 | |
"template1" database | |||||
2016-02-29 | Bug 1136137: Require Perl 5.14 | Frédéric Buclin | 1 | -1/+1 | |
r=dkl | |||||
2016-02-23 | Bug 1246528 - Use Makefile.PL and allow Bugzilla use cpanm-compatible local ↵ | Dylan Hardison | 1 | -25/+0 | |
dependencies r=dkl,a=dylan | |||||
2015-09-23 | Bug 1184431: Bug searching is slow on PostgreSQL | Matt Tyson | 1 | -0/+92 | |
r=LpSolit | |||||
2015-07-29 | Bug 1174560 - DBI link in API docs broken. | Simon Green | 1 | -4/+5 | |
r=gerv, a=simon | |||||
2015-06-03 | Bug 1089475: Use "ThrowCodeError" when a database error occurs instead of ↵ | Jeff Fearn | 1 | -0/+8 | |
dumping a stack trace r=glob,a=glob | |||||
2015-04-08 | Backout bug 1089475, it causes deep recursions when the DB server is not ↵ | Frédéric Buclin | 1 | -5/+0 | |
accessible | |||||
2014-12-17 | Bug 1089475: Use "ThrowCodeError" when a database error occurs instead of ↵ | Jeff Fearn | 1 | -0/+5 | |
dumping a stack trace r=glob,a=glob | |||||
2014-10-29 | Bug 1081675 - remove unused variables. r=gerv, a=glob. | Matt Selsky | 1 | -1/+0 | |
2014-10-24 | Bug 1082106: $dbh->bz_add_columns creates a foreign key constraint causing ↵ | David Lawrence | 1 | -4/+11 | |
failure in checksetup.pl when it tries to re-add it later r=glob,a=glob | |||||
2014-08-13 | Bug 996893: Perl 5.18 and newer throw tons of warnings about deprecated modules | Frédéric Buclin | 1 | -0/+1 | |
r=dkl a=sgreen | |||||
2014-08-10 | Bug 448574 - Let $dbh->bz_commit_transaction send emails which are generated ↵ | Simon Green | 1 | -1/+3 | |
during a transaction r=dkl, a=sgreen | |||||
2013-12-19 | Bug 237498: Add memcached integration | Byron Jones | 1 | -5/+12 | |
r=dkl, a=sgreen | |||||
2013-12-02 | Bug 938300: vers_cmp() incorrectly compares module versions | Frédéric Buclin | 1 | -1/+2 | |
r=sgreen a=justdave | |||||
2012-12-01 | Bug 787668: Use |use parent| instead of |use base| | Matt Selsky | 1 | -1/+1 | |
r/a=LpSolit | |||||
2012-11-30 | Bug 816747 - Add dummy POD for unPODded methods. | Marc Schumann | 1 | -0/+60 | |
r/a=LpSolit | |||||
2012-11-22 | Bug 780820: Allows for multiple custom search criteria to match one field | Byron Jones | 1 | -2/+4 | |
r=dkl,a=LpSolit | |||||
2012-09-01 | Bug 787529: Use |use 5.10.1| everywhere | Frédéric Buclin | 1 | -0/+1 | |
r=wicked a=LpSolit | |||||
2012-08-31 | Bug 655477: Bugzilla now requires Perl 5.10.1 | Frédéric Buclin | 1 | -5/+3 | |
r=mkanat a=LpSolit | |||||
2012-01-11 | Bug 680131: Replace the MPL 1.1 license by the MPL 2.0 one in all files, and ↵ | Frédéric Buclin | 1 | -26/+5 | |
add it to files which miss one r=kiko r=mkanat r=mrbball a=LpSolit | |||||
2011-12-26 | Bug 683644: Foreign keys aren't renamed correctly when DB tables are renamed | Frédéric Buclin | 1 | -1/+13 | |
r=wicked a=LpSolit | |||||
2011-12-05 | Bug 550299: User fields are left blank in buglists and whines when local ↵ | Frédéric Buclin | 1 | -2/+5 | |
user accounts are used (i.e. they have no @company.com suffix) r/a=mkanat | |||||
2011-08-29 | Bug 637648 - Rename the "tags" table to "tag" | Stephanie Daugherty | 1 | -3/+11 | |
r=LpSolit, a=LpSolit | |||||
2011-08-17 | Bug 662070: Use say() instead of print() where appropriate | Frédéric Buclin | 1 | -8/+8 | |
r=glob a=LpSolit | |||||
2011-03-01 | Bug 634144: Make possible_duplicates work on PostgreSQL | Sam Morris | 1 | -3/+11 | |
r=mkanat, a=mkanat | |||||
2011-02-14 | Bug 603127: Make checksetup.pl require DBD::Pg 2.17.2 when using Pg 9.0 or | Max Kanat-Alexander | 1 | -20/+33 | |
later. r=dkl, a=mkanat | |||||
2010-11-03 | The changes to bz_create_database done by the SQLite patch broke the | Max Kanat-Alexander | 1 | -1/+1 | |
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 | -5/+9 | |
r=LpSolit, a=mkanat | |||||
2010-10-16 | Minor improvement for bug 451735 | Frédéric Buclin | 1 | -2/+0 | |
r=mkanat | |||||
2010-10-15 | Bug 451735 part2: fix bz_drop_index() so that it first drops related FKs ↵ | Frédéric Buclin | 1 | -0/+6 | |
before deleting the index itself r/a=mkanat | |||||
2010-10-07 | Bug 602165: Change sql_interval to sql_date_math, in preparation for | Max Kanat-Alexander | 1 | -6/+19 | |
MS-SQL and SQLite support. | |||||
2010-09-19 | Bug 586244: Make mod_headers and mod_expires optional | Max Kanat-Alexander | 1 | -5/+8 | |
r=glob, a=mkanat | |||||
2010-08-02 | Bug 578494: We can't use "shellwords" to split words for sql_fulltext on Pg, | Max Kanat-Alexander | 1 | -6/+17 | |
because it doesn't work with unbalanced single quotes. So we just do a hack to make Quicksearch work right, for Pg. r=LpSolit, a=mkanat | |||||
2010-08-02 | Bug 583645: Make $dbh->quote always detaint its output, even on DBDs that | Max Kanat-Alexander | 1 | -0/+11 | |
don't normally detaint output from $dbh->quote. r=LpSolit, a=LpSolit | |||||
2010-07-23 | Bug 578494: When doing a QuickSearch on a phrase, pass the phrase quoted | Max Kanat-Alexander | 1 | -2/+4 | |
to the fulltext engine, so that it knows it's a phrase. r=LpSolit, a=mkanat | |||||
2010-07-18 | Bug 579568: Search.pm: Improve the implementation and performance of | Max Kanat-Alexander | 1 | -0/+15 | |
substring and "words" searches, improve the formatting of generated SQL, and use real subselects instead of performing the subselect and using its results in an IN. r=mkanat, a=mkanat (module owner) | |||||
2010-07-15 | Bug 578739: Instead of removing REFERENCES from _bz_real_schema and then | Max Kanat-Alexander | 1 | -36/+84 | |
populating FKs from _bz_schema at the end of checksetup, store REFERENCES in _bz_real_schema with a special "created => 0" key that tells us that we still need to create the FK. r=mkanat, a=mkanat (module owner) | |||||
2010-07-14 | Bug 578587: Make checksetup be way quieter when creating a new install | Max Kanat-Alexander | 1 | -16/+40 | |
r=mkanat, a=mkanat (module owner) | |||||
2010-07-09 | Bug 577577: Make bz_drop_fk be tolerant of SQL failure | Max Kanat-Alexander | 1 | -2/+8 | |
r=mkanat, a=mkanat (module owner) | |||||
2010-07-08 | Bug 577520: Make the "Adding new table..." message not appear during | Max Kanat-Alexander | 1 | -1/+2 | |
xt/search.t r=mkanat, a=mkanat (module owner) | |||||
2010-07-06 | Bug 486292: Change the default workflow to UNCONFIRMED, CONFIRMED, | Max Kanat-Alexander | 1 | -2/+2 | |
IN_PROGRESS, RESOLVED, VERIFIED. r=LpSolit, a=mkanat | |||||
2010-06-22 | Bug 22353: Automatic duplicate bug detection on enter_bug.cgi | Max Kanat-Alexander | 1 | -0/+5 | |
r=glob, a=mkanat | |||||
2010-06-18 | Bug 556422: Move the existing bug-moving functionality into an extension | Max Kanat-Alexander | 1 | -2/+1 | |
called OldBugMove. r=dkl, a=mkanat | |||||
2010-06-01 | Bug 569312: Speed up the adding of many FKs to the same table for MySQL | Max Kanat-Alexander | 1 | -14/+33 | |
and PostgreSQL, by adding them all in one ALTER statement r=mkanat, a=mkanat (module owner) | |||||
2010-04-27 | Bug 561322: Make Bugzilla::DB::_connect and related functions take their | Max Kanat-Alexander | 1 | -13/+21 | |
parameters as a hashref, to improve the API and to avoid exposing the database password on error. r=mkanat, a=mkanat (module owner) | |||||
2010-04-20 | Bug 560284: Make all errors that checksetup.pl throws be red | Max Kanat-Alexander | 1 | -14/+8 | |
r=mkanat, a=mkanat (module owner) | |||||
2010-03-16 | Bug 545770: Make contrib/merge-users.pl figure out what columns to merge | Max Kanat-Alexander | 1 | -5/+14 | |
by tracing FKs instead of having a fixed list. r=LpSolit, a=LpSolit | |||||
2009-12-31 | Bug 520318: Add remove_from_db to Bugzilla:Group and use it to delete groups ↵ | mkanat%bugzilla.org | 1 | -0/+8 | |
in editgroups.cgi Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=dkl, a=LpSolit | |||||
2009-11-18 | Bug 527489: Calls to bz_alter_column were dropping the REFERENCES item from ↵ | mkanat%bugzilla.org | 1 | -0/+7 | |
the stored Schema object. Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=ghendricks, a=mkanat |