11 years agorelease 0.035 master 0.035
Rafael Kitover [Thu, 14 Jun 2012 17:04:01 +0000]
release 0.035

11 years agofix test failures with Catalyst-Runtime-5.90012
Robert Buels [Thu, 14 Jun 2012 14:57:44 +0000]
fix test failures with Catalyst-Runtime-5.90012

12 years agoRelease 0.034 0.034
Rafael Kitover [Wed, 31 Aug 2011 22:29:55 +0000]
Release 0.034

12 years agoupdated changelog for wrap-cgi.t fix
Robert Buels [Wed, 31 Aug 2011 18:12:20 +0000]
updated changelog for wrap-cgi.t fix

12 years agofix extra_env setting in t/wrap-cgi.t for cat 5.9+
Robert Buels [Wed, 31 Aug 2011 18:11:25 +0000]
fix extra_env setting in t/wrap-cgi.t for cat 5.9+

12 years agorelease 0.033 0.033
Rafael Kitover [Tue, 24 May 2011 13:44:56 +0000]
release 0.033

12 years agorelease 0.032 0.032
Rafael Kitover [Sun, 22 May 2011 09:19:58 +0000]
release 0.032

12 years agofixes for Win32
Rafael Kitover [Sun, 22 May 2011 09:16:16 +0000]
fixes for Win32

12 years agorelease 0.031 0.031
Rafael Kitover [Fri, 20 May 2011 23:28:53 +0000]
release 0.031

12 years agosupport CRLF in tests
Rafael Kitover [Thu, 19 May 2011 06:57:10 +0000]
support CRLF in tests

12 years agofail more obviously if ReadmeFromPod is not available
Rafael Kitover [Thu, 19 May 2011 05:58:37 +0000]
fail more obviously if ReadmeFromPod is not available

13 years agoadd automatic stringification of cgi_root_path and cgi_dir options to CGIBin.
Robert Buels [Tue, 5 Oct 2010 21:19:12 +0000]
add automatic stringification of cgi_root_path and cgi_dir options to CGIBin.
need this to support Path::Class objects being passed as cgi_dir, for example

13 years agoadded failing test for specifying cgi_dir with MyApp->path_to
Robert Buels [Tue, 5 Oct 2010 21:27:20 +0000]
added failing test for specifying cgi_dir with MyApp->path_to

13 years agoadded note about this in changes
Robert Buels [Mon, 4 Oct 2010 23:01:48 +0000]
added note about this in changes

13 years agofix cgi_dir path logic. should use the 'root' config var, and sometimes 'root' is...
Robert Buels [Mon, 4 Oct 2010 22:28:49 +0000]
fix cgi_dir path logic.  should use the 'root' config var, and sometimes 'root' is an absolute path, sometimes not, so needs to handle that too.

13 years agofailing test for a certain case of specifying the site root
Robert Buels [Mon, 4 Oct 2010 22:58:23 +0000]
failing test for a certain case of specifying the site root

13 years agorelease 0.030 0.030
Rafael Kitover [Fri, 6 Aug 2010 16:12:34 +0000]
release 0.030

13 years agobut also we should still throw a Catalyst::Exception if the CGI threw a simple scalar
Robert Buels [Thu, 5 Aug 2010 05:56:53 +0000]
but also we should still throw a Catalyst::Exception if the CGI threw a simple scalar

13 years agoif the CGI throws exception objects, better to propagate them rather than force them...
Robert Buels [Wed, 4 Aug 2010 17:09:18 +0000]
if the CGI throws exception objects, better to propagate them rather than force them into a Catalyst::Exception

13 years agoadded missing :Private attr to sub auto in the CatalystX::GlobalContext synopsis
Robert Buels [Tue, 3 Aug 2010 22:10:10 +0000]
added missing :Private attr to sub auto in the CatalystX::GlobalContext synopsis

13 years agoadded test that makes sure cgis are actually getting invoked with each request
Robert Buels [Mon, 2 Aug 2010 21:59:38 +0000]
added test that makes sure cgis are actually getting invoked with each request

13 years agofix tests for new HTTP::Request::AsCGI, release
Rafael Kitover [Sat, 5 Jun 2010 21:55:30 +0000]
fix tests for new HTTP::Request::AsCGI, release

14 years agorelease
Rafael Kitover [Wed, 7 Apr 2010 17:52:47 +0000]
release

14 years agoadded cgi_file_pattern option
Rafael Kitover [Wed, 7 Apr 2010 17:49:16 +0000]
added cgi_file_pattern option

14 years agoadded cgi_chain_root
Rafael Kitover [Wed, 7 Apr 2010 16:26:24 +0000]
added cgi_chain_root

14 years agowrong dep on HTTP::Request::AsCGI
Rafael Kitover [Fri, 19 Feb 2010 04:39:32 +0000]
wrong dep on HTTP::Request::AsCGI

14 years agofix fail with HTTP::Request::AsCGI 1.2 and Perl < 5.8.9, release
Rafael Kitover [Fri, 19 Feb 2010 04:37:17 +0000]
fix fail with HTTP::Request::AsCGI 1.2 and Perl < 5.8.9, release

14 years agoswitch to CGI::Compile, check exit status of non-Perl CGIs, release
Rafael Kitover [Sun, 3 Jan 2010 11:41:05 +0000]
switch to CGI::Compile, check exit status of non-Perl CGIs, release

14 years agominor change
Rafael Kitover [Sat, 26 Dec 2009 22:07:33 +0000]
minor change

14 years agotest %SIG preservation during compile
Rafael Kitover [Sat, 26 Dec 2009 17:58:25 +0000]
test %SIG preservation during compile

14 years agofix %SIG localization, release
Rafael Kitover [Sat, 26 Dec 2009 16:48:23 +0000]
fix %SIG localization, release

14 years agorevert passing args to coderef
Rafael Kitover [Tue, 22 Dec 2009 01:14:52 +0000]
revert passing args to coderef

14 years agosteal some code from CGI::Compile, release
Rafael Kitover [Tue, 22 Dec 2009 00:42:02 +0000]
steal some code from CGI::Compile, release

14 years agohandle scripts that override $SIG{__DIE__} and $SIG{__WARN__}
Rafael Kitover [Sun, 6 Dec 2009 05:19:14 +0000]
handle scripts that override $SIG{__DIE__} and $SIG{__WARN__}

14 years agofix tests, redo (c) sections, saner is_perl_cgi, release
Rafael Kitover [Sun, 6 Dec 2009 03:50:13 +0000]
fix tests, redo (c) sections, saner is_perl_cgi, release

14 years agoallow MyApp->foo methods in CGIs, release
Rafael Kitover [Fri, 4 Dec 2009 21:10:55 +0000]
allow MyApp->foo methods in CGIs, release

14 years agofix AUTHOR pod sections, new release
Rafael Kitover [Tue, 30 Jun 2009 23:01:15 +0000]
fix AUTHOR pod sections, new release

14 years agofix make test problem
Rafael Kitover [Thu, 4 Jun 2009 23:07:38 +0000]
fix make test problem

14 years agotest cgibin with query params
Rafael Kitover [Tue, 2 Jun 2009 01:12:12 +0000]
test cgibin with query params

14 years agomake CGIBin synopsis less confusing
Rafael Kitover [Mon, 1 Jun 2009 20:06:10 +0000]
make CGIBin synopsis less confusing

14 years agoskip test that depends on unreleased runtime
Rafael Kitover [Sat, 30 May 2009 09:57:47 +0000]
skip test that depends on unreleased runtime

14 years ago->req->remote_user support, new release
Rafael Kitover [Tue, 26 May 2009 22:46:25 +0000]
->req->remote_user support, new release

14 years agoAdd repository resource to all the MI Makefile.PLs
Tomas Doran [Sat, 23 May 2009 11:09:06 +0000]
Add repository resource to all the MI Makefile.PLs

14 years agoBump required Module::Install version in everything. janus++
Tomas Doran [Thu, 7 May 2009 13:19:53 +0000]
Bump required Module::Install version in everything. janus++

14 years agoC::C::WrapCGI - pass captures in SCRIPT_NAME, new release
Rafael Kitover [Wed, 6 May 2009 20:17:12 +0000]
C::C::WrapCGI - pass captures in SCRIPT_NAME, new release

14 years agoC::C::WrapCGI - new release with fixed deps
Rafael Kitover [Tue, 5 May 2009 19:47:13 +0000]
C::C::WrapCGI - new release with fixed deps

14 years agoC::C::WrapCGI - add note about nph scripts not working (caelum)
Rafael Kitover [Sun, 3 May 2009 04:34:45 +0000]
C::C::WrapCGI - add note about nph scripts not working (caelum)

14 years agoC::C::WrapCGI - remove CGI env vars by default
Rafael Kitover [Thu, 30 Apr 2009 16:40:30 +0000]
C::C::WrapCGI - remove CGI env vars by default

14 years agoWrapCGI - new release
Rafael Kitover [Wed, 29 Apr 2009 03:42:48 +0000]
WrapCGI - new release

14 years agoadd test for multiple files and make it pass
Hans Dieter Pearcey [Wed, 29 Apr 2009 03:18:26 +0000]
add test for multiple files and make it pass

14 years agoWrapCGI - file uploads support
Rafael Kitover [Wed, 29 Apr 2009 02:57:29 +0000]
WrapCGI - file uploads support

14 years agofailing (TODO) test for multipart/form-data
Hans Dieter Pearcey [Tue, 28 Apr 2009 17:47:29 +0000]
failing (TODO) test for multipart/form-data

14 years agokill CONTENT_TYPE too
Hans Dieter Pearcey [Tue, 28 Apr 2009 17:00:38 +0000]
kill CONTENT_TYPE too

14 years agocompletely useless test
Hans Dieter Pearcey [Tue, 28 Apr 2009 16:42:52 +0000]
completely useless test

14 years agoWrapCGI - fix deps
Rafael Kitover [Mon, 27 Apr 2009 18:44:05 +0000]
WrapCGI - fix deps

14 years agowrapcgi - new release
Rafael Kitover [Mon, 27 Apr 2009 16:00:49 +0000]
wrapcgi - new release

14 years agoWrapCGI - fix PATH_INFO tests
Rafael Kitover [Mon, 27 Apr 2009 14:12:49 +0000]
WrapCGI - fix PATH_INFO tests

14 years agomake it clearer where the slashes are
Hans Dieter Pearcey [Mon, 27 Apr 2009 05:30:43 +0000]
make it clearer where the slashes are

14 years agoC::C::WrapCGI - PATH_INFO and configurable cgi_dir
Rafael Kitover [Mon, 27 Apr 2009 05:24:45 +0000]
C::C::WrapCGI - PATH_INFO and configurable cgi_dir

14 years agoclean up my changelog entries
Hans Dieter Pearcey [Mon, 27 Apr 2009 03:10:11 +0000]
clean up my changelog entries

14 years agoC::C::WrapCGI - add PATH_INFO support
Rafael Kitover [Mon, 27 Apr 2009 03:07:15 +0000]
C::C::WrapCGI - add PATH_INFO support

14 years agoC::C::CGIBin - new release
Rafael Kitover [Sun, 26 Apr 2009 20:56:27 +0000]
C::C::CGIBin - new release

14 years agomoved
Hans Dieter Pearcey [Sun, 26 Apr 2009 19:52:52 +0000]
moved

14 years agoC::C::CGIBin - added test for __DATA__ (failing for some reaosn)
Rafael Kitover [Sun, 26 Apr 2009 19:48:24 +0000]
C::C::CGIBin - added test for __DATA__ (failing for some reaosn)

14 years agooverride exit() for Perl cgis in cgi-bin
Hans Dieter Pearcey [Sun, 26 Apr 2009 00:37:09 +0000]
override exit() for Perl cgis in cgi-bin
set $0 when executing a Perl cgi

14 years agoallow overriding of public cgi-bin paths
Hans Dieter Pearcey [Sun, 26 Apr 2009 00:36:57 +0000]
allow overriding of public cgi-bin paths

14 years agoC::C::CGIBin: add support for __DATA__ sections in CGIs
Rafael Kitover [Fri, 24 Apr 2009 04:44:13 +0000]
C::C::CGIBin: add support for __DATA__ sections in CGIs

15 years agowrapcgi: releasing 0.0027 with kill_env from confound++
Rafael Kitover [Fri, 3 Apr 2009 22:00:51 +0000]
wrapcgi: releasing 0.0027 with kill_env from confound++

15 years agoadd kill_env
Hans Dieter Pearcey [Fri, 3 Apr 2009 21:31:36 +0000]
add kill_env

15 years agoMake tests local::lib compatible, remove generated files
Tomas Doran [Sun, 22 Mar 2009 02:19:44 +0000]
Make tests local::lib compatible, remove generated files

15 years agoBump Class::C3 reqs to avoid warnings on 5.10
Tomas Doran [Sun, 8 Mar 2009 22:42:41 +0000]
Bump Class::C3 reqs to avoid warnings on 5.10

15 years agoWrapCGI: fix missing dep on namespace::clean
Rafael Kitover [Tue, 3 Feb 2009 00:26:51 +0000]
WrapCGI: fix missing dep on namespace::clean

15 years agoC::C::CGIBin: add root/cgi-bin to $c->config->{static}{ignore_dirs}
Rafael Kitover [Fri, 9 Jan 2009 23:08:26 +0000]
C::C::CGIBin: add root/cgi-bin to $c->config->{static}{ignore_dirs}

15 years agoWrapCGI: fix for 5.8
Rafael Kitover [Wed, 19 Nov 2008 23:59:31 +0000]
WrapCGI: fix for 5.8

15 years agoC::C::CGIBin - fix bug in is_perl_cgi
Rafael Kitover [Fri, 18 Jul 2008 12:02:16 +0000]
C::C::CGIBin - fix bug in is_perl_cgi

15 years agoWrapCGI: fix missing dep on Class::C3
Rafael Kitover [Sun, 6 Jul 2008 21:22:17 +0000]
WrapCGI: fix missing dep on Class::C3

15 years agoWrapCGI: portability fix for test shell script
Rafael Kitover [Fri, 4 Jul 2008 00:56:01 +0000]
WrapCGI: portability fix for test shell script

15 years agoWrapCGI: manifest/meta fixup for CPAN
Rafael Kitover [Thu, 3 Jul 2008 06:04:46 +0000]
WrapCGI: manifest/meta fixup for CPAN

15 years agoWrapCGI: implementing mst's suggestions
Rafael Kitover [Thu, 3 Jul 2008 05:58:23 +0000]
WrapCGI: implementing mst's suggestions

15 years agoFix config parsing for WrapCGI
Rafael Kitover [Wed, 2 Jul 2008 01:53:50 +0000]
Fix config parsing for WrapCGI

15 years agoMinor change
Rafael Kitover [Tue, 1 Jul 2008 03:53:30 +0000]
Minor change

15 years agoConverted C::P::CGIBin to C::C::CGIBin, added regex env key support
Rafael Kitover [Tue, 1 Jul 2008 02:16:38 +0000]
Converted C::P::CGIBin to C::C::CGIBin, added regex env key support

15 years agoFinished first version of WrapCGI dist
Rafael Kitover [Sat, 28 Jun 2008 22:29:41 +0000]
Finished first version of WrapCGI dist

15 years agoWorking on a dist for WrapCGI...
Rafael Kitover [Sat, 28 Jun 2008 11:15:53 +0000]
Working on a dist for WrapCGI...

15 years agoFix body encoding
Rafael Kitover [Sat, 28 Jun 2008 00:45:21 +0000]
Fix body encoding

16 years agoadd correct unicode awareness to CatalystAdvent
Jonathan Rockway [Wed, 30 May 2007 10:42:35 +0000]
add correct unicode awareness to CatalystAdvent

16 years agorenamed CatalystX::Controller::WrapCGI to s/X//
Matt S. Trout [Fri, 11 May 2007 05:11:39 +0000]
renamed CatalystX::Controller::WrapCGI to s/X//

16 years agomoved WrapCGI cntroller dir
Matt S. Trout [Fri, 11 May 2007 05:10:56 +0000]
moved WrapCGI cntroller dir

17 years agoinitial import of CGI wrapping code
Matt S. Trout [Mon, 9 Apr 2007 14:11:49 +0000]
initial import of CGI wrapping code