aboutsummaryrefslogtreecommitdiffstats
path: root/template/en/default/global/header.html.tmpl
Commit message (Collapse)AuthorAgeFilesLines
* Bug 364095 - "Default template does not validate as valid HTML" [p=reed ↵reed%reedloden.com2007-02-111-1/+1
| | | | r=LpSolit a=LpSolit]
* Bug 321556: Prepare Bugzilla to ship with at least 2 skins.wurblzap%gmail.com2006-10-181-20/+59
| | | | | Patch by Marc Schumann <wurblzap@gmail.com>; r=myk, a=justdave
* Bug 330555: [SECURITY] H1, H2 and H3 are not filtered in ↵lpsolit%gmail.com2006-10-151-1/+1
| | | | global/header.html.tmpl - Patch by Frédéric Buclin <LpSolit@gmail.com> r=justdave a=justdave
* Bug 354661: Provide a Bugzilla Quicksearch plugin for Firefox 2 and IE 7 ↵lpsolit%gmail.com2006-09-291-0/+3
| | | | users to install - Patch by Frédéric Buclin <LpSolit@gmail.com> r=gavin.sharp r=wurblzap a=myk
* Bug 322693: Create a mechanism to manage multiple custom skins.wurblzap%gmail.com2006-09-071-9/+76
| | | | | Patch by Marc Schumann <wurblzap@gmail.com>; r=myk,mkanat; a=myk
* Bug 348331: Duplicated IDs on all pages - Patch by Frédéric Buclin ↵lpsolit%gmail.com2006-08-151-1/+1
| | | | <LpSolit@gmail.com> r=kevin.benton a=myk
* Bug 344074: Parameter to show announcements at the top of all pageskarl%kornel.name2006-07-141-0/+4
| | | | Patch by A. Karl Kornel <karl@kornel.name> r=myk a=myk
* Bug 341495: Merge the banner and headerbugzilla%glob.com.au2006-06-271-10/+15
| | | | Patch by Byron Jones <bugzilla@glob.com.au> r=LpSolit,kevin.benton a=justdave
* Bug 340426: Add a navbar at the top of each pages + have a better title - ↵lpsolit%gmail.com2006-06-131-5/+13
| | | | Patch by Frédéric Buclin <LpSolit@gmail.com> and Byron Jones <bugzilla@glob.com.au> r=glob a=justdave
* [SECURITY] Bug 313441: Query RSS should HTML-escape summary in <title> - ↵lpsolit%gmail.com2006-02-211-5/+5
| | | | | | Patch by Phil Ringnalda <philringnalda@gmail.com> r=myk a=justdave I forgot to specify the bug number in my previous checkin. That was bug 312498.
* Fix for bug 82878: Generate RSS 1.0 version of bug lists.myk%mozilla.org2005-03-161-0/+8
| | | | | | Patch by Jason Remillard. r=myk a=myk
* Bug 162194: DOCTYPE should include system identifiermkanat%kerio.com2005-03-071-1/+2
| | | | Patch By Max Kanat-Alexander <mkanat@kerio.com> r,a=justdave
* Bug 282999 remove Javascript LANGUAGE attribute in all filesbugreport%peshkin.net2005-02-251-2/+2
| | | | | Patch by Anne van Kesteren <bug@annevankesteren.nl> r=LpSolit,a=myk
* Fix for bug 278125: converts Bugzilla header to structural HTML and ↵myk%mozilla.org2005-02-171-23/+16
| | | | stylistic CSS; Patch by Svetlana Harisova; r,a=myk
* Bug 272456 : Default text color not settravis%sedsystems.ca2005-02-031-4/+2
| | | | Patch by Myk Melez <myk@mozilla.org> r=LpSolit, justdave a=justdave
* Bug 265394 : bodyattrs should be dropped from header.html.tmpltravis%sedsystems.ca2005-02-011-4/+1
| | | | Patch by Marc Schumann <wurblzap@gmail.com> r=LpSolit, vladd a=justdave
* Patch for bug 251596: make show.html template use customized body attribute; ↵jocuri%softhome.net2004-11-031-2/+6
| | | | patch by Marc Schumann <wurblzap@gmail.com>; r=kiko, a=justdave.
* Backing out patch for bug 251596: found a problem with it after I committed. ↵justdave%bugzilla.org2004-10-251-6/+2
| | | | See the bug.
* Bug 251596: show.html.tmpl wasn't using the customized body attributejustdave%bugzilla.org2004-10-251-2/+6
| | | | | Patch by Marc Schumann <wurblzap@gmail.com> r=kiko, a=myk
* fix for bug 265499: support custom stylesheets; r=gerv, a=mykmyk%mozilla.org2004-10-221-0/+5
|
* Fix for bug 256207: moves CSS files to skins/standard/ as part of CSS plan; ↵myk%mozilla.org2004-10-221-1/+1
| | | | r=gerv, a=justdave
* Fix for bug 253480: pages should be classified rather than identified bykiko%async.com.br2004-08-241-1/+1
| | | | domain name. r,a=myk.
* Fix for bug 251841: body id from urlbase with tilde (~) failskiko%async.com.br2004-07-211-2/+2
| | | | | validation. Swap [sequences of] tilde, hypens and some other common symbols into hyphens. r=burnus, a=myk.
* Bustage fix for bug 251469. Solve filtering issues with javascript_url,kiko%async.com.br2004-07-161-2/+2
| | | | | which includes fixing style_url as well and removing it from filterexceptions. r,a=justdave
* Fix for bug 251469: Add an interface argument in header template tokiko%async.com.br2004-07-161-0/+7
| | | | | import <script src files. Patch by Tiago R. Mello <tiago@async.com.br>. r=timeless, a=justdave.
* Fix for bug 237757: Resolved bugs are no longer struck out on dependencykiko%async.com.br2004-03-181-0/+2
| | | | | | | trees. This was bustage from bug bug 232397 which added CSS classes but didn't add them consistently to all templates. Includes a global CSS file that defines the relevant bz_* classes and adds a link to it from the global header template. r,a=myk.
* Bug 224242: Add a CSS id signature to the <body> attribute on Bugzilla pages ↵justdave%syndicomm.com2004-02-041-1/+3
| | | | | | to allow user CSS to explicitly affect Bugzilla. r= myk, a= myk
* Patch for bug 228894: Change HTML comments to template-toolkit ones for ↵jocuri%softhome.net2004-01-191-1/+1
| | | | template version numbers; patch by GavinS <bugzilla@chimpychompy.org>; r=kiko; a=justdave.
* Bug 223078 - Provide classes to allow user to style bugs depending on bug ↵gerv%gerv.net2003-12-081-1/+3
| | | | number, component or status. Patch by gerv; r=kiko, a=justdave.
* Bug 13540 - allow key terms, like "Bugzilla" and "bug", to be altered ↵gerv%gerv.net2003-07-041-10/+10
| | | | without changing all the templates. Patch by jwilmoth@starbucks.com; r=gerv, a=justdave.
* Bug 114179 - Concentration, improvement, and templatisation of Bugzilla ↵gerv%gerv.net2002-11-271-0/+2
| | | | general user help system. Patch by gerv; r,a=justdave.
* Bug 155389 - More <link> elements & templatization of navigation_links. ↵gerv%gerv.net2002-10-031-2/+1
| | | | Patch by gerv; r=bbaetz.
* Fix for bug 163541: Corrects problem with previous patch that causes primary ↵myk%mozilla.org2002-08-221-1/+1
| | | | | | headers not to appear on some installations. 2xr=bbaetz
* Fix for bug 163541: let there be a page title but no primary page header.myk%mozilla.org2002-08-201-1/+10
| | | | 2xr=bbaetz
* Bug 24823 - show the last modified date at the top of show_bugbbaetz%student.usyd.edu.au2002-08-131-2/+8
| | | | | Patch by vkissoyan@yahoo.com (Vaskin Kissoyan) r=bbaetz x2
* Bug 158658 - relogin.cgi should use a template. This also adds the ability ↵gerv%gerv.net2002-07-271-0/+4
| | | | to localise messages. Patch by gerv; r=burnus.
* Bug 155343: header template interface comment correction: extra parameter ↵jouni%heikniemi.net2002-07-041-1/+1
| | | | | | renamed to header_html. 2xr=bbaetz
* Fix for bug 149347: Corrects interface comment to refer to "javascript" ↵myk%mozilla.org2002-07-031-1/+1
| | | | | | parameter instead of "jscript" parameter. 2xr=jouni
* Backing out incorrect change to background color that was accidentally ↵myk%mozilla.org2002-06-071-1/+1
| | | | checked in as part of the fix for bug 148179.
* Fix for bug 148679: permit multiple stylesheets in the header template.justdave%syndicomm.com2002-06-051-2/+5
| | | | | Patch by Joel Peshkin <bugreport@peshkin.net> r= jouni, gerv
* Fix for bug 148179: Cleans up interface to header.html.tmpl.myk%mozilla.org2002-06-051-2/+8
| | | | r=justdave,bbaetz
* Bug #142890: Make the banner a separate template.matty%chariot.net.au2002-06-041-18/+5
|
* Bug 147272 - no background for bugzilla pagesbbaetz%student.usyd.edu.au2002-05-291-5/+4
| | | | r=justdave, preed
* Fix for bug 47251: Make HTML output HTML 4.01 Transitional compliant.myk%mozilla.org2002-05-221-1/+1
| | | | | Patch by mental <xor@ivwnet.com>. r=justdave,myk
* Bug 140993 - Pass javascript correctly into header; templatise the rest of ↵gerv%gerv.net2002-05-071-10/+31
| | | | the header-related parameters. Patch by gerv; r=bbaetz, caillon.
* Bug 141036 - add INTERFACE comments to all templates. This does the first 20 ↵gerv%gerv.net2002-05-071-0/+11
| | | | or so - many more to go... Patch by gerv; 2xr=bbaetz.
* Bug 135707 - template reorganisation. This makes the new copies of the ↵gerv%gerv.net2002-04-201-0/+20
| | | | templates use all the correct names internally. Patch by me, 2xr=myk.
* Bug 135707 - make template/en/default templates consistent with ↵gerv%gerv.net2002-04-201-7/+1
| | | | template/default. Patch by ddk, 2xr=gerv.
* Bug 135707 - rearrange templates to normalise filenames, and create ↵gerv%gerv.net2002-04-191-0/+64
directory structure which allows for localised versions of the templates. Earlier versions of these templates can be found, cvs removed, scattered around bugzilla/template/default; but there are no substantial changes between their initial checkin there and here.