Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2018-04-08 | Bug 1446236 - Fix instant search without GuidedBugEntry (#38) | Vladimir Panteleev | 1 | -2/+2 | |
* instant-search.js: Don't fail if product map isn't loaded getProduct had a hard dependency on the 'products' object, which is provided by products.js from the GuidedBugEntry extension. Check if the products variable exists before attempting to use it. This can happen when loading products.js fails, which in turn can happen when the GuidedBugEntry extension isn't present. * Instant search: Don't load products.js without GuidedBugEntry Fixes a 404 if the GuidedBugEntry extension is not present. * instant-search.js: Use throbber.gif from core Fixes remaining dependency on GuidedBugEntry. | |||||
2018-04-03 | Bug 1450920 - Don't pass blank API token to JSON-PRC in instant search | Vladimir Panteleev | 1 | -2/+4 | |
When an API token is seen by JSON-RPC, it will attempt to authenticate it, including blank tokens (empty strings). Thus, avoid passing an empty string in the first place. The pattern to pass an empty string if the absence of BUGZILLA.api_token is the most common way to include the Bugzilla_api_token in the JSON-PRC requests. However, most places which pass a token to JSON-RPC in JavaScript are in contexts where a user is expected to be logged in, and this is not the case for instant search. Although this could have been fixed by patching Bugzilla::Auth::Login::Cookie::get_login_info to treat empty API tokens as if none were given, this method was chosen, as this is also the approach used in the ProdCompSearch extension (where a login session also does not need to be required), and to avoid possible breakage in JSON-RPC consumers. | |||||
2018-01-25 | Revert "Bug 1429785 - In-page back navigation broken" | Dylan William Hardison | 1 | -46/+17 | |
This reverts commit 0acec3921413734dae213084d5b7b550e84b40e1. | |||||
2018-01-18 | Bug 1429785 - In-page back navigation broken | Kohei Yoshino | 1 | -17/+46 | |
2018-01-10 | Bug 1429449 - Do not handle non-primary click on dropdown menu | arai-a | 1 | -0/+8 | |
2018-01-08 | Bug 1428641 - Implement Requests quick look dropdown on global header | Kohei Yoshino | 1 | -0/+2 | |
2018-01-08 | Bug 1427800 - Wrong anchor scrolling with old UI | Kohei Yoshino | 1 | -8/+50 | |
2018-01-03 | Bug 1426685 - Fix regressions from fixed-positioning global header | Kohei Yoshino | 2 | -7/+15 | |
2018-01-02 | Bug 1426673 - The logout link cannot be found as what Sessions page says | Kohei Yoshino | 1 | -0/+13 | |
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-19 | Bug 1420771 - Remove global footer | Kohei Yoshino | 1 | -16/+69 | |
2017-12-18 | Bug 905763 - Fix named anchors in various pages so that the Sandstone theme ↵ | Kohei Yoshino | 2 | -20/+21 | |
header can be set to a fixed position | |||||
2017-12-13 | Bug 1376826 - New HTML Header for BMO | Kohei Yoshino | 3 | -10/+127 | |
2017-10-12 | Bug 1405754 - Autocomplete failing at random for some nicks (including, and ↵ | Kohei Yoshino | 1 | -0/+1 | |
especially bz) Avoid caching search results. | |||||
2017-09-19 | Bug 1400949 - Password requirements not stated | Dylan William Hardison | 1 | -117/+12 | |
2017-09-19 | Bug 1400419 - Direct GitHub-auth'd users that are required to use 2FA to ↵ | Dylan William Hardison | 1 | -1/+12 | |
issue a password reset | |||||
2017-07-21 | Bug 1381752 - Re-organize the layout | Sebastin Santy | 3 | -0/+1226 | |
2017-07-07 | Bug 1365345 - Modal Bug Entry Prototype | Sebastin Santy | 2 | -0/+397 | |
2017-07-07 | Revert "Bug 1365345 - Modal Bug Entry Prototype" | Dylan William Hardison | 2 | -397/+0 | |
This reverts commit 8835db60a8d637fe3aec82c718bad8a8177a6acf. | |||||
2017-07-07 | Bug 1365345 - Modal Bug Entry Prototype | Sebastin Santy | 2 | -0/+397 | |
2017-05-24 | Bug 1307485 - Add code to run a subset of buglist.cgi search queries against ↵ | Dylan William Hardison | 1 | -4/+2 | |
the ES backend | |||||
2017-05-17 | Bug 1363803 - Consolidate YUI js and css into one js and one css file | Dylan William Hardison | 3 | -0/+87 | |
2017-05-09 | Bug 1359797 - GitHub login not appearing on show_bug.cgi | Dylan William Hardison | 1 | -0/+1 | |
2017-05-03 | Bug 1355490 - Short URL link give "The token is not valid" error | Dylan William Hardison | 1 | -1/+1 | |
2017-05-03 | Bug 1361464 - Restore previous comment fonts, conditionally select "Fira" ↵ | Dylan William Hardison | 1 | -1/+2 | |
for Windows clients | |||||
2017-04-04 | Bug 1350909 - Make index.cgi cache-friendly for logged out requests | Dylan William Hardison | 1 | -5/+47 | |
2017-03-21 | Bug 1307485 - Add code to run a subset of buglist.cgi search queries against ↵ | Dylan William Hardison | 1 | -2/+4 | |
the ES backend Skipping this for this week's push. | |||||
2017-03-17 | Bug 1307485 - Add code to run a subset of buglist.cgi search queries against ↵ | Dylan William Hardison | 1 | -4/+2 | |
the ES backend This not the cause of test failures, so should live on in master now. | |||||
2017-03-14 | Revert "Bug 1307485 - Add code to run a subset of buglist.cgi search queries ↵ | Dylan William Hardison | 1 | -2/+4 | |
against the ES backend" This reverts commit 9c26c01867ca3e2af1e70c051140eea59c68c500. | |||||
2017-03-07 | Bug 1307485 - Add code to run a subset of buglist.cgi search queries against ↵ | Dylan William Hardison | 1 | -4/+2 | |
the ES backend | |||||
2017-01-30 | Bug 1324055 - Upgrade jquery to 3.1.1 and jquery-ui 1.12.1 | Dylan William Hardison | 12 | -27/+27 | |
2017-01-25 | Bug 1286290 - CSP compliant bug modal | Dylan William Hardison | 1 | -0/+26 | |
2016-12-23 | Bug 1324058 - Migrate from jquery-cookie to js-cookie, as the former is no ↵ | Sebastin Santy | 2 | -16/+20 | |
longer maintained | |||||
2016-10-05 | Bug 1305647 - Context menu hovered item is not highlighted. | Tooru Fujisawa | 1 | -4/+4 | |
2016-09-15 | Bug 1213791 - "suggested reviewers" menu overflows horizontally from visible ↵ | Tooru Fujisawa | 1 | -5/+8 | |
area if reviewers have long name. | |||||
2016-08-11 | Bug 1286970 - P3 is Backlog, not Wishlist | Dylan William Hardison | 1 | -1/+1 | |
r=dylan | |||||
2016-05-24 | Bug 1268305 - Integrate Readable Bug Status in Bug Detail Page | Dylan Hardison | 1 | -0/+7 | |
2016-05-12 | Bug 1270295 - don't update timestamps when the tab is not active / in the ↵ | David Lawrence | 1 | -0/+2 | |
background | |||||
2015-11-04 | Bug 1177911 - Determine and implement better password requirements for BMO | Dylan Hardison | 1 | -0/+140 | |
2015-10-12 | Bug 1199089 - add support for duo-security | Byron Jones | 2 | -2/+51 | |
2015-10-06 | Bug 1172418 - user fields are cleared when navigating back to a page (eg. ↵ | Byron Jones | 3 | -2/+17 | |
after an error) | |||||
2015-09-29 | Bug 1199090 - add printable recovery 2fa codes | Byron Jones | 1 | -2/+13 | |
2015-09-23 | Bug 1199087 - extend 2fa protection beyond login | Byron Jones | 1 | -49/+57 | |
2015-09-09 | Bug 1202975 - warning about api key requirement is no longer shown when ↵ | Byron Jones | 1 | -1/+1 | |
enabling 2fa | |||||
2015-09-09 | Bug 1201954 - Add a "forgot password" link to user preferences -> account | Byron Jones | 1 | -0/+8 | |
2015-09-02 | Bug 1200618 - Layout of the TOTP 2FA leads to missing the token time window ↵ | Byron Jones | 1 | -3/+3 | |
and thus frustration | |||||
2015-09-01 | Bug 1200610: jsonrpc API requests do not work when "Require API-Key ↵ | David Lawrence | 2 | -2/+6 | |
authentication for API requests" is enabled due to missing API tokens | |||||
2015-09-01 | Bug 1197073 - add support for 2fa using totp (eg. google authenticator) | Byron Jones | 1 | -0/+90 | |
2015-07-31 | Bug 1185856 - Tabbing out of the keyword field should not select the first ↵ | Byron Jones | 1 | -1/+1 | |
available keyword | |||||
2015-07-27 | Bug 1171806 - add the ability for a user to disable/"remove" their own account | Byron Jones | 1 | -0/+41 | |