summaryrefslogtreecommitdiffstats
path: root/extensions/BugModal
AgeCommit message (Collapse)AuthorFilesLines
2017-04-25Bug 1343805 - Use a darker font for comments, and also avoid CourierSebastin Santy1-1/+2
2017-04-11Revert "Bug 1352913 - Extensions must register for template_before_process()"Dylan William Hardison1-11/+0
This reverts commit ecbdca8c3f06dd420db6a960c8808615dae6848a.
2017-04-10Bug 1352913 - Extensions must register for template_before_process()Dylan William Hardison1-0/+11
We can skip a lot of method calls if extensions must declare what templates they act on.
2017-03-27Bug 1350096 - Once you've set a single Thunderbird tracking flag, the ↵Dylan William Hardison1-2/+10
"Firefox Tracking Flags" section changes name to "Thunderbird Tracking Flags"
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-10Comment typo fix: INCOMPELTE > INCOMPLETEKWierso1-1/+1
2017-03-10Bug 1345949 - modal is a little too narrow, and we shouldn't mix px and emDylan William Hardison1-8/+4
2017-03-08Bug 1344769 - Cancel editing button loads BugZilla homepage instead of ↵Sebastin Santy1-1/+1
current bug
2017-03-03Bug 1343663 - Comments are too wideEmma Humphries1-4/+8
Set #bugzilla-body to have em based widths so they scale with font size.
2017-03-03Bug 1343714 - When whiteboard is populated, prefix value of whiteboard with ↵Dylan William Hardison1-1/+1
'whiteboard:' in section header
2017-03-03Bug 1344128 - Cloning a bug causes an invalid cloned_bug_id param when ↵David Lawrence1-1/+1
creating the new bug.
2017-03-02Bug 1283012 - the 'status' and 'assignee' labels disappear when taking a bug ↵David Lawrence1-3/+1
in view mode
2017-03-02Bug 1343783 - Stop calling modal ui "experimental" in the settings.Dylan William Hardison1-1/+1
2017-03-02Bug 1343778 - disabled users not displayed correctlyDylan William Hardison1-1/+1
2017-03-01Bug 1343430 - The "Format Bug" and "New/Clone Bug" buttons cause page to ↵David Lawrence1-2/+2
reload (need type="button")
2017-03-01Bug 1343429 - Dropdown menus are slightly off screen in some cases and ↵David Lawrence1-0/+1
should open justified to the right instead of left
2017-02-28Bug 1330884 - Centralize #bugzilla-body for bug modal pageTommy Kuo1-11/+5
2017-02-28Bug 1280363 - [a11y] Make the Actions menu button accessible for keyboard ↵David Lawrence8-156/+286
and screen readers
2017-02-22Revert "Bug 1330884 - Centralize #header, #bugzilla-body and #footer"Dylan William Hardison1-4/+4
This reverts commit ab5eef9afeded451e27faa44d5db3f618825f04d.
2017-02-22Revert "Bug 1280363 - [a11y] Make the Actions menu button accessible for ↵Dylan William Hardison8-292/+158
keyboard and screen readers" This reverts commit 318b9027db03bc7397fa8072811db33783d29976.
2017-02-21Bug 1280363 - [a11y] Make the Actions menu button accessible for keyboard ↵David Lawrence8-158/+292
and screen readers
2017-02-18Bug 1340840 - The 'Add Comment' button is visible but doesnt do anything ↵David Lawrence1-1/+1
when user is not logged in
2017-02-17Bug 1330884 - Centralize #header, #bugzilla-body and #footerTommy Kuo1-4/+4
2017-02-17Bug 1280384 - [a11y] Make the different module titles headings and their ↵David Lawrence3-18/+43
expand/collapse thingie accessible
2017-02-17Bug 1330774 - Make bug modal page work with skins other than MozillaDavid Lawrence1-26/+0
2017-02-17Bug 1257608 - Convert all <button> elements to CSS styled <a> linksDavid Lawrence3-13/+6
2017-02-17Bug 1280397 - [a11y] Make the component, product, and other latches accessibleDavid Lawrence2-54/+95
2017-02-09Bug 1280393 - [a11y] All inputs and selects need to be labeled properlyDavid Lawrence3-15/+32
2017-02-06Bug 1237790 - The experimental user interface doesn't provide link to help ↵David Lawrence3-28/+77
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 Lawrence2-84/+42
accessible" This reverts commit c768148f9facf779d572145236453e50e99bee1d.
2017-01-26Bug 1280397 - [a11y] Make the component, product, and other latches accessibleDavid Lawrence2-42/+84
2017-01-26Bug 1333525 - Blocking type tracking flags are not visible from the modal UIDavid Lawrence1-3/+25
2017-01-25Bug 1286290 - CSP compliant bug modalDylan William Hardison3-4/+12
2017-01-24Bug 1333012 - [a11y] Make sure the attachments table is always a data table ↵David Lawrence1-1/+1
for screen reader users
2017-01-20Bug 1331302 - Restrict the max-width of the textarea of "add comment"KuoE01-0/+1
2017-01-13Fix Bug 1330449 - Clarify Edit button - Failing t/009bugwords.tDavid Lawrence1-1/+1
2017-01-13Bug 1329511 - Any link to user-entered URL with target="_blank" should have ↵Tooru Fujisawa1-1/+1
rel="noopener" or rel="noreferrer"
2017-01-13Bug 1330449 - Clarify "Edit" buttonKWierso1-1/+1
2017-01-11Bug 1280395 - [a11y] Make the Add Comment and Preview tabs real accessible tabsKohei Yoshino3-17/+38
2017-01-11Bug 1280406 - [a11y] Make each start of a comment a heading 3 for easier ↵David Lawrence2-4/+9
navigation
2017-01-09Bug 1280388 - [a11y] Make the bug summary a heading level 1Kohei Yoshino2-1/+2
2017-01-04Bug 1328464 - The checkbox of "Add me to CC list (follow this bug)" doesn't workDylan William Hardison1-1/+1
2017-01-04Bug 1328464 - The checkbox of "Add me to CC list (follow this bug)" doesn't workDylan William Hardison1-1/+0
2017-01-03Bug 1262465 - ensure unprivileged users can mark a bug as security sensitiveDavid Lawrence3-2/+22
2016-12-21Bug 1262457 - the list of comment tags in the 'tags' menu isn't updated in ↵David Lawrence1-0/+3
real time
2016-12-14Bug 1323244 - Make the link to Mozilla Community Participation Guidelines ↵Ehsan Akhgari1-1/+1
not participate in keyboard navigation; r=dkl
2016-12-09Bug 1316180 - Autocomplete on all fields should be off for security bugsDavid Lawrence1-1/+1
2016-12-09Bug 1302865 - Bug Modal doesn't seem to work for Mandatory/Mandatory groupsDavid Lawrence1-1/+1
2016-12-08Bug 1318781 - Add link to Mozilla Community Participation Guidelines for new ↵David Lawrence2-1/+7
bugs and bug comments