summaryrefslogtreecommitdiffstats
path: root/js
AgeCommit message (Collapse)AuthorFilesLines
2018-10-14Merge remote-tracking branch 'bmo/master'Dylan William Hardison10-76/+81
2018-10-01Bug 1421032 - Detect Markdown attachment files as text/plain so Firefox can ↵Kohei Yoshino1-6/+11
display the content
2018-09-26Bug 1493500 - Remove all trailing whitespaces from all filesKohei Yoshino9-70/+70
2018-08-26Merge remote-tracking branch 'bmo/mojo'Dylan William Hardison2-112/+471
2018-08-10Bug 602313 - Allow creation of attachments by pasting an image from ↵Kohei Yoshino1-103/+458
clipboard, as well as by drag-and-dropping a file from desktop
2018-08-06Bug 1446855 - enter_bug.cgi: Searching for duplicate bugs should trigger on ↵Kohei Yoshino1-9/+13
changes to the Summary, not on all keystrokes
2018-08-04Merge branch 'mojo-poc'Dylan William Hardison3-14/+98
2018-07-19Bug 1472954 - Implement one-click component watching on bug modal and ↵Kohei Yoshino2-13/+97
component description pages
2018-07-10Bug 1469911 - Make user autocompletion fasterDylan William Hardison1-1/+1
2018-07-08Merge remote-tracking branch 'bmo/master'Dylan William Hardison4-1/+22
2018-06-26Bug 1452096 - Some custom dropdown UI widgets stay fixed and don't move with ↵Kohei Yoshino2-0/+6
scroll
2018-06-21Bug 1469333 - Check attachment file size client-side and inform user of too ↵Kohei Yoshino1-0/+15
large file before uploading it
2018-06-04no bug - Fix SyntaxError in global.jsKohei Yoshino1-1/+1
2018-04-08Bug 1446236 - Fix instant search without GuidedBugEntry (#38)Vladimir Panteleev1-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-03Bug 1450920 - Don't pass blank API token to JSON-PRC in instant searchVladimir Panteleev1-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-25Revert "Bug 1429785 - In-page back navigation broken"Dylan William Hardison1-46/+17
This reverts commit 0acec3921413734dae213084d5b7b550e84b40e1.
2018-01-18Bug 1429785 - In-page back navigation brokenKohei Yoshino1-17/+46
2018-01-10Bug 1429449 - Do not handle non-primary click on dropdown menuarai-a1-0/+8
2018-01-08Bug 1428641 - Implement Requests quick look dropdown on global headerKohei Yoshino1-0/+2
2018-01-08Bug 1427800 - Wrong anchor scrolling with old UIKohei Yoshino1-8/+50
2018-01-03Bug 1426685 - Fix regressions from fixed-positioning global headerKohei Yoshino2-7/+15
2018-01-02Bug 1426673 - The logout link cannot be found as what Sessions page saysKohei Yoshino1-0/+13
2017-12-21Bug 905763 follow-up - Make sure focused comment will always be displayed ↵Kohei Yoshino1-1/+1
under global header
2017-12-19Bug 1420771 - Remove global footerKohei Yoshino1-16/+69
2017-12-18Bug 905763 - Fix named anchors in various pages so that the Sandstone theme ↵Kohei Yoshino2-20/+21
header can be set to a fixed position
2017-12-13Bug 1376826 - New HTML Header for BMOKohei Yoshino3-10/+127
2017-10-12Bug 1405754 - Autocomplete failing at random for some nicks (including, and ↵Kohei Yoshino1-0/+1
especially bz) Avoid caching search results.
2017-09-19Bug 1400949 - Password requirements not statedDylan William Hardison1-117/+12
2017-09-19Bug 1400419 - Direct GitHub-auth'd users that are required to use 2FA to ↵Dylan William Hardison1-1/+12
issue a password reset
2017-07-21Bug 1381752 - Re-organize the layoutSebastin Santy3-0/+1226
2017-07-07Bug 1365345 - Modal Bug Entry PrototypeSebastin Santy2-0/+397
2017-07-07Revert "Bug 1365345 - Modal Bug Entry Prototype"Dylan William Hardison2-397/+0
This reverts commit 8835db60a8d637fe3aec82c718bad8a8177a6acf.
2017-07-07Bug 1365345 - Modal Bug Entry PrototypeSebastin Santy2-0/+397
2017-05-24Bug 1307485 - Add code to run a subset of buglist.cgi search queries against ↵Dylan William Hardison1-4/+2
the ES backend
2017-05-17Bug 1363803 - Consolidate YUI js and css into one js and one css fileDylan William Hardison3-0/+87
2017-05-09Bug 1359797 - GitHub login not appearing on show_bug.cgiDylan William Hardison1-0/+1
2017-05-03Bug 1355490 - Short URL link give "The token is not valid" errorDylan William Hardison1-1/+1
2017-05-03Bug 1361464 - Restore previous comment fonts, conditionally select "Fira" ↵Dylan William Hardison1-1/+2
for Windows clients
2017-04-04Bug 1350909 - Make index.cgi cache-friendly for logged out requestsDylan William Hardison1-5/+47
2017-03-21Bug 1307485 - Add code to run a subset of buglist.cgi search queries against ↵Dylan William Hardison1-2/+4
the ES backend Skipping this for this week's push.
2017-03-17Bug 1307485 - Add code to run a subset of buglist.cgi search queries against ↵Dylan William Hardison1-4/+2
the ES backend This not the cause of test failures, so should live on in master now.
2017-03-14Revert "Bug 1307485 - Add code to run a subset of buglist.cgi search queries ↵Dylan William Hardison1-2/+4
against the ES backend" This reverts commit 9c26c01867ca3e2af1e70c051140eea59c68c500.
2017-03-07Bug 1307485 - Add code to run a subset of buglist.cgi search queries against ↵Dylan William Hardison1-4/+2
the ES backend
2017-01-30Bug 1324055 - Upgrade jquery to 3.1.1 and jquery-ui 1.12.1Dylan William Hardison12-27/+27
2017-01-25Bug 1286290 - CSP compliant bug modalDylan William Hardison1-0/+26
2016-12-23Bug 1324058 - Migrate from jquery-cookie to js-cookie, as the former is no ↵Sebastin Santy2-16/+20
longer maintained
2016-10-05Bug 1305647 - Context menu hovered item is not highlighted.Tooru Fujisawa1-4/+4
2016-09-15Bug 1213791 - "suggested reviewers" menu overflows horizontally from visible ↵Tooru Fujisawa1-5/+8
area if reviewers have long name.
2016-08-11Bug 1286970 - P3 is Backlog, not WishlistDylan William Hardison1-1/+1
r=dylan
2016-05-24Bug 1268305 - Integrate Readable Bug Status in Bug Detail PageDylan Hardison1-0/+7