Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2018-01-10 | Bug 1429290 - Bugs now display too wide to fit in my window; reading bugs is ↵ | Kohei Yoshino | 1 | -1/+22 | |
much harder | |||||
2018-01-10 | Bug 1429449 - Do not handle non-primary click on dropdown menu | arai-a | 1 | -0/+8 | |
2018-01-10 | Bug 1429398 - Scrolling down with keyboard no longer works correctly in at ↵ | Dylan William Hardison | 1 | -4/+7 | |
least Firefox Note that kohei actually fixed this. | |||||
2018-01-10 | no bug - Fix a markup error (#361) | Kohei Yoshino | 1 | -1/+1 | |
This error can be observed in show_bug.cgi's source. | |||||
2018-01-10 | bump version to 20180110.1 | Dylan William Hardison | 1 | -1/+1 | |
2018-01-10 | Bug 1429220 - Issues with the new fixed header implementation | Kohei Yoshino | 1 | -5/+13 | |
2018-01-09 | bump version to 20180109.3 | Dylan William Hardison | 1 | -1/+1 | |
2018-01-09 | Bug 1429194 - Clicking requests icon gives "Loading... " but never actually ↵ | Kohei Yoshino | 1 | -2/+2 | |
completes | |||||
2018-01-09 | Bug 1429220 - Issues with the new fixed header implementation | Kohei Yoshino | 1 | -1/+2 | |
2018-01-09 | Bug 1429076 - Can we have a lock icon for requests in security-sensitive ↵ | Kohei Yoshino | 3 | -10/+26 | |
bugs in Requests Quick Look Dropdown? | |||||
2018-01-09 | Bug 1429075 - Encoding issue in notification area (mojibake) | Dylan William Hardison | 1 | -1/+5 | |
2018-01-09 | Bug 1429110: Update Revision.pm type checking to treat bug id as a simple string | dklawren | 1 | -7/+5 | |
2018-01-09 | bump version to 20180109.2 | Dylan William Hardison | 1 | -1/+1 | |
2018-01-09 | Bug 1429060 - Fix nagios checker blocker breakage from PR #340 | Dylan William Hardison | 1 | -1/+2 | |
2018-01-09 | bump version to 20180109.1 | Dylan William Hardison | 1 | -1/+1 | |
2018-01-09 | no bug - Update editorconfig to use 2 space indentation for CSS and ↵ | Kohei Yoshino | 1 | -4/+4 | |
JavaScript (#353) | |||||
2018-01-08 | Bug 1428641 - Implement Requests quick look dropdown on global header | Kohei Yoshino | 7 | -22/+294 | |
2018-01-08 | Bug 1428642 - Fix minor bugs on new global header | Kohei Yoshino | 7 | -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-08 | Bug 1427800 - Wrong anchor scrolling with old UI | Kohei Yoshino | 4 | -39/+80 | |
2018-01-08 | Bug 1428146 - Fix static assets url rewriting rule | Dylan William Hardison | 1 | -1/+1 | |
2018-01-08 | Add MPLv2 LICENSE file (#350) | Dylan William Hardison | 1 | -0/+373 | |
2018-01-05 | Bug 1428079 - No horizontal scrollbar when bug summary is very long or ↵ | Kohei Yoshino | 1 | -2/+1 | |
narrow browser width | |||||
2018-01-05 | Bug 1428227 - Google doesn't index bugzilla.mozilla.org any more | Dylan William Hardison | 3 | -5/+5 | |
2018-01-05 | Bug 1428156 - BMO will mark a revision as public if it sees a new one ↵ | dklawren | 1 | -2/+12 | |
created without a bug id associated with it | |||||
2018-01-04 | Bug 1428166 - Move <meta charset> to start of <head> | Edgaras | 1 | -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-04 | no bug - fix some perlcritic warnings to make test happy (#340) | Dylan William Hardison | 1 | -13/+14 | |
2018-01-04 | bump version to 20180104.2 | Dylan William Hardison | 1 | -1/+1 | |
2018-01-04 | Bug 1428052 - security bugs always have the vertical scrollbar outside of ↵ | Dylan William Hardison | 1 | -2/+0 | |
area visible by default (overflow on the right) | |||||
2018-01-04 | Bug 1428038 - Background color of security bugs is wrong again | Dylan William Hardison | 1 | -1/+0 | |
2018-01-04 | no bug - move contrib nagios checker to scripts dir | gcoxmoz | 2 | -312/+113 | |
2018-01-04 | fix tests that rely on error messages preserving the case of bug aliases | Dylan William Hardison | 1 | -1/+1 | |
2018-01-04 | fix tests that rely on error messages prior to bug 1426475 | Dylan William Hardison | 4 | -4/+4 | |
2018-01-04 | fix strange error during push | Dylan William Hardison | 1 | -0/+1 | |
2018-01-04 | bump version to 20180104.1 | Dylan William Hardison | 1 | -1/+1 | |
2018-01-04 | Bug 1426409 - github_secret key has no rate limiting | Dylan William Hardison | 4 | -16/+42 | |
2018-01-04 | Bug 1426475 - Make unknown bug id / alias error message more obvious to ↵ | Dylan William Hardison | 1 | -1/+7 | |
prevent content spoofing | |||||
2018-01-04 | Bug 1423998 - Add 'Pocket' to Business Unit drop down for Legal bugs | Dylan William Hardison | 1 | -0/+1 | |
2018-01-03 | Bug 1426518 - Revisions can optionally not have a bug id so we need to make ↵ | dklawren | 5 | -26/+43 | |
it optional in the type constraints of Revision.pm | |||||
2018-01-03 | Bug 1427646 - Remove Webmaker product from product selector on Browse page ↵ | Kohei Yoshino | 3 | -8/+0 | |
and guided bug entry form | |||||
2018-01-03 | Bug 1427743 - legacy phabbugz API code errors when trying to set an inactive ↵ | dklawren | 1 | -2/+2 | |
review flag | |||||
2018-01-03 | Bug 1426685 - Fix regressions from fixed-positioning global header | Kohei Yoshino | 15 | -94/+93 | |
2018-01-03 | Bug 1427656 - Remove ZeroClipboard helper | Kohei Yoshino | 6 | -86/+2 | |
2018-01-02 | Bug 1426673 - The logout link cannot be found as what Sessions page says | Kohei Yoshino | 2 | -1/+14 | |
2018-01-02 | Bug 1330293 - Prevent nagios_blocker_checker.pl from running longer than 5 ↵ | gcoxmoz | 1 | -0/+25 | |
minutes (and log to sentry if it does) | |||||
2018-01-02 | no bug - spelling error in user-error-errors.html.tmpl | Singh Sandhu | 1 | -1/+1 | |
2018-01-02 | Bug 1426507 - Upgrade BMO to HTML5 | Fateh Sandhu | 98 | -191/+188 | |
2018-01-01 | Bug 1326233 - nagios_blocker_checker.pl doesn't fail NRPE gracefully with ↵ | gcoxmoz | 1 | -69/+88 | |
bad inputs. | |||||
2017-12-31 | no bug - add utility to toggle USE_NYTPROF (#323) | Dylan William Hardison | 3 | -0/+16 | |
2017-12-29 | Add some XS modules that we can use later to make things faster | Dylan William Hardison | 3 | -2/+6 | |
2017-12-28 | Bug 1427230 - Avoid loading CGI::Carp, which makes templates slow. | Dylan William Hardison | 2 | -3/+5 | |