Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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 | |
2017-12-23 | Bug 1426963 - Make Bugzilla::User->in_group() use a hash lookup | Dylan William Hardison | 1 | -1/+3 | |
2017-12-23 | no bug - support Devel::NYTProf | Dylan William Hardison | 7 | -4/+28 | |
2017-12-22 | Bug 1426390 - Serve WOFF2 Fira Sans font | Kohei Yoshino | 24 | -9/+17 | |
2017-12-21 | bump version to 20171220.2 | Dylan William Hardison | 1 | -1/+1 | |
2017-12-21 | Bug 1424408 - "Sign in with GitHub" button triggers a bugzilla security ↵ | Dylan William Hardison | 2 | -2/+2 | |
error, if I'm viewing a page with e.g. "t=" in the URL | |||||
2017-12-21 | Bug 905763 follow-up - Make sure focused comment will always be displayed ↵ | Kohei Yoshino | 1 | -1/+1 | |
under global header | |||||
2017-12-21 | Bug 1426117 - Failure when opening a bug: Invalid parameter passed to ↵ | Dylan William Hardison | 2 | -1/+73 | |
Bugzilla::Bug::new_from_list: It must be numeric. | |||||
2017-12-20 | Bug 1361890 - Remove asset concatenation | Dylan William Hardison | 16 | -250/+69 | |
2017-12-20 | Bug 1426424 - feed daemon complains when trying to set an inactive review flag | David Lawrence | 1 | -2/+2 | |
2017-12-20 | bump version to 20171220.1 | Dylan William Hardison | 1 | -1/+1 | |
2017-12-19 | no bug - don't remove old params (#305) | Dylan William Hardison | 1 | -32/+0 | |
2017-12-19 | send param_must_be_numeric to sentry | Dylan William Hardison | 1 | -0/+1 | |
2017-12-19 | no bug - ensure urlbase is always present in data/params (#304) | Dylan William Hardison | 1 | -1/+3 | |
2017-12-19 | fix urlbase in socorro | Dylan William Hardison | 2 | -2/+2 | |
2017-12-19 | bump version to 20171219.1 | Dylan William Hardison | 1 | -1/+1 | |