summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2018-01-09bump version to 20180109.2Dylan William Hardison1-1/+1
2018-01-09Bug 1429060 - Fix nagios checker blocker breakage from PR #340Dylan William Hardison1-1/+2
2018-01-09bump version to 20180109.1Dylan William Hardison1-1/+1
2018-01-09no bug - Update editorconfig to use 2 space indentation for CSS and ↵Kohei Yoshino1-4/+4
JavaScript (#353)
2018-01-08Bug 1428641 - Implement Requests quick look dropdown on global headerKohei Yoshino7-22/+294
2018-01-08Bug 1428642 - Fix minor bugs on new global headerKohei Yoshino7-20/+46
* The magnifier icon on the search bar should not trigger search as reported in https://twitter.com/colinjoy/status/949035254949523457 * The search dropdown should show Saved Searches Edit link as suggested in my UX analysis * Remove the CSS transition on the More Tools button for consistency. I didn't add the transition; it's default style for buttons * Fix the position of the arrow/triangle on dropdown lists. An error of 1px. * Add `user-select: none;` to `#header` https://developer.mozilla.org/en-US/docs/Web/CSS/user select
2018-01-08Bug 1427800 - Wrong anchor scrolling with old UIKohei Yoshino4-39/+80
2018-01-08Bug 1428146 - Fix static assets url rewriting ruleDylan William Hardison1-1/+1
2018-01-08Add MPLv2 LICENSE file (#350)Dylan William Hardison1-0/+373
2018-01-05Bug 1428079 - No horizontal scrollbar when bug summary is very long or ↵Kohei Yoshino1-2/+1
narrow browser width
2018-01-05Bug 1428227 - Google doesn't index bugzilla.mozilla.org any moreDylan William Hardison3-5/+5
2018-01-05Bug 1428156 - BMO will mark a revision as public if it sees a new one ↵dklawren1-2/+12
created without a bug id associated with it
2018-01-04Bug 1428166 - Move <meta charset> to start of <head>Edgaras1-4/+4
The <meta> element declaring the encoding must be inside the <head> element and within the first 1024 bytes of the HTML as some browsers only look at those bytes before choosing an encoding. https://developer.mozilla.org/en-US/docs/Web/HTML/Element/meta#attr-charset
2018-01-04no bug - fix some perlcritic warnings to make test happy (#340)Dylan William Hardison1-13/+14
2018-01-04bump version to 20180104.2Dylan William Hardison1-1/+1
2018-01-04Bug 1428052 - security bugs always have the vertical scrollbar outside of ↵Dylan William Hardison1-2/+0
area visible by default (overflow on the right)
2018-01-04Bug 1428038 - Background color of security bugs is wrong againDylan William Hardison1-1/+0
2018-01-04no bug - move contrib nagios checker to scripts dirgcoxmoz2-312/+113
2018-01-04fix tests that rely on error messages preserving the case of bug aliasesDylan William Hardison1-1/+1
2018-01-04fix tests that rely on error messages prior to bug 1426475Dylan William Hardison4-4/+4
2018-01-04fix strange error during pushDylan William Hardison1-0/+1
2018-01-04bump version to 20180104.1Dylan William Hardison1-1/+1
2018-01-04Bug 1426409 - github_secret key has no rate limitingDylan William Hardison4-16/+42
2018-01-04Bug 1426475 - Make unknown bug id / alias error message more obvious to ↵Dylan William Hardison1-1/+7
prevent content spoofing
2018-01-04Bug 1423998 - Add 'Pocket' to Business Unit drop down for Legal bugsDylan William Hardison1-0/+1
2018-01-03 Bug 1426518 - Revisions can optionally not have a bug id so we need to make ↵dklawren5-26/+43
it optional in the type constraints of Revision.pm
2018-01-03Bug 1427646 - Remove Webmaker product from product selector on Browse page ↵Kohei Yoshino3-8/+0
and guided bug entry form
2018-01-03Bug 1427743 - legacy phabbugz API code errors when trying to set an inactive ↵dklawren1-2/+2
review flag
2018-01-03Bug 1426685 - Fix regressions from fixed-positioning global headerKohei Yoshino15-94/+93
2018-01-03Bug 1427656 - Remove ZeroClipboard helperKohei Yoshino6-86/+2
2018-01-02Bug 1426673 - The logout link cannot be found as what Sessions page saysKohei Yoshino2-1/+14
2018-01-02Bug 1330293 - Prevent nagios_blocker_checker.pl from running longer than 5 ↵gcoxmoz1-0/+25
minutes (and log to sentry if it does)
2018-01-02no bug - spelling error in user-error-errors.html.tmplSingh Sandhu1-1/+1
2018-01-02Bug 1426507 - Upgrade BMO to HTML5Fateh Sandhu98-191/+188
2018-01-01Bug 1326233 - nagios_blocker_checker.pl doesn't fail NRPE gracefully with ↵gcoxmoz1-69/+88
bad inputs.
2017-12-31no bug - add utility to toggle USE_NYTPROF (#323)Dylan William Hardison3-0/+16
2017-12-29Add some XS modules that we can use later to make things fasterDylan William Hardison3-2/+6
2017-12-28Bug 1427230 - Avoid loading CGI::Carp, which makes templates slow.Dylan William Hardison2-3/+5
2017-12-23Bug 1426963 - Make Bugzilla::User->in_group() use a hash lookupDylan William Hardison1-1/+3
2017-12-23no bug - support Devel::NYTProfDylan William Hardison7-4/+28
2017-12-22Bug 1426390 - Serve WOFF2 Fira Sans fontKohei Yoshino24-9/+17
2017-12-21bump version to 20171220.2Dylan William Hardison1-1/+1
2017-12-21Bug 1424408 - "Sign in with GitHub" button triggers a bugzilla security ↵Dylan William Hardison2-2/+2
error, if I'm viewing a page with e.g. "t=" in the URL
2017-12-21Bug 905763 follow-up - Make sure focused comment will always be displayed ↵Kohei Yoshino1-1/+1
under global header
2017-12-21Bug 1426117 - Failure when opening a bug: Invalid parameter passed to ↵Dylan William Hardison2-1/+73
Bugzilla::Bug::new_from_list: It must be numeric.
2017-12-20Bug 1361890 - Remove asset concatenationDylan William Hardison16-250/+69
2017-12-20Bug 1426424 - feed daemon complains when trying to set an inactive review flagDavid Lawrence1-2/+2
2017-12-20bump version to 20171220.1Dylan William Hardison1-1/+1
2017-12-19no bug - don't remove old params (#305)Dylan William Hardison1-32/+0
2017-12-19send param_must_be_numeric to sentryDylan William Hardison1-0/+1