summaryrefslogtreecommitdiffstats
path: root/template
AgeCommit message (Collapse)AuthorFilesLines
2002-06-23Bug 153629: Clean up the HTML in the remembered query option knob section of ↵jouni%heikniemi.net1-69/+64
the query page. 2xr=kiko
2002-06-23Bug 150778: Remove an extraneous linefeed above initial bug comments (not ↵jouni%heikniemi.net1-1/+0
visible in all browsers). 2xr=bbaetz
2002-06-22Bug 152283: Show votes by bug -list has a logged out footer.jouni%heikniemi.net1-4/+4
2xr=bbaetz
2002-06-18Bug 150955 - confirmation doesn't propagate when reassigning to new ↵gerv%gerv.net1-1/+1
product/component. Patch by gerv; 2xr=bbaetz.
2002-06-17Bug 151529 - No list of votes shown if there is a + sign in the addressbbaetz%student.usyd.edu.au1-2/+2
r=jouni x2
2002-06-14Bug 151122 - Email prefs: Reporter / Owner messed up. Patch by jouni; ↵gerv%gerv.net1-1/+1
r=gerv, bbbaetz.
2002-06-14Bug 151327 - verify_new_product.html.tmpl prints wrong message. Patch by ↵gerv%gerv.net1-1/+1
gerv; 2xr=bbaetz.
2002-06-14Bug 151023 - duplicates.cgi sort by delta sorts in wrong direction. Patch by ↵gerv%gerv.net1-1/+6
gerv; r=bbaetz, jouni.
2002-06-11Bug 150826 - missing space between list of attachmentsbbaetz%student.usyd.edu.au1-1/+1
r=mattyt x2
2002-06-11Bug 150798 - Extra whitespace included in saved query linksbbaetz%student.usyd.edu.au1-4/+2
r=mattyt x2
2002-06-07Backing out incorrect change to background color that was accidentally ↵myk%mozilla.org1-1/+1
checked in as part of the fix for bug 148179.
2002-06-05Bug 148919: Make entryheader a separate template. (again)matty%chariot.net.au2-2/+38
2002-06-05Fix for bug 148679: permit multiple stylesheets in the header template.justdave%syndicomm.com2-3/+6
Patch by Joel Peshkin <bugreport@peshkin.net> r= jouni, gerv
2002-06-05Fix for bug 148179: Cleans up interface to header.html.tmpl.myk%mozilla.org4-5/+11
r=justdave,bbaetz
2002-06-04Bug #142890: Make the banner a separate template.matty%chariot.net.au2-18/+39
2002-06-04Fix for bug 145030: Removes use of CGI.pm from Template Toolkit until ↵myk%mozilla.org2-5/+59
problems with it can be investigated and resolved. r=jouni,gerv
2002-06-01Bug 148363 - minor html glitch on the enter_bug templatebbaetz%student.usyd.edu.au1-1/+1
patch by jouni@heikniemi.net (Jouni Heikniemi), r=myk x2
2002-05-31Fix for bug 148157 - Bad sorting in describecomponents.cgi, patch by David ↵dkl%redhat.com1-1/+1
Lawrence <dkl@redhat.com> r=jouni@heikniemi.net,myk@mozilla.org
2002-05-29Bug 147272 - no background for bugzilla pagesbbaetz%student.usyd.edu.au1-5/+4
r=justdave, preed
2002-05-25Bug 145849 - Non-maintainers with ability to bless others need "users" link ↵gerv%gerv.net1-1/+2
in footer. Patch by bugreport@peshkin.net; r=gerv, justdave.
2002-05-25Bug 144768 - Selecting multiple products on query page causes script error ↵gerv%gerv.net1-3/+3
in IE. Patch by jouni@heikniemi.net; r=gerv, bbaetz.
2002-05-22Fix for bug 47251: Make HTML output HTML 4.01 Transitional compliant.myk%mozilla.org33-116/+116
Patch by mental <xor@ivwnet.com>. r=justdave,myk
2002-05-13Bug 143560 - showdependencytree.cgi eats all available memory if there's a ↵gerv%gerv.net1-1/+1
circular dependency. Patch by myk; 2xr=gerv.
2002-05-10Bug 143231 - Changing a bug with an empty buglist gives a warning. Patch by ↵gerv%gerv.net1-1/+1
jouni@heikniemi.net; 2xr=justdave.
2002-05-09Bug 143045 - Bug groups text is unclear. Patch by jmrobins@tgix.com; 2xr=gerv.gerv%gerv.net2-2/+2
2002-05-09Bug 142950 - query links in footer are broken. Patch by gerv; r=ddk, afranke.gerv%gerv.net1-2/+2
2002-05-08Oops :-) Missing #.gerv%gerv.net1-1/+1
2002-05-08Bug 142231 - template/.cvsignore should contain es, de, but not custom. ↵gerv%gerv.net1-1/+2
Patch by burnus@gmx.de, 2xr=gerv.
2002-05-08Bug 140435 - Templatise GetCommandMenu. Patch by gerv; r=bbaetz, justdave.gerv%gerv.net4-8/+169
2002-05-07Bug 134571 - client-side image maps in showdependencygraph.cgibbaetz%student.usyd.edu.au1-4/+12
Patch by zeroJ@null.net (John Vandenberg), r=bbaetz, justdave
2002-05-07Oops - adding INTERFACE comments accidentally included some code from ↵gerv%gerv.net2-7/+5
another patch. Backing out those changes.
2002-05-07Bug 140993 - Pass javascript correctly into header; templatise the rest of ↵gerv%gerv.net5-14/+35
the header-related parameters. Patch by gerv; r=bbaetz, caillon.
2002-05-07Bug 141036 - add INTERFACE comments to all templates. This does the first 20 ↵gerv%gerv.net26-6/+153
or so - many more to go... Patch by gerv; 2xr=bbaetz.
2002-05-05Rename getSelection to get_selection. Fixes bug 141716, Mozilla context ↵caillon%returnzero.com1-5/+5
menus were broken on query.cgi because of getSelection overriding the native method which is used by Mozilla's context menu code. r=bbaetz x2
2002-05-03Bug 135836 - change requests should include expiration details. Patch by ↵gerv%gerv.net3-0/+11
zeroJ@null.net; r=gerv, justdave.
2002-05-03Bug 141609 - "Version unspecified" error when changing product with product ↵gerv%gerv.net2-2/+3
groups enabled. Patch by myk; 2xr=gerv.
2002-05-02Bug 140770 - Navigation doesn't work after creating a new bug. This fix ↵gerv%gerv.net2-26/+10
displays a new bug to the user immediately after it's been filed. Patch by gerv; r=justdave, afranke.
2002-05-01Bug 141385 - dependency graph title is incorrect when doall is specified. ↵gerv%gerv.net1-1/+1
Patch by zeroJ@null.net; 2xr=gerv.
2002-05-01Bug 140311 - query.cgi, search/seach.html.tmpl: should move some strings to ↵gerv%gerv.net1-1/+10
template. Patch by burnus@gmx.de; 2xr=gerv.
2002-04-30Bug 140329 - Stagger headers have wrong order. Patch by myk; 2xr=gerv.gerv%gerv.net1-2/+2
2002-04-29Bug 140553 - remaining instances of uri filter. Patch by gerv; 2xr=bbaetz.gerv%gerv.net1-2/+2
2002-04-29Bug 137623 - showdependencytree.cgi has minor grammatical and formatting ↵gerv%gerv.net1-24/+13
issues. Patch by gerv; r=bbaetz, justdave.
2002-04-29Bug 140765 - midair template has an error. Patch by jouni@heikniemi.net, ↵gerv%gerv.net1-1/+1
2xr=gerv.
2002-04-29Bug 138904 - post_bug templates should be separate. Renaming template so ↵gerv%gerv.net1-0/+0
that the name's not so long, and we can use formats.
2002-04-29Bug 140103 - various templatisations or cleanups in CGI.pl. Patch by gerv; ↵gerv%gerv.net1-0/+1
r=justdave, bbaetz.
2002-04-27Bug 138284 - prepare for Bugzilla Helper replacement enter_bug template. ↵gerv%gerv.net3-5/+11
Patch by gerv; r=bbaetz, myk.
2002-04-27Bug 138994 - split up duplicates.html.tmpl. Patch by gerv; r=myk, bbaetz.gerv%gerv.net3-105/+183
2002-04-27Bug 140419 - fix merge error from bug 138995. Oops. Patch by burnus@gmx.de; ↵gerv%gerv.net2-0/+4
2xr=gerv.
2002-04-27Bug 138995 - split up search.html.tmpl. Patch by gerv; 2xr=myk.gerv%gerv.net5-1646/+899
2002-04-27Fix for bug 140354: Prevents "edit attachment as comment" from displaying ↵myk%mozilla.org1-2/+2
opening and closing HTML tags on recent versions of Mozilla by making the regexp that finds and removes them case-insensitive. Patch by Myk Melez <myk@mozilla.org> 2xr=gerv