aboutsummaryrefslogtreecommitdiffstats
path: root/template/en/default/global/header.html.tmpl
Commit message (Collapse)AuthorAgeFilesLines
* Revert wrong indentation, see bug 652427Frédéric Buclin2011-07-011-1/+1
|
* Bug 652427: Going back to the new bug page loses the description if possible ↵Guy Pyrzak2011-06-281-1/+2
| | | | | | duplicates have been searched for r=mkanat, r=mkanat
* Bug 634310: Remove WCAG 2.0 violations from the index.cgi to make itFrancisco Donalisio2011-03-081-1/+1
| | | | | W3C WAI compliant. r=timello, a=LpSolit
* Bug 639371: Include the charset into HTML pages when the utf8 param is trueBjoern Jacke2011-03-091-0/+4
| | | | r/a=mkanat
* Bug 624414: BUGZILLA.value_descs was always empty in the JS, and display_valueMax Kanat-Alexander2011-03-021-1/+1
| | | | | wasn't translating values. r=glob, a=mkanat
* Bug 607675: In Firefox, YAHOO.util.Event.addListener/on events no longer ↵Guy Pyrzak2010-12-021-3/+5
| | | | | | exist after a user clicks back r:LpSolit, a:mkanat
* Bug 551468: Stop word-wrapping comments on the serverMax Kanat-Alexander2010-10-261-1/+3
| | | | r=glob, a=mkanat
* Bug 581448: Localize the status and resolution values in the list ofMax Kanat-Alexander2010-10-131-0/+13
| | | | | possible duplicates on enter_bug.cgi r=LpSolit, a=LpSolit
* Bug 595380: Add a ?mtime string to all of the manually-insertedMax Kanat-Alexander2010-09-271-2/+2
| | | | | <script src> and <link href> tags in Bugzilla r=glob, a=mkanat
* Bug 577574: Make YUI's unload listener into a "pagehide" listener onGuy Pyrzak2010-08-291-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
* Bug 584069: IE6 throws many JS errorsGuy Pyrzak2010-08-031-1/+1
| | | | r/a=LpSolit
* Bug 578572: Make the user autocomplete and keyword autocomplete behaveMax Kanat-Alexander2010-08-011-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
* Bug 580761: YUI scripts no longer workFrédéric Buclin2010-07-211-1/+1
| | | | r/a=mkanat
* Bug 428313: Properly expire the browser's CSS and JS cache when thereMax Kanat-Alexander2010-07-201-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
* Bug 490767: Make validation happen with JS, when filing a bugMax Kanat-Alexander2010-07-121-1/+11
| | | | r=pyrzak, a=mkanat
* Bug 568383: Add a new hook in the header.html.tmpl template right after <head>Tiago Mello2010-06-211-0/+1
| | | | r=mkanat, a=mkanat
* Bug 22353: Automatic duplicate bug detection on enter_bug.cgiMax Kanat-Alexander2010-06-211-6/+15
| | | | r=glob, a=mkanat
* Bug 572949: Update YUI to 2.8.1Max Kanat-Alexander2010-06-181-2/+41
| | | | r=glob, a=mkanat
* Bug 490923: Autocomplete assignee, qa contact, and cc on the client sideGuy Pyrzak2010-02-211-1/+1
| | | | r=LpSolit, a=mkanat
* Bug 421265: Let the user easily override the language used to display HTML pagesmkanat%bugzilla.org2009-11-181-2/+32
| | | | Patch by Jacques Supcik <jacques@supcik.org> r=mkanat, a=mkanat
* Bug 388830: Use JS to make sure there's a Description value when submitting ↵mkanat%bugzilla.org2009-09-211-0/+5
| | | | | | an attachment Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=dkl, a=LpSolit
* Bug 483150: Fix Bugzilla JS/CSS for IE8mkanat%bugzilla.org2009-04-281-12/+14
| | | | Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=glob, a=mkanat
* Bug 476090: Allow users to log-in from toolbarmkanat%bugzilla.org2009-02-121-1/+1
| | | | Patch By Guy Pyrzak <guy.pyrzak@gmail.com> r=mkanat, a=mkanat
* Bug 475063: Make the logged-out index.cgi simplermkanat%bugzilla.org2009-02-121-8/+6
| | | | Patch By Guy Pyrzak <guy.pyrzak@gmail.com> r=mkanat, a=mkanat
* Bug 376673: Add a simple version of the bug entry form (enter_bug.cgi)mkanat%bugzilla.org2009-02-111-6/+17
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=pyrzak, r=LpSolit, a=LpSolit
* Bug 453459: Bug pages no longer added to bfcache due to unload listener on ↵guy.pyrzak%gmail.com2008-10-021-0/+2
| | | | | | Window Patch by Guy Pyrzak <guy.pyrzak@gmail.com> r=LpSolit@gmail.com, a=LpSolit@gmail.com
* Bug 453585: Load stylesheets before scripts for performance reasonsmkanat%bugzilla.org2008-09-061-17/+18
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
* Bug 132383: Bugzilla should have a default favicon - Patch by Guy Pyrzak ↵lpsolit%gmail.com2008-07-301-2/+2
| | | | <guy.pyrzak@gmail.com> r/a=mkanat
* Bug 251740: Add local CSS hook file - Patch by Guy Pyrzak ↵lpsolit%gmail.com2008-02-211-0/+2
| | | | <guy.pyrzak@gmail.com> r/a=mkanat
* Bug 397099: Date/Time Fields should have a JavaScript widget for picking a datemkanat%bugzilla.org2007-11-291-1/+6
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, r=glob, a=mkanat
* Bug 392186: Remove version headers from all templates - Patch by GavinS ↵lpsolit%gmail.com2007-08-201-1/+0
| | | | <bugzilla@chimpychompy.org> r/a=LpSolit
* Bug 391726: Missing ID for the quicksearch fields - Patch by Frédéric ↵lpsolit%gmail.com2007-08-111-1/+1
| | | | Buclin <LpSolit@gmail.com> r=mkanat a=LpSolit
* Bug 390062: url should be 'URL' - Patch by Vlad Dascalu ↵vladd%bugzilla.org2007-07-301-1/+1
| | | | <vladd@bugzilla.org>, r/a=LpSolit.
* Bug 369933: Use Bugzilla::Util::correct_urlbase() everywhere in templates to ↵lpsolit%gmail.com2007-04-191-1/+1
| | | | get the correct URL to the Bugzilla installation - Patch by Alex Eiser <aeiser@arc.nasa.gov> r/a=LpSolit
* Bug 182082: Help system should support more browsers - Patch by Teemu ↵lpsolit%gmail.com2007-04-151-2/+0
| | | | Mannermaa <wicked+bz@etlicon.fi> r=myk a=LpSolit
* 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