[Catalyst] View plugin for excell/OO

2008-01-14 Thread Angel Kolev
Is there any catalyst 'View' plugin for excel/open office sheets? ___ 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

Re: [Catalyst] View plugin for excell/OO

2008-01-14 Thread Jens Gassmann
Hi Angel, Is there any catalyst 'View' plugin for excel/open office sheets? http://search.cpan.org/~stevan/Catalyst-View-Excel-Template-Plus-0.01/lib/Catalyst/View/Excel/Template/Plus.pm jens ___ List: Catalyst@lists.scsys.co.uk Listinfo:

Re: [Catalyst] View plugin for excell/OO

2008-01-14 Thread Angel Kolev
Jens Gassmann wrote: Hi Angel, Is there any catalyst 'View' plugin for excel/open office sheets? http://search.cpan.org/~stevan/Catalyst-View-Excel-Template-Plus-0.01/lib/Catalyst/View/Excel/Template/Plus.pm jens I want to export SQL with DBIx::Class to excel sheet, but

Re: [Catalyst] View plugin for excell/OO

2008-01-14 Thread Peter Karman
Angel Kolev wrote on 1/14/08 6:50 AM: Jens Gassmann wrote: Hi Angel, Is there any catalyst 'View' plugin for excel/open office sheets? http://search.cpan.org/~stevan/Catalyst-View-Excel-Template-Plus-0.01/lib/Catalyst/View/Excel/Template/Plus.pm jens I want to export SQL with

Re: [Catalyst] [ANNOUNCE] New plugin: Catalyst::Plugin::Assets

2008-01-14 Thread Bill Moseley
On Sun, Jan 13, 2008 at 09:27:55PM -0800, Robert Krimen wrote: Catalyst::Plugin::Assets http://search.cpan.org/~rkrimen/Catalyst-Plugin-Assets-0.012/ Managing .css and .js inclusions has been a recurring problem of mine; I usually hack something together with Template Toolkit and call it

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

2008-01-14 Thread Joe Landman
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 internal machinations ... which, I really, really

Re: [Catalyst] View plugin for excell/OO

2008-01-14 Thread Peter Karman
On 01/14/2008 08:01 AM, Angel Kolev wrote: the file archive_report.tt is in MyApp/root/src/sheets xls that i receive is named myapp_archives_export.xls what are the contents of MyApp/root/src/sheets ? That's what will matter. Is that template actually getting called? -- Peter Karman .

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

2008-01-14 Thread Tony Losey
debug: 0 Will work in your FormBuilder config files. ___ 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:

Re: [Catalyst] [ANNOUNCE] New plugin: Catalyst::Plugin::Assets

2008-01-14 Thread Robert Krimen
On Jan 14, 2008 6:35 AM, Bill Moseley [EMAIL PROTECTED] wrote: I tend to specify the assets in the templates where they are used instead of in the controller as it's a presentation issue. I don't see why your Plugin could not do the same thing by using WRAPPERs. You can certainly do this,