index
:
bugzilla
flyspray
harmony-master
harmony-unstable
master
Bugzilla
Florian Pritz
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Bugzilla
/
DB.pm
Age
Commit message (
Expand
)
Author
Files
Lines
2018-12-05
no bug - reformat all the code using the new perltidy rules
Perl Tidy
1
-948
/
+1006
2018-10-14
Revert "fix stack for error messages"
Dylan William Hardison
1
-3
/
+1
2018-10-14
fix stack for error messages
Dylan William Hardison
1
-1
/
+3
2018-10-09
Bug 623384 - Use Module::Runtime instead of eval { require } or eval "use"
Dylan William Hardison
1
-1
/
+2
2018-09-24
Bug 1492926 - Handle DBIx::Connectors more appropriately
Dylan William Hardison
1
-13
/
+28
2018-09-13
Bug 1490708 - Ensure we always call DBIx::Connector->dbh before any DBI metho...
Dylan William Hardison
1
-15
/
+28
2018-07-10
Bug 1469911 - Make user autocompletion faster
Dylan William Hardison
1
-0
/
+8
2018-06-21
Bug 1461379 - use DBIx::Connector to manage database connections
Dylan William Hardison
1
-13
/
+6
2018-06-21
Bug 1461379 - refactor Bugzilla::DB to not subclass DBI
Dylan William Hardison
1
-20
/
+29
2018-03-21
Bug 1447669 - Add localconfig parameter for changing shadowdb user and pass
Israel Madueme
1
-2
/
+7
2017-07-07
Bug 1377933 - Remove trailing whitespace from all perl files
Dylan William Hardison
1
-96
/
+96
2016-09-13
Bug 1283930 - Add Makefile.PL & local/lib/perl5 support to bmo/master + local...
Dylan William Hardison
1
-52
/
+11
2016-09-12
Revert "Bug 1283930 - Add Makefile.PL & local/lib/perl5 support to bmo/master...
Dylan William Hardison
1
-11
/
+52
2016-09-12
Bug 1283930 - Add Makefile.PL & local/lib/perl5 support to bmo/master + local...
Dylan William Hardison
1
-52
/
+11
2015-10-31
Bug 1218457 - Allow localconfig to override (force) certain data/params values
Dylan William Hardison
1
-8
/
+8
2015-02-03
Bug 1128832: file error - recursion into 'global/header.html.tmpl'
Byron Jones
1
-0
/
+5
2015-02-03
Bug 1128832: file error - recursion into 'global/header.html.tmpl'
Byron Jones
1
-9
/
+9
2015-01-08
Bug 1089475: Use "ThrowCodeError" when a database error occurs instead of dum...
Jeff Fearn
1
-1
/
+14
2014-10-24
Bug 1082106 - $dbh->bz_add_columns creates a foreign key constraint
David Lawrence
1
-4
/
+11
2014-03-04
Bug 956230: improve instrumentation of bugzilla's internals
Byron Jones
1
-0
/
+8
2014-01-22
Bug 951974: backport bug 237498 to bmo (Use memcached to improve performance)
Byron Jones
1
-5
/
+12
2013-06-26
Bug 887114: Update Bugzilla/DB.pm to use SQL_CACHE for bz_schema table access
David Lawrence
1
-1
/
+1
2012-11-22
Bug 780820: Allows for multiple custom search criteria to match one field
Byron Jones
1
-2
/
+4
2012-02-27
Bug 698345: report errors and warnings to arecibo
Byron Jones
1
-1
/
+1
2011-12-26
Bug 683644: Foreign keys aren't renamed correctly when DB tables are renamed
Frédéric Buclin
1
-1
/
+13
2011-12-05
Bug 550299: User fields are left blank in buglists and whines when local user...
Frédéric Buclin
1
-2
/
+5
2011-08-29
Bug 637648 - Rename the "tags" table to "tag"
Stephanie Daugherty
1
-3
/
+11
2011-03-01
Bug 634144: Make possible_duplicates work on PostgreSQL
Sam Morris
1
-3
/
+11
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
2010-11-03
The changes to bz_create_database done by the SQLite patch broke the
Max Kanat-Alexander
1
-1
/
+1
2010-10-27
Bug 337776: Basic SQLite Support for Bugzilla
Max Kanat-Alexander
1
-5
/
+9
2010-10-16
Minor improvement for bug 451735
Frédéric Buclin
1
-2
/
+0
2010-10-15
Bug 451735 part2: fix bz_drop_index() so that it first drops related FKs befo...
Frédéric Buclin
1
-0
/
+6
2010-10-07
Bug 602165: Change sql_interval to sql_date_math, in preparation for
Max Kanat-Alexander
1
-6
/
+19
2010-09-19
Bug 586244: Make mod_headers and mod_expires optional
Max Kanat-Alexander
1
-5
/
+8
2010-08-02
Bug 578494: We can't use "shellwords" to split words for sql_fulltext on Pg,
Max Kanat-Alexander
1
-6
/
+17
2010-08-02
Bug 583645: Make $dbh->quote always detaint its output, even on DBDs that
Max Kanat-Alexander
1
-0
/
+11
2010-07-23
Bug 578494: When doing a QuickSearch on a phrase, pass the phrase quoted
Max Kanat-Alexander
1
-2
/
+4
2010-07-18
Bug 579568: Search.pm: Improve the implementation and performance of
Max Kanat-Alexander
1
-0
/
+15
2010-07-15
Bug 578739: Instead of removing REFERENCES from _bz_real_schema and then
Max Kanat-Alexander
1
-36
/
+84
2010-07-14
Bug 578587: Make checksetup be way quieter when creating a new install
Max Kanat-Alexander
1
-16
/
+40
2010-07-09
Bug 577577: Make bz_drop_fk be tolerant of SQL failure
Max Kanat-Alexander
1
-2
/
+8
2010-07-08
Bug 577520: Make the "Adding new table..." message not appear during
Max Kanat-Alexander
1
-1
/
+2
2010-07-06
Bug 486292: Change the default workflow to UNCONFIRMED, CONFIRMED,
Max Kanat-Alexander
1
-2
/
+2
2010-06-22
Bug 22353: Automatic duplicate bug detection on enter_bug.cgi
Max Kanat-Alexander
1
-0
/
+5
2010-06-18
Bug 556422: Move the existing bug-moving functionality into an extension
Max Kanat-Alexander
1
-2
/
+1
2010-06-01
Bug 569312: Speed up the adding of many FKs to the same table for MySQL
Max Kanat-Alexander
1
-14
/
+33
2010-04-27
Bug 561322: Make Bugzilla::DB::_connect and related functions take their
Max Kanat-Alexander
1
-13
/
+21
2010-04-20
Bug 560284: Make all errors that checksetup.pl throws be red
Max Kanat-Alexander
1
-14
/
+8
2010-03-16
Bug 545770: Make contrib/merge-users.pl figure out what columns to merge
Max Kanat-Alexander
1
-5
/
+14
[next]