11 years agoFix RT#78377 - IIS7 sucks in different ways to IIS6
Tomas Doran [Wed, 18 Jul 2012 20:05:44 +0000]
Fix RT#78377 - IIS7 sucks in different ways to IIS6

11 years agoVersion 5.90015 5.90015
Tomas Doran [Sat, 30 Jun 2012 15:57:52 +0000]
Version 5.90015

11 years agoUpdate the changes
Tomas Doran [Sat, 30 Jun 2012 15:49:36 +0000]
Update the changes

11 years agoFix ->finalize_headers getting called twice. RT#78090
Tomas Doran [Sat, 30 Jun 2012 15:40:57 +0000]
Fix ->finalize_headers getting called twice. RT#78090

11 years agoversion bumping 5.90014
John Napiorkowski [Tue, 26 Jun 2012 14:02:18 +0000]
version bumping

11 years agoMerge branch 'fix-76179'
Andrew Rodland [Mon, 25 Jun 2012 19:50:04 +0000]
Merge branch 'fix-76179'

11 years agoFix CPAN RT#76179
Andrew Rodland [Mon, 25 Jun 2012 07:07:51 +0000]
Fix CPAN RT#76179

* Revert commit 684ca75d81f91dc5302f1654d7029c93be4f5a37. We
  actually need the context in the Response so that $c->res->write can
  call $c->finalize_headers.

* Clear _context in $c->res for debug dump output again. Now that the response
  has a _context again, we need to avoid dumping it again.

* Make Response::write call finalize_headers on the context, not $self
  Calling write causes finalize_headers to be called, so that the headers are
  available to be sent before we start sending body. This needs to be the case
  whether the user called $c->write or $c->res->write. And plugins like
  Session hook Catalyst::prepare_headers to prepare their own headers (like
  session cookies) so we really need to call the context's finalize_headers,
  and not just the response method that does the real work.

* Add tests for finalize_headers issue (failing on master, passing here)

11 years agoupdated changes and version for new release 5.90013
John Napiorkowski [Thu, 21 Jun 2012 14:41:18 +0000]
updated changes and version for new release

11 years agoStop using deprecated CMOP APIs
Florian Ragwitz [Thu, 7 Jun 2012 22:35:47 +0000]
Stop using deprecated CMOP APIs

11 years agoMove Controller::ActionRole's functionality into the core.
Florian Ragwitz [Mon, 22 Mar 2010 12:34:34 +0000]
Move Controller::ActionRole's functionality into the core.

11 years agouse style;
Florian Ragwitz [Thu, 7 Jun 2012 23:03:28 +0000]
use style;

11 years agoMake Makefile.PL less irritating.
Tomas Doran [Sat, 26 May 2012 10:47:07 +0000]
Make Makefile.PL less irritating.

Complain about all the Module::Install extensions in one go.
Do all the author_requires in another go.

This means that if you've got a clean-ish machine, you only get two
irritating lists to feed to cpanm, rather than having to do an
irritating install, perl Makefile.PL, install cycle till it works.

Also fix use of M::I extensions to include parens, as otherwise
if they're not installed then M::I doesn't load them, and our requires
checking is now at runtime rather than compile time (and 5.16.0
doesn't like it at compile time)..

11 years agoChangelog test fixes
Tomas Doran [Sat, 26 May 2012 10:32:21 +0000]
Changelog test fixes

11 years agoFix t/author/http-server.t on Win32
Tomas Doran [Sat, 26 May 2012 10:27:19 +0000]
Fix t/author/http-server.t on Win32

Cherry picked out of:

commit 9b8933f1817fd32ef63010739275a7ed7f844ad3
Author: Brendan Byrd <byrd.b@insightcom.com>
Date:   Thu Apr 19 17:35:51 2012 -0400

    Fix author requires to not fatally error on a single command Fix author t

11 years agoFix script test when aggregated
Tomas Doran [Sat, 26 May 2012 10:24:22 +0000]
Fix script test when aggregated

11 years agoFix warning in some chained dispatch cases
Tomas Doran [Sat, 26 May 2012 10:14:27 +0000]
Fix warning in some chained dispatch cases

11 years agoChangelog
Tomas Doran [Fri, 25 May 2012 16:51:34 +0000]
Changelog

11 years agotests and patch for Controller to accept action_args from constructor
skaufman [Mon, 16 Apr 2012 17:22:58 +0000]
tests and patch for Controller to accept action_args from constructor

11 years agofix body_parameters is undef when no params
Gerda Shank [Thu, 24 May 2012 16:47:01 +0000]
fix body_parameters is undef when no params

11 years agoFix RT reference
Tomas Doran [Sun, 20 May 2012 11:19:00 +0000]
Fix RT reference

11 years agoVersion 5.90012 5.90012
Tomas Doran [Wed, 16 May 2012 09:12:00 +0000]
Version 5.90012

11 years agoWork around Moose bug RT#7536 which breaks Catalyst::Controller::DBIC::API
Alexander Hartmaier [Tue, 15 May 2012 10:45:57 +0000]
Work around Moose bug RT#7536 which breaks Catalyst::Controller::DBIC::API

11 years agoFix test, whoops
Tomas Doran [Tue, 15 May 2012 09:35:41 +0000]
Fix test, whoops

11 years agoRemove dep on B::H::EOS, for RT#76437
Tomas Doran [Sat, 5 May 2012 13:04:55 +0000]
Remove dep on B::H::EOS, for RT#76437

11 years agoFix documentation for the 'secure' method in Catalyst:Request. RT#76710
Tomas Doran [Sat, 5 May 2012 12:37:23 +0000]
Fix documentation for the 'secure' method in Catalyst:Request. RT#76710

11 years agoFix vague 'checkout' wording in Catalyst::Utils. RT#77000
Tomas Doran [Sat, 5 May 2012 10:49:43 +0000]
Fix vague 'checkout' wording in Catalyst::Utils. RT#77000

12 years agobump namespace::clean dep
Matt S Trout [Wed, 18 Apr 2012 17:30:50 +0000]
bump namespace::clean dep

12 years agoWe are keeping ->_plugins->{} for a reason.
Tomas Doran [Mon, 16 Apr 2012 08:12:02 +0000]
We are keeping ->_plugins->{} for a reason.

Use that reason to stop MRO errors. We could instead break in this case,
which I considered - however I think the behaviour I had is closer to
what was originally intended, and the simple auth helper from the book
has a habit of doing this.. If anyone feels strongly however, I'd be
entirely in favour of this becoming fatal instead...

12 years agoFix META.yml author, add x_authority
Tomas Doran [Mon, 16 Apr 2012 08:07:32 +0000]
Fix META.yml author, add x_authority

12 years agoDefault to zero everywhere, to stop the warnings in splice below
Tomas Doran [Tue, 20 Mar 2012 11:27:24 +0000]
Default to zero everywhere, to stop the warnings in splice below

12 years agoFix possible warning
Tomas Doran [Tue, 20 Mar 2012 11:20:39 +0000]
Fix possible warning

12 years agoChangelog
Tomas Doran [Tue, 13 Mar 2012 22:06:22 +0000]
Changelog

12 years agoAdd test case from RT#75607
Tomas Doran [Tue, 13 Mar 2012 22:05:28 +0000]
Add test case from RT#75607

12 years agofix spelling error
Brian Phillips [Tue, 13 Mar 2012 18:51:04 +0000]
fix spelling error

12 years agoprevent body_params from being reset on each access
Brian Phillips [Tue, 13 Mar 2012 18:50:47 +0000]
prevent body_params from being reset on each access

12 years agoDoc fixes / additions in Catalyst::Component
Tomas Doran [Fri, 9 Mar 2012 08:15:40 +0000]
Doc fixes / additions in Catalyst::Component

12 years agoset change file date and updated versions in preparation for release 5.90011
John Napiorkowski [Thu, 8 Mar 2012 21:46:04 +0000]
set change file date and updated versions in preparation for release

12 years agoUnpossible, but people keep seeing it
Tomas Doran [Tue, 6 Mar 2012 16:30:45 +0000]
Unpossible, but people keep seeing it

12 years agoFixed typo in Engine::HTTP warning message
Jesse Sheidlower [Sun, 4 Mar 2012 16:11:06 +0000]
Fixed typo in Engine::HTTP warning message

12 years agoChangelog for File::Spec fix
Tomas Doran [Fri, 2 Mar 2012 20:27:49 +0000]
Changelog for File::Spec fix

12 years agoFixed up uses of catdir being used to return a file path
Nigel Metheringham [Thu, 1 Mar 2012 11:18:13 +0000]
Fixed up uses of catdir being used to return a file path

catdir and catfile are different - using them interchangeably may
work on most platforms, but one day you will encounter VMS
and get horribly confused!

12 years agoFix for closing fds with --background
Tomas Doran [Fri, 2 Mar 2012 20:23:07 +0000]
Fix for closing fds with --background

As web load the app (and therefore setup file loggers) before
we use MX::Daemonize, it's closing stuff clobbers everything.
Therefore we just close STDIN/STDOUT/STDERR, leaving anything
the user has setup.

12 years agoSimplify loading madness back to what I was originally trying to do
Tomas Doran [Thu, 1 Mar 2012 08:17:27 +0000]
Simplify loading madness back to what I was originally trying to do

12 years agoAdd fake Makefile.PL to make test apps think they're root
Tomas Doran [Wed, 29 Feb 2012 00:05:49 +0000]
Add fake Makefile.PL to make test apps think they're root

12 years agoFix for tests
Tomas Doran [Wed, 29 Feb 2012 00:05:24 +0000]
Fix for tests

12 years agoAnd bug fix
Tomas Doran [Tue, 28 Feb 2012 23:49:42 +0000]
And bug fix

12 years agoCleanup changelog
Tomas Doran [Tue, 28 Feb 2012 23:44:47 +0000]
Cleanup changelog

12 years agoFix all the tests to get it right, use Cwd rather than FindBin
Tomas Doran [Tue, 28 Feb 2012 23:41:36 +0000]
Fix all the tests to get it right, use Cwd rather than FindBin

12 years agoAdditional fixes for path stuff
Tomas Doran [Tue, 21 Feb 2012 09:56:14 +0000]
Additional fixes for path stuff

12 years agoSpell out "current directory"
Andrew Rodland [Sat, 18 Feb 2012 01:10:08 +0000]
Spell out "current directory"

To make aspell happy, and maybe make people less confused.

12 years agoFix spelling
Andrew Rodland [Sat, 18 Feb 2012 01:03:21 +0000]
Fix spelling

12 years agorelease commit for 5.90010 5.90010
Matt S Trout [Sat, 18 Feb 2012 00:02:04 +0000]
release commit for 5.90010

12 years agoDoc new function
Tomas Doran [Thu, 16 Feb 2012 21:58:37 +0000]
Doc new function

12 years agoUpdate changelog
Tomas Doran [Thu, 16 Feb 2012 21:43:11 +0000]
Update changelog

12 years agoTests and fixes for conditional inclusion
Tomas Doran [Thu, 16 Feb 2012 21:41:12 +0000]
Tests and fixes for conditional inclusion

12 years agoSplit out into new function
Tomas Doran [Thu, 16 Feb 2012 21:09:56 +0000]
Split out into new function

12 years agoSome sane testing for home utility.
Tomas Doran [Thu, 16 Feb 2012 21:05:15 +0000]
Some sane testing for home utility.

12 years agoVersion 5.90009 5.90009
Tomas Doran [Thu, 16 Feb 2012 09:06:42 +0000]
Version 5.90009

12 years agoTrim massive explanation, not actually needed here
Tomas Doran [Thu, 16 Feb 2012 09:06:00 +0000]
Trim massive explanation, not actually needed here

12 years agoRe-write changelog entry
Tomas Doran [Thu, 16 Feb 2012 08:55:39 +0000]
Re-write changelog entry

12 years agoRequire B::Hooks::EndOfScope 0.10
Tomas Doran [Thu, 16 Feb 2012 08:48:21 +0000]
Require B::Hooks::EndOfScope 0.10

12 years agoFix the debug page, how did that slip through?
Tomas Doran [Tue, 14 Feb 2012 12:41:44 +0000]
Fix the debug page, how did that slip through?

12 years agodocumenting back-compat issue with environment variables
Eden Cardim [Tue, 14 Feb 2012 12:18:57 +0000]
documenting back-compat issue with environment variables

12 years agoCatalyst is tested and works just fine with 5.8.3. Reflect in requirements.
Peter Rabbitson [Sun, 12 Feb 2012 17:23:48 +0000]
Catalyst is tested and works just fine with 5.8.3. Reflect in requirements.

Files=29, Tests=2997, 29 wallclock secs ( 0.46 usr  0.02 sys + 28.44 cusr  0.64 csys = 29.56 CPU)
(with aggregated tests)

Files=144, Tests=2946, 218 wallclock secs ( 0.82 usr  0.24 sys + 212.72 cusr  4.20 csys = 217.98 CPU)
(without aggregation)

Note - this was fully tested with a modified LWP as per RT#74190.

Here is a dump of my requirement list:

rabbit@Thesaurus:~/devel/cat_runtime/Catalyst-Runtime-5.90008$ perl -v

This is perl, v5.8.3 built for i686-linux-thread-multi

rabbit@Thesaurus:~/devel/cat_runtime/Catalyst-Runtime-5.90008$ perl Makefile.PL
*** Module::AutoInstall version 1.04
*** Checking for Perl dependencies...
[Core Features]
- Class::Data::Inheritable               ...loaded. (0.08)
- Test::Exception                        ...loaded. (0.31)
- Test::More                             ...loaded. (0.98 >= 0.88)
- Data::Dump                             ...loaded. (1.19)
- HTTP::Request::Common                  ...loaded. (6.00)
- List::MoreUtils                        ...loaded. (0.30)
- namespace::autoclean                   ...loaded. (0.12 >= 0.09)
- namespace::clean                       ...loaded. (0.20 >= 0.13)
- B::Hooks::EndOfScope                   ...loaded. (0.09 >= 0.08)
- MooseX::Emulate::Class::Accessor::Fast ...loaded. (0.00903 >= 0.00903)
- Class::Load                            ...loaded. (0.13 >= 0.12)
- Class::MOP                             ...loaded. (2.0402 >= 0.95)
- Data::OptList                          ...loaded. (0.107)
- Moose                                  ...loaded. (2.0402 >= 1.03)
- MooseX::MethodAttributes::Inheritable  ...loaded. (0.26 >= 0.24)
- MooseX::Role::WithOverloading          ...loaded. (0.09 >= 0.09)
- MooseX::Types::LoadableClass           ...loaded. (0.006 >= 0.003)
- Carp                                   ...loaded. (1.01)
- Class::C3::Adopt::NEXT                 ...loaded. (0.13 >= 0.07)
- CGI::Simple::Cookie                    ...loaded. (1.113 >= 1.109)
- Data::Dump                             ...loaded. (1.19)
- Data::OptList                          ...loaded. (0.107)
- HTML::Entities                         ...loaded. (3.69)
- HTML::HeadParser                       ...loaded. (3.69)
- HTTP::Body                             ...loaded. (1.15 >= 1.06)
- HTTP::Headers                          ...loaded. (6.00 >= 1.64)
- HTTP::Request                          ...loaded. (6.00 >= 5.814)
- HTTP::Response                         ...loaded. (6.01 >= 5.813)
- HTTP::Request::AsCGI                   ...loaded. (1.2 >= 1.0)
- LWP::UserAgent                         ...loaded. (6.03)
- Module::Pluggable                      ...loaded. (3.9 >= 3.9)
- Path::Class                            ...loaded. (0.23 >= 0.09)
- Scalar::Util                           ...loaded. (1.23)
- Sub::Exporter                          ...loaded. (0.982)
- Text::SimpleTable                      ...loaded. (2.03 >= 0.03)
- Time::HiRes                            ...loaded. (1.52)
- Tree::Simple                           ...loaded. (1.18 >= 1.15)
- Tree::Simple::Visitor::FindByPath      ...loaded. (0.03)
- Try::Tiny                              ...loaded. (0.09)
- URI                                    ...loaded. (1.59 >= 1.35)
- Task::Weaken                           ...loaded. (1.04)
- Text::Balanced                         ...loaded. (1.95)
- MRO::Compat                            ...loaded. (0.11)
- MooseX::Getopt                         ...loaded. (0.39 >= 0.30)
- MooseX::Types                          ...loaded. (0.25)
- MooseX::Types::Common::Numeric         ...loaded. (0.001004)
- String::RewritePrefix                  ...loaded. (0.006 >= 0.004)
- Plack                                  ...loaded. (0.9985 >= 0.9974)
- Plack::Middleware::ReverseProxy        ...loaded. (0.11 >= 0.04)
- Plack::Test::ExternalServer            ...loaded. (0.01)

12 years agoFix dead links to cpansearch.perl.org to point to metacpan.org
Tomas Doran [Wed, 8 Feb 2012 13:35:34 +0000]
Fix dead links to cpansearch.perl.org to point to metacpan.org

12 years agoChange path_to testing to use a real app to test it really works
Tomas Doran [Mon, 6 Feb 2012 22:17:30 +0000]
Change path_to testing to use a real app to test it really works

12 years agoOnly include the lib directory when we detect a Makefile.PL or similar
Tomas Doran [Mon, 6 Feb 2012 21:27:51 +0000]
Only include the lib directory when we detect a Makefile.PL or similar

12 years agoVersion 5.90008 - TRIAL 5.90008
Tomas Doran [Mon, 6 Feb 2012 20:50:10 +0000]
Version 5.90008 - TRIAL

12 years agoClarify what this shit is here for
Tomas Doran [Wed, 25 Jan 2012 10:36:26 +0000]
Clarify what this shit is here for

12 years agoSpelling is nice
Tomas Doran [Wed, 25 Jan 2012 10:25:08 +0000]
Spelling is nice

12 years agoDeprecate unused private method
Tomas Doran [Wed, 25 Jan 2012 10:22:42 +0000]
Deprecate unused private method

12 years agoChangelog typo
Tomas Doran [Sun, 22 Jan 2012 10:52:19 +0000]
Changelog typo

12 years agoMy aspell already knew my name
Tomas Doran [Sun, 22 Jan 2012 10:48:21 +0000]
My aspell already knew my name

12 years agolose the aggressive error handling - works when aggregated now
Tomas Doran [Sun, 22 Jan 2012 10:46:26 +0000]
lose the aggressive error handling - works when aggregated now

12 years agoTest suite shouldn't warn any more.
Tomas Doran [Sun, 22 Jan 2012 10:38:43 +0000]
Test suite shouldn't warn any more.

12 years agoAnother recusion warning
Tomas Doran [Sun, 22 Jan 2012 10:37:59 +0000]
Another recusion warning

12 years agoShut up another test
Tomas Doran [Sun, 22 Jan 2012 10:37:08 +0000]
Shut up another test

12 years agoFix all test warnings
Tomas Doran [Sun, 22 Jan 2012 10:23:06 +0000]
Fix all test warnings

12 years agoSpelling, more
Tomas Doran [Sun, 22 Jan 2012 10:14:02 +0000]
Spelling, more

12 years agoChangelog up to date
Tomas Doran [Sun, 22 Jan 2012 10:09:27 +0000]
Changelog up to date

12 years agoRevert "And another trivial doc fix"
Tomas Doran [Sun, 22 Jan 2012 10:04:45 +0000]
Revert "And another trivial doc fix"

This reverts commit f21993513cc09ce7aec7b551bec107dd192d5905.

12 years agoRevert "The latter part of that doc doesn't apply in master, yet"
Tomas Doran [Sun, 22 Jan 2012 10:04:27 +0000]
Revert "The latter part of that doc doesn't apply in master, yet"

This reverts commit 102edbf4898a0bb361586ab2b691a6c8f77968fb.

12 years agoTry some changelog
Tomas Doran [Sun, 22 Jan 2012 10:03:51 +0000]
Try some changelog

12 years agoMerge remote branch 'origin/no_state_in_engine'
Tomas Doran [Sun, 22 Jan 2012 09:50:54 +0000]
Merge remote branch 'origin/no_state_in_engine'

* origin/no_state_in_engine: (22 commits)
  silent warnings from Data::Dumper about dummy CODE refs
  silence warning from Engine::HTTP when $ENV{HARNESS_ACTIVE} is true
  Spelling skips
  Work when not aggregated
  Pod spelling
  Fix removed methods that plugins are likely to be hooking
  Fix docs in Response, fix Pod tests
  Sort out the Request docs
  Start re-arranging and fixing docs. remove docs for deprecated stuff
  Stop the request needing the context, just pass in the logger instead
  The response no longer needs the context
  Move write and finalize_headers into response object
  Put prepare_connection back as Engine::PSGI uses it
  Do moar, moving headers and cookies. This breaks engine::psgi, fix later..
  Move prepare_connection, and it's lies documentation. Bet this breaks mad engines (stomp?)
  Move prepare_parametrs to be the builder.
  Move preparing the body into the request, almost works.
  Move actual reading into request
  Move read_chunk to the request
  Similarly, we don't need finalize_read
  ...

12 years agoFix display of authors
Tomas Doran [Thu, 29 Dec 2011 11:14:36 +0000]
Fix display of authors

12 years agodoc patch correcting visit() and go() usage from Emanuele Zeppieri
Kieren Diment [Thu, 29 Dec 2011 05:34:05 +0000]
doc patch correcting visit() and go() usage from Emanuele Zeppieri

12 years agoSpelling skips
Tomas Doran [Thu, 1 Dec 2011 14:06:19 +0000]
Spelling skips

12 years agoThe latter part of that doc doesn't apply in master, yet
Tomas Doran [Sun, 11 Dec 2011 14:04:41 +0000]
The latter part of that doc doesn't apply in master, yet

12 years agoAnd another trivial doc fix
Tomas Doran [Sun, 11 Dec 2011 14:03:54 +0000]
And another trivial doc fix

12 years agoTrivial doc fix
Tomas Doran [Sun, 11 Dec 2011 14:01:44 +0000]
Trivial doc fix

12 years agosilent warnings from Data::Dumper about dummy CODE refs
Brian Cassidy [Thu, 1 Dec 2011 16:35:04 +0000]
silent warnings from Data::Dumper about dummy CODE refs

12 years agosilence warning from Engine::HTTP when $ENV{HARNESS_ACTIVE} is true
Brian Cassidy [Thu, 1 Dec 2011 15:34:06 +0000]
silence warning from Engine::HTTP when $ENV{HARNESS_ACTIVE} is true

12 years agoSpelling skips origin/no_state_in_engine
Tomas Doran [Thu, 1 Dec 2011 14:06:19 +0000]
Spelling skips

12 years agoWork when not aggregated
Tomas Doran [Thu, 1 Dec 2011 14:01:49 +0000]
Work when not aggregated

12 years agoVersion 5.90007 5.90007
Tomas Doran [Tue, 22 Nov 2011 20:36:29 +0000]
Version 5.90007

12 years agoDocument match_captures
Tomas Doran [Tue, 22 Nov 2011 20:32:47 +0000]
Document match_captures

12 years agoDocument this
Tomas Doran [Tue, 22 Nov 2011 20:22:04 +0000]
Document this

12 years agoChanged ActionRole to ActionClass
Matthias Dietrich [Wed, 19 Oct 2011 17:01:43 +0000]
Changed ActionRole to ActionClass

12 years agoImplemented match_captures
Matthias Dietrich [Mon, 17 Oct 2011 16:42:40 +0000]
Implemented match_captures

With tests, missing docs.

12 years agoBetter changelog
Tomas Doran [Tue, 22 Nov 2011 19:51:03 +0000]
Better changelog