Re: [Catalyst] Advent calendar

2008-12-02 Thread Chisel Wright
On Tue, Dec 02, 2008 at 08:38:25AM +1100, Kieren Diment wrote: And of course I forgot the URL: http://www.catalystframework.org/calendar ... and because I'm a forgetful/lazy fecker, I've syndicated the feed in livejournal: http://syndicated.livejournal.com/catadvent08/ Chisel -- Chisel

[Catalyst] Extra characters inserted into PDF output

2008-12-02 Thread Dr. Jennifer Nussbaum
Ive been working for a while to try to diagnose a problem with PDF display; i sent some messages to the list with the title PDF upload problems (probably OT), and Tom Doran has helped me a lot offlist. After a lot of work and help from other people, ive sort of figured out what seems to be

Re: [Catalyst] Extra characters inserted into PDF output

2008-12-02 Thread Robin Berjon
On Dec 2, 2008, at 17:02 , Dr. Jennifer Nussbaum wrote: My PDF files are being uploaded and saved in the database apparently correctly. Then what seems to be happening is that somewhere in the binary stream of PDF, there is a (random) sequence of !, and somewhere later there is a . And

Re: [Catalyst] Extra characters inserted into PDF output

2008-12-02 Thread Dr. Jennifer Nussbaum
--- On Tue, 12/2/08, Robin Berjon [EMAIL PROTECTED] wrote: From: Robin Berjon [EMAIL PROTECTED] Subject: Re: [Catalyst] Extra characters inserted into PDF output To: [EMAIL PROTECTED], The elegant MVC web framework catalyst@lists.scsys.co.uk Date: Tuesday, December 2, 2008, 8:57 AM On Dec

[Catalyst] Creating a schema class for just one table

2008-12-02 Thread Alexander Tamm
Hi, I'm wondering if there's a possibility of using the create helper script to create a schema class for just one table. We're developing a site with a cms and adding tables as they are specified, so the old schemas really don't need to be updated. Besides, there are some cms-specific tables

[Catalyst] Catalyst::Authentication::Credential::OpenID update; 2.0 + SREG

2008-12-02 Thread Ashley
http://search.cpan.org/perldoc? Catalyst::Authentication::Credential::OpenID Catalyst::Authentication::Credential::OpenID now supports -- thanks to Martin Atkins -- OpenID 2.0 as well as 1.1. Thanks to a patch from Menno Blom, C::A::C::OpenID also loads Simple Registration (SREG) data

Re: [Catalyst] Extra characters inserted into PDF output

2008-12-02 Thread Steve Sabljak
On Wed, Dec 3, 2008 at 5:25 AM, Dr. Jennifer Nussbaum [EMAIL PROTECTED] wrote: --- On Tue, 12/2/08, Robin Berjon [EMAIL PROTECTED] wrote: From: Robin Berjon [EMAIL PROTECTED] Subject: Re: [Catalyst] Extra characters inserted into PDF output To: [EMAIL PROTECTED], The elegant MVC web framework

Re: [Catalyst] Extra characters inserted into PDF output

2008-12-02 Thread Dr. Jennifer Nussbaum
--- On Tue, 12/2/08, Steve Sabljak [EMAIL PROTECTED] wrote: From: Steve Sabljak [EMAIL PROTECTED] Subject: Re: [Catalyst] Extra characters inserted into PDF output To: The elegant MVC web framework catalyst@lists.scsys.co.uk Date: Tuesday, December 2, 2008, 6:30 PM On Wed, Dec 3, 2008 at

Re: [Catalyst] Extra characters inserted into PDF output

2008-12-02 Thread Hu Hailin
maybe the problem is caused by 1. some plugin involved, like some kind of content rewriting. 2. process in the end method, maybe you missed checking it. On Wed, Dec 3, 2008 at 12:41 PM, Dr. Jennifer Nussbaum [EMAIL PROTECTED] wrote: --- On Tue, 12/2/08, Steve Sabljak [EMAIL PROTECTED] wrote:

Re: [Catalyst] Extra characters inserted into PDF output

2008-12-02 Thread Steve Sabljak
On Wed, Dec 3, 2008 at 2:41 PM, Dr. Jennifer Nussbaum [EMAIL PROTECTED] wrote: --- On Tue, 12/2/08, Steve Sabljak [EMAIL PROTECTED] wrote: From: Steve Sabljak [EMAIL PROTECTED] Subject: Re: [Catalyst] Extra characters inserted into PDF output To: The elegant MVC web framework

RE: [Catalyst] Extra characters inserted into PDF output

2008-12-02 Thread Supra, Morne
Hi all I only saw this post now, so maybe what I am about to say has already been said: The !-- sequence of characters are used in commenting out code in xml and html: xml tag 1data/tag 1 !--tag 2data gain/tag 2-- /xml So, maybe there is something commented out in the input? Regards Morne