summaryrefslogtreecommitdiffstats
path: root/template/en/default/global
AgeCommit message (Collapse)AuthorFilesLines
2018-04-08Merge remote-tracking branch 'bmo/master' into unstableDylan William Hardison2-1/+5
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-19fix all the testsDylan William Hardison1-5/+0
2018-03-16Bug 1446236 - Allow customizing link to bug writing guidelinesVladimir Panteleev1-1/+3
2018-03-12fix default security bug id thingDylan William Hardison1-0/+5
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
2017-06-21Bug 1369872 - Combine skins/custom/Mozilla/*.css and skins/contrib/*.css ↵Mary Umoh1-5/+5
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-05-24Bug 1348380 - Add param and user setting to control elasticsearch behaviorDylan William Hardison1-0/+1
1) add an 'elasticsearch' param (configured via admin.cgi) that turns off all code that would attempt to connect to elasticsearch. 2) add a user preference that controls using elasticsearch for searches, which defaults to off for logged-in users. Anonymous users will default to using elasticsearch for the greater good. Note that elasticsearch, if available, will still power user-autocompletion (unless turned off as by the above parameter).
2017-05-17Bug 1363803 - Consolidate YUI js and css into one js and one css fileDylan William Hardison2-61/+4
2017-05-11fix typo in constant: FIELD_VALUE_MAX_SIZE -> MAX_FIELD_VALUE_SIZEDylan William Hardison1-1/+1
2017-05-03Bug 1355490 - Short URL link give "The token is not valid" errorDylan William Hardison1-28/+32
2017-04-10Bug 1355127 - rewrite field-descs.none.tmpl in perlDylan William Hardison1-132/+142
2017-04-05[testing] urlbase needs filterDylan William Hardison1-1/+1
2017-04-05[tests] fix markup to make tests pass.Dylan William Hardison1-2/+3
2017-04-04Bug 1350909 - Make index.cgi cache-friendly for logged out requestsDylan William Hardison2-105/+56
2017-03-27Bug 1350466 - Uplift bug 1342832 to bmo for performance and other reasonsDylan William Hardison1-1/+1
2017-03-07Bug 1322371 - can't add a developer.microsoft.com Edge issue to "See Also"Dylan William Hardison1-0/+2
2017-02-09Bug 1280393 - [a11y] All inputs and selects need to be labeled properlyDavid Lawrence1-0/+2
2017-01-25Bug 1286290 - CSP compliant bug modalDylan William Hardison4-14/+20
2016-11-15Revert "Bug 1314201 - ThrowUserError and ThrowCodeError should print headers ↵Dylan William Hardison1-4/+0
if headers have not already been printed" This reverts commit 874e96c2423c772564c9dc63254baa99e86f270b.