Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2018-08-01 | add version | Dylan William Hardison | 2 | -1/+15 | |
2018-07-31 | hypnotoad should always expect a proxy | Dylan William Hardison | 1 | -0/+1 | |
2018-07-31 | review nits | Dylan William Hardison | 1 | -6/+0 | |
2018-07-31 | more tidy | Dylan William Hardison | 3 | -12/+12 | |
2018-07-31 | more tidy | Dylan William Hardison | 4 | -29/+32 | |
2018-07-31 | more tidy | Dylan William Hardison | 5 | -72/+24 | |
2018-07-31 | some cleanups | Dylan William Hardison | 2 | -182/+58 | |
2018-07-31 | fix errors from group review | Dylan William Hardison | 2 | -3/+2 | |
2018-07-31 | fix lint errors | Dylan William Hardison | 1 | -2/+2 | |
2018-07-31 | Bug 1455495 - Replace apache with Mojolicious | Dylan William Hardison | 22 | -488/+985 | |
2018-07-27 | Bug 1320977 - Add review/feedback/needinfo request counts and block statuses ↵ | Kohei Yoshino | 1 | -1/+5 | |
to /rest/user and /rest/user/suggest responses | |||||
2018-07-27 | Bug 1419636 - Make Google Analytics use beacon/XHR instead of img tag | Kohei Yoshino | 1 | -2/+6 | |
2018-07-23 | Bug 1476841 - Various code cleanups ahead of the Mojolicious patch | Dylan William Hardison | 4 | -25/+16 | |
2018-07-19 | Bug 1476288 - Replace moz_nick with (new, revised) nick and also attempt to ↵ | Dylan William Hardison | 1 | -3/+7 | |
disallow duplicate nicks | |||||
2018-07-17 | Bug 1260096 - BugUserLastVisit api not working and throwing error code : 32614 | Kohei Yoshino | 1 | -0/+9 | |
2018-07-17 | Bug 1476052 - Bugzilla mishandles diff attachments that are UTF-8 and ↵ | Dylan William Hardison | 3 | -0/+4 | |
contain U+FFFF | |||||
2018-07-13 | Bug 1328659 - Add support for utf8=utf8mb4 (switches to dynamic/compressed ↵ | Dylan William Hardison | 4 | -46/+116 | |
row format, and changes charset to utf8mb4) | |||||
2018-07-10 | Bug 1469911 - Make user autocompletion faster | Dylan William Hardison | 5 | -11/+111 | |
2018-07-06 | no bug - use more obvious looping construct | Dylan William Hardison | 1 | -2/+2 | |
2018-07-02 | Bug 1472755 - False positives on IP blocking logic | Dylan William Hardison | 1 | -2/+4 | |
2018-06-29 | Revert cereal code as risk mitigation for friday push | Dylan William Hardison | 1 | -9/+7 | |
2018-06-29 | Bug 1472048 - Remove Metrics Code | Dylan William Hardison | 12 | -798/+1 | |
2018-06-28 | Revert "Bug 1471701 - Remove is_markdown (to be replaced by a new comment type)" | Dylan William Hardison | 2 | -3/+7 | |
2018-06-27 | Bug 1471701 - Remove is_markdown (to be replaced by a new comment type) | Dylan William Hardison | 2 | -7/+3 | |
2018-06-27 | Bug 1275545 - Use Sereal for Cache::Memcached::Fast | Horie Issei | 1 | -7/+9 | |
2018-06-27 | Bug 1471417 - Remove XUL from attachment Content Type options; add SVG to ↵ | Kohei Yoshino | 1 | -4/+2 | |
standard options; mark PDF viewable | |||||
2018-06-26 | Revert "Bug 1468848 - Change presentation of show_bug.cgi urls to be /bug/ID ↵ | Dylan William Hardison | 1 | -10/+3 | |
or /bug/ALIAS." This reverts commit 404dc5496967203c5f99755340f43d712420446a. | |||||
2018-06-26 | Bug 1471304 - Block sending mail to hosts that end with .tld or .bugs | Dylan William Hardison | 2 | -3/+8 | |
2018-06-25 | Bug 1471044 - Allow some model classes to have dynamic column names with ↵ | Dylan William Hardison | 2 | -7/+21 | |
class method DYNAMIC_COLUMNS When working on bug 1253535 I kept encountering the fragility of our model system. This fragility involves two things: 1) Extensions adding new columns to model objects 2) The use of those model objects in checksetup. In particular, the SecureMail extension causes this problem because (at checksetup-time) we need to lookup certain Group objects. Thus I propose to 1) allow model classes to take their list of columns from the informations schema (exposed via `bz_table_columns_real`) 2) Have Bugzilla::Group do this when being used in a commandline (e.g. checksetup) context. | |||||
2018-06-21 | Bug 1461379 - use DBIx::Connector to manage database connections | Dylan William Hardison | 2 | -14/+7 | |
2018-06-21 | Bug 1461379 - refactor Bugzilla::DB to not subclass DBI | Dylan William Hardison | 6 | -95/+75 | |
2018-06-20 | Bug 1469920 - Update schema: add fulltext index to profiles.realname | Dylan William Hardison | 2 | -1/+13 | |
2018-06-20 | Bug 1468818 - Re-introduce is_markdown to the longdescs table (schema-only) | Dylan William Hardison | 1 | -8/+0 | |
2018-06-15 | Bug 1456877 - Add a wrapper around libcmark_gfm to Bugzilla | Israel Madueme | 5 | -0/+288 | |
2018-06-15 | Bug 1468848 - Change presentation of show_bug.cgi urls to be /bug/ID or ↵ | Dylan William Hardison | 1 | -3/+10 | |
/bug/ALIAS. | |||||
2018-06-15 | Bug 1468818 - Re-introduce is_markdown to the Bugzilla::Comment model | Dylan William Hardison | 3 | -1/+15 | |
2018-05-25 | Bug 1464226 - quicksearch can't search for "Resolution:---" | Dylan William Hardison | 1 | -0/+8 | |
2018-05-23 | Bug 1461400 - Log errors in webservices when undef values are passed to ↵ | Dylan William Hardison | 1 | -2/+10 | |
$self->type() | |||||
2018-05-22 | Bug 1461819 - Plack::Handler::Apache2 accidentally unsets $ENV{MOD_PERL} | Dylan William Hardison | 1 | -6/+0 | |
2018-05-08 | Bug 1413328 - Use tct (tocotrienol on npm) to encrypt bugmail | Dylan William Hardison | 1 | -0/+4 | |
2018-05-04 | no bug - untaint default values in localconfig | Dylan William Hardison | 1 | -0/+1 | |
2018-05-01 | Bug 1453759 - Port OrangeFactor extension to treeherder | Israel Madueme | 1 | -1/+6 | |
2018-04-25 | Bug 1441732 - Improve missing module error in Bugzilla::Extensions and catch ↵ | Dylan William Hardison | 1 | -1/+5 | |
more compile errors in tests | |||||
2018-04-25 | Bug 1456529 - Support SameSite attribute on session cookies | Dylan William Hardison | 1 | -0/+2 | |
2018-04-25 | Bug 1430367 - "preconnect" to google-analytics domain for improved performance | Markus Staab | 1 | -0/+3 | |
2018-04-11 | no bug - remove stack traces from badhosts error messages (#528) | Dylan William Hardison | 1 | -4/+4 | |
2018-04-10 | Bug 1421110 - Add REST API endpoint for /bug/possible_duplicates | Israel Madueme | 2 | -5/+43 | |
2018-04-10 | Bug 1453126 - Bugzilla::Bloomfilter should encourage preserving the input ↵ | Dylan William Hardison | 1 | -20/+14 | |
files for its filters | |||||
2018-04-10 | Bug 1451416 - Bugzilla sometimes sends emails to accounts when it shouldn't | Dylan William Hardison | 1 | -2/+19 | |
2018-04-10 | Bug 1450990 - Refactor a bunch of the logging config files | Dylan William Hardison | 5 | -4/+24 | |