aboutsummaryrefslogtreecommitdiffstats
path: root/template
Commit message (Collapse)AuthorAgeFilesLines
* Bug 133862 - bugzilla index page doesn't focus text fieldbbaetz%student.usyd.edu.au2002-03-311-1/+5
| | | | r=gerv x2
* Bug 133425 - FILTERs and other fixes in show_bug.html.tmpl. Patch by gerv, ↵gerv%gerv.net2002-03-271-28/+34
| | | | r=justdave, bbaetz.
* Bug 133200 - mass change removes dependancies. r=afranke, justdavebbaetz%student.usyd.edu.au2002-03-261-27/+3
| | | | | | Bug 133206 - mass change uses 'severity' rather than 'bug_severity'. Patch by zeroJ@null.net (John Vandenberg), r=bbaetz x2 Bug 133207 - mass confirming bugs fails. r=afranke x2
* Fix for bug 133389: changing anything on a bug from the show_bug.cgi page ↵justdave%syndicomm.com2002-03-261-1/+1
| | | | | | | would reset its component to the first in the product. Patch by John Vandenberg <zeroJ@null.net> r= myk x2
* Bug 133372 - FILTER uri on milestone URL. Patch by ddk; 2xr=gerv.gerv%gerv.net2002-03-261-1/+1
|
* Fixes to small issues with show_bug.cgi templatisation.gerv%gerv.net2002-03-261-8/+10
| | | | | | Bug 133276 - groups test is wrong. Patch by ddk, 2xr=gerv. Bug 133333 - create new attachment link broken. Patch by ddk, 2xr=gerv. Bug 109029 - show_bug should generate valid HTML. Patch by gerv, r=afranke, bbaetz.
* Bug 133201 - js syntax error in show_bugbbaetz%student.usyd.edu.au2002-03-251-1/+1
| | | | patch by zeroJ@null.net (John Vandenberg), r=bbaetz x 2
* Bug 110012 - show_bug templatisation. r=bbaetz, afranke.gerv%gerv.net2002-03-243-0/+615
|
* Bug 131568: template/default/global/header validates HTML 4.01 Transitionaljustdave%syndicomm.com2002-03-181-2/+2
| | | | | Patch by ville.skytta@iki.fi (Ville Skyttä) r= justdave x2
* Bug 103953 again = XHTML fixes. patch by ville.skytta@iki.fi, 2xr=gerv.gerv%gerv.net2002-03-171-4/+5
|
* Bug 126789 - templatise token.cgi. r=bbaetz, mattyt.gerv%gerv.net2002-03-161-0/+54
|
* Fix for bug 97739: Confirms deletion of an attachment status in browsers ↵myk%mozilla.org2002-03-131-0/+51
| | | | | | | with no-JS/JS-off. Patch by Jeff Hedlund <jeff.hedlund@matrixsi.com>. r=myk,gerv
* Fix for bug 97739: Confirms deletion of an attachment status in browsers ↵myk%mozilla.org2002-03-131-7/+23
| | | | | | | with no-JS/JS-off. Patch by Jeff Hedlund <jeff.hedlund@matrixsi.com>. r=myk,gerv
* Fix for bug 103778: Rewrites and templatizes buglist.cgi.myk%mozilla.org2002-03-128-2/+783
| | | | | Patch by Myk Melez <myk@mozilla.org>. r=bbaetz,gerv
* Bug 129017 - perl error in apache logbbaetz%student.usyd.edu.au2002-03-061-1/+1
| | | | r=gerv, justdave
* Bug 117060 broke the tree, fixing the breakage.matty%chariot.net.au2002-02-281-1/+1
|
* Bug 117060 - templatise userprefs.cgi. We also get a nice new set of tabs ↵gerv%gerv.net2002-02-285-0/+448
| | | | and a properly-tabulated email prefs section.
* Bug 127519 - error after change columnsbbaetz%student.usyd.edu.au2002-02-281-2/+2
| | | | r=afranke, dkl
* Bug 126788 - templatise xml.cgi.gerv%gerv.net2002-02-271-0/+46
|
* Bug 97729 - uploaders need to be able to obsolete their own attachmentsbbaetz%student.usyd.edu.au2002-02-261-1/+5
| | | | r=jake, justdave
* Bug 127507 - one too many blank lines in each comment.gerv%gerv.net2002-02-241-1/+1
|
* Bug 110711 - various query.cgi/tmpl problems. This patch resolves all known ↵gerv%gerv.net2002-02-241-115/+143
| | | | issues.
* Bug 117515 - describekeywords.cgi templatisation.gerv%gerv.net2002-02-201-0/+72
|
* Bug 126487 - Edit attachment as comment was causing an immediate submit ↵jake%acutex.net2002-02-201-3/+3
| | | | | | instead of letting you edit it in newer Mozilla builds. r= bbaetz x2
* Bug 110013 - templatize describecomponents.cgibbaetz%student.usyd.edu.au2002-02-141-0/+86
| | | | r=gerv, afranke
* Fix for bug 115369: Templatization of long_list.cgijustdave%syndicomm.com2002-02-132-0/+204
| | | | | Patch by Gervase Markham <gerv@mozilla.org> r= bbaetz, dkl
* Bug 99024 - add .cvsignore for template/.htaccessbbaetz%student.usyd.edu.au2002-02-131-0/+1
| | | | r=justdave x2
* Moving JS to beginning of file to avoid IE warnings.gerv%gerv.net2002-02-131-79/+79
|
* Fix for bug 97966: Changing the product in the query page would remove your ↵justdave%syndicomm.com2002-02-081-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
* Remove JS strict warning.gerv%gerv.net2002-02-051-1/+1
|
* show_bug.cgi templatisation.gerv%gerv.net2002-02-052-0/+296
|
* Fix for bug 121747: Stops every script before it does anything else if ↵myk%mozilla.org2002-02-032-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
* Fix for bug 98021: Cleans up "edit attachment" interface on NS4.x by ↵myk%mozilla.org2002-02-021-3/+11
| | | | | | | removing text of buttons that do not work in that browser. Patch by Myk Melez <myk@mozilla.org>. r=kiko x 2
* Bug 122154 part 2 - Eliminiate the use of the "usetms" Javascript cache ↵jake%acutex.net2002-02-011-14/+6
| | | | | | | variable. Patch by Christian Reis <kiko@async.com.br> r= bbaetz, jake
* Bug 122636 - Templatise colchange.cgijake%acutex.net2002-02-011-0/+50
| | | | | Patch by David Lawrence <dkl@redhat.com> and Christian Reis <kiko@async.com.br> r= kiko, jake
* Bug 122154 - change arrays to numeric, and clean up query.atml jsbbaetz%student.usyd.edu.au2002-01-301-85/+130
| | | | patch by kiko@async.com.br, r=caillon,bbaetz
* Bug 117509 - createaccount.cgi templatisation.gerv%gerv.net2002-01-303-0/+127
|
* quips.cgi rewrite and templatisation.gerv%gerv.net2002-01-261-0/+64
|
* Bug 121170 - template outputs empty <style> tagbbaetz%student.usyd.edu.au2002-01-221-3/+5
| | | | r=justdave,timeless
* Fix for bug 119060 - Use of Template.pm filters for url and html encoding. ↵dkl%redhat.com2002-01-191-1/+1
| | | | r=jake,dkl
* Fix for bug 97784: Wrap comments properly on "edit attachment" page.myk%mozilla.org2001-12-271-1/+1
| | | | | Fix by Myk Melez <myk@mozilla.org>. r=kiko,justdave
* Bug 37339 and Bug 80183 - Adding a sidebar.cgi and index.cgi. The ↵jake%acutex.net2001-12-132-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
* Fix for bug 99864: consistant use of "product" vs "program"justdave%syndicomm.com2001-11-221-1/+1
| | | | | Patch by Josh Soref <timeless@mac.com> r= dkl, justdave
* Fix for bug 107120, templates/default/global/header has invalid HTML.zach%zachlipton.com2001-11-201-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.
* Bug 98707. Query.cgi rewrite, reformatting and templatisation. Patch by me, ↵gerv%gerv.net2001-11-191-0/+778
| | | | layout by mpt and others, r=justdave,matty. Wahey!
* Fix for bug 107120: templates/default/global/header was generating HTML that ↵justdave%syndicomm.com2001-11-181-6/+6
| | | | | | | wouldn't validate as HTML 4.01 Transitional Patch by Dave Miller <justdave@syndicomm.com> r= jake, bbaetz
* Fix license headers and make attachment changed page look like bug changed ↵gerv%gerv.net2001-11-149-7/+196
| | | | page. Bug 99518 and 98110. r-myk, no second review.
* Bug 108547 - Make the JavaScript use proper DOMjake%acutex.net2001-11-071-10/+9
| | | | | Patch by Christopher Aillon <caillon@returnzero.com> r= timeless@bemail.org, kiko@async.com.br
* Fix for bug 98602: re-implementation of "create attachment" page.myk%mozilla.org2001-10-266-10/+160
| | | | | Patch by Myk Melez <myk@mozilla.org>. r=gerv@mozilla.org,jake@acutex.net
* Fix for bug 97784: comments in attachment update form are now properly ↵justdave%syndicomm.com2001-10-111-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