summaryrefslogtreecommitdiffstats
path: root/template/en/default/global/header.html.tmpl
AgeCommit message (Collapse)AuthorFilesLines
2016-10-18Bug 1309884 - constants.CONCATENATE_ASSETS gets constant folded when trueDylan William Hardison1-7/+5
2016-02-22Bug 1250264: Extensions have no easy way to override favicon.icoFrédéric Buclin1-1/+2
r=dkl
2015-09-25Bug 1201266: Migrate YUI calendar to jQueryFrédéric Buclin1-1/+10
r=gerv
2015-09-25Bug 1204238: Migrate tabular report sorting from YUI to jQueryFrédéric Buclin1-1/+5
r=gerv
2015-08-06Bug 1189813: Include javascript_urls in header.html.tmpl DEFAULT directiveColin Joy1-0/+1
r=LpSolit a=dkl
2015-07-29Bug 399078 - Remove the 'musthavemilestoneonaccept' parameterSimon Green1-1/+0
r=gerv, a=simon
2015-05-07Bug 1159589: migrate autocomplete from yui to jqueryByron Jones1-5/+3
r=dylan,a=glob
2015-04-18Bug 1155512: Localization template links not lining up with other header linksFrédéric Buclin1-4/+5
r/a=dkl
2015-04-05Bug 1143502: Use structural HTML5 elements instead of <div>Frédéric Buclin1-5/+15
r=dkl a=sgreen
2015-03-15Bug 902395: Enforce utf8 = true for all installations and remove the utf8 ↵Frédéric Buclin1-4/+1
parameter r=dkl a=sgreen
2015-03-05Bug 1128853: Bugzilla shouldn't try to write API tokens into the shadow DBByron Jones1-1/+3
r=dkl,a=glob
2014-11-24Bug 1102003: The URL and status whiteboard fields display ARRAY(...) instead ↵Frédéric Buclin1-1/+1
of real data r=dkl a=glob
2014-11-24Bug 1102229: custom css stylesheets are not loaded if CONCATENATE_ASSETS is ↵Byron Jones1-1/+1
false r=dkl,a=sgreen
2014-11-17Bug 1090727: support jquery in the global/header template, and update the ↵David Lawrence1-46/+80
header and footer to use jquery r=glob,a=glob
2014-09-29Bug 1071317: Remove unused variablesFrédéric Buclin1-2/+0
r=gerv a=sgreen
2014-09-17Bug 1064395: concatenate and slightly minify javascript filesByron Jones1-7/+24
r=dkl,a=glob
2014-09-11Bug 1041306: Kill global/site-navigation.html.tmpl to conform to the HTML5 ↵Frédéric Buclin1-2/+0
spec about valid <link rel="..."> keywords r=dkl a=sgreen
2014-08-14Bug 1009520 - Incorrect quote usage in global/header.html.tmplSimon Green1-5/+5
r=gerv, a=sgreen
2014-07-27Bug 726696 - All authenticated WebServices methods should require ↵Simon Green1-0/+3
username/pass, token or a valid API key for authentication r=dkl, a=sgreen
2014-05-14Bug 977969: concatenate and slightly minify css filesByron Jones1-34/+6
r=gerv, a=glob
2014-03-05Bug 956190 (part 3): Remove IE-fixes.css (Internet Explorer 7 and older are ↵Frédéric Buclin1-10/+0
no longer supported) r/a=justdave
2014-01-08Bug 546838: Upgrade Bugzilla to HTML5Frédéric Buclin1-2/+1
r/a=justdave
2013-12-31Bug 920681: Remove the cellspacing and cellpadding attributes from tablesFrédéric Buclin1-64/+45
r/a=justdave
2013-01-15Fix bustageFrédéric Buclin1-1/+4
https://bugzilla.mozilla.org/show_bug.cgi?id=829709
2013-01-14Bug 829709: Do not load CSS files from all skins by defaultFrédéric Buclin1-36/+8
r=dkl a=LpSolit
2013-01-03Bug 824616: The urlbase field in global/header.html.tmpl must be filteredMatt Selsky1-1/+1
r/a=LpSolit
2012-01-11Bug 680131: Replace the MPL 1.1 license by the MPL 2.0 one in all files, and ↵Frédéric Buclin1-20/+5
add it to files which miss one r=kiko r=mkanat r=mrbball a=LpSolit
2011-07-01Revert wrong indentation, see bug 652427Frédéric Buclin1-1/+1
2011-06-29Bug 652427: Going back to the new bug page loses the description if possible ↵Guy Pyrzak1-1/+2
duplicates have been searched for r=mkanat, r=mkanat
2011-03-09Bug 634310: Remove WCAG 2.0 violations from the index.cgi to make itFrancisco Donalisio1-1/+1
W3C WAI compliant. r=timello, a=LpSolit
2011-03-09Bug 639371: Include the charset into HTML pages when the utf8 param is trueBjoern Jacke1-0/+4
r/a=mkanat
2011-03-02Bug 624414: BUGZILLA.value_descs was always empty in the JS, and display_valueMax Kanat-Alexander1-1/+1
wasn't translating values. r=glob, a=mkanat
2010-12-03Bug 607675: In Firefox, YAHOO.util.Event.addListener/on events no longer ↵Guy Pyrzak1-3/+5
exist after a user clicks back r:LpSolit, a:mkanat
2010-10-27Bug 551468: Stop word-wrapping comments on the serverMax Kanat-Alexander1-1/+3
r=glob, a=mkanat
2010-10-14Bug 581448: Localize the status and resolution values in the list ofMax Kanat-Alexander1-0/+13
possible duplicates on enter_bug.cgi r=LpSolit, a=LpSolit
2010-09-28Bug 595380: Add a ?mtime string to all of the manually-insertedMax Kanat-Alexander1-2/+2
<script src> and <link href> tags in Bugzilla r=glob, a=mkanat
2010-08-29Bug 577574: Make YUI's unload listener into a "pagehide" listener onGuy Pyrzak1-1/+4
browsers that support it. Before this patch, fields using YUI autocomplete were losing their entered data when pressing "Back" in the browser r=mkanat, a=mkanat
2010-08-03Bug 584069: IE6 throws many JS errorsGuy Pyrzak1-1/+1
r/a=LpSolit
2010-08-02Bug 578572: Make the user autocomplete and keyword autocomplete behaveMax Kanat-Alexander1-1/+2
similarly, and fix a race condition in user autocomplete where sometimes an older result would appear after a newer result, overriding the newer result. r=pyrzak, a=mkanat
2010-07-21Bug 580761: YUI scripts no longer workFrédéric Buclin1-1/+1
r/a=mkanat
2010-07-21Bug 428313: Properly expire the browser's CSS and JS cache when thereMax Kanat-Alexander1-128/+73
are new versions of those files. This also eliminates single-file skins and should also allow Extensions to have skins. r=glob, a=mkanat
2010-07-13Bug 490767: Make validation happen with JS, when filing a bugMax Kanat-Alexander1-1/+11
r=pyrzak, a=mkanat
2010-06-22Bug 568383: Add a new hook in the header.html.tmpl template right after <head>Tiago Mello1-0/+1
r=mkanat, a=mkanat
2010-06-22Bug 22353: Automatic duplicate bug detection on enter_bug.cgiMax Kanat-Alexander1-6/+15
r=glob, a=mkanat
2010-06-18Bug 572949: Update YUI to 2.8.1Max Kanat-Alexander1-2/+41
r=glob, a=mkanat
2010-02-22Bug 490923: Autocomplete assignee, qa contact, and cc on the client sideGuy Pyrzak1-1/+1
r=LpSolit, a=mkanat
2009-11-18Bug 421265: Let the user easily override the language used to display HTML pagesmkanat%bugzilla.org1-2/+32
Patch by Jacques Supcik <jacques@supcik.org> r=mkanat, a=mkanat
2009-09-22Bug 388830: Use JS to make sure there's a Description value when submitting ↵mkanat%bugzilla.org1-0/+5
an attachment Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=dkl, a=LpSolit
2009-04-28Bug 483150: Fix Bugzilla JS/CSS for IE8mkanat%bugzilla.org1-12/+14
Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=glob, a=mkanat
2009-02-12Bug 476090: Allow users to log-in from toolbarmkanat%bugzilla.org1-1/+1
Patch By Guy Pyrzak <guy.pyrzak@gmail.com> r=mkanat, a=mkanat