11 years agoadded encoding, because of my name
André Walker [Fri, 20 Jul 2012 05:17:26 +0000]
added encoding, because of my name

11 years agoadded docs for missing sub-routines
André Walker [Fri, 20 Jul 2012 05:15:03 +0000]
added docs for missing sub-routines

11 years agoMerge branch 'master' into gsoc_breadboard
André Walker [Wed, 4 Jul 2012 18:14:32 +0000]
Merge branch 'master' into gsoc_breadboard

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 agorenaming application_name -> catalyst_application
André Walker [Fri, 29 Jun 2012 21:10:06 +0000]
renaming application_name -> catalyst_application

11 years agofixing merge conflicts from master
André Walker [Fri, 29 Jun 2012 21:01:18 +0000]
fixing merge conflicts from master

11 years agorenaming root -> root_dir
André Walker [Fri, 29 Jun 2012 20:51:58 +0000]
renaming root -> root_dir

11 years agoRemove application_name attr
Tomas Doran [Wed, 27 Jun 2012 22:35:14 +0000]
Remove application_name attr

11 years agoMerge master into gsoc_breadboard
Tomas Doran [Wed, 27 Jun 2012 20:56:45 +0000]
Merge master into gsoc_breadboard

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

11 years agocleaning up the namespace
André Walker [Wed, 2 May 2012 02:47:16 +0000]
cleaning up the namespace

11 years agomade class meta immutable
André Walker [Tue, 24 Apr 2012 21:35:12 +0000]
made class meta immutable

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 agoMerge branch 'master' into gsoc_breadboard
André Walker [Mon, 2 Apr 2012 13:12:25 +0000]
Merge branch 'master' into gsoc_breadboard

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 agoMerge branch 'master' into gsoc_breadboard
André Walker [Sat, 10 Mar 2012 17:48:51 +0000]
Merge branch 'master' into gsoc_breadboard

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 agoMerge branch 'master' into gsoc_breadboard
André Walker [Wed, 22 Feb 2012 23:14:18 +0000]
Merge branch 'master' into gsoc_breadboard

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 agouse Test::More, duh - stupid
Tomas Doran [Mon, 6 Feb 2012 23:06:15 +0000]
use Test::More, duh - stupid

12 years agoSkip tests that use ctx_request when live
Tomas Doran [Mon, 6 Feb 2012 23:03:06 +0000]
Skip tests that use ctx_request when live

12 years agoRemove FIXME, why did I think this didn't work?
Tomas Doran [Mon, 6 Feb 2012 22:24:54 +0000]
Remove FIXME, why did I think this didn't work?

12 years agoI don't think pushing to config is actually needed
Tomas Doran [Mon, 6 Feb 2012 22:21:57 +0000]
I don't think pushing to config is actually needed

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 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 agoMerge branch 'gsoc_breadboard' of git.shadowcat.co.uk:Catalyst-Runtime into gsoc_brea...
André Walker [Mon, 6 Feb 2012 21:45:54 +0000]
Merge branch 'gsoc_breadboard' of git.shadowcat.co.uk:Catalyst-Runtime into gsoc_breadboard

12 years agoadded path_to and better config handling to the TODO
André Walker [Mon, 6 Feb 2012 21:45:47 +0000]
added path_to and better config handling to the TODO

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 agoHacky fix for path_to
Tomas Doran [Mon, 6 Feb 2012 21:07:12 +0000]
Hacky fix for path_to

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

12 years agoupdated TODO
André Walker [Mon, 6 Feb 2012 20:43:15 +0000]
updated TODO

12 years agoadded my name to pod stop words
André Walker [Fri, 3 Feb 2012 22:03:09 +0000]
added my name to pod stop words

12 years agoMerge branch 'master' into gsoc_breadboard
André Walker [Fri, 3 Feb 2012 18:22:09 +0000]
Merge branch 'master' into gsoc_breadboard

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