summaryrefslogtreecommitdiffstats
path: root/template
AgeCommit message (Collapse)AuthorFilesLines
2002-02-14Bug 110013 - templatize describecomponents.cgibbaetz%student.usyd.edu.au1-0/+86
r=gerv, afranke
2002-02-14Fix for bug 115369: Templatization of long_list.cgijustdave%syndicomm.com2-0/+204
Patch by Gervase Markham <gerv@mozilla.org> r= bbaetz, dkl
2002-02-13Bug 99024 - add .cvsignore for template/.htaccessbbaetz%student.usyd.edu.au1-0/+1
r=justdave x2
2002-02-13Moving JS to beginning of file to avoid IE warnings.gerv%gerv.net1-79/+79
2002-02-08Fix for bug 97966: Changing the product in the query page would remove your ↵justdave%syndicomm.com1-17/+31
component, version, and milestone selections, even if the other product used the same ones, or you were selecting an additional product without unselecting the first one. Patch by Christian Reis <kiko@async.com.br> r= caillon, justdave
2002-02-05Remove JS strict warning.gerv%gerv.net1-1/+1
2002-02-05show_bug.cgi templatisation.gerv%gerv.net2-0/+296
2002-02-03Fix for bug 121747: Stops every script before it does anything else if ↵myk%mozilla.org2-8/+21
Bugzilla is currently shut down. Also adds global template instantiation code to globals.pl. Patch by Myk Melez <myk@mozilla.org>. r=gerv,kiko
2002-02-02Fix for bug 98021: Cleans up "edit attachment" interface on NS4.x by ↵myk%mozilla.org1-3/+11
removing text of buttons that do not work in that browser. Patch by Myk Melez <myk@mozilla.org>. r=kiko x 2
2002-02-01Bug 122154 part 2 - Eliminiate the use of the "usetms" Javascript cache ↵jake%acutex.net1-14/+6
variable. Patch by Christian Reis <kiko@async.com.br> r= bbaetz, jake
2002-02-01Bug 122636 - Templatise colchange.cgijake%acutex.net1-0/+50
Patch by David Lawrence <dkl@redhat.com> and Christian Reis <kiko@async.com.br> r= kiko, jake
2002-01-30Bug 122154 - change arrays to numeric, and clean up query.atml jsbbaetz%student.usyd.edu.au1-85/+130
patch by kiko@async.com.br, r=caillon,bbaetz
2002-01-30Bug 117509 - createaccount.cgi templatisation.gerv%gerv.net3-0/+127
2002-01-26quips.cgi rewrite and templatisation.gerv%gerv.net1-0/+64
2002-01-22Bug 121170 - template outputs empty <style> tagbbaetz%student.usyd.edu.au1-3/+5
r=justdave,timeless
2002-01-19Fix for bug 119060 - Use of Template.pm filters for url and html encoding. ↵dkl%redhat.com1-1/+1
r=jake,dkl
2001-12-27Fix for bug 97784: Wrap comments properly on "edit attachment" page.myk%mozilla.org1-1/+1
Fix by Myk Melez <myk@mozilla.org>. r=kiko,justdave
2001-12-13Bug 37339 and Bug 80183 - Adding a sidebar.cgi and index.cgi. The ↵jake%acutex.net2-0/+204
sidebar.cgi can currently be used in Mozilla/Netscape 6 and uses XUL that was originally written by Scott Collins <scc@mozilla.org>. The index.cgi displays both the proper header and footer in the appropriate places. It also changes the links accoding to if you are logged in or not. r= ddk, kiko
2001-11-22Fix for bug 99864: consistant use of "product" vs "program"justdave%syndicomm.com1-1/+1
Patch by Josh Soref <timeless@mac.com> r= dkl, justdave
2001-11-20Fix for bug 107120, templates/default/global/header has invalid HTML.zach%zachlipton.com1-1/+1
Patch removes a <meta> tag as per bug 38856. Patch by David D. Kilzer <mailto:ddkilzer@theracingworld.com>. r1=Christopher Aillon <mailto:caillon@returnzero.com>. No 2nd review required as per caillon.
2001-11-19Bug 98707. Query.cgi rewrite, reformatting and templatisation. Patch by me, ↵gerv%gerv.net1-0/+778
layout by mpt and others, r=justdave,matty. Wahey!
2001-11-18Fix for bug 107120: templates/default/global/header was generating HTML that ↵justdave%syndicomm.com1-6/+6
wouldn't validate as HTML 4.01 Transitional Patch by Dave Miller <justdave@syndicomm.com> r= jake, bbaetz
2001-11-14Fix license headers and make attachment changed page look like bug changed ↵gerv%gerv.net9-7/+196
page. Bug 99518 and 98110. r-myk, no second review.
2001-11-07Bug 108547 - Make the JavaScript use proper DOMjake%acutex.net1-10/+9
Patch by Christopher Aillon <caillon@returnzero.com> r= timeless@bemail.org, kiko@async.com.br
2001-10-26Fix for bug 98602: re-implementation of "create attachment" page.myk%mozilla.org6-10/+160
Patch by Myk Melez <myk@mozilla.org>. r=gerv@mozilla.org,jake@acutex.net
2001-10-11Fix for bug 97784: comments in attachment update form are now properly ↵justdave%syndicomm.com1-2/+2
word-wrapped. This is a server-side implementation to do the word-wrapping, which will probably eventually be used in the main comments area on the bug form as well. Patch by Myk Melez <myk@mozilla.org> r= gerv, justdave
2001-10-08Fix for bug 98074: Attachment manager doesn't html_escape bug titles.zach%zachlipton.com1-3/+8
r1=caillon <mailto:caillon@returnzero.com>, r2=Jake <mailto:jake@acutex.net>
2001-08-31Fix for bug 84338: initial implementation of attachment tracker, which lets ↵myk%mozilla.org9-0/+559
users flag attachments with statuses. Patch by Myk Melez <myk@mozilla.org> r=justdave@syndicomm.com