- 02 Oct, 2019 1 commit
-
-
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
-
- 24 May, 2019 1 commit
-
-
Georgi D. Sotirov authored
Add viewport meta to improve rendering on mobile devices. Without this meta Google Search tools would report Bugzilla pages as not suitable for mobile devices.
-
- 09 Feb, 2019 2 commits
-
-
Dylan William Hardison authored
-
Dylan William Hardison authored
-
- 01 Feb, 2019 2 commits
-
-
Perl Tidy authored
blame jeff
-
Dylan William Hardison authored
-
- 31 Jan, 2019 4 commits
-
-
Sébastien Santoro authored
-
Dylan William Hardison authored
-
Dylan William Hardison authored
-
Perl Tidy authored
-
- 25 Sep, 2018 1 commit
-
-
Arshad Kazmi authored
Bug 1226123 - Email addresses with an apostrophe in them break the "Send Mail to Bug Assignees" button in buglists
-
- 21 Mar, 2018 2 commits
-
-
Dylan William Hardison authored
-
Quanah Gibson-Mount authored
-
- 16 Feb, 2018 4 commits
-
-
David Lawrence authored
-
David Lawrence authored
-
David Lawrence authored
r/a=dylan
-
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
-
- 04 Jan, 2018 3 commits
-
-
https://bugzilla.mozilla.org/show_bug.cgi?id=1427623Quanah Gibson-Mount authored
the priority on import
-
Quanah Gibson-Mount authored
Fixes https://bugzilla.mozilla.org/show_bug.cgi?id=1427626 Fixes https://bugzilla.mozilla.org/show_bug.cgi?id=1427638 Fixes https://bugzilla.mozilla.org/show_bug.cgi?id=1427664 Convert jb2bz to use "email" module rather than rfc822, multifile, mimetools, and StringIO for easier manipulation of the mailbox objects. This fixed (among other things) 1427626 as the Subject of the email is now obtained correctly. Fix the date formatting throughout to always use UTC, which is what Bugzilla expects for the dates. This fixed 1427638. Fix attachment processing, which was using multifile rather than walking the parts of the email object. This fixed part of 1427664 Fix the fact that the process_reply_file function never checked for attachments in any followups. This fixed part of 1427664 Fix attachment processor to ignore various signatures and message/rfc822 multipart messages. For the latter, it sets "filename=" values to files that don't actually exist, which caused attachment processing to bomb.
-
Vitaly Belekhov authored
* Bug 1301887 - File::Slurp triggers warnings on perl 5.24 and it is recommended to not use it (#21) r=mtyson * Fix for vrite in aa735d4 * Added https://gitweb.gentoo.org/proj/gentoo-bugzilla.git/commit/?id=ca7bfc9c485c959fad2aee1f7c1dbc0fb484553b
-
- 08 Sep, 2017 1 commit
-
-
Gervase Markham authored
-
- 19 Oct, 2016 1 commit
-
-
Dylan William Hardison authored
This reverts commit 89cb60fe.
-
- 17 Oct, 2016 1 commit
-
-
Frédéric Buclin authored
Bug 1310728 - editflagtypes.cgi crashes when classifications are enabled and the user hasn't global editcomponents privs r/a=dkl
-
- 11 Oct, 2016 1 commit
-
-
Matt Tyson authored
r=dylan
-
- 08 Oct, 2016 2 commits
-
-
Dylan William Hardison authored
-
Dylan William Hardison authored
-
- 19 Sep, 2016 1 commit
-
-
Andrea Orsini authored
r/a=dylan
-
- 07 Sep, 2016 1 commit
-
-
David Lawrence authored
-
- 05 Aug, 2016 1 commit
-
-
Gervase Markham authored
-
- 01 Jun, 2016 2 commits
-
-
Frédéric Buclin authored
-
Frédéric Buclin authored
-
- 19 May, 2016 1 commit
-
-
Frédéric Buclin authored
r/a=dkl
-
- 16 May, 2016 3 commits
-
-
David Lawrence authored
-
David Lawrence authored
-
Frédéric Buclin authored
r/a=dkl
-
- 13 May, 2016 2 commits
-
-
Frédéric Buclin authored
r=dkl
-
Dylan William Hardison authored
Bug 1250114 - XSS possible in extensions calling global/tabs.html.tmpl if tab.link is user-controlled
-
- 02 May, 2016 1 commit
-
-
David Lawrence authored
Add build.platform = linux64, machine.platform = linux64 to taskgraph.json to remove b2gtest from Treeherder results
-
- 25 Apr, 2016 1 commit
-
-
Frédéric Buclin authored
r=sgreen a=dkl
-
- 20 Apr, 2016 1 commit
-
-
Albert Ting authored
r=dkl,a=dkl
-