aboutsummaryrefslogtreecommitdiffstats
path: root/t
Commit message (Collapse)AuthorAgeFilesLines
* Bug 374020: Re-work the bug editing form to be more usable.mkanat%bugzilla.org2008-01-281-1/+1
| | | | Patch By Guy Pyrzak <guy.pyrzak@gmail.com> r=mkanat, a=mkanat
* Bug 398838: Remove the obsolete Util::value_quote() routine - Patch by ↵lpsolit%gmail.com2007-10-081-4/+1
| | | | Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=LpSolit
* Bug 392186: Remove version headers from all templates - Patch by GavinS ↵lpsolit%gmail.com2007-08-201-15/+1
| | | | <bugzilla@chimpychompy.org> r/a=LpSolit
* Bug 361149: Bugzilla now requires Perl 5.8.1 or newer (Perl 5.8.0 throws ↵lpsolit%gmail.com2007-08-091-4/+4
| | | | warnings about deprecated pseudo-hashes) - Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat
* Bug 380187 – Bugzilla should support RADIUS authentication.wurblzap%gmail.com2007-08-031-0/+1
| | | | | Tinderbox bustage fix by Marc Schumann <wurblzap@gmail.com>; r=LpSolit, a=LpSolit
* Bug 389407: api/Bugzilla/Auth.html incorrectly detected by t/009bugwords.t - ↵lpsolit%gmail.com2007-07-251-1/+1
| | | | Patch by Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=LpSolit
* Bug 389463: Add new entries to 006spellcheck.t - Patch by Frédéric ↵lpsolit%gmail.com2007-07-251-0/+6
| | | | Buclin <LpSolit@gmail.com> r=mkanat a=LpSolit
* Bug 340350: 009bugwords.t barewords detection is imperfect - Patch by ↵lpsolit%gmail.com2007-07-111-1/+1
| | | | Frédéric Buclin <LpSolit@gmail.com> r=Colin a=LpSolit
* Bug 349423: Release Notes for Bugzilla 3.0mkanat%bugzilla.org2007-02-231-3/+3
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=mkanat
* Bug 360838: ./runtests.pl 1 fails if Email::Reply is not installed - Patch ↵lpsolit%gmail.com2007-02-061-0/+2
| | | | by Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat
* Bug 206037: [SECURITY] Fix escaping/quoting in edit*.cgi scripts - Patch by ↵lpsolit%gmail.com2006-10-151-1/+1
| | | | Frédéric Buclin <LpSolit@gmail.com> r=justdave a=justdave
* Bug 351175: The WebService interface should include the error text along ↵mkanat%bugzilla.org2006-10-051-2/+21
| | | | | | with the error name Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=Wurblzap, a=myk
* Bug 351994: Messages shouldn't contain HTML characters unless we're in ↵mkanat%bugzilla.org2006-09-221-1/+1
| | | | | | USAGE_MODE_BROWSER Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=ghendricks, a=myk
* Bug 304600: Need a test in the test suite to check for dependency loops - ↵lpsolit%gmail.com2006-09-061-0/+108
| | | | Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=justdave
* Bug 349198: 001compile.t must not compile mod_perl.pl - Patch by Frédéric ↵lpsolit%gmail.com2006-08-191-0/+6
| | | | Buclin <LpSolit@gmail.com> r=mkanat a=myk
* Bug 275636: Templatise 'newchangedmail' email (BugMail) - Patch by André ↵lpsolit%gmail.com2006-08-151-1/+1
| | | | Batosti <batosti@async.com.br> r=LpSolit a=myk
* Bug 94534: Customised resolutions - Patch by Frédéric Buclin ↵lpsolit%gmail.com2006-07-141-1/+1
| | | | <LpSolit@gmail.com> r=mkanat a=myk
* Bug 343566: Runtests test 004template.t fails on some systems with a ↵lpsolit%gmail.com2006-07-051-0/+4
| | | | complaint about RELATIVE - Patch by Frédéric Buclin <LpSolit@gmail.com> r=joel a=myk
* Bug 342749: Replace Bugzilla::Util's min and max with the List::Util equivalentsmkanat%bugzilla.org2006-06-271-6/+1
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=colin.ogilvie, r=vladd, a=justdave
* Bug 282121: Remove globals.pl from scripts that no longer use it - Patch by ↵lpsolit%gmail.com2006-06-211-1/+1
| | | | Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=myk
* Bug 340226: Util.pm shouldn't depend on Bugzilla::Config - Patch by ↵lpsolit%gmail.com2006-06-041-8/+6
| | | | Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=justdave
* Bug 337701: 012throwables.t doesn't recognize that certain errors are ↵mkanat%bugzilla.org2006-05-171-3/+12
| | | | | | AUTH_ERROR codes Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=justdave
* Bug 337444: t/012throwables.t shouldn't fail due to unused error tags in ↵lpsolit%gmail.com2006-05-151-5/+17
| | | | code/user-error.html.tmpl - Patch by Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=justdave
* Bug 333998: 012throwables.t broken on Windows - Patch by Marc Schumann ↵lpsolit%gmail.com2006-04-181-1/+1
| | | | <wurblzap@gmail.com> r=LpSolit a=justdave
* Bug 329295: 008filter fails if . is not in PATH - Patch by Vlad Dascalu ↵lpsolit%gmail.com2006-03-071-0/+3
| | | | <vladd@bugzilla.org> r=LpSolit a=myk
* Bug 314470: Require Perl 5.8mkanat%kerio.com2006-03-021-4/+4
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=justdave, a=justdave
* Bug 312042: Testing suite (runtests.pl) need to check error tags - Patch by ↵lpsolit%gmail.com2006-03-021-0/+203
| | | | Dennis Melentyev <dennis.melentyev@infopulse.com.ua> r=LpSolit a=justdave
* Bug 284875: Move GetBugLink, GetAttachmentLink, and quoteUrls out of ↵lpsolit%gmail.com2006-02-261-1/+1
| | | | globals.pl - Patch by Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=justdave
* Bug 285614: Rewrite importxml.pl to remove XML::Parser magic numbers - Patch ↵lpsolit%gmail.com2006-01-111-1/+1
| | | | by Greg Hendricks <ghendricks@novell.com> r=LpSolit a=myk
* Bug 286724: change testserver.pl to do a simpler check for image creation, ↵gerv%gerv.net2006-01-053-0/+0
| | | | thereby avoiding false negatives. Patch by gerv; r=glob, a=justdave.
* Bug 297857: Incorrect filter name detection in 008filter.t - Patch by ↵lpsolit%gmail.com2005-11-101-1/+1
| | | | Frédéric Buclin <LpSolit@gmail.com> r=wurblzap a=myk
* Bug 313941: t/008filter.t should accept TRY/CATCH template directiveswurblzap%gmail.com2005-10-281-1/+2
| | | | | Patch by Dennis Melentyev <dennis.melentyev@infopulse.com.ua> r=wurblzap, a=justdave
* Bug 302669 (2nd part): show_bug.cgi?ctype=xml should allow the option of ↵lpsolit%gmail.com2005-09-072-1/+2
| | | | exporting attachment data - Patch by Greg Hendricks <ghendricks@novell.com> r/a=myk
* Bug 285700: bump minimum File::Spec version to 0.84 to deal with taint errorsjustdave%bugzilla.org2005-08-065-5/+5
| | | | r= LpSolit, a= justdave
* Bug 184037: Add t/011pod.t to check POD syntax - Patch by Frédéric Buclin ↵lpsolit%gmail.com2005-07-261-0/+60
| | | | <LpSolit@gmail.com> r=wurblzap a=justdave
* Bug 286701: Tests fail compiling Bugzilla::DB::Pg.pmmkanat%kerio.com2005-05-271-0/+14
| | | | Patch By Colin Ogilvie <colin.ogilvie@gmail.com> r=mkanat, a=justdave
* Bug 287487: User with no privs can not add comments to bugs that have a ↵lpsolit%gmail.com2005-05-111-5/+4
| | | | deadline field set - Patch by Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=myk
* Bug 275705 - better diagnostics for charts. Patch by bugzilla@glob.com.au; ↵gerv%gerv.net2005-03-163-0/+0
| | | | r=gerv, a=myk.
* Bug 282509: Bugzilla now requires perl 5.6.1mkanat%kerio.com2005-02-171-2/+2
| | | | Patch By Max Kanat-Alexander <mkanat@kerio.com> r,a=justdave
* Bug 11901 : Change Bugzilla comments line-wrapping policytravis%sedsystems.ca2005-02-101-0/+1
| | | | Patch by Max Kanat-Alexander <mkanat@kerio.com> r=gerv,justdave a=justdave
* Bug 280807 : 004template.t miscalculates its number of checkstravis%sedsystems.ca2005-02-081-1/+2
| | | | Patch by Marc Schumann <wurblzap@gmail.com> r=vladd a=justdave
* Bug 147151 : Expand the list of words 006spellcheck.t looks for; fix the ↵travis%sedsystems.ca2005-02-031-2/+5
| | | | | | places where they are wrong. Patch by Marc Schumann <wurblzap@gmail.com> r=vladd a=justdave
* Bug 245282 : Flags should use nonbreaking hyphens or nowrap or somehow ↵travis%sedsystems.ca2005-01-191-0/+1
| | | | | | prevent hyphens from breaking flag names Patch by LpSolit@gmail.com r=wurblzap a=myk
* Bug 276473: Show_activity merges incorrectly sometimes changesets into one ↵travis%sedsystems.ca2005-01-121-2/+3
| | | | | | changeset Patch by vladd@bugzilla.org r=bugzilla@glob.com.au a=justdave
* Patch for bug 271373: Fix bogus t/008filter.t error on Win32; patch by Marc ↵jocuri%softhome.net2004-12-071-2/+4
| | | | Schumann <wurblzap@gmail.com>, r=glob, a=justdave.
* Patch for bug 270589: Make t/008filter.t accept empty template directives; ↵jocuri%softhome.net2004-12-071-0/+3
| | | | patch by Marc Schumann <wurblzap@gmail.com>, r=justdave, r=myk, a=justdave.
* Patch for bug 258579: t/Support/Files.pm should use File::Find; patch by ↵jocuri%softhome.net2004-12-071-5/+4
| | | | Marc Schumann <wurblzap@gmail.com>, r=vladd, a=justdave.
* Patch for bug 271964: tests 1 and 3 from the testing suite shouldn't fail ↵jocuri%softhome.net2004-12-052-2/+2
| | | | when $^X contains spaces; patch by me, r=jouni, a=justdave.
* 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