summaryrefslogtreecommitdiffstats
path: root/extensions/BugModal/web
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 Hardison2-237/+24
This reverts commit fd850e00db835d2b84c59014c3b1021fea2294fc.
2018-08-10Bug 1456878 - Support markdown commentsIsrael Madueme2-24/+237
2018-07-19Bug 1472954 - Implement one-click component watching on bug modal and ↵Kohei Yoshino2-70/+22
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-27Bug 1344080 - Module headers should be minified when the module is openKohei Yoshino1-0/+6
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 Yoshino2-0/+124
unread changes/comments
2018-06-26Bug 1452096 - Some custom dropdown UI widgets stay fixed and don't move with ↵Kohei Yoshino3-0/+6
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-25Bug 1373280 - Highlight private comments in new bug modal UIIsrael Madueme1-0/+5
Prior to this commit, the only indication that a comment was private was the small "Private" tag in the comment header. This commit restores the red font color to private comments and adds a small dashed border for those that have trouble seeing the color red.
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-03-04apply checksetup.pl's permission changesDylan William Hardison1-0/+0
2018-01-10Bug 1429290 - allow bug modal to be narrower than 900pxDylan William Hardison1-0/+24
2018-01-08Bug 1427800 - Wrong anchor scrolling with old UIKohei Yoshino2-30/+29
2018-01-03Bug 1426685 - Fix regressions from fixed-positioning global headerKohei Yoshino4-48/+38
2018-01-03Bug 1427656 - Remove ZeroClipboard helperKohei Yoshino4-79/+2
2017-12-15Bug 1424940 - Removing datetimepicker residueSebastin Santy1-24/+1
2017-12-13Bug 1376826 - New HTML Header for BMOKohei Yoshino2-146/+0
2017-12-02Bug 1381296 - Buttons on modal UI are not displayed in Fira Sans font, too ↵Kohei Yoshino2-6/+6
small compared to other ones
2017-08-22cleanup some stuff in new-bug (#215)Dylan William Hardison1-2/+2
2017-08-22Revert "Bug 1390225 - Make general/untriaged component as default, if available"Dylan William Hardison2-32/+7
This reverts commit 293b657da11e7197e90f260dc3e0c118cba126dd.
2017-08-21Bug 1390225 - Make general/untriaged component as default, if availableSebastin Santy2-7/+32
2017-08-19Bug 1389111 - Address complaints with autosized commentsWilliam Lachance2-1/+4
2017-08-17Bug 1383500 - Allow giving a default product in the URL in new-bugSebastin Santy1-45/+65
2017-08-15Bug 1387106 - UI tweaks and ideasSebastin Santy1-1/+11
2017-08-01Bug 1386238 - Multi-select boxes broken by bug 1366143Dylan William Hardison2-5/+5
This reverts commit 3d864bdde0aff3931aca3afa864228341aaa0e92.
2017-07-28Bug 1383268 - Add attachments to new-bugSebastin Santy2-2/+23
2017-07-21Bug 1381752 - Re-organize the layoutSebastin Santy4-10/+54
2017-07-19Bug 1366143 - Fix alignment of select boxesKohei Yoshino2-5/+5
2017-07-19Bug 1380352 - Allow vertical resizing of autosized commentsWilliam Lachance2-2/+4
2017-07-18Bug 1381751 - Move create button to the right, and contributor agreement to ↵Sebastin Santy2-3/+7
the left
2017-07-18Bug 1381749 - Add keywords to new-bugSebastin Santy1-9/+21
2017-07-18Bug 1381742 - Increase maximum size of autosized commentsWilliam Lachance1-1/+1
2017-07-18Bug 1380389 - autosize comments should be a user pref (default: on)Mary Umoh1-7/+16
2017-07-12Bug 1371446 - Don't allow needinfo requests from the voidMary Umoh1-0/+4
2017-07-11Bug 1331305 - Auto-resize comment boxesWilliam Lachance4-14/+12
Inspired by earlier work by @KuoE0 in https://github.com/mozilla-bteam/bmo/pull/40 * address review comments * Auto-resize comment when replying
2017-07-07Bug 1365345 - Modal Bug Entry PrototypeSebastin Santy1-32/+73
2017-07-07Revert "Bug 1365345 - Modal Bug Entry Prototype"Dylan William Hardison1-73/+32
This reverts commit 8835db60a8d637fe3aec82c718bad8a8177a6acf.
2017-07-07Bug 1365345 - Modal Bug Entry PrototypeSebastin Santy1-32/+73
2017-06-21Bug 1365344 - Extract the "status" and "null" modules (#101)Sebastin Santy2-82/+48
* Added comp_desc, ajax loading, modified rest * Make summary field long * Fixed indentations
2017-06-10Bug 1365342 - Extract the preview comment functionality and make it a ↵Sebastin Santy2-0/+2487
reusable template * Putting variables.none at the top * Put the message at the top * Remove header_done * Add an #xhr-error to show bugzilla_ajax() errors
2017-05-11Bug 1362587 - Prevent triggering plugin infobar (workaround bug 1319105)Dylan William Hardison1-19/+24
2017-05-03Bug 1361464 - Restore previous comment fonts, conditionally select "Fira" ↵Dylan William Hardison1-1/+7
for Windows clients
2017-04-25Bug 1359457 - Include system font options from Linux distros as possible fontsDylan William Hardison1-1/+1
2017-04-25Bug 1343805 - Use darker font and fallback to Fira Mono when ↵Dylan William Hardison1-1/+1
Menlo/Monaco/Droid Sans Mono are not available
2017-04-25Bug 1343805 - Use a darker font for comments, and also avoid CourierSebastin Santy1-1/+2