- 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
-
- 01 Feb, 2019 1 commit
-
-
Perl Tidy authored
blame jeff
-
- 31 Jan, 2019 1 commit
-
-
Perl Tidy authored
-
- 16 Feb, 2018 1 commit
-
-
Dylan William Hardison authored
Bug 1433400 (CVE-2018-5123) Prevent cross-site image requests from leaking contents of certain fields due to regex search r=jfearn,a=dylan
-
- 21 Mar, 2016 1 commit
-
-
Frédéric Buclin authored
r/a=dkl
-
- 27 Oct, 2014 1 commit
-
-
Frédéric Buclin authored
r/a=glob
-
- 18 Sep, 2014 1 commit
-
-
Pami Ketolainen authored
r=glob,a=glob
-
- 13 Aug, 2014 1 commit
-
-
Frédéric Buclin authored
r=dkl a=sgreen
-
- 10 Jul, 2014 1 commit
-
-
Ed Morley authored
Bug 1032323: canonicalise_query() should omit parameters with empty values so generated URLs are shorter r=glob,a=sgreen
-
- 17 Apr, 2014 1 commit
-
-
Frédéric Buclin authored
r=dkl a=justdave
-
- 02 Jan, 2014 1 commit
-
-
Frédéric Buclin authored
r=dkl a=sgreen
-
- 27 Nov, 2013 1 commit
-
-
Gervase Markham authored
-
- 27 Sep, 2013 1 commit
-
-
Frédéric Buclin authored
r=dkl a=justdave
-
- 09 Aug, 2013 1 commit
-
-
Dave Lawrence authored
r/a=glob
-
- 12 Jul, 2013 1 commit
-
-
Dave Lawrence authored
r=glob,a=justdave
-
- 02 Jan, 2013 1 commit
-
-
Gervase Markham authored
-
- 01 Dec, 2012 1 commit
-
-
Matt Selsky authored
r/a=LpSolit
-
- 30 Nov, 2012 1 commit
-
-
Marc Schumann authored
r/a=LpSolit
-
- 01 Sep, 2012 1 commit
-
-
Frédéric Buclin authored
r=wicked a=LpSolit
-
- 29 Aug, 2012 3 commits
-
-
Frédéric Buclin authored
r=glob a=LpSolit
-
Byron Jones authored
-
Byron Jones authored
-
- 28 Aug, 2012 1 commit
-
-
Byron Jones authored
r=dkl, a=LpSolit
-
- 17 Aug, 2012 1 commit
-
-
Frédéric Buclin authored
r=dkl a=LpSolit
-
- 15 Aug, 2012 1 commit
-
-
Frédéric Buclin authored
r=dkl a=LpSolit
-
- 10 Aug, 2012 1 commit
-
-
Dave Lawrence authored
r/a=LpSolit
-
- 24 Jul, 2012 2 commits
-
-
Frédéric Buclin authored
-
Frédéric Buclin authored
r=dkl a=LpSolit
-
- 07 Jun, 2012 1 commit
-
-
Frédéric Buclin authored
Bug 761199: buglist.cgi enters in an infinite loop if called without arguments and the user is logged in r=timello a=LpSolit
-
- 05 Jun, 2012 1 commit
-
-
Frédéric Buclin authored
r=glob a=LpSolit
-
- 29 May, 2012 1 commit
-
-
Matt Selsky authored
r/a=LpSolit
-
- 27 Feb, 2012 1 commit
-
-
Frédéric Buclin authored
r=glob a=LpSolit
-
- 11 Jan, 2012 1 commit
-
-
Frédéric Buclin authored
Bug 680131: Replace the MPL 1.1 license by the MPL 2.0 one in all files, and add it to files which miss one r=kiko r=mkanat r=mrbball a=LpSolit
-
- 26 Dec, 2011 1 commit
-
-
Max Kanat-Alexander authored
r/a=LpSolit
-
- 21 Nov, 2011 1 commit
-
-
Reed Loden authored
[r=mkanat a=LpSolit]
-
- 31 May, 2011 1 commit
-
-
Max Kanat-Alexander authored
"Custom Search" UI. r=timello, a=mkanat
-
- 29 May, 2011 1 commit
-
-
Frédéric Buclin authored
Bug 655847: Accessing buglist.cgi throws: Use of inherited AUTOLOAD for non-method Bugzilla::CGI::SERVER_PUSH() is deprecated at Bugzilla/CGI.pm line 233 r/a=mkanat
-
- 03 May, 2013 1 commit
-
-
David Lawrence authored
r/a=mkanat
-
- 14 Mar, 2011 1 commit
-
-
Max Kanat-Alexander authored
which prevents CGI.pm from generating URLs with semicolons in them instead of ampersands. r=glob, a=mkanat
-