Commit Graph

97 Commits

Author SHA1 Message Date
jouni%heikniemi.net
32ca73ddec Bug 142744: Testing suite should work on Win32
Patch by byron jones (glob) <bugzilla@glob.com.au>
r=jouni, a=justdave
2004-06-16 11:13:39 +00:00
jouni%heikniemi.net
616a0ea416 Bug 141006: Run edit*.cgis in taint mode.
Patch by byron jones <bugzilla@glob.com.au>
r=jouni, a=justdave
2004-05-23 07:22:32 +00:00
jocuri%softhome.net
bbd8b1cf8a Patch for bug 237778: update filter list in t/004template; r=kiko; a=justdave. 2004-03-27 20:16:00 +00:00
kiko%async.com.br
ca0e1926c0 Bustage fix: adding filters defined in bug 232397. New filters need to
be added to both test 004 *and* test 008.
2004-03-17 00:13:43 +00:00
kiko%async.com.br
06e65cf6b9 Fix for bug 232397: .bz_obsolete shouldn't specify "underline". Define
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.
2004-03-16 23:53:01 +00:00
jocuri%softhome.net
7f6be30704 Patch for bug 235459: add icalendar output format in buglist; patch by William Jon McCann <mccannwj@pha.jhu.edu>; r=vlad; a=justdave. 2004-03-16 21:18:41 +00:00
myk%mozilla.org
e4f138946b Fix for bug 127995: shows the size of attachments in the show bug and attachment interfaces.
Patch by Dave Swegen <dswegen@software.plasmon.com>
r=myk
a=myk
2004-02-05 18:14:11 +00:00
kiko%async.com.br
31663ace7f Fix for bustage caused by Gerv's checkin for bug 232903; basically, we
need to exempt Hook.process() calls from the filter checks. I'm assuming
Gerv has stamped this fix, and I'm just checking it in to keep things
green -- back me out later if this was wrong.
2004-02-03 13:29:33 +00:00
jocuri%softhome.net
6a570348c3 Bug 216523: t/Support/Files.pm fails to include Bugzilla/Template/Plugin/Bugzilla.pm in the file list; patch by zach@zachlipton.com; r=jouni; a=justdave. 2004-01-12 22:52:37 +00:00
myk%mozilla.org
19be78e470 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
2004-01-11 17:12:19 +00:00
gerv%gerv.net
b073da7946 Bug 225081 - Tests are failing due to checkin for bug 223913. Sorry about that - it worked on my machine, but not any machine without the excluded template. Doh. Patch by gerv; r,a=mozbot. 2003-11-08 18:51:07 +00:00
gerv%gerv.net
b65cdecd65 Bug 224913 - Need tests to check whether any templates uses the bareword "bug" or variations. Patch by gerv; r,a=justdave. 2003-11-08 18:09:28 +00:00
gerv%gerv.net
b346e42e93 Bug 120030 - Bugzilla bug lists are a spammer's paradise. Patches by lots of people, but in the end by gerv; r,a=justdave. 2003-09-11 22:57:19 +00:00
gerv%gerv.net
ac8f97670f Bug 207044 - Filter more template directives. None of these are security bugs, but they need fixing anyway. Patch by gerv; r,a=justdave. 2003-09-06 19:23:44 +00:00
burnus%gmx.de
5826545af4 Bug 139011 - Improve buglist colors further
r,a=justdave
2003-08-22 13:55:23 +00:00
myk%mozilla.org
93bf5c9913 Partial fix for bug 120030: adds template filter for obscuring email addresses.
Patch by Stephen Lee <slee@@wilcoxassoc.com>.
r=myk,a=myk
2003-08-01 03:57:24 +00:00
jkeiser%netscape.com
925721344e Patch Viewer, a pretty way of viewing and manipulating patches (bug 174942). Requires PatchIterator to be installed, classes uploaded to that bug and will be soon in CPAN. 2003-07-30 20:05:04 +00:00
gerv%gerv.net
59a4bc55a1 Bug 13540 - allow key terms, like "Bugzilla" and "bug", to be altered without changing all the templates. Patch by jwilmoth@starbucks.com; r=gerv, a=justdave. 2003-07-03 21:32:13 +00:00
burnus%gmx.de
63447e87dc Bug 203318 - 008filter.t fails to do chdir $topdir - if @Support::Templates::include_paths returns more than one path
r=justdave,gerv
a=justdave
2003-04-26 14:11:59 +00:00
justdave%syndicomm.com
8e6acf702f Bug 192677: Add new test to flag failure-to-filter situations in the templates, and correct the XSS holes that were discovered as a
result of it.
Patch by Gervase Markham <gerv@mozilla.org>
r= myk, bbaetz, justdave
a= justdave
2003-04-24 20:49:52 +00:00
jake%bugzilla.org
3c915014e3 Bug 196433 - Bugzilla now uses /usr/bin/perl as the shebang line
r=justdave
a=justdave
2003-03-27 00:07:02 +00:00
bbaetz%acm.org
f6fabc003f Bug 180642 - Move authentication code into a module
r=gerv, justdave
a=justdave
2003-03-22 04:47:35 +00:00
zach%zachlipton.com
30aa6c7b60 Partial fix for bug 192513 (processmail cleanup). Patch fixes test files
to disregard processmail since it no longer exists (it was special-cased
before).

r=dave, a=dave
2003-02-10 05:01:32 +00:00
gerv%gerv.net
6f9a42ca2a Fix "variable declaration masks earler declaration" warning. No bug number. 2003-01-28 22:32:53 +00:00
gerv%gerv.net
1c66027d21 Bug 126955 - Bugzilla should support translated/localized templates. Patch by burnus; r=gerv, a=justdave. 2003-01-23 23:34:10 +00:00
zach%zachlipton.com
f17969822a Fix for bug 166481 ("Spellcheck is borked"). Part one of this fix fixes
the spelling errors so tinderbox doesn't barf, part two fixes
t/006spellcheck.t and adds some more new words to check for.

Part 1 patch by myself, r=timeless
Part 2 patch by MattyT. r=zach (myself)
a=justdave
2003-01-10 23:51:38 +00:00
bbaetz%student.usyd.edu.au
d25f5c7440 Bug 158499 - Templatise XML bug output
r=gerv, justdave
a=justdave
2002-12-15 09:24:08 +00:00
zach%zachlipton.com
6153a3e643 Fix for bug 180955: Remove dual-license from test files
Permission to do so granted by: justdave, joel, jake, ddk, gerv, bbaetz,
and myself (as gleamed from bonsai and the contributors lines and
indicated in the bug report). a=justdave.
2002-12-09 22:32:12 +00:00
bbaetz%student.usyd.edu.au
f6351f6643 Bug 171493 - make show_bug use Bug.pm and remove bug_form.pl
r=justdave, joel
a=justdave
2002-11-28 10:49:58 +00:00
jake%bugzilla.org
4d920129ae Bug 67077 - We now include the timezone (as configured in editparams.cgi) on every time we display.
r=justdave
a=justdave
2002-11-27 16:00:44 +00:00
zach%zachlipton.com
4337a7205e Fix for bug 179396 (add 007util.t in order to test Bugzilla::Util).
rx2=bbaetz, a=myk (on the condition that we check out the use of the
trilicense later)
2002-11-10 23:31:15 +00:00
gerv%gerv.net
62e3771d60 Bug 168191 - Checksetup needs to force template recompilation. Patch by bbaetz; r=gerv. Should fix tindebox bustage. 2002-10-29 09:09:34 +00:00
justdave%syndicomm.com
d1cf1d3b93 require Perl 5.6 2002-10-24 06:46:22 +00:00
gerv%gerv.net
8d6e59e08f Bug 12282 - General summary reports. Patch by gerv; r=joel. 2002-09-25 07:11:45 +00:00
gerv%gerv.net
bda11cb1c6 Bug 167978 - Fix Throw*Error l10n regressions and add a test to catch more. Patch by gerv; r=bbaetz. 2002-09-12 22:51:50 +00:00
jake%bugzilla.org
49a521ab90 Updating my e-mail address as jake@acutex.net is no longer valid.
* NO CODE CHANGES *
2002-08-27 04:28:05 +00:00
bbaetz%student.usyd.edu.au
2b781fd427 Bug 76923 - Don't |use diagnostics| (its really expensive at startup time)
r=joel x2
2002-08-26 06:17:26 +00:00
bugreport%peshkin.net
1a7f1c2f85 Bug 163494 - runtests.sh needs a switch to include optional modules
Tests now detect optional modules and only exclude optional files
if optional module dependencies are not met.
Also major indent cleanup
r=timeless
2002-08-25 17:19:03 +00:00
bbaetz%student.usyd.edu.au
b62c0cc5a9 Bug 162438 - fix permissions/tests for Bugzilla/ directory
r=joel x2
2002-08-14 00:59:47 +00:00
zach%zachlipton.com
fe73f04b66 Add a test to check for speling errors. It only currently checks for two simple errors that used to be in checksetup.pl, more errors can and will be added in the future.
Bug 147151, no review needed for tests
2002-08-09 20:14:23 +00:00
bbaetz%student.usyd.edu.au
120976a543 Bug 157074 - verify-new-product doubles comment linefeeds on Win32
r=myk, jouni
2002-07-19 14:03:58 +00:00
bbaetz%student.usyd.edu.au
4af4f29561 Bug 150770 - Lost <nobr> arround query results
r=jouni, justdave
2002-07-01 03:28:56 +00:00
zach%zachlipton.com
d35ceb8627 Fix for bug 143124, Fix warning messages about *::TESTOUT and clean up
test code. Patch makes the tests much better now.

r=zach x2
2002-05-08 23:49:32 +00:00
gerv%gerv.net
2743a43bf1 Bug 140435 - Templatise GetCommandMenu. Patch by gerv; r=bbaetz, justdave. 2002-05-07 21:28:52 +00:00
bbaetz%student.usyd.edu.au
09a9c41e7a Bug 135543 - @Support::Templates::testitems does not list all templates
Patch by ddkilzer@theracingworld.com (David D. Kilzer), r=gerv, justdave
2002-05-07 09:45:32 +00:00
gerv%gerv.net
25f5d8eef4 Bug 136180 - use uri/url_quote filters correctly. Patch by ddk; 2xr=gerv. 2002-04-24 18:27:43 +00:00
justdave%syndicomm.com
6ef0e88937 Fix tinderbox bustage caused by the template location code change. The tests are now looking in the right place for the
templates.  4 templates in the new location now come up with syntax errors however.
2002-04-24 09:50:53 +00:00
gerv%gerv.net
0a5ed8dad9 Bug 137589 - fix test 4 not to hang on the "use CGI" in the template. 2002-04-17 21:10:43 +00:00
zach%zachlipton.com
1c03ca5b01 Fix for bug 135291: add version string to new templates and fix the string for non
xml templates.

r=bbaetz, r2=ddk
2002-04-04 07:01:17 +00:00
zach%zachlipton.com
895b099b56 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
2002-04-03 20:01:42 +00:00