- 15 Apr, 2020 2 commits
-
-
Dylan William Hardison authored
-
Dylan William Hardison authored
* use base to make merging with bmo easier * Revert "Bug 1497042 - Enclose table names in CREATE queries" This reverts commit 62d5637a. * refactor Bugzilla::DB to not subclass DBI * use DBIx::Connector to manage database connections * Ensure we always call DBIx::Connector->dbh before any DBI method The code didn't allow a way of doing this without a lot of work. So I had to take the following approach: The 'dbh' attribute is now a method that delegates to DBIx::Connector's dbh method. Per the docs, ->dbh() "Returns the connection's database handle. It will use a an existing handle if there is one, if the process has not been forked or a new thread spawned, and if the database is pingable. Otherwise, it will instantiate, cache, and return a new handle." Then there is the matter of the 'handles' on dbh. I've used Package::Stash to insert proxy methods into the class when it is loaded. * Bug 1328659 - Add support for utf8=utf8mb4 (switches to dynamic/compressed row format, and changes charset to utf8mb4) * add deps * add prepare_cached to the list of delegated methods. This was added in bug 340160 * improve the migration to compressed/dynamic rows, skip views * add missing semicolon * remove pre-utf8mb4 emoji support * fix small issue * add debugging fatal error
-
- 27 Mar, 2020 1 commit
-
-
Давид Добряков authored
-
- 13 Nov, 2019 2 commits
-
-
Vitaly Lipatov authored
-
Vitaly Lipatov authored
-
- 01 Feb, 2019 1 commit
-
-
Perl Tidy authored
blame jeff
-
- 31 Jan, 2019 1 commit
-
-
Perl Tidy authored
-
- 20 Apr, 2016 1 commit
-
-
Albert Ting authored
r=dkl,a=dkl
-
- 23 Sep, 2015 1 commit
-
-
Matt Tyson authored
r=LpSolit a=dkl
-
- 13 Apr, 2015 1 commit
-
-
Simon Green authored
Bug 1151290: It is possible to tell if someone made a private comment on a bug even if you are not an 'insider' r=dkl,a=glob
-
- 23 Mar, 2015 1 commit
-
-
Matt Tyson authored
(fix ordering)
-
- 20 Mar, 2015 1 commit
-
-
Matt Tyson authored
r=glob,a=glob
-
- 17 Feb, 2015 1 commit
-
-
Frédéric Buclin authored
r=dylan a=glob
-
- 22 Sep, 2014 1 commit
-
-
Frédéric Buclin authored
r=dkl a=sgreen
-
- 02 Sep, 2014 1 commit
-
-
Simon Green authored
r=glob, a=sgreen
-
- 13 Aug, 2014 2 commits
-
-
Simon Green authored
r=dkl, a=sgreen
-
Frédéric Buclin authored
r=dkl a=sgreen
-
- 15 Jul, 2014 1 commit
-
-
Simon Green authored
r=dylan, a=glob
-
- 10 Jul, 2014 1 commit
-
-
Byron Jones authored
r=dylan,a=glob
-
- 16 Jun, 2014 1 commit
-
-
Simon Green authored
Bug 653597 - Reports with "Real Name" fields use foo_real_name in the url parameters for linked queries r=gerv, a=justdave
-
- 07 May, 2014 1 commit
-
-
Matt Tyson authored
r=glob, a=justdave
-
- 05 May, 2014 1 commit
-
-
Byron Jones authored
select r=LpSolit, a=glob
-
- 22 Apr, 2014 1 commit
-
-
Dylan William Hardison authored
r=glob a=justdave
-
- 27 Feb, 2014 1 commit
-
-
Charlie Somerville authored
r=gerv a=justdave
-
- 26 Feb, 2014 1 commit
-
-
Frédéric Buclin authored
Remove "Unicode non-character 0xfdd0 is illegal for interchange" warnings thrown by Perl 5.10.1 and 5.12, see bug 405011 r=gerv
-
- 25 Feb, 2014 1 commit
-
-
Frédéric Buclin authored
Bug 405011: Text is cut off when containing Unicode supplementary characters (outside BMP) with MySQL as backend r=gerv a=justdave
-
- 17 Jan, 2014 1 commit
-
-
Dave Lawrence authored
r/a=glob
-
- 02 Jan, 2014 2 commits
-
-
Frédéric Buclin authored
-
Frédéric Buclin authored
r=dkl a=sgreen
-
- 18 Dec, 2013 1 commit
-
-
Simon Green authored
r=gerv, a=sgreen
-
- 29 Oct, 2013 1 commit
-
-
Pami Ketolainen authored
r=LpSolit a=glob
-
- 27 Sep, 2013 1 commit
-
-
Imran Chaudhry authored
r=LpSolit a=justdave
-
- 16 Sep, 2013 1 commit
-
-
Frédéric Buclin authored
r/a=glob
-
- 04 Sep, 2013 1 commit
-
-
Simon Green authored
r=glob, a=glob
-
- 03 Sep, 2013 1 commit
-
-
Pami Ketolainen authored
r/a=glob
-
- 24 Jul, 2013 2 commits
-
-
Byron Jones authored
r=LpSolit, a=sgreen
-
Byron Jones authored
r=LpSolit, a=sgreen
-
- 07 Jun, 2013 1 commit
-
-
Byron Jones authored
r=LpSolit, a=LpSolit
-
- 05 Jun, 2013 1 commit
-
-
Simon Green authored
r=glob, a=LpSolit
-
- 10 May, 2013 1 commit
-
-
Byron Jones authored
Bug 828344: "contains all of the words" no longer looks for all words within the same comment or flag r=LpSolit, a=LpSolit
-