aboutsummaryrefslogtreecommitdiffstats
path: root/t
Commit message (Collapse)AuthorAgeFilesLines
...
* s/FEL/filterexceptions.pl -- fix this confusing error message once and forkiko%async.com.br2004-11-291-1/+1
| | | | all. r=ssdbot
* Bug 190224: templatize editmilestones.cgijustdave%bugzilla.org2004-09-111-1/+1
| | | | | Patch by GavinS <bugzilla@chimpychompy.org> r=jouni, a=justdave
* Patch for bug 211188: Make testing suite check for any #! lines that are not ↵jocuri%softhome.net2004-09-091-4/+8
| | | | /usr/bin/perl; patch by Marc Schumann <wurblzap@gmail.com>; r=vladd, a=justdave.
* Patch for bug 257106: Make testing suite know about new directory levels in ↵jocuri%softhome.net2004-09-031-1/+2
| | | | Bugzilla/Auth; patch by Marc Schumann <wurblzap@gmail.com>; r=vladd, a=myk.
* Bug 257111: t/006spellcheck.t should check each file only once.jouni%heikniemi.net2004-09-021-20/+17
| | | | | Patch by Marc Schumann <marcschum@web.de> r=jouni, a=myk
* Patch for bug 216572: 002goodperl.t shouldn't add an extra test for every ↵jocuri%softhome.net2004-08-281-1/+1
| | | | additional Throw*Error violation in the same file; patch by Marc Schumann <marcschum@web.de>; r=kiko, a=justdave.
* Patch for bug 190220: templatize editcomponents.cgi; patch by GavinS ↵jocuri%softhome.net2004-07-311-1/+1
| | | | <bugzilla@chimpychompy.org>; r=jouni, a=justdave.
* Bug 241900: Allow Bugzilla::Auth to have multiple login and validation stylesbugreport%peshkin.net2004-07-211-1/+1
| | | | | | patch by erik r=joel, kiko a=myk
* Backing out bug 241900bugreport%peshkin.net2004-07-121-1/+1
|
* Bug 241900: Allow Bugzilla::Auth to have multiple login and validation stylesbugreport%peshkin.net2004-07-121-1/+1
| | | | | | patch by erik r=joel a=justdave
* Bug 142744: Testing suite should work on Win32jouni%heikniemi.net2004-06-161-0/+12
| | | | | Patch by byron jones (glob) <bugzilla@glob.com.au> r=jouni, a=justdave
* Bug 141006: Run edit*.cgis in taint mode.jouni%heikniemi.net2004-05-231-7/+2
| | | | | Patch by byron jones <bugzilla@glob.com.au> r=jouni, a=justdave
* Patch for bug 237778: update filter list in t/004template; r=kiko; a=justdave.jocuri%softhome.net2004-03-281-3/+4
|
* Bustage fix: adding filters defined in bug 232397. New filters need tokiko%async.com.br2004-03-171-1/+2
| | | | be added to both test 004 *and* test 008.
* Fix for bug 232397: .bz_obsolete shouldn't specify "underline". Definekiko%async.com.br2004-03-171-1/+3
| | | | | | | | 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.
* Patch for bug 235459: add icalendar output format in buglist; patch by ↵jocuri%softhome.net2004-03-171-1/+1
| | | | William Jon McCann <mccannwj@pha.jhu.edu>; r=vlad; a=justdave.
* Fix for bug 127995: shows the size of attachments in the show bug and ↵myk%mozilla.org2004-02-062-1/+3
| | | | | | | | attachment interfaces. Patch by Dave Swegen <dswegen@software.plasmon.com> r=myk a=myk
* Fix for bustage caused by Gerv's checkin for bug 232903; basically, wekiko%async.com.br2004-02-031-0/+3
| | | | | | 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.
* Bug 216523: t/Support/Files.pm fails to include ↵jocuri%softhome.net2004-01-131-1/+2
| | | | Bugzilla/Template/Plugin/Bugzilla.pm in the file list; patch by zach@zachlipton.com; r=jouni; a=justdave.
* Fix for bug 229658: Implements a mechanism for extensions to hook into ↵myk%mozilla.org2004-01-122-0/+6
| | | | | | | 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
* Bug 225081 - Tests are failing due to checkin for bug 223913. Sorry about ↵gerv%gerv.net2003-11-091-21/+4
| | | | that - it worked on my machine, but not any machine without the excluded template. Doh. Patch by gerv; r,a=mozbot.
* Bug 224913 - Need tests to check whether any templates uses the bareword ↵gerv%gerv.net2003-11-091-0/+118
| | | | "bug" or variations. Patch by gerv; r,a=justdave.
* Bug 120030 - Bugzilla bug lists are a spammer's paradise. Patches by lots of ↵gerv%gerv.net2003-09-121-1/+0
| | | | people, but in the end by gerv; r,a=justdave.
* Bug 207044 - Filter more template directives. None of these are security ↵gerv%gerv.net2003-09-072-1/+2
| | | | bugs, but they need fixing anyway. Patch by gerv; r,a=justdave.
* Bug 139011 - Improve buglist colors furtherburnus%gmx.de2003-08-222-2/+3
| | | | r,a=justdave
* Partial fix for bug 120030: adds template filter for obscuring email addresses.myk%mozilla.org2003-08-011-0/+1
| | | | | Patch by Stephen Lee <slee@@wilcoxassoc.com>. r=myk,a=myk
* Patch Viewer, a pretty way of viewing and manipulating patches (bug 174942). ↵jkeiser%netscape.com2003-07-311-53/+74
| | | | Requires PatchIterator to be installed, classes uploaded to that bug and will be soon in CPAN.
* Bug 13540 - allow key terms, like "Bugzilla" and "bug", to be altered ↵gerv%gerv.net2003-07-041-0/+3
| | | | without changing all the templates. Patch by jwilmoth@starbucks.com; r=gerv, a=justdave.
* Bug 203318 - 008filter.t fails to do chdir $topdir - if ↵burnus%gmx.de2003-04-261-6/+9
| | | | | | | @Support::Templates::include_paths returns more than one path r=justdave,gerv a=justdave
* Bug 192677: Add new test to flag failure-to-filter situations in the ↵justdave%syndicomm.com2003-04-251-0/+182
| | | | | | | | | 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
* Bug 196433 - Bugzilla now uses /usr/bin/perl as the shebang linejake%bugzilla.org2003-03-271-2/+2
| | | | | r=justdave a=justdave
* Bug 180642 - Move authentication code into a modulebbaetz%acm.org2003-03-221-2/+3
| | | | | r=gerv, justdave a=justdave
* Partial fix for bug 192513 (processmail cleanup). Patch fixes test fileszach%zachlipton.com2003-02-102-6/+3
| | | | | | | to disregard processmail since it no longer exists (it was special-cased before). r=dave, a=dave
* Fix "variable declaration masks earler declaration" warning. No bug number.gerv%gerv.net2003-01-291-1/+1
|
* Bug 126955 - Bugzilla should support translated/localized templates. Patch ↵gerv%gerv.net2003-01-243-66/+132
| | | | by burnus; r=gerv, a=justdave.
* Fix for bug 166481 ("Spellcheck is borked"). Part one of this fix fixeszach%zachlipton.com2003-01-111-14/+28
| | | | | | | | | 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
* Bug 158499 - Templatise XML bug outputbbaetz%student.usyd.edu.au2002-12-151-0/+1
| | | | | r=gerv, justdave a=justdave
* Fix for bug 180955: Remove dual-license from test fileszach%zachlipton.com2002-12-106-78/+6
| | | | | | 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.
* Bug 171493 - make show_bug use Bug.pm and remove bug_form.plbbaetz%student.usyd.edu.au2002-11-281-0/+2
| | | | | r=justdave, joel a=justdave
* Bug 67077 - We now include the timezone (as configured in editparams.cgi) on ↵jake%bugzilla.org2002-11-282-1/+17
| | | | | | | every time we display. r=justdave a=justdave
* Fix for bug 179396 (add 007util.t in order to test Bugzilla::Util).zach%zachlipton.com2002-11-111-0/+71
| | | | | rx2=bbaetz, a=myk (on the condition that we check out the use of the trilicense later)
* Bug 168191 - Checksetup needs to force template recompilation. Patch by ↵gerv%gerv.net2002-10-291-11/+5
| | | | bbaetz; r=gerv. Should fix tindebox bustage.
* require Perl 5.6justdave%syndicomm.com2002-10-241-0/+6
|
* Bug 12282 - General summary reports. Patch by gerv; r=joel.gerv%gerv.net2002-09-251-0/+1
|
* Bug 167978 - Fix Throw*Error l10n regressions and add a test to catch more. ↵gerv%gerv.net2002-09-131-1/+27
| | | | Patch by gerv; r=bbaetz.
* Updating my e-mail address as jake@acutex.net is no longer valid.jake%bugzilla.org2002-08-274-4/+4
| | | | * NO CODE CHANGES *
* Bug 76923 - Don't |use diagnostics| (its really expensive at startup time)bbaetz%student.usyd.edu.au2002-08-261-1/+0
| | | | r=joel x2
* Bug 163494 - runtests.sh needs a switch to include optional modulesbugreport%peshkin.net2002-08-261-16/+38
| | | | | | | Tests now detect optional modules and only exclude optional files if optional module dependencies are not met. Also major indent cleanup r=timeless
* Bug 162438 - fix permissions/tests for Bugzilla/ directorybbaetz%student.usyd.edu.au2002-08-141-1/+2
| | | | r=joel x2
* Add a test to check for speling errors. It only currently checks for two ↵zach%zachlipton.com2002-08-101-0/+92
| | | | | | 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