11 years agonew action method "list_extra_info" for better debugging, and did this for the new...
John Napiorkowski [Fri, 15 Feb 2013 19:49:16 +0000]
new action method "list_extra_info" for better debugging, and did this for the new http method actionrole

11 years agouse actionrole instead of core for the new http method support
John Napiorkowski [Fri, 15 Feb 2013 19:29:22 +0000]
use actionrole instead of core for the new http method support

11 years agoImprove the docs for MyAction attributes
André Walker [Tue, 12 Feb 2013 23:39:59 +0000]
Improve the docs for MyAction attributes

11 years agosome sort of docs for controller action subroutine attributes
John Napiorkowski [Tue, 12 Feb 2013 23:12:37 +0000]
some sort of docs for controller action subroutine attributes

11 years agonew match and match captutres for http methods, plus tests, docs
John Napiorkowski [Mon, 11 Feb 2013 22:22:07 +0000]
new match and match captutres for http methods, plus tests, docs

11 years agoadded more stop words to the spelling test to surprise false postive test failures
John Napiorkowski [Mon, 11 Feb 2013 14:58:21 +0000]
added more stop words to the spelling test to surprise false postive test failures

11 years agoFix spelling of usage
Dave Rolsky [Thu, 31 Jan 2013 23:02:02 +0000]
Fix spelling of usage

11 years agoIf it's a public method, document it
Tomas Doran [Tue, 29 Jan 2013 20:18:40 +0000]
If it's a public method, document it

11 years agoHTML encode the link in the 302 redirect page to prevent XSS.
Colin Newell [Wed, 23 Jan 2013 19:31:34 +0000]
HTML encode the link in the 302 redirect page to prevent XSS.

11 years agowork with MooseX::Getopt 0.48 by using the new public method for printing usage
Karen Etheridge [Sat, 5 Jan 2013 11:42:27 +0000]
work with MooseX::Getopt 0.48 by using the new public method for printing usage

This reverts commit f831720babc4818823ec8628dcc1bd032ed8220c, which reverted commit cd61f3ab24b7dcc59068c35d62ddb4bb9b9162c8, but with version dependency added and pod coverage fixed.

11 years agoRevert "work with MooseX::Getopt 0.48 by using the new public method for printing...
Tomas Doran [Fri, 4 Jan 2013 08:24:42 +0000]
Revert "work with MooseX::Getopt 0.48 by using the new public method for printing usage"

This reverts commit cd61f3ab24b7dcc59068c35d62ddb4bb9b9162c8.

11 years agomake Catalyst::Engine and Catalyst::Base immutable
Matt S Trout [Fri, 4 Jan 2013 00:46:03 +0000]
make Catalyst::Engine and Catalyst::Base immutable

11 years agowork with MooseX::Getopt 0.48 by using the new public method for printing usage
Karen Etheridge [Thu, 27 Dec 2012 08:25:01 +0000]
work with MooseX::Getopt 0.48 by using the new public method for printing usage

11 years agoFix typo in Changes
Dave Rolsky [Mon, 10 Dec 2012 20:30:45 +0000]
Fix typo in Changes

11 years agoFixed the TODO test, it works now.
Ferruccio Zamuner [Mon, 10 Dec 2012 10:15:24 +0000]
Fixed the TODO test, it works now.

11 years agoMake URI query param tests simpler and more robust
Dagfinn Ilmari Mannsåker [Wed, 5 Dec 2012 12:07:02 +0000]
Make URI query param tests simpler and more robust

11 years agoVersion 5.90019 5.90019
Tomas Doran [Tue, 4 Dec 2012 21:34:22 +0000]
Version 5.90019

11 years agoChangelog
Tomas Doran [Tue, 4 Dec 2012 21:31:31 +0000]
Changelog

11 years agoBetter test fail if you don't have the author deps
Tomas Doran [Tue, 4 Dec 2012 21:30:02 +0000]
Better test fail if you don't have the author deps

11 years agoFix http server test, which also runs all the tests at a sub-path
Tomas Doran [Tue, 4 Dec 2012 21:58:30 +0000]
Fix http server test, which also runs all the tests at a sub-path

11 years agoMore v5.17.5-518-g7dc8663 related fixing
Tomas Doran [Tue, 4 Dec 2012 21:23:03 +0000]
More v5.17.5-518-g7dc8663 related fixing

11 years agoFix for v5.17.5-518-g7dc8663
Tomas Doran [Tue, 4 Dec 2012 21:09:16 +0000]
Fix for v5.17.5-518-g7dc8663

11 years agoMake a load of the tests fail more obviously
Tomas Doran [Mon, 12 Nov 2012 17:33:05 +0000]
Make a load of the tests fail more obviously

11 years agoRemove MX::Types
Tomas Doran [Mon, 12 Nov 2012 15:54:34 +0000]
Remove MX::Types

11 years agoFix for perl 5.8. RT#61122
Tomas Doran [Mon, 12 Nov 2012 15:39:15 +0000]
Fix for perl 5.8. RT#61122

11 years agoupdated changes file and version string in preparation for release 5.90018
John Napiorkowski [Wed, 24 Oct 2012 00:54:20 +0000]
updated changes file and version string in preparation for release

11 years agoFix more stupidity
Tomas Doran [Tue, 23 Oct 2012 20:12:49 +0000]
Fix more stupidity

11 years agoUsing a regex on data::dumper output is insane. I suck
Tomas Doran [Tue, 23 Oct 2012 20:08:08 +0000]
Using a regex on data::dumper output is insane. I suck

11 years agoStop being insane
Tomas Doran [Tue, 23 Oct 2012 19:59:57 +0000]
Stop being insane

11 years agoVersion 5.90017 5.90017
Tomas Doran [Fri, 19 Oct 2012 21:34:05 +0000]
Version 5.90017

11 years agoChangelog
Tomas Doran [Fri, 19 Oct 2012 21:33:02 +0000]
Changelog

11 years agoRename methods to be shorter
Tomas Doran [Tue, 9 Oct 2012 07:41:41 +0000]
Rename methods to be shorter

11 years agoEnable hooking parameters into req/res construction. Useful if you are dynamically...
Tomas Doran [Mon, 8 Oct 2012 19:04:40 +0000]
Enable hooking parameters into req/res construction. Useful if you are dynamically applying request or response roles

11 years agoMake this a warning so it's a little more obvious
Tomas Doran [Mon, 24 Sep 2012 20:19:45 +0000]
Make this a warning so it's a little more obvious

11 years agoChange Catalsyt _parse_attrs so that when sub attr handlers:
Gareth Kirwan [Tue, 28 Aug 2012 15:22:42 +0000]
Change Catalsyt _parse_attrs so that when sub attr handlers:
1) Can return multiple pairs of new attributes
2) Get their returned attributes passed through the correct attribute handler.
e.g sub _parse_Whatever_attr { return Chained => 'foo', PathPart => 'bar' }
Will now work because both new attributes are respected, and the Chained attribute is passed
to _parse_Chained_attr and fixedup correctly by that.

11 years agoIn Catalyst::Test, don't mangle headers of non-HTML responses. RT#79043
Dagfinn Ilmari Mannsåker [Fri, 17 Aug 2012 15:17:46 +0000]
In Catalyst::Test, don't mangle headers of non-HTML responses. RT#79043

11 years agoclaim a version for release 5.90016
John Napiorkowski [Thu, 16 Aug 2012 19:36:57 +0000]
claim a version for release

11 years agoupdated changelog
John Napiorkowski [Thu, 16 Aug 2012 19:17:20 +0000]
updated changelog

11 years agopatch to make prepare_parameters not be both a builder and a preparer
John Napiorkowski [Thu, 16 Aug 2012 18:59:41 +0000]
patch to make prepare_parameters not be both a builder and a preparer

11 years agoMac OSX Mountain Lion is like previous version in regards to tar
John Napiorkowski [Thu, 16 Aug 2012 18:57:52 +0000]
Mac OSX Mountain Lion is like previous version in regards to tar

11 years agoFix model/view/controller methods to handle stringifiable objects
Matt S Trout [Tue, 14 Aug 2012 17:48:43 +0000]
Fix model/view/controller methods to handle stringifiable objects

Previously, uri_for would test to see if its first argument was isa
Catalyst::Controller but then assume any other object was a Catalyst::Action;
this change uses Safe::Isa to check the class in both cases, which is useful
both for string overloading packages such as i18n.pm and HTML::String but also
when a Path::Class::File object is passed during static URI generation.

11 years agoFix model/view/controller methods to handle stringifiable objects
Matt S Trout [Tue, 14 Aug 2012 17:43:13 +0000]
Fix model/view/controller methods to handle stringifiable objects

Previously, we tested ref() and assumed if that was true that we'd been
supplied with a regexp; by switching to using Safe::Isa to check for

  $thing->$_isa('Regexp')

a stringifiable object will still get handled correctly. This is necessary
when using string overloading tools such as i18n.pm or HTML::String.

11 years agoAdd =encoding UTF-8 to POD
Dagfinn Ilmari Mannsåker [Mon, 23 Jul 2012 15:32:10 +0000]
Add =encoding UTF-8 to POD

11 years agoFix syntax error
Dagfinn Ilmari Mannsåker [Mon, 23 Jul 2012 15:01:55 +0000]
Fix syntax error

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