Re: [Catalyst] Catalyst-Plugin-Params-Nested rt 59604

2010-07-28 Thread David Schmidt
On Wed, Jul 28, 2010 at 1:40 AM, Evan Carroll m...@evancarroll.com wrote:
 Is C:P:P:N still maintained? I filed a bug on CPAN, next day I heard a
 request for a patch. I provided a patch, and I haven't heard anything
 back. If any one is maintaining it? Can I get co-maint to apply my
 patch.

 Find more information about the issue and the patch set here:
 https://rt.cpan.org/Public/Bug/Display.html?id=59604

 --
 Evan Carroll - m...@evancarroll.com
 System Lord of the Internets
 web: http://www.evancarroll.com
 ph: 281.901.0011

 ___
 List: Catalyst@lists.scsys.co.uk
 Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst
 Searchable archive: http://www.mail-archive.com/catalyst@lists.scsys.co.uk/
 Dev site: http://dev.catalyst.perl.org/


Tomas Doran (the maintainer according to
http://search.cpan.org/dist/Catalyst-Plugin-Params-Nested/lib/Catalyst/Plugin/Params/Nested.pm)
is very active and im convinced he will apply the patch at due time if
it is sane.

He reads the mailinglist aswell. Just give it some more time.

david

___
List: Catalyst@lists.scsys.co.uk
Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst
Searchable archive: http://www.mail-archive.com/catalyst@lists.scsys.co.uk/
Dev site: http://dev.catalyst.perl.org/


Re: [Catalyst] Catalyst-Plugin-Params-Nested rt 59604

2010-07-28 Thread Oleg Kostyuk
You also could look at Catalyst::TraitFor::Request::Params::Hashed


2010/7/28 David Schmidt davew...@gmx.at:
 On Wed, Jul 28, 2010 at 1:40 AM, Evan Carroll m...@evancarroll.com wrote:
 Is C:P:P:N still maintained? I filed a bug on CPAN, next day I heard a
 request for a patch. I provided a patch, and I haven't heard anything
 back. If any one is maintaining it? Can I get co-maint to apply my
 patch.

 Find more information about the issue and the patch set here:
 https://rt.cpan.org/Public/Bug/Display.html?id=59604

 --
 Evan Carroll - m...@evancarroll.com
 System Lord of the Internets
 web: http://www.evancarroll.com
 ph: 281.901.0011

 ___
 List: Catalyst@lists.scsys.co.uk
 Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst
 Searchable archive: http://www.mail-archive.com/catalyst@lists.scsys.co.uk/
 Dev site: http://dev.catalyst.perl.org/


 Tomas Doran (the maintainer according to
 http://search.cpan.org/dist/Catalyst-Plugin-Params-Nested/lib/Catalyst/Plugin/Params/Nested.pm)
 is very active and im convinced he will apply the patch at due time if
 it is sane.

 He reads the mailinglist aswell. Just give it some more time.

 david

 ___
 List: Catalyst@lists.scsys.co.uk
 Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst
 Searchable archive: http://www.mail-archive.com/catalyst@lists.scsys.co.uk/
 Dev site: http://dev.catalyst.perl.org/




-- 
Sincerely yours,
Oleg Kostyuk (CUB-UANIC)

___
List: Catalyst@lists.scsys.co.uk
Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst
Searchable archive: http://www.mail-archive.com/catalyst@lists.scsys.co.uk/
Dev site: http://dev.catalyst.perl.org/


Re: [Catalyst] Catalyst-Plugin-Params-Nested rt 59604

2010-07-28 Thread Tomas Doran


On 28 Jul 2010, at 00:40, Evan Carroll wrote:


Find more information about the issue and the patch set here:
https://rt.cpan.org/Public/Bug/Display.html?id=59604


Applied, released, resolved.

Thanks for the patch!

Cheers
t0m


___
List: Catalyst@lists.scsys.co.uk
Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst
Searchable archive: http://www.mail-archive.com/catalyst@lists.scsys.co.uk/
Dev site: http://dev.catalyst.perl.org/


[Catalyst] [ANNOUNCE] Catalyst-Runtime 5.80025

2010-07-28 Thread Tomas Doran

Hi

It gives me great pleasure to announce the latest maintenance release  
of the Catalyst 5.80 series.


This release fixes some bugs (notably an issue if your application is  
using 'rails like routes' with the dispatch configured from config)  
and adds a small refactoring to allow the implementation of  
Catalyst::Controller::ActionRole to be more elegant (and fix bugs in  
it by removing code)


Full changelog below as always.

Cheers
t0m

--
5.80025 2010-07-29 01:50:00

 New features:
  - An 'action_class' method has been added to Catalyst::Controller to
allow controller base classes, roles or traits
(e.g. Catalyst::Controller::ActionRole) to more easily override
the default action creation.

 Bug fixes:
  - Fix the --mech and --mechanize options to the myapp_create.pl  
script
to operate correctly by fixing the options passed down into the  
script.
  - Fix controllers with no method attributes (where the action  
definitions

are entirely contained in config). RT#58057
  - Fix running as a CGI under IIS at non-root locations.

 Documentation:
  - Fix missing - in the docs when describing the --mechanize option  
at one

point.
  - Explained the common practice how to access the component's config
values.
  - Fixed typo in Catalyst/Script/Server.pm (RT #58474)


___
List: Catalyst@lists.scsys.co.uk
Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst
Searchable archive: http://www.mail-archive.com/catalyst@lists.scsys.co.uk/
Dev site: http://dev.catalyst.perl.org/


[Catalyst] C::P::Unicode::Encoding and C::P::Compress

2010-07-28 Thread Octavian Rasnita
Hi,

I have been using Catalyst::Plugin::Unicode but I read in its POD that 
Catalyst::Plugin::Unicode::Encoding is now recommended.

Can C::P::Unicode::Encoding be used with C::P::Compress::Gzip or C::P::Compress?

I've seen that the HTTP headers seem to be correctly generated, but no page 
content is sent if I use these 2 plugins.

I have used the following settings in the configuration file:

encoding UTF-8
compression_format gzip

Thanks.

Octavian


___
List: Catalyst@lists.scsys.co.uk
Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst
Searchable archive: http://www.mail-archive.com/catalyst@lists.scsys.co.uk/
Dev site: http://dev.catalyst.perl.org/