aboutsummaryrefslogtreecommitdiffstats
path: root/template
Commit message (Collapse)AuthorAgeFilesLines
* Fix for bug 137669: remove <nobr> tags from attachment status listsjustdave%syndicomm.com2002-04-162-6/+2
| | | | | Patch by Jeffrey Baker <jwbaker@acm.org> r= justdave x2
* Bug 121247 - enter_bug comment templates. Template method for amalgamation ↵gerv%gerv.net2002-04-161-0/+21
| | | | of free-form enter_bug text fields into the description. Patch by gerv; 2xr=myk.
* Bug 129442 - make html of a default installation (mostly) HTML 4.01bbaetz%student.usyd.edu.au2002-04-1510-68/+69
| | | | | | | transitional compliant Original patch by chema@ximian.com, modified/extended by bbaetz@student.usyd.edu.au r=gerv, justdave
* Fix for bug 125660: Templatizes process_bug.cgi.myk%mozilla.org2002-04-136-0/+362
| | | | | Patch by Myk Melez <myk@mozilla.org> r=gerv,bbaetz
* Build bustage - add version string. Oops. No bug number.gerv%gerv.net2002-04-111-0/+1
|
* Bug 199635 - templatise duplicates.cgi. Patch by gerv, r=myk, bbaetz.gerv%gerv.net2002-04-111-0/+275
|
* Byg 136003 - two extra spaces after every commentbbaetz%student.usyd.edu.au2002-04-071-3/+6
| | | | r=gerv x2
* Bug 133423 - Audit templates for FILTER usagebbaetz%student.usyd.edu.au2002-04-0726-41/+48
| | | | r=gerv, justdave
* Bug 135473 - Using back button after failure on attachment.cgi does not ↵gerv%gerv.net2002-04-061-0/+1
| | | | disable radio buttons when patch checkbox is checked. Patch by ddk <ddkilzer@theracingworld.com>, 2xr=gerv.
* Bug 135469 - missing version string (tree's afire). Patch by ddk, 2xr=zach.gerv%gerv.net2002-04-061-0/+1
|
* Bug 126456 - fix our error handling. Change the name of the functions to ↵gerv%gerv.net2002-04-061-9/+15
| | | | something more sane; a few enhancements. Patch by gerv, 2xr=myk.
* Bug 117760 - Templatise showvotes.cgi and incorporate doeditvotes.cgi. Patch ↵gerv%gerv.net2002-04-055-4/+230
| | | | by gerv, r=myk, bbaetz.
* Bug 124920 - Templatise post_bug.cgi. Patch by gerv, r=myk, bbaetz.gerv%gerv.net2002-04-052-0/+80
|
* Bug 126793 - templatise showdependencygraph.cgi. Patch by gerv, r=bbaetz, myk.gerv%gerv.net2002-04-041-0/+97
|
* Fix for bug 135291: add version string to new templates and fix the string ↵zach%zachlipton.com2002-04-046-4/+6
| | | | | | | | for non xml templates. r=bbaetz, r2=ddk
* Partial fix for bug 104600: Adds "template/custom" to .cvsignore.myk%mozilla.org2002-04-041-0/+1
| | | | | Patch by Myk Melez <myk@mozilla.org> r=justdave x2
* Bug 126456 - improve our error handling. Patch by gerv, r=myk, bbaetz.gerv%gerv.net2002-04-042-0/+89
|
* Fix for bug 98658: Let administrator know which customised templates have ↵zach%zachlipton.com2002-04-0439-1/+39
| | | | | | | | | | | been updated by Bugzilla team. Patch adds a version string to every template and a check in t/004template.t to check for version strings in templates. Note that two templates that were not included in the initial patch now have version strings added. r=justdave, r2=myk
* Bug 124937 - templatise show_activity.cgi. Patch by me, r=myk, bbaetz.gerv%gerv.net2002-04-045-3/+139
|
* Bug 132939 - "zarro bugs found" is no morebbaetz%student.usyd.edu.au2002-04-021-2/+2
| | | | r=justdave x2
* Fix for bug 23067: Allow the user to change their email address through the ↵justdave%syndicomm.com2002-04-016-4/+202
| | | | | | | | | preferences. Sends out tokens in email to both addresses which have to be confirmed by the new address, and can be cancelled by the old one. Entering your password on the preferences page is required to initiate the process. Patch by John Vandenberg <zeroJ@null.net> r= myk, justdave
* Fix for bug 133425: adding missing FILTERs in the templatejustdave%syndicomm.com2002-04-011-3/+3
| | | | | Patch by Andreas Franke r = Gerv x2
* 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
|