summaryrefslogtreecommitdiffstats
path: root/testserver.pl
AgeCommit message (Collapse)AuthorFilesLines
2009-09-04Bug 224588: Unify ($^O =~ /MSWin/) checks (always use ON_WINDOWS)mkanat%bugzilla.org1-3/+3
Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
2009-04-03Bug 123165 – Permissions setup option for bugzilla_user==webserver_user ↵wurblzap%gmail.com1-4/+8
(suexec). Patch by Marc Schumann <wurblzap@gmail.com>; r/a=mkanat
2009-02-12Bug 475063: Make the logged-out index.cgi simplermkanat%bugzilla.org1-4/+4
Patch By Guy Pyrzak <guy.pyrzak@gmail.com> r=mkanat, a=mkanat
2008-12-22Bug 470442: Only delete tainted environment variables if we're running in ↵mkanat%bugzilla.org1-7/+1
taint mode Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
2007-10-19Bug 399954: Make Bugzilla able to hold its dependencies in a local directorymkanat%bugzilla.org1-1/+1
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
2007-07-25Bug 345970 Avoid using the string 'the web'timeless%mozdev.org1-6/+6
patch by jhulten@tragicallyleet.com r=timeless I've updated it to trunk r=lpsolit a=lpsolit
2007-02-11Bug 369956: Have testserver.pl report whether or not the server is using ↵justdave%bugzilla.org1-2/+2
mod_perl r=mkanat, a=justdave
2007-01-12Bug 366624: testserver.pl fails to find the GID for the httpd process - ↵lpsolit%gmail.com1-1/+7
Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat
2006-09-19Bug 352235: Use Bugzilla->localconfig everywhere instead of :localconfig ↵mkanat%bugzilla.org1-7/+2
from Bugzilla::Config Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=myk
2006-07-25Bug 345389: Template-Toolkit 2.15 moved Template::Plugin::GD into a separate ↵mkanat%bugzilla.org1-0/+8
package Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=myk
2006-06-21Bug 282121: Remove globals.pl from scripts that no longer use it - Patch by ↵lpsolit%gmail.com1-8/+11
Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=myk
2006-06-20Bug 313531: Move 'use Bugzilla;' out of globals.pl - Patch by Frédéric ↵lpsolit%gmail.com1-5/+11
Buclin <LpSolit@gmail.com> r=mkanat a=myk
2006-06-20Spelling in code comments patch: 'involked' -> 'invoked'; patch by Vlad ↵vladd%bugzilla.org1-1/+1
Dascalu <vladd@bugzilla.org>.
2006-01-05Bug 286724: change testserver.pl to do a simpler check for image creation, ↵gerv%gerv.net1-33/+28
thereby avoiding false negatives. Patch by gerv; r=glob, a=justdave.
2005-10-07Bug 311091: Remove unused image files ant.jpg and ↵lpsolit%gmail.com1-4/+4
skins/standard/index/front.jpg - Patch by Olav Vitters <bugzilla-mozilla@bkor.dhs.org> r=LpSolit a=justdave
2005-09-15Bug 299468: Unable to run testserver.pl on FreeBSD - Patch by Dennis ↵lpsolit%gmail.com1-1/+1
Melentyev <dennis.melentyev@infopulse.com.ua> r=joel a=justdave
2005-03-23Bug 280193: Round up places using data/ instead of $datadir - Patch by Marc ↵lpsolit%gmail.com1-4/+5
Schumann <wurblzap@gmail.com> r=LpSolit, a=justdave
2005-03-16Bug 275705 - better diagnostics for charts. Patch by bugzilla@glob.com.au; ↵gerv%gerv.net1-0/+106
r=gerv, a=myk.
2005-01-16Patch for bug 277210: Testserver.pl should find apache2/httpd2 as well when ↵jocuri%softhome.net1-1/+1
it looks for webservers; patch by Kieran Lal <kieran@gmail.com> and Colin S. Ogilvie <colin.ogilvie@gmail.com>, r=wurblzap, r=vladd, a=myk.
2004-08-28Patch for bug 254146: make the error message clear if servertest.pl failed ↵jocuri%softhome.net1-2/+4
to find the GID for HTTPD; patch by Byron Jones (glob) <bugzilla@glob.com.au>; r=joel, a=justdave.
2004-07-22Bug 245877: Add an installation test suitebugreport%peshkin.net1-0/+169
r=gerv a=justdave