summaryrefslogtreecommitdiffstats
path: root/template/en/default/global/header.html.tmpl
AgeCommit message (Collapse)AuthorFilesLines
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 Yoshino1-3/+1
* 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 Hardison1-3/+3
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-03Bug 1426685 - Fix regressions from fixed-positioning global headerKohei Yoshino1-1/+3
2018-01-02Bug 1426507 - Upgrade BMO to HTML5Fateh Sandhu1-5/+5
2017-12-20Bug 1361890 - Remove asset concatenationDylan William Hardison1-20/+12
2017-12-19Bug 1420771 - Remove global footerKohei Yoshino1-14/+13
2017-12-16Bug 1403777 - Migrate urlbase from params to localconfigDylan William Hardison1-1/+0
2017-12-13Bug 1376826 - New HTML Header for BMOKohei Yoshino1-89/+142
2017-12-02Bug 1420295 - Remove the Bugzilla version number from homepageKohei Yoshino1-9/+1
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-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-08-29Bug 1394466 - Include noindex on error pagesMary Umoh1-0/+6
2017-07-18Bug 1380064 - Remove references to Mozilla skin to prevent problems when ↵Dylan William Hardison1-54/+2
default preferences are changed
2017-07-14Revert "Bug 1380064 - Remove references to Mozilla skin to prevent problems ↵Dylan William Hardison1-2/+55
when default preferences are changed" This reverts commit 38af0fd192c2edc1b6ad791936cc32888cb94698.
2017-07-14Bug 1380064 - Remove references to Mozilla skin to prevent problems when ↵Mary Umoh1-55/+2
default preferences are changed
2017-07-07Bug 1377232 - Revert code from bug 1361890Dylan William Hardison1-33/+31
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-17Bug 1363803 - Consolidate YUI js and css into one js and one css fileDylan William Hardison1-50/+3
2017-05-03Bug 1355490 - Short URL link give "The token is not valid" errorDylan William Hardison1-28/+32
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 Hardison1-65/+56
2017-01-25Bug 1286290 - CSP compliant bug modalDylan William Hardison1-4/+10
2016-03-15Bug 1256954 - Multiple Selenium cases are failing after the commit of bug ↵David Lawrence1-1/+1
1253914
2016-03-10Bug 1253914 - Cross domain referer leakage when resetting the user passwordDylan Hardison1-0/+1
2015-10-08Bug 1200765 - Make login UX mobile friendly to assist mobile authentication ↵Dylan William Hardison1-0/+8
workflow
2015-09-01Bug 1197073 - add support for 2fa using totp (eg. google authenticator)Byron Jones1-0/+3
2015-06-05Bug 1146775: implement comment collapse all and by tagByron Jones1-2/+2
2015-05-26Bug 1146782: backport bug 1159589 to bmo (migrate autocomplete from yui to ↵Byron Jones1-4/+2
jquery)
2015-03-10Bug 1139749: backport bug 1128853 to bmo (Bugzilla shouldn't try to write ↵Byron Jones1-1/+3
API tokens into the shadow DB)
2015-01-29Bug 1045145: backport upstream bug 726696 to bmo/4.2 to allow use of api ↵David Lawrence1-0/+3
keys for authentication
2015-01-28Bug 1100382: backport upstream bug 1090727 to bmo/4.2 to support jquery in ↵David Lawrence1-48/+80
the global/header template, and update the header and footer to use jquery
2014-11-24Bug 1102229: custom css stylesheets are not loaded if CONCATENATE_ASSETS is ↵Byron Jones1-1/+1
false
2014-09-29Bug 1072981 - User activity labels & params conflate "sort" and "group"Ed Morley1-1/+1
2014-09-19Bug 1069504: Put My Dashboard in the drop down on the top-rightByron Jones1-0/+1
2014-09-17Bug 1064395: concatenate and slightly minify javascript filesByron Jones1-7/+24
2014-07-16Bug 1039146: add an "open sans" alternative for the mozilla skinByron Jones1-2/+2
2014-05-22Bug 1014374: backport bug 977969 to bmo (concatenate and slightly minify css ↵Byron Jones1-43/+6
files)
2013-12-20Bug 952512 - Nit-pick: Move Preferences below My Requests in the account ↵Dave Lawrence1-1/+1
drop down of the Mozilla skin https://bugzilla.mozilla.org/show_bug.cgi?id=951512
2013-12-12Bug 948961 - Add "My Activity" link to account drop down in Mozilla skinDave Lawrence1-0/+1
r=glob
2013-12-03Bug 853509: Bugzilla version not displayed on the index pageByron Jones1-0/+7
2013-11-01Bug 911812: make the user profile more discoverableByron Jones1-0/+1
2013-10-31Bug 920026: show reminder of pending review, feedback, and needinfo requests ↵Byron Jones1-1/+4
in the header
2013-09-20Bug 918684: stray "Bug NNNN" visible under header after adding/editing ↵Byron Jones1-0/+1
attachments