Re: [Catalyst] Subsessions?

2007-09-27 Thread Zbigniew Lukasiak
?rev=1.3 Interesting. I usually use GET parameters for that - but I can imagine where it would become not enough. -- Zbigniew Lukasiak http://perlalchemy.blogspot.com/ ___ List: Catalyst@lists.rawmode.org Listinfo: http://lists.rawmode.org/mailman

Re: [Catalyst] (en) error screen translations

2007-09-03 Thread Zbigniew Lukasiak
(pl) Proszę spróbować później Fixed (added non ascii characters). -- Zbigniew Lukasiak http://brudnopis.blogspot.com/ ___ List: Catalyst@lists.rawmode.org Listinfo: http://lists.rawmode.org/mailman/listinfo/catalyst Searchable archive: http://www.mail

Re: [Catalyst] CMS

2007-08-24 Thread Zbigniew Lukasiak
I don't know if that is feasible - but perhaps we could try to define some way of building components cross cutting the MVC pattern. Like a threaded discussions component that you could attach to any page and that would contain the model part to store the posts the controller to manage them and

Re: [Catalyst] TT macro to avoid excessive $c-uri_for calls

2007-08-07 Thread Zbigniew Lukasiak
On 8/7/07, Matt S Trout [EMAIL PROTECTED] wrote: That's why we optimised the living crap out of uri_for. It's more than 10x faster than it used to be. Great to hear that. Does it also apply to uri_with? -- Zbigniew Lukasiak http://brudnopis.blogspot.com

Re: [Catalyst] Making Controllers thin and Models thick

2007-07-18 Thread Zbigniew Lukasiak
/catalyst Searchable archive: http://www.mail-archive.com/catalyst@lists.rawmode.org/ Dev site: http://dev.catalyst.perl.org/ -- Zbigniew Lukasiak http://brudnopis.blogspot.com/ ___ List: Catalyst@lists.rawmode.org Listinfo: http://lists.rawmode.org

Re: [Catalyst] Uniform treatment of all parameters (including file uploads)

2007-07-04 Thread Zbigniew Lukasiak
in angle brackets it would be entirely compatible with CGI.pm (but not with Apache::Request). -- Zbigniew Lukasiak http://brudnopis.blogspot.com/ ___ List: Catalyst@lists.rawmode.org Listinfo: http://lists.rawmode.org/mailman/listinfo/catalyst Searchable

[Catalyst] Uniform treatment of all parameters (including file uploads)

2007-07-03 Thread Zbigniew Lukasiak
::Upload object. -- Zbigniew Lukasiak http://brudnopis.blogspot.com/ ___ List: Catalyst@lists.rawmode.org Listinfo: http://lists.rawmode.org/mailman/listinfo/catalyst Searchable archive: http://www.mail-archive.com/catalyst@lists.rawmode.org/ Dev site

Re: [Catalyst] :Template() Attribute

2007-06-18 Thread Zbigniew Lukasiak
: Catalyst@lists.rawmode.org Listinfo: http://lists.rawmode.org/mailman/listinfo/catalyst Searchable archive: http://www.mail-archive.com/catalyst@lists.rawmode.org/ Dev site: http://dev.catalyst.perl.org/ -- Zbigniew Lukasiak http://brudnopis.blogspot.com

Re: [Catalyst] :Template() Attribute

2007-06-18 Thread Zbigniew Lukasiak
On 6/18/07, John Napiorkowski [EMAIL PROTECTED] wrote: ... For example I have cases where for all templates in a given directory I want to set a particular WRAPPER for my Template toolkit, etc. I don't quite understand what you mean here - but I thought it should cover this case in the same way

Re: [Catalyst] :Template() Attribute

2007-06-18 Thread Zbigniew Lukasiak
On 6/18/07, Bill Moseley [EMAIL PROTECTED] wrote: ... Do you mean instead of $c-action-reverse like C::V::TT does now? That is, so you always have to specify the template name? What I see in my copy of C::V::TT is: sub process { my ( $self, $c ) = @_; my $template = $c-stash-{template}

Re: [Catalyst] :Template() Attribute

2007-06-18 Thread Zbigniew Lukasiak
= $c-action-namespace ); my $template = $c-stash-{template} || $c-action-name . $self-config-{TEMPLATE_EXTENSION}; -- Zbigniew Lukasiak http://brudnopis.blogspot.com/ ___ List: Catalyst@lists.rawmode.org Listinfo: http://lists.rawmode.org/mailman

Re: [Catalyst] Creating Good Adaptor or Bridge Models (WAS: Creating a thin Model)

2007-06-10 Thread Zbigniew Lukasiak
something in it? (beside a test for the COMPONENT call which, as I understand should be quite similar to the one for the 'new' call). -- Zbigniew Lukasiak http://brudnopis.blogspot.com/ ___ List: Catalyst@lists.rawmode.org Listinfo: http://lists.rawmode.org

Re: [Catalyst] Creating Good Adaptor or Bridge Models (WAS: Creating a thin Model)

2007-06-09 Thread Zbigniew Lukasiak
). -- Zbigniew Lukasiak http://brudnopis.blogspot.com/ loadtest.t Description: Troff document ___ List: Catalyst@lists.rawmode.org Listinfo: http://lists.rawmode.org/mailman/listinfo/catalyst Searchable archive: http://www.mail-archive.com/catalyst

Re: [Catalyst] Project Opportunity

2007-06-07 Thread Zbigniew Lukasiak
: http://dev.catalyst.perl.org/ -- Zbigniew Lukasiak http://brudnopis.blogspot.com/ ___ List: Catalyst@lists.rawmode.org Listinfo: http://lists.rawmode.org/mailman/listinfo/catalyst Searchable archive: http://www.mail-archive.com/catalyst

Re: [Catalyst] Creating Good Adaptor or Bridge Models (WAS: Creating a thin Model)

2007-05-23 Thread Zbigniew Lukasiak
/mailman/listinfo/catalyst Searchable archive: http://www.mail-archive.com/catalyst@lists.rawmode.org/ Dev site: http://dev.catalyst.perl.org/ -- Zbigniew Lukasiak http://brudnopis.blogspot.com/ ___ List: Catalyst@lists.rawmode.org Listinfo: http

[Catalyst] A gentle introduction to Chained - Catalyst::Controller::PathArgs

2007-04-28 Thread Zbigniew Lukasiak
copied below for details. -- Zbigniew Lukasiak http://brudnopis.blogspot.com/ == NAME Catalyst::Controller::PathArgs - syntactic sugar for Catalyst::DispatchType::Chained. SYNOPSIS package MyApp::Controller::Root; use base

Re: [Catalyst] best way to create a flexible, multiple key, CRUD application?

2007-02-19 Thread Zbigniew Lukasiak
://dev.catalyst.perl.org/ -- Zbigniew Lukasiak http://brudnopis.blogspot.com/ ___ List: Catalyst@lists.rawmode.org Listinfo: http://lists.rawmode.org/mailman/listinfo/catalyst Searchable archive: http://www.mail-archive.com/catalyst@lists.rawmode.org/ Dev

Re: [Catalyst] Catalyst vs Rails vs Django Cook off

2007-01-15 Thread Zbigniew Lukasiak
: http://www.mail-archive.com/catalyst@lists.rawmode.org/ Dev site: http://dev.catalyst.perl.org/ -- Zbigniew Lukasiak http://brudnopis.blogspot.com/ ___ List: Catalyst@lists.rawmode.org Listinfo: http://lists.rawmode.org/mailman/listinfo/catalyst

Re: [Catalyst] Catalyst vs Rails vs Django Cook off

2007-01-15 Thread Zbigniew Lukasiak
you screwed up some where, ie: running web brick in development mode. Regardless, the benchmark was fairly simplistic to begin with which only stressed the dispatcher. -Victor On Jan 15, 2007, at 12:12 AM, Zbigniew Lukasiak wrote: I remember the discussion here - but it seems that nobody tried

Re: [Catalyst] RE: DBIx::Class/TT Pager Question

2007-01-02 Thread Zbigniew Lukasiak
much! /dennis ___ List: Catalyst@lists.rawmode.org Listinfo: http://lists.rawmode.org/mailman/listinfo/catalyst Searchable archive: http://www.mail-archive.com/catalyst@lists.rawmode.org/ Dev site: http://dev.catalyst.perl.org/ -- Zbigniew

Re: [Catalyst] uri_for (or lack thereof) in static pages

2006-11-17 Thread Zbigniew Lukasiak
: Catalyst@lists.rawmode.org Listinfo: http://lists.rawmode.org/mailman/listinfo/catalyst Searchable archive: http://www.mail-archive.com/catalyst@lists.rawmode.org/ Dev site: http://dev.catalyst.perl.org/ -- Zbigniew Lukasiak http://brudnopis.blogspot.com

[Catalyst] Re: [Perl Plat_Form] Geneva team confirmed for the plat_form contest

2006-11-16 Thread Zbigniew Lukasiak
/mailman/listinfo/perl-platform -- Zbigniew Lukasiak http://brudnopis.blogspot.com/ ___ List: Catalyst@lists.rawmode.org Listinfo: http://lists.rawmode.org/mailman/listinfo/catalyst Searchable archive: http://www.mail-archive.com/catalyst

Re: [Catalyst] automatic form generation based on data models

2006-11-08 Thread Zbigniew Lukasiak
___ List: Catalyst@lists.rawmode.org Listinfo: http://lists.rawmode.org/mailman/listinfo/catalyst Searchable archive: http://www.mail-archive.com/catalyst@lists.rawmode.org/ Dev site: http://dev.catalyst.perl.org/ -- Zbigniew Lukasiak http

Re: [Catalyst] Catalyst-plugin-prototype supports UTF8?

2006-11-01 Thread Zbigniew Lukasiak
/ ___ List: Catalyst@lists.rawmode.org Listinfo: http://lists.rawmode.org/mailman/listinfo/catalyst Searchable archive: http://www.mail-archive.com/catalyst@lists.rawmode.org/ Dev site: http://dev.catalyst.perl.org/ -- Zbigniew Lukasiak http://brudnopis.blogspot.com

Re: [Catalyst] Catalyst-plugin-prototype supports UTF8?

2006-11-01 Thread Zbigniew Lukasiak
be displayed correctly in textarea of form element. Thanks Mao Dengfeng -Original Message- From: Zbigniew Lukasiak [mailto:[EMAIL PROTECTED] Sent: Wednesday, November 01, 2006 6:56 PM To: The elegant MVC web framework Subject: Re: [Catalyst] Catalyst-plugin-prototype supports UTF8? You might

Re: [Catalyst] Auth with Chained dispatch

2006-10-21 Thread Zbigniew Lukasiak
: Catalyst@lists.rawmode.org Listinfo: http://lists.rawmode.org/mailman/listinfo/catalyst Searchable archive: http://www.mail-archive.com/catalyst@lists.rawmode.org/ Dev site: http://dev.catalyst.perl.org/ -- Zbigniew Lukasiak http://brudnopis.blogspot.com

Re: [Catalyst] Rails-like form helpers

2006-10-16 Thread Zbigniew Lukasiak
') %] -- Zbyszek - but than this would leave only the validation part in the HTML::Widget On 10/13/06, Jon Warbrick [EMAIL PROTECTED] wrote: Sorry, I've been a bit slow replying to your questions :-) On Thu, 21 Sep 2006, Zbigniew Lukasiak wrote: I don't know if I grap the idea of the helpers in full

Re: [Catalyst] Scaffolding

2006-10-06 Thread Zbigniew Lukasiak
://dev.catalyst.perl.org/ -- Zbigniew Lukasiak http://brudnopis.blogspot.com/ ___ List: Catalyst@lists.rawmode.org Listinfo: http://lists.rawmode.org/mailman/listinfo/catalyst Searchable archive: http://www.mail-archive.com/catalyst@lists.rawmode.org/ Dev site: http

Re: [Catalyst] Scaffolding

2006-10-06 Thread Zbigniew Lukasiak
/lib/perl5/site_perl/5.8.5/Catalyst/Model/DBIC/Schema.pm line 272. at script/my_myapp_server.pl line 53 at script/my_myapp_server.pl line 53 Compilation failed in require at script/my_myapp_server.pl line 53. Zbigniew Lukasiak [EMAIL PROTECTED] wrote: Hi, You can try Catalyst::Example

[Catalyst] Rails-like form helpers - RFC for a new module

2006-09-24 Thread Zbigniew Lukasiak
Dear all,In the new InstantCRUD I decided to take out the code for html forms generation and make a separate module for it. After reading 'Rails-like form helpers' thread I think that this module might find a more general use. I would like to ask you what intefrace would you propose for it.It can

[Catalyst] TracHacks

2006-09-14 Thread Zbigniew Lukasiak
Recently on this list I've seen someone anounced starting a Social Bookmarking project - while I have been coding such an application for a year already. I did not publish it on CPAN because it's not a finished project yet - but I put a lot of work into it and I would share it with anyone who

Re: [Catalyst] User Generated Content (project collaboration)

2006-09-12 Thread Zbigniew Lukasiak
Hi, I have written my own social bookmarking app in Catalyst - it's nearly working. You can try it at http://zby.aster.net.pl/LinkM/. I am mostly proud of the UI ideas - integration of tagging, searching and sorting making the process of search recursive. You can click on the tags, nicks, host

Re: [Catalyst] InstantCRUD and Windows

2006-09-01 Thread Zbigniew Lukasiak
Hi, Thanks for the report. Unfortunately I don't normally use Windows so I also cannnot program for it. Currently the test suite for Instant is also not really meant for Windows. I need someone with Windows experience to join our team. -- Zbyszek On 9/1/06, Nilson Santos Figueiredo Junior [EMAIL

Re: [Catalyst] While the Catalyst CPAN install discussion is still going on....

2006-08-23 Thread Zbigniew Lukasiak
Just yesterday I tried installing modules on my Windows box (cygwin) - and I had a memory problem so frequently that I gave up. It was something like cannot allocate heap. But this was Windows of course.--Zbyszek On 8/22/06, Dennis Daupert [EMAIL PROTECTED] wrote: I've used CPAN.pm a lot, have

Re: [Catalyst] ways to do stuff and why

2006-08-22 Thread Zbigniew Lukasiak
There is one practical argument for having the business logic in the model - it is the necessity of using it from command line/cron job tools. I have not yet heard a similar argument from the other side - that is for having the logic in the controller. --ZbyszekOn 8/21/06, [EMAIL PROTECTED]

Re: [Catalyst] ways to do stuff and why

2006-08-22 Thread Zbigniew Lukasiak
If I reformulate my statement as follow:There is one practical argument not to have the business logic in the controller - it is ...Can we agree?The result I would like to get from this conversation is that I don't see some point of time controllers with business logic in them at CPAN. --ZbyszekOn

Re: [Catalyst] Why scaffolding? Validation and Learning

2006-08-20 Thread Zbigniew Lukasiak
Hi Peter,I've reread the email you linked to. You write there about your own inventions on the subject of visual building of application. This is very interesting to me. Very ambitious also. If you need some help from the InstantCRUD side (common data structure, API whatever) - then email me. Nice

Re: [Catalyst] Why scaffolding? Validation and Learning

2006-08-19 Thread Zbigniew Lukasiak
them on the stash and then use them as kind of macros in the templates, than coding it in the templating language. --ZbyszekOn 8/18/06, Matt S Trout [EMAIL PROTECTED] wrote: Zbigniew Lukasiak wrote: Some more technical details. The main idea of how the scaffolding should work is that we generate only

Re: [Catalyst] ways to do stuff and why

2006-08-19 Thread Zbigniew Lukasiak
I am glad to see that the 'business logic in the model' side seem now to prevail in the Catalyst world. It was not so in the past - as this thread documents: http://lists.rawmode.org/pipermail/catalyst/2005-August/thread.html#1148 There is also a wiki page on this

Re: [Catalyst] Why scaffolding? Validation and Learning

2006-08-18 Thread Zbigniew Lukasiak
Some more technical details.The main idea of how the scaffolding should work is that we generate only a skeleton of directories, nearly empty controllers and some config stuff. The generated controllers only contain their package declaration and a 'use base

[Catalyst] Why scaffolding? Validation and Learning

2006-08-17 Thread Zbigniew Lukasiak
code - and this is what I try to do with InstantCRUD. -- Zbigniew Lukasiak http://brudnopis.blogspot.com/ ___ List: Catalyst@lists.rawmode.org Listinfo: http://lists.rawmode.org/mailman/listinfo/catalyst Searchable archive: http://www.mail-archive.com

Re: [Catalyst] User Generated Content (project collaboration)

2006-08-15 Thread Zbigniew Lukasiak
Hi Matt,I would be gratefull if you expressed your concerns about InstantCRUD - so that I could address them in the new versions of it and at least avoid the most grievest blunders.-- Zbyszek On 8/14/06, Matt S Trout [EMAIL PROTECTED] wrote: Kaare Rasmussen wrote: We have a sane set of widget

Re: [Catalyst] User Generated Content (project collaboration)

2006-08-14 Thread Zbigniew Lukasiak
Hi,Our new, still unreleased, version of InstantCRUD shall have authentication included. I am thinking about it as a kind of framework going in the direction that you are talking about. I admit it moves with a bit slow pace and is still a bit experimental, but I hope you can find it useful.

Re: [Catalyst] InstantCRUD issues

2006-07-02 Thread Zbigniew Lukasiak
Hi Kaare, You should not call the HTML::Widget generator faulty - it generates HTML code compliant with the specification. It is rather unfriendly for people who need to read the generated code and the CSS designers, but thats another thing (and I am not a CSS expert so I cannot say that for

Re: [Catalyst] Program the logic

2006-06-29 Thread Zbigniew Lukasiak
I dont' agree with the statement that all the application logic should go into the Controller. In my opinion in the Controller you should have only the code that is directly web related - all the rest should go into the Model. This way you can call your business logic from a cron script without

Re: [Catalyst] Program the logic

2006-06-29 Thread Zbigniew Lukasiak
Hi, Regarding the generic controller stuff you might look at the Catalyst::Example::Controller::InstantCRUD - you can use it as a base class for your controllers to get the basic CRUD + paging and sort stuff for free. It's still rather experimental though. -- ZbyszekOn 6/29/06, Brandon Black