summaryrefslogtreecommitdiffstats
path: root/template/en/default/global
AgeCommit message (Collapse)AuthorFilesLines
2018-10-09Bug 1497343 - Add some rudimentary type checking to ↵Dylan William Hardison1-0/+4
Bugzilla::WebServe::Util::validate()
2018-10-09Bug 1497070 - In-page links are broken due to <base href> added during Mojo ↵Kohei Yoshino1-1/+0
migration
2018-10-02add helpers for handling logins and error handlingDylan William Hardison3-18/+20
2018-09-26Bug 1493500 - Remove all trailing whitespaces from all filesKohei Yoshino10-20/+20
2018-09-24Bug 1473417 - Show often/recently used products/components on New Bug pageKohei Yoshino1-0/+4
2018-09-19Bug 1455495 - Replace apache with MojoliciousDylan William Hardison3-44/+30
2018-08-14Revert "Bug 1456878 - Support markdown comments"Dylan William Hardison1-1/+0
This reverts commit fd850e00db835d2b84c59014c3b1021fea2294fc.
2018-08-10Bug 1456878 - Support markdown commentsIsrael Madueme1-0/+1
2018-08-10Bug 602313 - Allow creation of attachments by pasting an image from ↵Kohei Yoshino1-2/+0
clipboard, as well as by drag-and-dropping a file from desktop
2018-07-19Bug 1136271 - Make user profile page visible to anyone for easier sharingKohei Yoshino1-2/+2
2018-07-19Bug 1472954 - Implement one-click component watching on bug modal and ↵Kohei Yoshino1-3/+3
component description pages
2018-07-19Bug 1476288 - Replace moz_nick with (new, revised) nick and also attempt to ↵Dylan William Hardison1-0/+2
disallow duplicate nicks
2018-06-26Revert "Bug 1468848 - Change presentation of show_bug.cgi urls to be /bug/ID ↵Dylan William Hardison1-1/+0
or /bug/ALIAS." This reverts commit 404dc5496967203c5f99755340f43d712420446a.
2018-06-21Bug 1469333 - Check attachment file size client-side and inform user of too ↵Kohei Yoshino1-0/+1
large file before uploading it
2018-06-15Bug 1468848 - Change presentation of show_bug.cgi urls to be /bug/ID or ↵Dylan William Hardison1-0/+1
/bug/ALIAS.
2018-05-04no bug - fix typo in meta referer directiveDylan William Hardison1-1/+1
2018-04-10Bug 1328900 - Create new group called 'disableusers' that can only edit the ↵dklawren3-12/+12
bugmail and disabledtext fields of a user
2018-04-10Bug 1450679 - Replace custom Sentry integration with LoggingDylan William Hardison1-10/+0
2018-04-05Bug 1449282 - add jobqueue_status apiIsrael Madueme1-0/+4
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-03-05Bug 1429344 - Review requests in requests dropdown should link to MozReview ↵Kohei Yoshino1-0/+1
or GitHub instead of Bugzilla details page
2018-02-20Bug 1432296 - Prevent bugzilla static assets from being blocked by overly ↵Dylan William Hardison1-1/+6
long request URIs
2018-01-08Bug 1428642 - Fix minor bugs on new global headerKohei Yoshino2-4/+5
* The magnifier icon on the search bar should not trigger search as reported in https://twitter.com/colinjoy/status/949035254949523457 * The search dropdown should show Saved Searches Edit link as suggested in my UX analysis * Remove the CSS transition on the More Tools button for consistency. I didn't add the transition; it's default style for buttons * Fix the position of the arrow/triangle on dropdown lists. An error of 1px. * Add `user-select: none;` to `#header` https://developer.mozilla.org/en-US/docs/Web/CSS/user select
2018-01-05Bug 1428227 - Google doesn't index bugzilla.mozilla.org any moreDylan William Hardison3-5/+5
2018-01-04Bug 1428166 - Move <meta charset> to start of <head>Edgaras1-4/+4
The <meta> element declaring the encoding must be inside the <head> element and within the first 1024 bytes of the HTML as some browsers only look at those bytes before choosing an encoding. https://developer.mozilla.org/en-US/docs/Web/HTML/Element/meta#attr-charset
2018-01-04Bug 1426475 - Make unknown bug id / alias error message more obvious to ↵Dylan William Hardison1-1/+7
prevent content spoofing
2018-01-03Bug 1426685 - Fix regressions from fixed-positioning global headerKohei Yoshino2-1/+5
2018-01-02Bug 1426507 - Upgrade BMO to HTML5Fateh Sandhu2-6/+6
2017-12-20Bug 1361890 - Remove asset concatenationDylan William Hardison1-20/+12
2017-12-19Bug 1420771 - Remove global footerKohei Yoshino4-109/+62
2017-12-16Bug 1403777 - Migrate urlbase from params to localconfigDylan William Hardison1-1/+0
2017-12-13Bug 1376826 - New HTML Header for BMOKohei Yoshino3-150/+142
2017-12-02Bug 1420295 - Remove the Bugzilla version number from homepageKohei Yoshino1-9/+1
2017-12-01Bug 1420300 - Move bug tagging tool from global footer to bug footerKohei Yoshino2-62/+0
2017-11-30Bug 1363889 - Update BMO to use new Mozilla brandingKohei Yoshino1-4/+0
2017-09-27Bug 1401569 - typo in "enabled two-factor authentication"byron jones1-2/+2
2017-09-25Bug 1401463 - In bugzilla "you must reset password" state, all bug pages are ↵Dylan William Hardison1-0/+3
force-redirected to password reset page, which loses "to-do" information that I have encoded as open tabs viewing particular bug pages
2017-09-19Bug 1400949 - Password requirements not statedDylan William Hardison1-19/+3
2017-09-15Bug 1364233 - Add setting to force a group to require MFA and restrict users ↵Dylan William Hardison1-2/+17
in that group who have not enabled MFA
2017-09-15Bug 1391702 - Replace Bugzilla::User::validate_password() with calls to ↵Dylan William Hardison2-20/+8
Data::Password::passwdqc
2017-09-09Bug 1398340 - Typo in 2fa enrollment flow: "enrolment" (missing an L) (#232)Dylan William Hardison1-2/+2
2017-08-30Bug 1394915- Protect against 2FA by-pass in reset_password.cgiMary Umoh1-0/+4
2017-08-29Bug 1394466 - Include noindex on error pagesMary Umoh3-121/+127
2017-07-18Bug 1380064 - Remove references to Mozilla skin to prevent problems when ↵Dylan William Hardison2-121/+4
default preferences are changed
2017-07-18Bug 1380389 - autosize comments should be a user pref (default: on)Mary Umoh1-1/+2
2017-07-14Revert "Bug 1380064 - Remove references to Mozilla skin to prevent problems ↵Dylan William Hardison2-4/+122
when default preferences are changed" This reverts commit 38af0fd192c2edc1b6ad791936cc32888cb94698.
2017-07-14Bug 1380064 - Remove references to Mozilla skin to prevent problems when ↵Mary Umoh2-122/+4
default preferences are changed
2017-07-07Bug 1377232 - Revert code from bug 1361890Dylan William Hardison1-33/+31
2017-07-07Bug 1355169 - Add rate-limiting to show_bug.cgi and rest.cgiMary Umoh1-0/+4
* fix mistake * Update * Updates * remove other file
2017-06-23Bug 1361890 - Fix problems with current js and css concatenationDylan William Hardison1-31/+33