Re: [Catalyst] old versions of Catalyst on CPAN

2006-12-03 Thread Adam Jacob
On Sun, Dec 03, 2006 at 03:06:54AM -0600, Jonathan Rockway wrote: Is anyone confused by the old versions of Catalyst on CPAN? Everything I hear says yes, but the author of the old versions wishes to have a public discussion before deleting the modules. Please let us know what you think.

[Catalyst] Catalyst::Action::REST 0.30

2006-12-03 Thread Adam Jacob
Catalyst::Action::REST 0.30 has been sent to CPAN. You can get it here: https://pause.perl.org/pub/PAUSE/authors/id/H/HO/HOLOWAY/Catalyst-Action-REST-0.30.tar.gz While the indexers and mirrors are catching up. Tons of improvements are in this release, many of them suggested by Daisuke Maki.

Re: [Catalyst] Request for comments: model class for REST queries

2006-12-07 Thread Adam Jacob
On Wed, Dec 06, 2006 at 10:08:08AM -0500, Christopher Heschong wrote: Hi, I've created a simple library to make calls to REST services, along with an associated Catalyst model, and wanted to get some feedback. The class itself is called CRUST and basically it's just some very simple glue for

Re: [Catalyst] Request for comments: model class for REST queries

2006-12-07 Thread Adam Jacob
On Thu, Dec 07, 2006 at 03:14:19PM -0500, Christopher Heschong wrote: My first thought is that you are going to need to support the full range of HTTP Methods. At the very least, you will need: GET, POST, PUT and DELETE. You probably want to support OPTIONS and HEAD as well. Thanks.

Re: [Catalyst] Re: reference lib outside Catalyst web application directory

2006-12-13 Thread Adam Jacob
On Wed, Dec 13, 2006 at 08:06:02PM +0100, A. Pagaltzis wrote: Despite the fact that it’s perverse and horribly broken [1]? [1]: http://www.perlmonks.org/index.pl?node_id=41213 Yes, despite that. :) Adam ___ List: Catalyst@lists.rawmode.org

Re: [Catalyst] 404 Not Found

2006-12-20 Thread Adam Jacob
On Wed, Dec 20, 2006 at 08:05:36PM -0800, Octavian Rasnita wrote: package TranzactiiBursiere::Controller::Bunatati; use strict; use warnings; use base 'Catalyst::Controller'; sub bunatati : General { my ( $self, $c ) = @_; $c-res-body(okokok); } 1; Try: sub buntati :Path

Re: [Catalyst] mod_fastcgi vs mod_fcgid

2007-01-12 Thread Adam Jacob
On Fri, Jan 12, 2007 at 07:13:34PM +0100, Michele Beltrame wrote: Hello all! These days I'm evaluating mod_fcgid, and the option to use it instead of mod_fastcgi as it seems less broken (better process management, etc...). Has any Catalyst user had experience with it? Opinions? mod_fcgid

Re: [Catalyst] Catalyst::Model::Xapian usage

2007-01-14 Thread Adam Jacob
On Sun, Jan 14, 2007 at 11:42:03PM +, Richard Jolly wrote: I've been playing with Catalyst::Model::Xapian. Works nicely, but it seems to hide some functionality. I'd like to get information on the match percentage, and that seems to available in Search::Xapian::MSet - but C::M::X uses

Re: [Catalyst] Re: Catalyst::Model::Xapian usage

2007-01-23 Thread Adam Jacob
. Just for kicks, I've attached the basic class here. It's taken from part of a larger project, and it definitely has some bugs. If you decide to improve it, I would love patches. Thanks! Adam # # Search::XapianParser; # Created by: Adam Jacob, Marchex, [EMAIL PROTECTED] # Created on: 01

Re: [Catalyst] CALLING FOR VCS AND EDITOR REGEXES

2007-01-26 Thread Adam Jacob
From textmate: Files: !(/\.(?!htaccess)[^/]*|\.(tmproj|o|pyc)|/Icon\r|/svn-commit(\. [2-9])?\.tmp)$ Folders: !.*/(\.[^/]*|CVS|_darcs|_MTN|\{arch\}|blib|.*~\.nib|.*\. (framework|app|pbproj|pbxproj|xcode(proj)?|bundle))$ Adam On Jan 26, 2007, at 2:27 PM, Matt S Trout wrote: Bored now. I've

Re: [Catalyst] Tweaking REST

2007-01-29 Thread Adam Jacob
On Jan 29, 2007, at 12:19 PM, Christopher H. Laco wrote: Christopher H. Laco wrote: I'm needing to support RSS/Atom feeds of some of my cart/wishlist data. The lazy guy in me says I can just make a view or two and be done with it (Thanks for the code LTjake!). The anal retentive programmer

Re: [Catalyst] Tweaking REST

2007-01-30 Thread Adam Jacob
On Jan 30, 2007, at 7:13 AM, Christopher H. Laco wrote: There are still some issues with using views, mainly that they both fight of setting content-type...and since REST sets it already, the view never sets it, which is good, but also the charset=utf isn't set either... Just to solidify

Re: [Catalyst] Tweaking REST

2007-01-30 Thread Adam Jacob
Yeah, I totally spaced it. I was spelling Flavor instead of Flavour. Silly english. Adam On Jan 30, 2007, at 2:29 AM, Kieren Diment wrote: On 30/01/07, Adam Jacob [EMAIL PROTECTED] wrote: On top of that, I want things to also work by extension: .json, .atom, .rss etc. That's where C

Re: [Catalyst] Re: Tweaking REST

2007-01-30 Thread Adam Jacob
On Jan 30, 2007, at 11:01 AM, Greg McAlpin wrote: I would very much appreciate feedback on my approach to using my TT view with REST. I'm just playing with the AdventREST example trying to understand the whole REST thing. I created a class (lib/AdventREST/MyREST.pm) for my controllers to

Re: [Catalyst] site down

2007-02-10 Thread Adam Jacob
The tubes have been crushed. Adam On Feb 9, 2007, at 10:39 PM, Ken Perl wrote: why catalyst.perl.log can not be visited? -- perl -e 'print unpack(u,62V5N\FME;G\!EFQ`9VUA:6PN8V]M\[EMAIL PROTECTED] )' ___ List: Catalyst@lists.rawmode.org

Re: [Catalyst] C::Log::Log4perl looses track

2007-02-20 Thread Adam Jacob
There is actually a patch for this in the pipeline. I'll attach it to this message; let me know if it fixes this for you. I haven't had time to give it a proper testing, sadly, so there hasn't been a new release of C::L::Log4perl because of it. I'm getting married on Saturday (yay!) and

Re: [Catalyst] C::Log::Log4perl looses track

2007-02-20 Thread Adam Jacob
And the patch I forgot to attach. Adam Catalyst-Log-Log4perl.v2.tgz Description: Binary data On Feb 20, 2007, at 9:02 AM, Cédric Bouvier wrote: Hello, I'm trying to use Catalyst::Log::Log4perl and I would like it to print the name of the method it was called from and the line number,

Re: [Catalyst] Catalyst::Log::Log4perl branch

2007-03-05 Thread Adam Jacob
On Mar 3, 2007, at 1:32 PM, J. Shirley wrote: Hey Adam, Thanks for doing the work here. I've got it going in one of my apps on the dev site, things are working ok so far. I'll keep banging on it and making sure that it continues to work a-ok. If you have anything specific you'd like me to

Re: [Catalyst] C::Log::Log4perl looses track

2007-03-09 Thread Adam Jacob
This has been pushed to CPAN, and should resolve this issue for you. Adam On Feb 20, 2007, at 2:33 PM, Adam Jacob wrote: There is actually a patch for this in the pipeline. I'll attach it to this message; let me know if it fixes this for you. I haven't had time to give it a proper

[Catalyst] Catalyst::Log::Log4perl 0.50

2007-03-09 Thread Adam Jacob
A new release of Catalyst::Log::Log4perl is on CPAN. Thanks to the work of Sebastian Willert, it now supports many Log::Log4perl mechanisms that were previously broken, such as: %L Line number within the file where the log statement was issued %F File where the logging event occurred %C

[Catalyst] Catalyst::Action::REST 0.40

2007-03-09 Thread Adam Jacob
Hi all! Catalyst::Action::REST 0.40 has been uploaded to CPAN, and should be available from your local CPAN mirror soon. Changes for this release include: Refactored the Content-Type negotiation to live in Catalyst::Request::REST. (drolsky) Added some useful debugging.

Re: [Catalyst] Calling a private sub - best practice

2007-03-14 Thread Adam Jacob
On Mar 14, 2007, at 9:23 AM, RA Jones wrote: Hi folks, Using Cat::Controller::Formbuilder. The background is I have 2 methods that essentially do the same thing to start with, ie my $form = $self-formbuilder, which populates the fields from the information in an .fb file. But I need to

Re: [Catalyst] Calling a private sub - best practice

2007-03-14 Thread Adam Jacob
On Mar 14, 2007, at 9:50 AM, RA Jones wrote: Adam Jacob wrote: On Mar 14, 2007, at 9:23 AM, RA Jones wrote: Is this the correct way to call sub-routines, via $c-forward and $c-stash? I know about TIMTOWTDI but I want to start off with 'best practice'. You can forward $c, which will let

Re: [Catalyst] PAR Deployment

2007-03-14 Thread Adam Jacob
On Mar 14, 2007, at 10:21 AM, Adeola Awoyemi wrote: Hi all, I am quite new to the framework and was trying to deploy my application as a PAR archive. I have tried to follow all the different ways from the Advent Calendars and also as per PAR::Tutorial and I can't seem to get this to

Re: [Catalyst] Catalyst and SOAP?

2007-03-18 Thread Adam Jacob
On Mar 18, 2007, at 12:02 PM, Matthieu Codron wrote: Hi everyone, I'm looking for the best strategy to mix a traditional Catalyst web app and SOAP web services. I just would like to quickly expose some actions as web services. However, I just could not find a Catalyst-ic way to do that

Re: [Catalyst] Swish-e

2007-03-23 Thread Adam Jacob
On Mar 22, 2007, at 12:44 PM, Jim Spath wrote: What about Xapian? I noticed that it has some Catalyst support in the form of Catalyst::Model::Xapian. Xapian also seems like a possible long term solution as it can handle more documents that Swish-e or KinoSeach. I've done some Catalyst

Re: [Catalyst] Swish-e

2007-03-23 Thread Adam Jacob
This is perhaps a useless comment, but much of what I used Xapian for Solr does as well or better. Adam On Mar 23, 2007, at 9:25 AM, Graham Stead wrote: Depending on your needs, I'd like to make a plug for using Solr as your search engine. Solr presents a nice XML front-end (and adds

Re: [Catalyst] Catalyst Summary for March 2007

2007-04-17 Thread Adam Jacob
On Apr 17, 2007, at 6:44 AM, Robert 'phaylon' Sedlacek wrote: Good morning, everyone. About two weeks ago, I started to summarise the happenings around Catalyst on the Catalyst and Catalyst-Development mailing lists as well as on CPAN. Brian Cassidy and J. Shirley helped with cleaning it

[Catalyst] Re: [Catalyst-dev] [RFC] ditch svn

2007-04-18 Thread Adam Jacob
On Apr 17, 2007, at 11:21 PM, Jonathan Rockway wrote: I think it's pretty clear that Subversion is a failure for our project. We use topic branches heavily, and that's just not something svn (or really svk) is designed for. I hearby propose that we switch to git. I envision each project

Re: [Catalyst] Catalyst::Controller::FormBuilder

2007-04-30 Thread Adam Jacob
Startups - http://www.hjksolutions.com Adam Jacob, Senior Partner T: (206) 508-4759 E: [EMAIL PROTECTED] ___ List: Catalyst@lists.rawmode.org Listinfo: http://lists.rawmode.org/mailman/listinfo/catalyst Searchable archive: http://www.mail-archive.com

Re: [Catalyst] Problem with RenderView

2007-05-04 Thread Adam Jacob
://www.hjksolutions.com Adam Jacob, Senior Partner T: (206) 508-4759 E: [EMAIL PROTECTED] ___ List: Catalyst@lists.rawmode.org Listinfo: http://lists.rawmode.org/mailman/listinfo/catalyst Searchable archive: http://www.mail-archive.com/catalyst@lists.rawmode.org

[Catalyst] Catalyst::Action::REST 0.50

2007-07-07 Thread Adam Jacob
, it makes much more sense, and it solves a bug in setting the content-type properly when using the default serializer. Thanks, David, for the contribution. Happy REST-ing! Adam -- HJK Solutions - We Launch Startups - http://www.hjksolutions.com Adam Jacob, Senior Partner T: (206) 508-4759 E

Re: [Catalyst] new C::P::A::LDAP for new-style C::P::A

2007-07-16 Thread Adam Jacob
Startups - http://www.hjksolutions.com Adam Jacob, Senior Partner T: (206) 508-4759 E: [EMAIL PROTECTED] ___ List: Catalyst@lists.rawmode.org Listinfo: http://lists.rawmode.org/mailman/listinfo/catalyst Searchable archive: http://www.mail-archive.com

Re: [Catalyst] New auth stuff and LDAP store...

2007-07-22 Thread Adam Jacob
-archive.com/catalyst@lists.rawmode.org/ Dev site: http://dev.catalyst.perl.org/ -- HJK Solutions - We Launch Startups - http://www.hjksolutions.com Adam Jacob, Senior Partner T: (206) 508-4759 E: [EMAIL PROTECTED] ___ List: Catalyst@lists.rawmode.org

Re: [Catalyst] New auth stuff and LDAP store...

2007-09-24 Thread Adam Jacob
hack on it a bit today and see where I get. I'll be happy to commit any of your patches and get a new release pushed out to CPAN. (Tests would be great!) Adam -- HJK Solutions - We Launch Startups - http://www.hjksolutions.com Adam Jacob, Senior Partner T: (206) 508-4759 E: [EMAIL PROTECTED

Re: [Catalyst] New auth stuff and LDAP store...

2007-09-24 Thread Adam Jacob
://dev.catalyst.perl.org/ -- HJK Solutions - We Launch Startups - http://www.hjksolutions.com Adam Jacob, Senior Partner T: (206) 508-4759 E: [EMAIL PROTECTED] ___ List: Catalyst@lists.rawmode.org Listinfo: http://lists.rawmode.org/mailman/listinfo/catalyst Searchable