summaryrefslogtreecommitdiffstats
path: root/extensions/BugModal/web/bug_modal.js
AgeCommit message (Collapse)AuthorFilesLines
2018-09-24Bug 1491850 - restoreSavedBugComment takes a really long time (100ms)Kohei Yoshino1-1/+0
2018-09-17Bug 1345673 - Open Bugzilla History in a New Window or TabKohei Yoshino1-1/+1
2018-08-14Revert "Bug 1456878 - Support markdown comments"Dylan William Hardison1-193/+19
This reverts commit fd850e00db835d2b84c59014c3b1021fea2294fc.
2018-08-10Bug 1456878 - Support markdown commentsIsrael Madueme1-19/+193
2018-07-19Bug 1472954 - Implement one-click component watching on bug modal and ↵Kohei Yoshino1-40/+0
component description pages
2018-07-17Bug 1472961 - Copy Summary button should copy link as wellKohei Yoshino1-26/+14
2018-06-29Bug 1471966 - Blue "new changes since" bar disappears too quicklyKohei Yoshino1-1/+1
2018-06-26Revert "Bug 1468848 - Change presentation of show_bug.cgi urls to be /bug/ID ↵Dylan William Hardison1-11/+7
or /bug/ALIAS." This reverts commit 404dc5496967203c5f99755340f43d712420446a.
2018-06-26Bug 1469023 - Show "new changes since (datetime)" indicator that links to ↵Kohei Yoshino1-0/+87
unread changes/comments
2018-06-26Bug 1452096 - Some custom dropdown UI widgets stay fixed and don't move with ↵Kohei Yoshino1-0/+2
scroll
2018-06-21Bug 1470275 - Copy Summary button should give some feedbackKohei Yoshino1-1/+3
2018-06-15Bug 1468848 - Change presentation of show_bug.cgi urls to be /bug/ID or ↵Dylan William Hardison1-7/+11
/bug/ALIAS.
2018-04-20Bug 1438205 - Preserve comments in progress across page reloadsIsrael Madueme1-0/+59
Comments being typed will be saved in Local Storage for a week. When the user somehow reloads the show bug page, the comment box will be filled in with what was last saved. This also fixes the bug where you type up a comment, go to change the bug details, hit cancel, and ultimately lose your comment in progress because of the reloading nature of the cancel button.
2018-01-08Bug 1427800 - Wrong anchor scrolling with old UIKohei Yoshino1-16/+15
2018-01-03Bug 1426685 - Fix regressions from fixed-positioning global headerKohei Yoshino1-22/+17
2018-01-03Bug 1427656 - Remove ZeroClipboard helperKohei Yoshino1-35/+1
2017-12-15Bug 1424940 - Removing datetimepicker residueSebastin Santy1-24/+1
2017-08-19Bug 1389111 - Address complaints with autosized commentsWilliam Lachance1-0/+1
2017-07-18Bug 1380389 - autosize comments should be a user pref (default: on)Mary Umoh1-7/+16
2017-07-11Bug 1331305 - Auto-resize comment boxesWilliam Lachance1-7/+3
Inspired by earlier work by @KuoE0 in https://github.com/mozilla-bteam/bmo/pull/40 * address review comments * Auto-resize comment when replying
2017-05-11Bug 1362587 - Prevent triggering plugin infobar (workaround bug 1319105)Dylan William Hardison1-19/+24
2017-03-17Bug 1343845 - bug status summary does not work when logged outEmma Humphries1-3/+5
Move the block of code which updates the Readable Bug Status field above the point where we return from the anonymous function in the case of no login session.
2017-03-08Bug 1344769 - Cancel editing button loads BugZilla homepage instead of ↵Sebastin Santy1-1/+1
current bug
2017-02-28Bug 1280363 - [a11y] Make the Actions menu button accessible for keyboard ↵David Lawrence1-100/+1
and screen readers
2017-02-22Revert "Bug 1280363 - [a11y] Make the Actions menu button accessible for ↵Dylan William Hardison1-1/+100
keyboard and screen readers" This reverts commit 318b9027db03bc7397fa8072811db33783d29976.
2017-02-21Bug 1280363 - [a11y] Make the Actions menu button accessible for keyboard ↵David Lawrence1-100/+1
and screen readers
2017-02-17Bug 1280384 - [a11y] Make the different module titles headings and their ↵David Lawrence1-3/+13
expand/collapse thingie accessible
2017-02-17Bug 1257608 - Convert all <button> elements to CSS styled <a> linksDavid Lawrence1-7/+0
2017-02-17Bug 1280397 - [a11y] Make the component, product, and other latches accessibleDavid Lawrence1-25/+56
2017-02-06Bug 1237790 - The experimental user interface doesn't provide link to help ↵David Lawrence1-0/+7
of bug fields
2017-01-30Bug 1324055 - Upgrade jquery to 3.1.1 and jquery-ui 1.12.1Dylan William Hardison1-1/+1
2017-01-27Revert "Bug 1280397 - [a11y] Make the component, product, and other latches ↵David Lawrence1-56/+25
accessible" This reverts commit c768148f9facf779d572145236453e50e99bee1d.
2017-01-26Bug 1280397 - [a11y] Make the component, product, and other latches accessibleDavid Lawrence1-25/+56
2017-01-25Bug 1286290 - CSP compliant bug modalDylan William Hardison1-0/+7
2017-01-11Bug 1280395 - [a11y] Make the Add Comment and Preview tabs real accessible tabsKohei Yoshino1-11/+32
2017-01-04Bug 1328464 - The checkbox of "Add me to CC list (follow this bug)" doesn't workDylan William Hardison1-1/+1
2017-01-03Bug 1262465 - ensure unprivileged users can mark a bug as security sensitiveDavid Lawrence1-0/+5
2016-12-06Bug 1215501 - [modal ui only?] When moving a bug to a different product and ↵David Lawrence1-0/+14
removing a security-group, the other product's security group gets added automatically anyway
2016-09-27ug 1268317 - Add Triage Contact to Components as an Editable Field ↵David Lawrence1-1/+1
(everything else)
2016-09-09Bug 1275568 - bottom of page 'duplicate' button focuses top of page ↵Sebastin Santy1-1/+2
duplicate field
2016-07-19Bug 1275595 - document.execCommand('cut'/'copy') was denied because it was ↵Dylan Hardison1-6/+1
not called from inside a short running user-generated event handler.
2016-06-30Bug 1283233 - Add JSON link to bug nav barDavid Lawrence1-20/+30
2016-06-09Bug 1209219 - Add an option to the disable the "X months ago" format for datesDylan Hardison1-3/+3
2016-06-09Bug 1278592 - "status" label disappears when changing the resolution in view ↵David Lawrence1-0/+1
mode
2016-06-01Bug 1146778 - link to the classic printing format for nowDylan Hardison1-0/+24
2016-05-31Bug 1272546 - unauthenticated users cannot expand the cc listDavid Lawrence1-16/+19
2016-05-24Bug 1268305 - Integrate Readable Bug Status in Bug Detail PageDylan Hardison1-0/+3
2016-05-20Bug 1149384 - implement time tracking interfaceDavid Lawrence1-0/+13
2016-05-12Bug 1270295 - don't update timestamps when the tab is not active / in the ↵David Lawrence1-2/+11
background
2016-05-10Bug 1271635 - XSS when viewing image attachmentsDavid Lawrence1-1/+1