Grokbase
x

Catalyst Framework Development

 Topics | People | Info | Saved by | Page 1 of 13: 1 2 3 > >>

[Catalyst-dev] hacking on Session + Session::State::Cookie

By Jonathan Rockway at Sep 22, 2007, 03:12 am UTC

I've been working on these two modules recently. That failing expires test in the cookie dist (that has been giving me nightmares for the last month or so :) is finally passing! However, there is still some weird behavior that I'm noticing. C::P::Continuation only passes its tests if CATALYST_DEBUG... More...

[Catalyst-dev] What View::Templated does for you :)

By Jonathan Rockway at Sep 20, 2007, 6:45 pm UTC

Now's a good time to discuss the internals of View::Templated so that we can get this thing stable (or deleted) sometime soon :) Here's what sort of fun stuff the View does for the author. render. It looks to see if the user has set a template via $c->view->template('name'), and if he has, returns... More...

[Catalyst-dev] RFC: Catalyst::View::Mason::Templated

By Sebastian Willert at Sep 20, 2007, 6:28 pm UTC

Hi again, I found myself in a Catalyst coding spree lately (or rather in a packaging spree for quite old code) so I present my second request for comments tonight. I use HTML::Mason extensively for most of my projects and was not really satisfied with the amount of features accessible through... More...

[Catalyst-dev] RFC: Catalyst::Test::LocalContext

By Sebastian Willert at Sep 19, 2007, 4:15 pm UTC

Hi all, I often found myself wanting to test some internal aspects of my request handling in Catalyst or were to lazy to check the full returned HTML and rather just inspect the stack. For this purpose I expanded Catalyst::Test and threw away its remote functionality. So without further ado, I'd... More...

[Catalyst-dev] Catalyst-Runtime and -Devel moved to new repo layout

By Matt S Trout at Sep 14, 2007, 8:48 pm UTC

SVN paths are now http://dev.catalystframework.org/repos/Catalyst/Catalyst-Runtime http://dev.catalystframework.org/repos/Catalyst/Catalyst-Devel More...

Re: [Catalyst-dev] Ignoring Emacs temp files

By Kieren Diment at Sep 13, 2007, 7:03 pm UTC

Applied (changeset 6741 and 6742 - don't ask) , thanks :-) ... More...

[Catalyst-dev] Search for catalyst site

By Adam Bartosik at Sep 12, 2007, 7:25 pm UTC

Hi all, I've just added search to catalyst site. I thought about direct "search box" however it is too wide to fit there now and just too work with css. So there is only a link to custom google search with set of catalyst sites. About custom g search: this is connected to google user. Maybe someone... More...

paperclip

[Catalyst-dev] Re: wtf nosubject worthless spam.

By Evan Carroll at Sep 7, 2007, 2:18 pm UTC

More...

[Catalyst-dev] (no subject)

By razm...@aol.com at Sep 5, 2007, 9:22 pm UTC

More...

[Catalyst-dev] Make Catalyst::Engine::HTTP run in background easily [Patch + Test]

By Emanuele Zeppieri at Sep 5, 2007, 7:09 pm UTC

This patch simply makes the Catalyst::Engine::HTTP->run() method return the child pid instead of just exit()-ing, when invoked with $options->{background} set. This is IMO quite useful, since it permits to fire a non-blocking external Cat HTTP server simply with something like: my $pid =... More...

[Catalyst-dev] Patches for Catalyst::Plugin::ConfigLoader, Config::All and Config::All::General

By Gareth Kirwan at Aug 22, 2007, 7:33 pm UTC

Matt suggested the sane thing of using "Include config/" in app.conf. I got all excited, wrote my config/{foo,bar,baz}.conf and added it to app.conf. I tested quickly using Config::General as I wrote to make sure I was writing parsable config. I quickly found I needed flags to make it understand... More...

[Catalyst-dev] PATCH for Catalyst::Plugin::ConfigLoader

By Greg Sheard at Aug 22, 2007, 7:25 pm UTC

Hi, ConfigLoader seems to use regexps that are too limited in finalize_config. This means that when passing View::TT an INCLUDE_PATH with more than one path specified (such as "__HOME__/template:__HOME__/template2"), only the first __HOME__ is substituted. Attached is a patch to handle this case,... More...

[Catalyst-dev] Catalyst::View::ClearSilver broken

By Matt S Trout at Aug 13, 2007, 12:24 pm UTC

You've used $self->config->{foo} to get at config, which breaks configuring the view from MyApp->config and/or a config file. Since you aren't providing your own new() method, you should just __PACKAGE__->mk_ro_accessors(qw(hdfpaths loadpaths template_extension)); and use $self->hdfpaths instead of... More...

[Catalyst-dev] PATCH for Catalyst-Runtime / Catalyst::Utils

By Balint Szilakszi at Aug 9, 2007, 2:18 pm UTC

Hi, Class::Inspector <= 1.16 had a bug where valid module names with segments starting with numbers have been identified as invalid. For example, Quirky::Little::1 or Naught::1024::Bit. Class::Inspector version 1.17 fixes this issue, so I'm attaching this patch that raises the build requirement of... More...

[Catalyst] Canonical address changes from rawmode.org -> scsys.co.uk

By Matt S Trout at Aug 8, 2007, 7:09 pm UTC

I'm sick of having to interrupt gabb in .cz every time the list server moves IP so I'm centralising stuff under an SC domain. The lists.scsys.co.uk URLs and mail acceptors -should- already work and I'm not going to turn lists.rawmode.org off just yet but people seem to have missed the announce on... More...

[Catalyst-dev] tasks for 5.80?

By John Napiorkowski at Aug 7, 2007, 2:40 pm UTC

Hi, If there are any people working on outstanding issues for the next catalyst release and would like some help, particularly with lighter weight tasks such as as writing test cases, etc. please let me know. I'm probably not the sharpest knife in the drawer, but if I have a clear task a a little... More...

[Catalyst-dev] OT: Re: branch cleanup

By Carl Franks at Aug 6, 2007, 2:56 pm UTC

Sorry - I tagged this mail, but never got round to replying. There's been a few dev releases of HTML::FormFu to CPAN - but none in the past month, mostly because I was on holiday for most of July. We've a few dozen subscribers on the mailing list, and a handful of active contributors. There's a few... More...

[Catalyst-dev] Re: Re: PATCH: refactor Catalyst::Engine::HTTP::Restarter to standalone module

By Mark Stosberg at Aug 3, 2007, 3:38 pm UTC

I continued to look at this issue tonight, and came up with a patch for HTTP::Server::Simple that uses simple signal handling. Unless there is a reason to allow restarting of the web server from remote machines (!!), switching to this kind of signal handling system does seem like a good solution.... More...

[Catalyst-dev] Re: jshirley/jrockway

By Evan Carroll at Jul 30, 2007, 04:46 am UTC

Because Email::Send does not take an Array of HashRefs it just takes an Array. And this is a wrapper around Email::Send and pod and code says these are ->{mailer_args} Good enough for me. I didn't know it was using localhost, only that it was neither dieing nor was traffic going out eth1. So it... More...

[Catalyst-dev] Catalyst::View::Email patch courtesy of the one and only.

By Evan Carroll at Jul 28, 2007, 03:38 am UTC

added verbosity to error to reflect nested args ie AoH throwing off error check fixed typo in docs, mailer_args is supposed to be an array not a hash, now yaml shows it. removed old * for ->sender->{mailer_args} we now support the documented fashion!! but we carp - because it isn't supported by... More...

spacer
 Topics | People | Info | Saved by | Page 1 of 13: 1 2 3 > >>
Home > Groups > lists.rawmode.org > Catalyst Framework Development