Re: [Catalyst] Beginner question: View directory

2007-11-08 Thread Kieren Diment
On 8 Nov 2007, at 20:22, Ash Berlin wrote: Similarly, I setup subs that I always want available in the TT stash, such as format_datetime (which formats a DateTime object according do the currently logged in user's preference.) I also accessing VMethods to $Template::Whatever::SCALAR_OPS

Re: [Catalyst] Directory layout

2007-11-08 Thread Kieren Diment
On 9 Nov 2007, at 01:47, Gerda Shank wrote: Thanks for the responses to my question about the View Directory. I'm still trying to figure out the reasons for the rest of the directory layout. The templates are not in the View directory, because the lib hierarchy is just for Perl code. Is

Re: [Catalyst] Re: Save as...

2007-11-11 Thread Kieren Diment
Of course you can always do something that gets the filename from the GET or POST request: i.e. http://www.myapp.com/get/some/data/here?filename=frobnicate.csv or POST equivalent. I'd post some code illustrating this, but it should be obvious. Besides, I left the power supply for my dev

Re: [Catalyst] catalystframework.org exired

2007-11-19 Thread Kieren Diment
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 20 Nov 2007, at 02:38, Christopher H. Laco wrote: That just makes me want to find another registrar that isn't so broken. :-( As far as bargain basement domain reg goes, the one thing I've been happy with nearlyfreespeech.net is

Re: [Catalyst] Multiple Views in Catalyst (FW: Catalyst-dev Digest, Vol 29, Issue 14)

2007-11-29 Thread Kieren Diment
On 30 Nov 2007, at 08:43, Emily Heureux wrote: Ok, I think I've gotten the correct mailing list now. Unfortunately, my company does not allow irc, so... I would like to have more than one module in View, but I have not found how to set that up properly. I have spent a lot of time on

Re: [Catalyst] Multiple Views in Catalyst (FW: Catalyst-dev Digest, Vol 29, Issue 14)

2007-11-29 Thread Kieren Diment
On 30 Nov 2007, at 11:31, Emily Heureux wrote: Huh? I don't receive digests on this mail list, just individual emails. I did not try it yet, but I just picked two other guys' brains about where to put these two lines you suggested: MyApp-config-{default_view} = 'Foo';

Re: [Catalyst] any plan for advent calendar?

2007-12-02 Thread Kieren Diment
On 3 Dec 2007, at 12:00, Fayland Lam wrote: 2008 Catalyst Advent Calendar? The 2007 one is up at http://catalystframework.org/calendar/2007. it's a bit early to start thinking abuot 2008 at this stage ;-) ___ List: Catalyst@lists.scsys.co.uk

Re: [Catalyst] Catalyst Advent Calendar

2007-12-04 Thread Kieren Diment
We're aware of the limitation. Actually the catalyst advent calendar is an app written for Catalyst 5.5 which is still running no problems on Catalyst 5.7011 which we're pretty pleased about. You can grab the source at http://dev.catalystframework.org/svnweb/Catalyst/

[Catalyst] Advent calendar

2007-12-10 Thread Kieren Diment
Hi all The advent calendar is looking a bit thin for the rest of the month right now, and this year today's entry (10) is about the best I can do, because I've been doing very little software development this year. There are a couple of half finished entries, and a few stubs, but

Re: SV: [Catalyst] Template render problem (plugin error) - Hops-0.05application

2007-12-21 Thread Kieren Diment
or?? Regard Peter -Oprindelig meddelelse- Fra: Kieren Diment [mailto:[EMAIL PROTECTED] Sendt: 21. december 2007 13:00 Til: The elegant MVC web framework Emne: Re: [Catalyst] Template render problem (plugin error) - Hops-0.05application

Re: [Catalyst] javascript in Catalyst using Template Toolkit

2007-12-21 Thread Kieren Diment
On 22 Dec 2007, at 16:25, John Romkey wrote: Since uri_for() won't help with static file paths, is there any convention for storing the path for static files in the config, or getting access to it in some other way? Actually I've wanted a relative_uri_for() for a while. Not that badly

Re: [Catalyst] Re: javascript in Catalyst using Template Toolkit

2007-12-22 Thread Kieren Diment
On 23 Dec 2007, at 01:06, kevin montuori wrote: obCatalyst: let me add that if you use emacs :| you could define a little function like: (defun ii-insert-catalyst-url () (interactive) (let ((path (read-from-minibuffer URI: ))) (insert (format a href=\[%%

Re: [Catalyst] Found a simple way to restrain the verbosity of C::C::FormBuilder under debug

2008-01-19 Thread Kieren Diment
On 15 Jan 2008, at 03:29, Joe Landman wrote: Ok, this has been bugging me for a while. When you turn on app debugging, C::C::FormBuilder goes nuclear on your logs. You have a small percentage of your log being your application, and most of your log being the C::C::FormBuilder being its

[Catalyst] Catalyst docs/wiki

2008-01-22 Thread Kieren Diment
On 23 Jan 2008, at 02:13, Nathan Waddell wrote: Matt, I'd love to help write more docs. What format do I use and who do I submit them to? On Jan 22, 2008 3:21 AM, Matt S Trout [EMAIL PROTECTED] wrote: I understand what you're trying to express. What -I'm- trying to express is that all the

[Catalyst] How to help with the wiki migration?

2008-01-22 Thread Kieren Diment
argh my finger slipped and sent it :( Some naive questions: 1. What is the goal of the wiki/site migration. 2. How do I get a login for the new wiki at http://catwiki.toeat.com 3. Once I've got a login, what do you want me to do? Where is the best place for me to get instructions? TIA

Re: [Catalyst] How to help with the wiki migration?

2008-01-22 Thread Kieren Diment
On 23 Jan 2008, at 18:28, Ashley wrote: On Jan 22, 2008, at 10:47 PM, Kieren Diment wrote: 2. How do I get a login for the new wiki at http://catwiki.toeat.com I had no trouble registering on ther right now. Is that where we should be directing attention? Pretty much. There's

Re: [Catalyst] How to return a 401 from Catalyst

2008-01-29 Thread Kieren Diment
On 27 Jan 2008, at 20:59, Ian Docherty wrote: p.s. I note that there is nothing in Test::WWW (that I can find) that tests return status's such as 200, 401 etc. From perldoc Test::WWW::Mechanize: Test::WWW::Mechanize is a subclass of WWW::Mechanize that incorporates features for

Re: [Catalyst] catalyst book

2008-02-05 Thread Kieren Diment
On 5 Feb 2008, at 13:40, Matt Rosin wrote: Also a good way to get code demos perhaps. *ahem* 08:16 @kd purl, catalyst examples? 08:16 purl somebody said catalyst examples was http:// dev.catalystframework.org/svnweb/Catalyst/browse/trunk/examples or svn co

Re: [Catalyst] cookies!

2008-02-12 Thread Kieren Diment
On Feb 13, 2008 12:40 PM, Jennifer Ahn [EMAIL PROTECTED] wrote: How did you instantiate the cookie in the beginning of the session? You use Catalyst::Plugin::Session for session stuff. Adapted from the documentation: use Catalyst qw/ Session

Re: [Catalyst] So, what do we want in the -next- book?

2008-02-19 Thread Kieren Diment
On 19 Feb 2008, at 05:17, Matt S Trout wrote: Since a fair few of you will now have John's book, I figured it was time to ask what you'd want from a second book. I guess the existing one provides a pretty good tutorial style, so we should be looking at something more in-depth /

Re: [Catalyst] Google Summer of Code

2008-02-26 Thread Kieren Diment
On 27 Feb 2008, at 03:17, Paul Makepeace wrote: Be sure to know about, http://code.google.com/apis/opensocial/ OpenSocial provides a common set of APIs for social applications across multiple websites. With standard JavaScript and HTML, developers can create apps that access a social

Re: [Catalyst] Google Summer of Code

2008-02-26 Thread Kieren Diment
, 2008 at 5:59 AM, Kieren Diment [EMAIL PROTECTED] wrote: So, it's that time again. I had a thought about this. I quite like some things about facebook. It's a useful way for me to be able to communicate with people I've known since before I left school. But there are two things that really

Re: [Catalyst] Google Summer of Code

2008-02-26 Thread Kieren Diment
On Wed, Feb 27, 2008 at 8:07 AM, Matt Pitts [EMAIL PROTECTED] wrote: I'm far from being a student, so I couldn't participate via SOC, but I did start to write an all-encompassing library to access Google's GData API a while back for a social networking site that I wanted to launch. I

Re: [Catalyst] Re: Needs some help with select and Controller::FormBuilder

2008-02-26 Thread Kieren Diment
On 27 Feb 2008, at 08:21, Stephen Sykes wrote: Alex Povolotsky wrote: Hello! I'm trying to make a form with select using Controller::FormBuilder. Code is quite straightforward === edit.fb === name: server_edit method: post [snip spaghetti] Why not map directly from your model...

Re: [Catalyst] Catalyst::Authentication::Store::LDAP confusion

2008-02-26 Thread Kieren Diment
On 27 Feb 2008, at 17:30, Richardson, Matthew wrote: Hello, I am trying to following the documentation from CPAN on this, but I am confused. In MyApp.pm I have the following: use Catalyst qw/-Debug ConfigLoader Static::Simple Session

Re: [Catalyst] Catalyst + Class::Workflow

2008-02-26 Thread Kieren Diment
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 27 Feb 2008, at 06:05, Christopher H. Laco wrote: Anyone done any integration with Class::Workflow and mapping object states to actions? I need to get back on the Mango wagon this week and I'm toying with making checkout nothing more than

Re: [Catalyst] File-browser functionality

2008-02-29 Thread Kieren Diment
On 29 Feb 2008, at 22:13, Peter Sørensen wrote: Hi, I'm using catalyst and TT to develop a system, where it is possible to search in system logfiles based on predefined regex. I need a way to BROWSE on the server filesystem. I can use the directory plugin in TT but before trying this I would

Re: [Catalyst] CMS

2008-03-02 Thread Kieren Diment
On 2 Mar 2008, at 17:21, Yousef Alhashemi wrote: On Sat, Mar 1, 2008 at 9:18 PM, Octavian Rasnita [EMAIL PROTECTED] wrote: Hi, Is there a CMS made with Catalyst? websiteinabox: http://code.google.com/p/websiteinabox/ wiab is a simple website publisher. Needs a little work, but is

Re: [Catalyst] CGI.pm and Catalyst?

2008-03-07 Thread Kieren Diment
On 7 Mar 2008, at 19:23, Martin Ellison wrote: Is there anything attached to Catalyst similar to the CGI.pm module? That is, creating the HTML by a series of procedure calls rather than by instantiating a template? Or is there some way to link up the existing CGI module?

Re: [Catalyst] Instant CRUD with DBIC::Schema

2008-03-12 Thread Kieren Diment
On 12 Mar 2008, at 21:50, Zbigniew Lukasiak wrote: After some more playing with CatalystX::CRUD I think I can formulate my arguments a bit more clearly. OK, bear in mind that you're competing with Reaction here. Reaction has some promise, but its development is slow so far (for casual

[Catalyst] Google Summer of Code

2008-03-26 Thread Kieren Diment
Hi all. To all students out there - Google Summer of Code proposals deadline is monday the 31st of march at 5:00pm pacific daylight savings time (or Sunday midnight UTC) - 5 days and 30 minutes from now. We want you to write a proposal for the summer of code so that you have a nice

Re: [Catalyst] Catalyst-Manual-FAQ Addition

2008-04-02 Thread Kieren Diment
Can I have that as a diff -u please then all other things being equal I'll apply it. On 31 Mar 2008, at 23:23, Russell Jurney wrote: Catalyst::Manual::FAQ looks like it was included in 5.5 and is seen at http://search.cpan.org/~sri/Catalyst-5.55/lib/Catalyst/Manual/ FAQ.pod I discovered

Re: [Catalyst] CatalystSites.org

2008-04-02 Thread Kieren Diment
On 3 Apr 2008, at 09:29, Stephen Sykes wrote: Oleg Pronin wrote: I posted 'games.rambler.ru http://games.rambler.ru' a week ago. Why didnt you add it? :) 2008/3/27, Stephen Sykes [EMAIL PROTECTED] mailto:[EMAIL PROTECTED]: Hello Friends, For the past few days I have been putting

Re: [Catalyst] CatalystSites.org

2008-04-08 Thread Kieren Diment
On 8 Apr 2008, at 20:25, Carl Johnstone wrote: Is the Guardian run on Catalyst? No, not exactly sure what they're using but I believe they've gone down the Java route. I believe that they're trying but they're finding java a bit of a pain to work with. Their blogging in on movable

Re: [Catalyst] RFC: Catalyst::Plugin::AutoValidate

2008-04-09 Thread Kieren Diment
On 9 Apr 2008, at 20:07, Markus Holzer wrote: Moritz Onken schrieb: But is it really a plugin? I'd prefer to use it as a controller base class because it is controller specific. This way you could chose which controllers should use this plugin and let the others do their work without

Re: [Catalyst] CatalystSites.org

2008-04-11 Thread Kieren Diment
On 11 Apr 2008, at 20:35, Dan Dascalescu wrote: http://www.catalystsites.org/ Thanks, this looks useful, and can probably replace the sites running catalyst pages on the wiki. That would be a great idea. I've been editing http://catwiki.toeat.com/meta/tracpagestoport/liveapplications

Re: [Catalyst] Sending email safely with Catalyst

2008-04-18 Thread Kieren Diment
On 19 Apr 2008, at 06:31, Tatsuhiko Miyagawa wrote: On Fri, Apr 18, 2008 at 10:54 AM, Matt S Trout dbix- [EMAIL PROTECTED] wrote: But you're writing a new catalyst app, so you're deploying it under fastcgi, right? Really, mod_perl is a legacy deployment option. Don't. ...

Re: [Catalyst] Unit Testing

2008-04-20 Thread Kieren Diment
On 20 Apr 2008, at 21:26, Octavian Rasnita wrote: From: Jonathan Rockway [EMAIL PROTECTED] * On Sun, Apr 20 2008, Octavian Rasnita wrote: Please tell us if we can find an example of putting the logic in the model than call those methods from the controller.

Re: [Catalyst] Re: Unit Testing

2008-04-20 Thread Kieren Diment
On 21 Apr 2008, at 02:43, Aristotle Pagaltzis wrote: * Kieren Diment [EMAIL PROTECTED] [2008-04-20 15:45]: perl -e 'for $i (1 .. 48) { system lynx -dump -nolist http://www.jrock.us/fp2008/catalyst/slide$i.html}' jrock.txt I would have proposed that, but any multipart slides are called

Re: [Catalyst] Catalyst and PayPal

2008-04-21 Thread Kieren Diment
On 21 Apr 2008, at 21:22, Angel Kolev wrote: Hi fellas. I plan to include PayPal payment possibility in my cat website. Is there any plugin/tool that works with the paypal developers toolkit https://www.paypal.com/cgi-bin/webscr?cmd=p/pdn/ software_dev_kit_php-outside Can anyone give me a

Re: [Catalyst] Tutorial update (was: -next- book)

2008-04-29 Thread Kieren Diment
On 30 Apr 2008, at 07:43, Aaron Brown wrote: Marcus Ramberg wrote: We have a bunch of library documentation, manuals and tutorials for Catalyst tho (which we are very happy to accept new contributors to :) Speaking of which... I'm a new Catalyst user, or at least I've been trying, so I

Re: [Catalyst] Re: $row-copy causing exit from controller(!)

2008-05-02 Thread Kieren Diment
On 2 May 2008, at 23:04, Paul Makepeace wrote: On Thu, May 1, 2008 at 4:21 PM, Aristotle Pagaltzis [EMAIL PROTECTED] wrote: Hi Paul, * Paul Makepeace [EMAIL PROTECTED] [2008-05-01 17:00]: How does one use perl -d in the context of a FastCGI instance? Any other debugging tips? does

Re: [Catalyst] Re: How to print/display some data in an end action

2008-05-05 Thread Kieren Diment
On 5 May 2008, at 16:46, Emmanuel Quevillon wrote: Aristotle Pagaltzis wrote: Hi Emmanuel, * Emmanuel Quevillon [EMAIL PROTECTED] [2008-04-30 16:30]: Maybe I can clarify the situation. OK; but all of that was already reasonably obvious. The issue is, you are doing something to forward to

Re: [Catalyst] Basic CRUD Tutorial

2008-05-06 Thread Kieren Diment
On 6 May 2008, at 22:16, Albert Vernon Smith wrote: I'm new to Catalyst, and am working my way through the tutorial. I'm on the BasicCRUD section, and something is not behaving as it should. I've gotten to the end of the FORMLESS SUBMISSION section, and entering the URL

Re: [Catalyst] Variable Catalyst seems to be undefined.

2008-05-09 Thread Kieren Diment
On 10 May 2008, at 00:01, Chris Devine wrote: TIA for any insight. I am new to Catalyst, using ver. 5.7012. I am working through JR's examples as well trying to modify them. I found a strange problem (to me) that I couldn't find any solution for by searching. Loosely based on Addressbook,

Re: [Catalyst] session in DB example in Catalyst book

2008-05-09 Thread Kieren Diment
On 10 May 2008, at 11:53, Andrew wrote: Using the Rockway's Catalyst book to help bring me up to speed on Catalyst and I've got a problem that I can't figure out. On page 59, where it uses a database to store the session key, I've made all the code changes, but when I start the server it

Re: [Catalyst] IMPORTANT: To all Catalyst::Whatever Authors, please read and ACT

2008-05-10 Thread Kieren Diment
On 11 May 2008, at 10:56, Ashley wrote: Arguing that users who cargo-cult their configs from POD deserve coddling and MODULE AUTHORS MUST ACT TO AVERT THIS DISASTER is silly. No, users who don't understand how to use the code well enough that they have to rely on the documentation need

Re: [Catalyst] IMPORTANT: To all Catalyst::Whatever Authors, please read and ACT

2008-05-11 Thread Kieren Diment
On 11 May 2008, at 16:55, Jonathan Rockway wrote: You seem upset that we're ditching YAML. Don't be. The defaults are designed for people that don't know how to change the defaults. You already know how to use YAML, so use it and forget what everyone else thinks. Config::General is not

Re: [Catalyst] Suggestions for CatalystX::Installer

2008-05-12 Thread Kieren Diment
On 12 May 2008, at 13:44, Jonathan Rockway wrote: Module::ScanDeps needs some configuration || filtering to make sense of it, and warn if Makefile.PL looks wrong make catalyst_par and improve the documentation here make installdeps DBICx::Deploy make test Provide some

[Catalyst] ANNOUNCE: Catalyst::Devel 1.07 and Catalyst::Manual 5.7012 released to CPAN

2008-06-03 Thread Kieren Diment
The catalystarati would like to announce that new versions of Catalyst::Devel and Catalyst::Runtime have been released to CPAN. The important changes to Catalyst::Devel are: 1. Config::General .conf files are generated by catalyst.pl instead of yaml. If you want to use yaml or any other

Re: [Catalyst] Catalyst site design drafts feedback thread

2008-06-16 Thread Kieren Diment
On 17 Jun 2008, at 03:39, Jay K wrote: 6) http://www.funkreich.de/catalystorg.png I decided to review these again. I think that this one is my favourite, although I'd really like to see the crop circle integrated into the final design. ___

Re: [Catalyst] Capture page on server?

2008-06-23 Thread Kieren Diment
On 23 Jun 2008, at 21:45, Martin Ellison wrote: Sorry, bit of a newbie question: is there any way that I can run an action but capture the results (server-side) to a file? Doing so client side is easy (eg wget) but I want to keep the page text on the server and to automate the page

Re: [Catalyst] HTML::FormFu - how do constraints work?

2008-07-13 Thread Kieren Diment
For both of your problems, check the code at http:// dev.catalyst.perl.org/repos/Catalyst/trunk/examples/Tutorial/ Final_Tarballs_Per_Part/MyApp_Part9_FormFu.tgz Using that code (unmodified) should tell you where you've gone wrong. If it doesn't work then come back and ask again. On 14

Re: [Catalyst] process stand alone css file with TT?

2008-07-24 Thread Kieren Diment
On 25 Jul 2008, at 07:28, Kyle Godbold wrote: Andrew Rodland wrote: On Thursday 24 July 2008 03:11:26 pm Kyle Godbold wrote: Is there any way to use Template Toolkit to render a stand alone css page that can be linked in with link rel=stylesheet ? I've tried rendering it through its own

Re: [Catalyst] Problem with BindLex panicking for nothing...

2008-08-05 Thread Kieren Diment
Yeah, don't use BindLex as it failes in interesting, exotic and unpredictable ways (like the one you describe below) The latest version has a great big deprecation notice. Sorry the book is out of date on this. On 5 Aug 2008, at 21:56, [EMAIL PROTECTED] wrote: Hi, guys, The URL used

[Catalyst] Announce Catalyst::Helper::AuthDBIC

2008-08-20 Thread Kieren Diment
Hi, Catalyst::Helper::AuthDBIC just hit cpan. The perldoc claims that it's fairly rough code, in fact it's *very* rough code, but it shows a way of doing helpers that have to mess with application configuration and other parts of existing application code. It uses PPI to parse and

Re: [Catalyst] Simplified auth configuration - input requested

2008-10-20 Thread Kieren Diment
On Mon, Oct 20, 2008 at 11:55:29AM -0600, Jason Kuri wrote: Hi All, Some folks have mentioned recently that the Catalyst::Plugin::Authentication system while being quite flexible is somewhat difficult to understand / set up initially. Have a look at Catalyst::Helper::AuthDBIC on CPAN

Re: [Catalyst] [META] Advent calendar

2008-11-04 Thread Kieren Diment
On Tue, Nov 04, 2008 at 04:19:38PM -0600, Jonathan Rockway wrote: * On Tue, Nov 04 2008, Dermot wrote: Is there going to be an advent calendar for this year? Sure, why not? It's been in planning for a while. http://dev.catalyst.perl.org/wiki/advent08plan Please feel free to add

[Catalyst] IMPORTANT - help us estimate the size of the Catalyst user base

2008-11-05 Thread Kieren Diment
. Kieren Diment ___ 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] OT Config::General question

2008-11-06 Thread Kieren Diment
On Thu, Nov 06, 2008 at 06:13:20PM -0500, Jesse Sheidlower wrote: I want to set up my new PageCache configuration in a Config::General style. I need to change this: __PACKAGE__-config( 'Plugin::PageCache' = { expires = 300, set_http_headers = 1,

Re: [Catalyst] OT Config::General question

2008-11-06 Thread Kieren Diment
Oops, posted to impulsively. Your solution below is the correct one. Someone needs to fix this, or at least patch their own fix into core. On Thu, Nov 06, 2008 at 06:13:20PM -0500, Jesse Sheidlower wrote: I want to set up my new PageCache configuration in a Config::General style. I need to

Re: [Catalyst] recommendation

2008-11-10 Thread Kieren Diment
On Mon, Nov 10, 2008 at 07:31:09PM +0200, Octavian Rasnita wrote: Hi, Especially for a beginner, but not only, the most simple way of creating the DBIC classes for a Catalyst app is to use the DBIC::Schema helper. I tend to prefer using DBIC::Schema::Loader directly. Here's an example:

Re: [Catalyst] OT Apache question

2008-11-27 Thread Kieren Diment
On 28/11/2008, at 2:30 PM, Jesse Sheidlower wrote: Is it worth putting this into the C::P::Static::Simple docs, Yes, that would be the right place for it. A recipe for lighttpd would be good too. or other places where we talk about Apache configs? I will quite obviously volunteer for

[Catalyst] Advent calendar

2008-12-01 Thread Kieren Diment
Hi all, The 2008 Catalyst advent calendar has started. In general this year we will aim to have articles up by 12:00 UTC each day. If you want to contribute an article, contact me (kd) on irc or via email. Kieren ___ List:

Re: [Catalyst] Advent calendar

2008-12-01 Thread Kieren Diment
And of course I forgot the URL: http://www.catalystframework.org/calendar On 02/12/2008, at 8:01 AM, Kieren Diment wrote: Hi all, The 2008 Catalyst advent calendar has started. In general this year we will aim to have articles up by 12:00 UTC each day. If you want to contribute

Re: [Catalyst] Advent calendar

2008-12-01 Thread Kieren Diment
On 02/12/2008, at 12:22 PM, Dan Dascalescu wrote: And of course I forgot the URL: http://www.catalystframework.org/calendar I'd like to suggest hosting the Advent Calendar articles on the Catalyst Wiki: http://dev.catalyst.perl.org/wiki/adventcalendararticles Here are some arguments:

Re: [Catalyst] Catalyst Advent Calendar - Day 10 - Config General Arrays

2008-12-10 Thread Kieren Diment
On Thu, Dec 11, 2008 at 10:54 AM, Chisel Wright [EMAIL PROTECTED] wrote: I was just reading http://www.catalystframework.org/calendar/2008/10 thinking to myself, awesome! this really bugs me! I hope you'll forgive me for being old and slow, but where should one place The Solution? [setup' =

Re: [Catalyst] Catalyst Advent Calendar - Day 10 - Config General Arrays

2008-12-11 Thread Kieren Diment
On 11/12/2008, at 6:38 PM, Michele Beltrame wrote: Hi all! You should also be able to get around this Config::General limitation this way: some_values want_an_array myentry want_an_array myentry /some_values That is, repeating twice the same entry. This avoids the creation of

Re: [Catalyst] Access custom TT filters outside of catalyst context

2008-12-11 Thread Kieren Diment
On 12/12/2008, at 10:04 AM, Hugh Hunter wrote: In an effort to create a sitemap, I want to iterate over all the objects in my database and construct urls (which I will write to a file) to view all of those objects. Most of the URLs on my site are constructed using custom TT filters that

Re: [Catalyst] Access custom TT filters outside of catalyst context

2008-12-12 Thread Kieren Diment
filters into a separate module that I could use Template Toolkit proper (rather than the catalyst view). Thanks for the advice! --Hugh On Thu, Dec 11, 2008 at 6:23 PM, Kieren Diment dim...@gmail.com wrote: On 12/12/2008, at 10:04 AM, Hugh Hunter wrote: In an effort to create a sitemap, I

Re: [Catalyst] Issue with Tutorial section 3

2008-12-22 Thread Kieren Diment
On 23/12/2008, at 2:50 PM, rpnoble wrote: [snip] My enviroment is: Windows XP sp2 ActiveState Perl 5.8.8 v 819 Catalyst modules I don't know to what extent you have flexibility with the per distribution that you're using, but strawberry perl is probably a better solution than

Re: [Catalyst] installing catalyst on mac os

2008-12-24 Thread Kieren Diment
Yes, Task::Catalyst is no longer used. The current tutorial says to use Task::Catalyst::Tutorial which is maintained. cpan Catalyst::Devel has been fine for me on Mac, Linux and even Strawberry perl on windows (with the exception of having to notest install HTTP::Server::Simple which is

Re: [Catalyst] Large static files behind Authorisation

2009-01-04 Thread Kieren Diment
On 04/01/2009, at 10:47 PM, Trevor Phillips wrote: On Sun, Jan 4, 2009 at 7:48 PM, Tomas Doran bobtf...@bobtfish.net wrote: Just use a stash key to indicate that you have served a file yourself to stop calling TT.. e.g. sub serve_stuff : Local { my ( $self, $c ) = @_;

[Catalyst] Attention Australian Catalystarati (or anyone else with an interest in internet activism)

2009-01-12 Thread Kieren Diment
Open Australia (http://openaustralia.org) are trying to digitise the parliamentary register of members interest to improve transparrency in the federal parliament.The register at the moment is only available in the basement of the federal parliament in a locked filing cabinet in a

Re: [Catalyst] Attention Australian Catalystarati (or anyone else with an interest in internet activism)

2009-01-12 Thread Kieren Diment
On 13/01/2009, at 12:17 PM, Gavin Carr wrote: On Mon, Jan 12, 2009 at 08:16:46PM +1100, Kieren Diment wrote: Open Australia (http://openaustralia.org) are trying to digitise the parliamentary register of members interest to improve transparrency in the federal parliament.The register

Re: [Catalyst] Test::WWW:Mechanize::Catalyst

2009-01-26 Thread Kieren Diment
On 27/01/2009, at 12:49 AM, kirk beers wrote: Hi folks, I am fairly new to Catalyst and Perl (conformed Java programmer), I was wondering if anyone could help me with and issue with * WWW::Mechanize::Catalyst::Test* My favourite trick with T::WWW::M::C is: PAGER='lynx -stdin' perl

Re: [Catalyst] Proper ngettext with Catalyst

2009-02-01 Thread Kieren Diment
On 02/02/2009, at 5:04 AM, J. Shirley wrote: On Sun, Feb 1, 2009 at 12:42 AM, Octavian Rasnita orasn...@gmail.com wrote: On Sat, Jan 31, 2009 at 8:29 AM, Nikolai Prokoschenko b. is wrong semantically, since plural form count is different in different languages and the position of a word

Re: [Catalyst] New Catalyst Book?

2009-02-05 Thread Kieren Diment
The next book will be published by Apress and we're producing the first draft at the moment. It should be out in time for OSCON in june. Kieren On 06/02/2009, at 6:03 AM, Robert L Cochran wrote: Is a new Catalyst book being written? I have the original Rockway book, my interest is in a

Re: [Catalyst] New Catalyst Book?

2009-02-05 Thread Kieren Diment
On 06/02/2009, at 9:14 AM, Kevin Monceaux wrote: On Thu, 5 Feb 2009, Jason Gottshall wrote: Just out of curiosity, who is authoring it? It looks like the book is already listed on apress.com: http://www.apress.com/book/view/1430223650 Oh shit, that means we've actually got to finish

Re: [Catalyst] Re: New Catalyst Book?

2009-02-07 Thread Kieren Diment
On 08/02/2009, at 6:46 PM, Ali M. wrote: First congratulation, this book is surely needed. And may i ask which Catalyst release will this book cover? We'll be making sure that it's relevant to version 5.8 ___ List: Catalyst@lists.scsys.co.uk

Re: [Catalyst] DBIx makes Catalyst startup painfully slow

2009-02-10 Thread Kieren Diment
On 10/02/2009, at 10:25 PM, Andrew Rodland wrote: On Tuesday 10 February 2009 04:53:32 am Neo [GC] wrote: Hello people, I'm working on a rather big CRM system using Catalyst with all bells and whistles. For database, we use DBIx::Class::Schema and this drives me crazy... Apart from

[Catalyst] Google Summer of Code

2009-02-12 Thread Kieren Diment
Google Summer of Code is Coming again. Students and mentors are encouraged to start thinking about projects etc. ___ List: Catalyst@lists.scsys.co.uk Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst Searchable archive:

Re: [Catalyst] RFC: The paradox of choice in web development

2009-02-14 Thread Kieren Diment
On 15/02/2009, at 1:57 PM, Kevin Monceaux wrote: Catalyst Fans, On Fri, 13 Feb 2009, David Steiner wrote: i added my comments to the article, suggesting that we step up on the documentation and marketing! we need to give the layperson a easier ride in starting out with catalyst. and that

Re: [Catalyst] RFC: The paradox of choice in web development

2009-02-15 Thread Kieren Diment
On 16/02/2009, at 7:31 AM, Octavian Râsnita wrote: From: Jay Kuri j...@ion0.com I think it's a mistake to try to compete with Rails for the newbie. Some large percentage of newbies will never do anything more than occasional tinkering if they stick with web development at all. We have

Re: [Catalyst] RFC: New to Catalyst questions

2009-02-16 Thread Kieren Diment
On 17/02/2009, at 8:01 AM, Octavian Râsnita wrote: Good idea. I think that many beginners find hard to learn Catalyst if they are coming from another framework, or even worse, from CGI.pm, because right after they begin, they need to learn DBIx::Class, Template- Toolkit, YAML or

Re: [Catalyst] RFC: The paradox of choice in web development

2009-02-17 Thread Kieren Diment
On 17/02/2009, at 9:48 PM, Dan Dascalescu wrote: On Sun, Feb 15, 2009 at 1:13 PM, Kieren Diment dim...@gmail.com wrote: So the goal of the book we're writing at the moment isn't a walk- through tutorial, but a set of materials designed to get you from raw beginner through the entire

Re: [Catalyst] Accessing a Controller from ~/script

2009-02-19 Thread Kieren Diment
On 19/02/2009, at 9:31 PM, Dermot wrote: Hi, I have an import script, MyApp/script/import.pl. I have found myself replicating about 40% of it's code into a Controller. Is there some way I can unify things and access subroutines from my controller in my import.pl or the vice versa? Yes, been

Re: [Catalyst] Accessing a Controller from ~/script

2009-02-19 Thread Kieren Diment
On 19/02/2009, at 9:52 PM, Dermot wrote: 2009/2/19 Kieren Diment dim...@gmail.com: On 19/02/2009, at 9:31 PM, Dermot wrote: Hi, I have an import script, MyApp/script/import.pl. I have found myself replicating about 40% of it's code into a Controller. Is there some way I can unify things

Re: [Catalyst] Accessing a Controller from ~/script

2009-02-19 Thread Kieren Diment
On 19/02/2009, at 11:58 PM, Dermot wrote: 2009/2/19 Kieren Diment kie...@diment.org: On 19/02/2009, at 9:52 PM, Dermot wrote: 2009/2/19 Kieren Diment dim...@gmail.com: yapp/MyStandaloneModel.pm) that you can use the bulk of the code in the arg MyApp/lib/MyStandaloneModel.pm

Re: [Catalyst] RFC: The paradox of choice in web development

2009-02-19 Thread Kieren Diment
On Fri, Feb 20, 2009 at 2:38 PM, Dan Dascalescu ddascalescu+catal...@gmail.com wrote: On Thu, Feb 19, 2009 at 12:07 PM, Matt Pitts mpi...@a3its.com wrote: Anyway, this is a long story, I'll stop ranting. My point was just that there is no easy way to just run the Cat app in Windows. I

Re: [Catalyst] RFC: New to Catalyst questions

2009-02-20 Thread Kieren Diment
On 20/02/2009, at 8:49 PM, Octavian Rasnita wrote: From: Dan Dascalescu ddascalescu+catal...@gmail.com Regarding wiki questions: The Catalyst wiki runs on MojoMojo (http://mojomojo.org), Too bad that it doesn't run under Windows. Why not? I can't think of any practical reason why it

Re: [Catalyst] Catalyst on Windows: fork issues

2009-02-26 Thread Kieren Diment
Good call. Lighttpd will be much simpler than apache, as it's a single standalone executable, just run it with lighttpd -f my_config_file Here's a vbs that will get your .bat file that does all of the jiggery- pokery running without a cmd.exe window at startup. I put everything in

Re: [Catalyst] Catalyst on Windows: fork issues

2009-02-26 Thread Kieren Diment
Haha, here's the vbs: Set fso = CreateObject(Scripting.FileSystemObject) Set WshShell = CreateObject(WScript.Shell) WshShell.Run chr(34) fso.GetParentFolderName(wscript.ScriptFullName) \perl shell.bat Chr(34), 0 Set WshShell = Nothing And I put a shortcut to this in ~/startup,

Re: [Catalyst] How to save timestamps using DBIx::CLASS?

2009-03-02 Thread Kieren Diment
On 03/03/2009, at 1:43 PM, kakim...@tpg.com.au wrote: hello, everybody (simpsons doctor tone), How to save timestamps using DBIx::CLASS in a Catalyst app? http://search.cpan.org/dist/DBIx-Class-TimeStamp/ also http://search.cpan.org/perldoc?DBIx::Class::InflateColumn::DateTime further

Re: [Catalyst] Google Summer of Code: mentors, projects

2009-03-02 Thread Kieren Diment
I'm still keen on the idea of an easy Perl/Catalyst installer. Something that might encompass local::lib, PAR and deployable on the three or four main OSs windows (strawberry perl), OS X (10.4 and 10.5, using the system provided perl) and linux (maybe debian and red hat based distros -

Re: [Catalyst] Google Summer of Code: mentors, projects

2009-03-03 Thread Kieren Diment
On 04/03/2009, at 3:41 AM, Lee Aylward wrote: On Tue, Mar 03, 2009 at 06:06:10PM +1100, Kieren Diment wrote: I'm still keen on the idea of an easy Perl/Catalyst installer. Something that might encompass local::lib, PAR and deployable on the three or four main OSs windows (strawberry perl

Re: [Catalyst] catamoose now or when?

2009-03-04 Thread Kieren Diment
On Thu, Mar 5, 2009 at 1:33 PM, Andrew Rodland arodl...@comcast.net wrote: The 5.7 - 5.8 transition should require little to no rewriting of application-level code, so I'd suggest sticking with the released 5.7 for serious production. If you're inclined, though, and you have the resources,

Re: [Catalyst] Catalyst - any good AJAX tutes?

2009-03-06 Thread Kieren Diment
On 06/03/2009, at 8:56 PM, Chisel Wright wrote: On Fri, Mar 06, 2009 at 04:43:36PM +1100, kakim...@tpg.com.au wrote: I would like to use AJAX in my catalyst app. Any good references/ tutes to recommend? It's just like using ajax anywhere else. Find a library you like, and start using it.

Re: [Catalyst] Unknown error in Catalyst/Utils.pm line 272

2009-03-28 Thread Kieren Diment
@kd purl, unknown error 22:32 purl well, unknown error is always caused by a syntax error in a controller or http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=488088 On 29/03/2009, at 9:29 AM, Ben Vinnerd wrote: Hi all, I keep getting the following error when there's a problem

Re: [Catalyst] How to detect if the current form request is a post?

2009-03-31 Thread Kieren Diment
On 01/04/2009, at 10:47 AM, J. Shirley wrote: On Tue, Mar 31, 2009 at 4:01 PM, kakim...@tpg.com.au wrote: hi all In Ruby we can detect if the current form's request is a post or not. def controller_action if request.post? # Process post data as the user has submitted the

  1   2   3   >