summaryrefslogtreecommitdiffstats
path: root/template/en/default/bug
AgeCommit message (Collapse)AuthorFilesLines
2018-10-14Merge remote-tracking branch 'bmo/master'Dylan William Hardison18-222/+193
2018-09-26Bug 1493490 - Remove navigator.buildID usage from Bugzilla HelperKohei Yoshino2-28/+0
2018-09-26Bug 1493500 - Remove all trailing whitespaces from all filesKohei Yoshino17-101/+101
2018-09-07Bug 1488292 - Remove MozReview extension from BMO code tree as MozReview is ↵dklawren1-98/+97
being decommissioned
2018-08-26Merge remote-tracking branch 'bmo/mojo'Dylan William Hardison1-2/+1
2018-08-14Revert "Bug 1456878 - Support markdown comments"Dylan William Hardison5-22/+9
This reverts commit fd850e00db835d2b84c59014c3b1021fea2294fc.
2018-08-10Bug 1456878 - Support markdown commentsIsrael Madueme5-9/+22
2018-08-10Bug 602313 - Allow creation of attachments by pasting an image from ↵Kohei Yoshino1-2/+1
clipboard, as well as by drag-and-dropping a file from desktop
2018-04-08Merge remote-tracking branch 'bmo/master' into unstableDylan William Hardison1-1/+1
2018-04-04Bug 1446431 - Allow Baseline scan to ignore forms that dont need CSRF TokensSimon Bennetts1-1/+1
The data-no-csrf attribute is used to signify that a form is 'safe' (ie doesn't actually make any permanent changes) and so doesn't need an anti-csrf token.
2018-04-01Merge branch 'master' into unstableDylan William Hardison1-0/+1
2018-03-19Bug 1440328 - Obfuscate mentor email for users that aren't logged inIsrael Madueme1-0/+1
2018-03-18Bug 1446236 - template/en/default/bug/new_bug.html.tmpl: Use relative URLsVladimir Panteleev1-2/+2
2018-03-16Bug 1446236 - Allow customizing link to bug writing guidelinesVladimir Panteleev2-2/+2
2018-02-28Bug 1441475 - Added rel tags to links with target=_blankSimon Bennetts1-1/+1
2018-02-21Bug 1439797 - Enable reporting-only CSP by defaultDylan William Hardison7-24/+24
2018-01-23Bug 1428270 - Unwrappable content in summary can cause top buttons to bleed ↵Kohei Yoshino1-1/+1
out of main content box
2018-01-08Bug 1427800 - Wrong anchor scrolling with old UIKohei Yoshino1-1/+1
2018-01-03Bug 1426685 - Fix regressions from fixed-positioning global headerKohei Yoshino1-2/+1
2018-01-02Bug 1426507 - Upgrade BMO to HTML5Fateh Sandhu10-32/+32
2017-12-20Bug 1361890 - Remove asset concatenationDylan William Hardison1-7/+7
2017-12-02Bug 1417980 - Fix non-HTTPS links and outdated links where possibleKohei Yoshino4-5/+5
2017-12-02Bug 1420295 - Remove the Bugzilla version number from homepageKohei Yoshino1-1/+0
2017-12-01Bug 1420300 - Move bug tagging tool from global footer to bug footerKohei Yoshino2-0/+54
2017-08-29Bug 1392769 - Add other fields to new-bugSebastin Santy1-2/+58
2017-08-22cleanup some stuff in new-bug (#215)Dylan William Hardison1-152/+149
2017-08-22Revert "Bug 1390225 - Make general/untriaged component as default, if available"Dylan William Hardison1-5/+0
This reverts commit 293b657da11e7197e90f260dc3e0c118cba126dd.
2017-08-21Bug 1390225 - Make general/untriaged component as default, if availableSebastin Santy1-0/+5
2017-08-17Bug 1383500 - Allow giving a default product in the URL in new-bugSebastin Santy1-2/+3
2017-08-16Bug 1390112 - Option for filing security bugsSebastin Santy1-0/+2
2017-08-15Bug 1387106 - UI tweaks and ideasSebastin Santy1-1/+1
2017-07-28Bug 1383268 - Add attachments to new-bugSebastin Santy1-2/+10
2017-07-21Fix bugwords test failureSebastin Santy1-4/+6
2017-07-21Bug 1381752 - Re-organize the layoutSebastin Santy1-165/+155
2017-07-18Bug 1381751 - Move create button to the right, and contributor agreement to ↵Sebastin Santy1-1/+2
the left
2017-07-18Bug 1381749 - Add keywords to new-bugSebastin Santy1-1/+8
2017-07-11No Bug - clean trailing whitespace to t/008filter.t passes again (#135)Dylan William Hardison1-3/+3
2017-07-07Bug 1365345 - Modal Bug Entry PrototypeSebastin Santy1-1/+30
2017-07-07Revert "Bug 1365345 - Modal Bug Entry Prototype"Dylan William Hardison1-30/+1
This reverts commit 8835db60a8d637fe3aec82c718bad8a8177a6acf.
2017-07-07Bug 1365345 - Modal Bug Entry PrototypeSebastin Santy1-1/+30
2017-07-07Bug 1377232 - Revert code from bug 1361890Dylan William Hardison1-1/+2
2017-06-23Bug 1361890 - Fix problems with current js and css concatenationDylan William Hardison1-2/+1
2017-06-21Bug 1369872 - Combine skins/custom/Mozilla/*.css and skins/contrib/*.css ↵Mary Umoh2-21/+21
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 Santy1-1/+127
* 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 Santy1-9/+20
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-27Bug 1365340 - Add /new-bug (new_bug.cgi) (#82)Sebastin Santy1-0/+20
2017-05-17Bug 1363803 - Consolidate YUI js and css into one js and one css fileDylan William Hardison3-4/+0
2017-02-07Bug 1337382 - clicking on 'show' after updating a bug to show the list of ↵David Lawrence1-3/+4
people emailed no longer works
2017-02-06Bug 1237790 - The experimental user interface doesn't provide link to help ↵David Lawrence2-8/+8
of bug fields
2017-01-25Bug 1286290 - CSP compliant bug modalDylan William Hardison1-15/+22