- 05 Mar, 2008 1 commit
-
-
wurblzap%gmail.com authored
Patch by Vitaly Fedrushkov <vitaly.fedrushkov@gmail.com>; r=Wurblzap, a=LpSolit
-
- 20 Aug, 2007 1 commit
-
-
lpsolit%gmail.com authored
Bug 392186: Remove version headers from all templates - Patch by GavinS <bugzilla@chimpychompy.org> r/a=LpSolit
-
- 21 Jun, 2006 1 commit
-
-
lpsolit%gmail.com authored
Bug 282121: Remove globals.pl from scripts that no longer use it - Patch by Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=myk
-
- 07 Sep, 2005 1 commit
-
-
lpsolit%gmail.com authored
Bug 302669 (2nd part): show_bug.cgi?ctype=xml should allow the option of exporting attachment data - Patch by Greg Hendricks <ghendricks@novell.com> r/a=myk
-
- 06 Aug, 2005 1 commit
-
-
justdave%bugzilla.org authored
r= LpSolit, a= justdave
-
- 10 Feb, 2005 1 commit
-
-
travis%sedsystems.ca authored
Patch by Max Kanat-Alexander <mkanat@kerio.com> r=gerv,justdave a=justdave
-
- 08 Feb, 2005 1 commit
-
-
travis%sedsystems.ca authored
Patch by Marc Schumann <wurblzap@gmail.com> r=vladd a=justdave
-
- 19 Jan, 2005 1 commit
-
-
travis%sedsystems.ca authored
Bug 245282 : Flags should use nonbreaking hyphens or nowrap or somehow prevent hyphens from breaking flag names Patch by LpSolit@gmail.com r=wurblzap a=myk
-
- 28 Mar, 2004 1 commit
-
-
jocuri%softhome.net authored
-
- 17 Mar, 2004 1 commit
-
-
kiko%async.com.br authored
specific bz_obsolete/closed/inactive classes (that don't specify underline, but line-through instead) and additional Template filters for conveniently applying them. Change occurences of <strike> to use new classes and clean up callsites. Patch by byron jones <bugzilla@glob.com.au>. r=myk, gerv. a=myk.
-
- 06 Feb, 2004 1 commit
-
-
myk%mozilla.org authored
Patch by Dave Swegen <dswegen@software.plasmon.com> r=myk a=myk
-
- 12 Jan, 2004 1 commit
-
-
myk%mozilla.org authored
Fix for bug 229658: Implements a mechanism for extensions to hook into standard Bugzilla templates so they can extend the Bugzilla UI without having to modify the standard templates themselves, making it easier to develop and use Bugzilla extensions. r=bbaetz, gerv a=myk
-
- 12 Sep, 2003 1 commit
-
-
gerv%gerv.net authored
Bug 120030 - Bugzilla bug lists are a spammer's paradise. Patches by lots of people, but in the end by gerv; r,a=justdave.
-
- 07 Sep, 2003 1 commit
-
-
gerv%gerv.net authored
Bug 207044 - Filter more template directives. None of these are security bugs, but they need fixing anyway. Patch by gerv; r,a=justdave.
-
- 22 Aug, 2003 1 commit
-
-
burnus%gmx.de authored
r,a=justdave
-
- 01 Aug, 2003 1 commit
-
-
myk%mozilla.org authored
Patch by Stephen Lee <slee@@wilcoxassoc.com>. r=myk,a=myk
-
- 24 Jan, 2003 1 commit
-
-
gerv%gerv.net authored
Bug 126955 - Bugzilla should support translated/localized templates. Patch by burnus; r=gerv, a=justdave.
-
- 15 Dec, 2002 1 commit
-
-
bbaetz%student.usyd.edu.au authored
r=gerv, justdave a=justdave
-
- 28 Nov, 2002 2 commits
-
-
bbaetz%student.usyd.edu.au authored
r=justdave, joel a=justdave
-
jake%bugzilla.org authored
r=justdave a=justdave
-
- 29 Oct, 2002 1 commit
-
-
gerv%gerv.net authored
Bug 168191 - Checksetup needs to force template recompilation. Patch by bbaetz; r=gerv. Should fix tindebox bustage.
-
- 25 Sep, 2002 1 commit
-
-
gerv%gerv.net authored
-
- 27 Aug, 2002 1 commit
-
-
jake%bugzilla.org authored
* NO CODE CHANGES *
-
- 19 Jul, 2002 1 commit
-
-
bbaetz%student.usyd.edu.au authored
r=myk, jouni
-
- 01 Jul, 2002 1 commit
-
-
bbaetz%student.usyd.edu.au authored
r=jouni, justdave
-
- 09 May, 2002 1 commit
-
-
zach%zachlipton.com authored
test code. Patch makes the tests much better now. r=zach x2
-
- 08 May, 2002 1 commit
-
-
gerv%gerv.net authored
-
- 07 May, 2002 1 commit
-
-
bbaetz%student.usyd.edu.au authored
Patch by ddkilzer@theracingworld.com (David D. Kilzer), r=gerv, justdave
-
- 25 Apr, 2002 1 commit
-
-
gerv%gerv.net authored
-
- 18 Apr, 2002 1 commit
-
-
gerv%gerv.net authored
-
- 04 Apr, 2002 2 commits
-
-
zach%zachlipton.com authored
xml templates. r=bbaetz, r2=ddk
-
zach%zachlipton.com authored
Fix for bug 98658: Let administrator know which customised templates have 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
-
- 14 Feb, 2002 1 commit
-
-
jake%acutex.net authored
-
- 19 Jan, 2002 1 commit
-
-
dkl%redhat.com authored
-
- 27 Oct, 2001 1 commit
-
-
jake%acutex.net authored
* If there's a compilation error, report what it is * Don't try to compile a template if it doesn't exist - We already tested for that and issued an ERROR * Define the 'url' FILTER
-
- 25 Oct, 2001 1 commit
-
-
jake%acutex.net authored
Don't rely on the TEST_VERBOSE environment variable (no longer exported from runtests.sh) and instead print to the TESTOUT file handle pulled in from Test::More. This will allow the testing backend to check for verbosity rather than having to handle it in the .t files.
-
- 20 Oct, 2001 1 commit
-
-
jake%acutex.net authored
Bug 103664 - Tests should "use strict;" and not contain any tabs. We should also use the TEST_VERBOSE environment variable instead of VERBOSE. Patch by David D. Kilzer <ddkilzer@theracingworld.com> Additional edits by myself to add the emacs mode line. Also, the change to runtests.sh was done by me.
-
- 13 Oct, 2001 1 commit
-
-
jake%acutex.net authored
No review needed for tests at this time. NOT PART OF BUILD
-
- 07 Oct, 2001 2 commits
-
-
jake%acutex.net authored
No review needed for tests at this time. NOT PART OF BUILD
-
jake%acutex.net authored
a) All the required templates exist b) They all have good syntax No review needed for tests at this time. NOT PART OF BUILD
-