summaryrefslogtreecommitdiffstats
path: root/extensions/BugModal
AgeCommit message (Collapse)AuthorFilesLines
2017-07-12Bug 1380350 - invalid html - missing space before "required" attributeDylan William Hardison1-1/+1
2017-07-12Bug 1371446 - Don't allow needinfo requests from the voidMary Umoh1-0/+4
2017-07-11Bug 1331305 - Auto-resize comment boxesWilliam Lachance5-14/+13
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-11Bug 1379483 - Required fields in bug_modalSebastin Santy1-0/+1
2017-07-07Bug 1378583 - /new-bug has several js errorsSebastin Santy1-5/+0
2017-07-07Bug 1365345 - Modal Bug Entry PrototypeSebastin Santy3-42/+89
2017-07-07Revert "Bug 1365345 - Modal Bug Entry Prototype"Dylan William Hardison3-89/+42
This reverts commit 8835db60a8d637fe3aec82c718bad8a8177a6acf.
2017-07-07Bug 1365345 - Modal Bug Entry PrototypeSebastin Santy3-42/+89
2017-07-07Bug 1377232 - Revert code from bug 1361890Dylan William Hardison1-2/+2
2017-06-23Bug 1361890 - Fix problems with current js and css concatenationDylan William Hardison1-2/+2
2017-06-21Bug 1369872 - Combine skins/custom/Mozilla/*.css and skins/contrib/*.css ↵Mary Umoh1-1/+1
into skins/standard/*.css * Move bug_groups from custom to standard * More modified bug_group files * Combine skin CSS files * Move .png files to standard * Move css from global.css that belongs in index.css * Changes to css placement * All images within skins/standard moved to images folder * Fix font issue * Updates * Updates * Fix mistake
2017-06-21Bug 1365344 - Extract the "status" and "null" modules (#101)Sebastin Santy3-85/+52
* Added comp_desc, ajax loading, modified rest * Make summary field long * Fixed indentations
2017-06-15Bug 1372363 - Fix BMO defaults (bug modal pref, needinfo exclusions)Dylan William Hardison1-1/+1
* add comment to explain 0:0
2017-06-15perltidy cleanupDylan William Hardison1-8/+9
2017-06-15Bug 1373000 - New BugModal API for product data and ↵Sebastin Santy1-0/+38
component+product-specific data
2017-06-10Bug 1365342 - Extract the preview comment functionality and make it a ↵Sebastin Santy4-0/+2626
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-06-05Bug 1348439 - History item "reporter accessible: true" is confusingMary Umoh1-0/+9
* Remove + signs
2017-05-11Bug 1362587 - Prevent triggering plugin infobar (workaround bug 1319105)Dylan William Hardison2-20/+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
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