[Catalyst] Fetching URL Content

2009-09-02 Thread Trevor Phillips
them to disk, so that TT can then reference them. Would this just be a case of doing a usual LWP UserAgent Request, or does Catalyst have built-in handling or plugins to aid in this? Hmmm. It could be implemented as a Model as well, I guess... Any ideas/tips/best practices? Thanks. -- Trevor

Re: [Catalyst] DB Functions in the Schema

2009-08-18 Thread Trevor Phillips
me! Thanks! -- Trevor Phillips - http://dortamur.livejournal.com/ On nights such as this, evil deeds are done. And good deeds, of course. But mostly evil, on the whole. -- (Terry Pratchett, Wyrd Sisters) ___ List: Catalyst@lists.scsys.co.uk

[Catalyst] DB Functions in the Schema

2009-08-17 Thread Trevor Phillips
} updated2, { something = from_unixtime(updated), etc...} ... ); Thanks. -- Trevor Phillips - http://dortamur.livejournal.com/ On nights such as this, evil deeds are done. And good deeds, of course. But mostly evil, on the whole. -- (Terry Pratchett, Wyrd Sisters

Re: [Catalyst] DB Functions in the Schema

2009-08-17 Thread Trevor Phillips
that, but the Catalyst bunch are such a friendly helpful mob, I thought I'd try here first. ^_^ It doesn't feel quite right to subscribe to a list (DBIC ML), ask a question, then unsubscribe again. On Aug 17, 2009 3:13 AM, Trevor Phillips trevor.phill...@gmail.com wrote: Is there an easy way to represent a DB

Re: [Catalyst] OpenID and SREG

2009-07-05 Thread Trevor Phillips
. -- Trevor Phillips - http://dortamur.livejournal.com/ On nights such as this, evil deeds are done. And good deeds, of course. But mostly evil, on the whole. -- (Terry Pratchett, Wyrd Sisters) ___ List: Catalyst@lists.scsys.co.uk Listinfo: http

Re: [Catalyst] OpenID and SREG

2009-07-04 Thread Trevor Phillips
. Ideally, I'd like to store a local profile for a user, using OpenID for Auth, and SREG for initial/default field population when available. I'd rather use a ID and username created tracked internally, though, and just use the OpenID for auth. -- Trevor Phillips - http://dortamur.livejournal.com

[Catalyst] OpenID and SREG

2009-07-03 Thread Trevor Phillips
/extensions/sreg/1.1' ); ...but this just assigns $sreg the string 'http://openid.net/extensions/sreg/1.1'. Dumps of $c-user don't show anything useful either. Am I missing something, or is OpenID Extensions for Catalyst currently broken? -- Trevor Phillips - http

[Catalyst] Base URI breakdown

2009-03-06 Thread Trevor Phillips
, whereas I'd like to access separately bits like $c-request-base-host and $c-request-base-port. -- Trevor Phillips - http://dortamur.livejournal.com/ On nights such as this, evil deeds are done. And good deeds, of course. But mostly evil, on the whole. -- (Terry Pratchett, Wyrd Sisters

Re: [Catalyst] Base URI breakdown

2009-03-06 Thread Trevor Phillips
not either. Anyway there's no reason you couldn't do URI-new($c-req-base) which will be a perfectly good URI object whether base is a URI or an unblessed string. :) Sounds good to me. Thanks! -- Trevor Phillips - http://dortamur.livejournal.com/ On nights such as this, evil deeds are done. And good

Re: [Catalyst] RFC: New to Catalyst questions

2009-02-19 Thread Trevor Phillips
Developers who use Catalyst to develop apps? -- Trevor Phillips - http://dortamur.livejournal.com/ On nights such as this, evil deeds are done. And good deeds, of course. But mostly evil, on the whole. -- (Terry Pratchett, Wyrd Sisters) ___ List: Catalyst

Re: [Catalyst] RFC: New to Catalyst questions

2009-02-17 Thread Trevor Phillips
this sort of Cookbook/FAQ stuff is... -- Trevor Phillips - http://dortamur.livejournal.com/ On nights such as this, evil deeds are done. And good deeds, of course. But mostly evil, on the whole. -- (Terry Pratchett, Wyrd Sisters) ___ List: Catalyst

Re: [Catalyst] how to confirm before deleting

2009-01-21 Thread Trevor Phillips
to go with PUT, DELETE, etc) Surely such an action would be behind some form of authentication, ergo blocking any random web crawler? An app that allowed you to delete records with no security checks has bigger issues. ^_^ -- Trevor Phillips - http://dortamur.livejournal.com/ On nights

Re: [Catalyst] Re: Production session issue - commercial supportinquiry?

2009-01-08 Thread Trevor Phillips
with the same seed... Messy stuff, that's for sure! -- Trevor Phillips - http://dortamur.livejournal.com/ On nights such as this, evil deeds are done. And good deeds, of course. But mostly evil, on the whole. -- (Terry Pratchett, Wyrd Sisters) ___ List

Re: [Catalyst] Large static files behind Authorisation

2009-01-04 Thread Trevor Phillips
was definitely being called either way - just the file output wasn't working. -- Trevor Phillips - http://dortamur.livejournal.com/ On nights such as this, evil deeds are done. And good deeds, of course. But mostly evil, on the whole. -- (Terry Pratchett, Wyrd Sisters