summaryrefslogtreecommitdiffstats
path: root/template
AgeCommit message (Collapse)AuthorFilesLines
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
2002-04-26Bug 135814 - templatise Token.pm. Patch by zeroj; 2xr=bbaetz.gerv%gerv.net1-0/+34
2002-04-26Fix for bug 139588: changes "size" to "maxlength" in abbreviations hash ↵myk%mozilla.org1-14/+14
since "size" is a hash built-in method in Template Toolkit 2.07 Patch by Gerv <gerv@gerv.net> r=ddk,myk
2002-04-26Fix for bug 140161: Prevents function call from displaying its return value, ↵myk%mozilla.org1-1/+1
which we don't need. Patch by Myk Melez <myk@mozilla.org>. 2xr=gerv
2002-04-26Bug 140121 - make sure we keep calling SyncAnyPendingShadowChanges from the ↵gerv%gerv.net1-0/+1
footer. Patch by gerv, 2xr=myk.
2002-04-26Bug 139928 - cvs remove templates from template/default directory. These ↵gerv%gerv.net67-6667/+0
templates now all live in template/en/default, for l10n purposes.
2002-04-25Bug 137183 - tab names should be in the template not in the .cgi. Patch by ↵gerv%gerv.net1-1/+11
gerv; r=afranke, myk.
2002-04-25Bug 136180 - use uri/url_quote filters correctly. Patch by ddk; 2xr=gerv.gerv%gerv.net9-11/+14
2002-04-25Bug 139787 - more template name fixes to stop tree burning. Patch by ddk, ↵gerv%gerv.net4-8/+8
2xr=gerv.
2002-04-24Adding .cvsignore file so we ignore "custom" directory and ".htaccess" file.gerv%gerv.net1-0/+2
2002-04-24Bug 138582 - convert all INCLUDEs to PROCESS. Patch by gerv, r=bbaetz, afranke.gerv%gerv.net38-80/+80
2002-04-23Bug 138604, make the bugzilla sidebar use valid XUL plus some template ↵caillon%returnzero.com2-60/+52
cleanup. r=bbaetz,gerv
2002-04-22Bug 135707 - rearrange templates to normalise filenames, and create ↵gerv%gerv.net5-0/+330
directory structure which allows for localised versions of the templates. Earlier versions of these templates can be found, cvs removed, scattered around bugzilla/template/default; but there are no substantial changes between their initial checkin there and here.
2002-04-20Bug 135707 - template reorganisation. This makes the new copies of the ↵gerv%gerv.net44-92/+152
templates use all the correct names internally. Patch by me, 2xr=myk.
2002-04-20Bug 135707 - make template/en/default templates consistent with ↵gerv%gerv.net4-33/+6
template/default. Patch by ddk, 2xr=gerv.
2002-04-19Bug 135707 - rearrange templates to normalise filenames, and create ↵gerv%gerv.net1-0/+55
directory structure which allows for localised versions of the templates. Earlier versions of these templates can be found, cvs removed, scattered around bugzilla/template/default; but there are no substantial changes between their initial checkin there and here.
2002-04-19Bug 135707 - rearrange templates to normalise filenames, and create ↵gerv%gerv.net4-0/+0
directory structure which allows for localised versions of the templates. Earlier versions of these templates can be found, cvs removed, scattered around bugzilla/template/default; but there are no substantial changes between their initial checkin there and here.
2002-04-19Bug 135707 - rearrange templates to normalise filenames, and create ↵gerv%gerv.net4-0/+294
directory structure which allows for localised versions of the templates. Earlier versions of these templates can be found, cvs removed, scattered around bugzilla/template/default; but there are no substantial changes between their initial checkin there and here.
2002-04-19Bug 135707 - rearrange templates to normalise filenames, and create ↵gerv%gerv.net58-0/+6877
directory structure which allows for localised versions of the templates. Earlier versions of these templates can be found, cvs removed, scattered around bugzilla/template/default; but there are no substantial changes between their initial checkin there and here.
2002-04-18Missing version string. Fixes tinderbox bustage, or it would if thebbaetz%student.usyd.edu.au1-0/+1
tinderboxes were working r=./runtests.sh --verbose x2
2002-04-18Fix for bug 126792: Templatizes showdependencytree.cgi.myk%mozilla.org1-0/+208
Patch by Myk Melez <myk@mozilla.org>. r=afranke,gerv
2002-04-18Bug 135545 - missing template version strings. Patch by ddk; 2xr=gerv.gerv%gerv.net12-1/+34
2002-04-16Fix for bug 137669: remove <nobr> tags from attachment status listsjustdave%syndicomm.com2-6/+2
Patch by Jeffrey Baker <jwbaker@acm.org> r= justdave x2
2002-04-16Bug 121247 - enter_bug comment templates. Template method for amalgamation ↵gerv%gerv.net1-0/+21
of free-form enter_bug text fields into the description. Patch by gerv; 2xr=myk.
2002-04-15Bug 129442 - make html of a default installation (mostly) HTML 4.01bbaetz%student.usyd.edu.au10-68/+69
transitional compliant Original patch by chema@ximian.com, modified/extended by bbaetz@student.usyd.edu.au r=gerv, justdave
2002-04-13Fix for bug 125660: Templatizes process_bug.cgi.myk%mozilla.org6-0/+362
Patch by Myk Melez <myk@mozilla.org> r=gerv,bbaetz
2002-04-11Build bustage - add version string. Oops. No bug number.gerv%gerv.net1-0/+1
2002-04-11Bug 199635 - templatise duplicates.cgi. Patch by gerv, r=myk, bbaetz.gerv%gerv.net1-0/+275
2002-04-07Byg 136003 - two extra spaces after every commentbbaetz%student.usyd.edu.au1-3/+6
r=gerv x2
2002-04-07Bug 133423 - Audit templates for FILTER usagebbaetz%student.usyd.edu.au26-41/+48
r=gerv, justdave
2002-04-06Bug 135473 - Using back button after failure on attachment.cgi does not ↵gerv%gerv.net1-0/+1
disable radio buttons when patch checkbox is checked. Patch by ddk <ddkilzer@theracingworld.com>, 2xr=gerv.
2002-04-06Bug 135469 - missing version string (tree's afire). Patch by ddk, 2xr=zach.gerv%gerv.net1-0/+1
2002-04-06Bug 126456 - fix our error handling. Change the name of the functions to ↵gerv%gerv.net1-9/+15
something more sane; a few enhancements. Patch by gerv, 2xr=myk.
2002-04-05Bug 117760 - Templatise showvotes.cgi and incorporate doeditvotes.cgi. Patch ↵gerv%gerv.net5-4/+230
by gerv, r=myk, bbaetz.
2002-04-05Bug 124920 - Templatise post_bug.cgi. Patch by gerv, r=myk, bbaetz.gerv%gerv.net2-0/+80
2002-04-04Bug 126793 - templatise showdependencygraph.cgi. Patch by gerv, r=bbaetz, myk.gerv%gerv.net1-0/+97
2002-04-04Fix for bug 135291: add version string to new templates and fix the string ↵zach%zachlipton.com6-4/+6
for non xml templates. r=bbaetz, r2=ddk
2002-04-04Partial fix for bug 104600: Adds "template/custom" to .cvsignore.myk%mozilla.org1-0/+1
Patch by Myk Melez <myk@mozilla.org> r=justdave x2
2002-04-04Bug 126456 - improve our error handling. Patch by gerv, r=myk, bbaetz.gerv%gerv.net2-0/+89
2002-04-04Fix for bug 98658: Let administrator know which customised templates have ↵zach%zachlipton.com39-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
2002-04-04Bug 124937 - templatise show_activity.cgi. Patch by me, r=myk, bbaetz.gerv%gerv.net5-3/+139
2002-04-02Bug 132939 - "zarro bugs found" is no morebbaetz%student.usyd.edu.au1-2/+2
r=justdave x2
2002-04-01Fix for bug 23067: Allow the user to change their email address through the ↵justdave%syndicomm.com6-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
2002-04-01Fix for bug 133425: adding missing FILTERs in the templatejustdave%syndicomm.com1-3/+3
Patch by Andreas Franke r = Gerv x2
2002-03-31Bug 133862 - bugzilla index page doesn't focus text fieldbbaetz%student.usyd.edu.au1-1/+5
r=gerv x2
2002-03-27Bug 133425 - FILTERs and other fixes in show_bug.html.tmpl. Patch by gerv, ↵gerv%gerv.net1-28/+34
r=justdave, bbaetz.
2002-03-26Bug 133200 - mass change removes dependancies. r=afranke, justdavebbaetz%student.usyd.edu.au1-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