Re: [Catalyst] uri_for adding :443 to URL when HTTPS=on

2007-09-17 Thread Charlie Garrison
. The issue with port 443 being added to URLs is resolved here. Thanks for the fix. Charlie -- Charlie Garrison [EMAIL PROTECTED] PO Box 141, Windsor, NSW 2756, Australia O ascii ribbon campaign - stop html mail - www.asciiribbon.org http://www.ietf.org/rfc/rfc1855.txt

Re: [Catalyst] Audit logs: model or controller?

2007-09-17 Thread Charlie Garrison
. Catalyst::Component::ACCEPT_CONTEXT is careful, so you don't need to worry about that. :) Thanks for that reference. That was one of the sources I looked at, but I needed slightly different behaviour. I missed the 'weaken' stuff though. Reading up on that now. Charlie -- Charlie Garrison

Re: [Catalyst] Unknown column 'me.role' error

2007-09-07 Thread Charlie Garrison
read this far! To be honest, I didn't read it all, I skipped ahead. So apologies if I missed something. Charlie -- Charlie Garrison [EMAIL PROTECTED] PO Box 141, Windsor, NSW 2756, Australia O ascii ribbon campaign - stop html mail - www.asciiribbon.org http://www.ietf.org/rfc

Re: [Catalyst] Unknown column 'me.role' error

2007-09-07 Thread Charlie Garrison
: role_class: AdBlueDB::Role If that doesn't fix it, how about showing us your schemas for AdBlueDB::User and AdBlueDB::Role. Charlie -- Charlie Garrison [EMAIL PROTECTED] PO Box 141, Windsor, NSW 2756, Australia O ascii ribbon campaign - stop html mail - www.asciiribbon.org http

Re: [Catalyst] uri_for adding :443 to URL when HTTPS=on

2007-09-04 Thread Charlie Garrison
a URI string with $c-uri_for(...) and HTTPS=on, then I get :443 as part of the URI string. What can I do in my Catalyst config (or elsewhere) to prevent :443 being included in the URI string? Thanks, Charlie -- Charlie Garrison [EMAIL PROTECTED] PO Box 141, Windsor, NSW 2756, Australia O

Re: [Catalyst] uri_for adding :443 to URL when HTTPS=on

2007-09-04 Thread Charlie Garrison
is not the 'standard' https port. Assuming that is accurate, what is the correct way in Catalyst to 'correct' the URI value? Is it a bug or something I need to be doing differently? Thanks, Charlie -- Charlie Garrison [EMAIL PROTECTED] PO Box 141, Windsor, NSW 2756, Australia O ascii ribbon campaign

[Catalyst] uri_for adding :443 to URL when HTTPS=on

2007-08-28 Thread Charlie Garrison
short of debug fu and would appreciate some assistance at this point. Thanks, Charlie -- Charlie Garrison [EMAIL PROTECTED] PO Box 141, Windsor, NSW 2756, Australia O ascii ribbon campaign - stop html mail - www.asciiribbon.org http://www.ietf.org/rfc/rfc1855.txt

Re: [Catalyst] DBIx question

2007-08-24 Thread Charlie Garrison
' } } )]; How can I sort by CityName ? Have you tried: order_by = 'me.CityName' The 'base' table is aliased as 'me'. Charlie -- Charlie Garrison [EMAIL PROTECTED] PO Box 141, Windsor, NSW 2756, Australia O ascii ribbon campaign - stop html mail - www.asciiribbon.org http

Re: [Catalyst] Adding DBIC schema causes TT error

2007-06-21 Thread Charlie Garrison
be time to screw backcompat on that particular misfeature and do something more sensible. Sounds good to me. I've been really impressed with Catalyst so far, and getting rid of 'unexpected' behaviour would be a good thing. Thanks for all your help with this. Charlie -- Charlie Garrison [EMAIL

[Catalyst] Adding DBIC schema causes TT error

2007-06-20 Thread Charlie Garrison
-- Charlie Garrison [EMAIL PROTECTED] PO Box 141, Windsor, NSW 2756, Australia O ascii ribbon campaign - stop html mail - www.asciiribbon.org http://www.ietf.org/rfc/rfc1855.txt ___ List: Catalyst@lists.rawmode.org Listinfo: http://lists.rawmode.org

Re: [Catalyst] Adding DBIC schema causes TT error

2007-06-20 Thread Charlie Garrison
controllers actions and the error from TT always shows the expected template name. Thanks, Charlie -- Charlie Garrison [EMAIL PROTECTED] PO Box 141, Windsor, NSW 2756, Australia O ascii ribbon campaign - stop html mail - www.asciiribbon.org http://www.ietf.org/rfc/rfc1855.txt

Re: [Catalyst] Adding DBIC schema causes TT error

2007-06-20 Thread Charlie Garrison
suggestions. Or maybe fresh eyes in the morning will spot the typo. Thanks for your assistance and if you have other suggestions, please let me know. Thanks, Charlie -- Charlie Garrison [EMAIL PROTECTED] PO Box 141, Windsor, NSW 2756, Australia O ascii ribbon campaign - stop html mail

Re: [Catalyst] Adding DBIC schema causes TT error

2007-06-20 Thread Charlie Garrison
of the extra class has caused the hash order for the search to change and now you aren't. One other thing. With the test I'm doing now, there are no models being loaded (via $c-model or c.model), so would a misspelling have any effect anyway? Charlie -- Charlie Garrison [EMAIL PROTECTED

Re: [Catalyst] Adding DBIC schema causes TT error

2007-06-20 Thread Charlie Garrison
to hear them. Development has ground to a halt here and I'm getting very anxious (deadlines and all that). Thanks, Charlie -- Charlie Garrison [EMAIL PROTECTED] PO Box 141, Windsor, NSW 2756, Australia O ascii ribbon campaign - stop html mail - www.asciiribbon.org http://www.ietf.org/rfc

Re: [Catalyst] Adding DBIC schema causes TT error

2007-06-20 Thread Charlie Garrison
got this: [Template::Provider] creating cache of unlimited slots for [ CODE(0x1d38890) ] But no other debugging output that I could see. Thanks, Charlie -- Charlie Garrison [EMAIL PROTECTED] PO Box 141, Windsor, NSW 2756, Australia O ascii ribbon campaign - stop html mail

Re: [Catalyst] Adding DBIC schema causes TT error

2007-06-20 Thread Charlie Garrison
with that. Some very anxious people mulling around on this end. All assistance is appreciated. Thanks, Charlie -- Charlie Garrison [EMAIL PROTECTED] PO Box 141, Windsor, NSW 2756, Australia O ascii ribbon campaign - stop html mail - www.asciiribbon.org http://www.ietf.org/rfc/rfc1855.txt

Re: [Catalyst] Adding DBIC schema causes TT error

2007-06-20 Thread Charlie Garrison
Good morning, On 20/6/07 at 4:32 PM +1000, Charlie Garrison [EMAIL PROTECTED] wrote: I've run into a problem that I can't make any progress with; hoping someone might be able offer suggestions. Development was moving along nicely and then I suddenly got the following error in a response

[Catalyst] Auth plugin for mod_auth_tkt

2007-06-06 Thread Charlie Garrison
that works well with Catalyst, I'm happy to look at alternatives to mod_auth_tkt. Thanks, Charlie PS. Is there any interest from others for this plugin? I will be happy to share if there is. -- Charlie Garrison [EMAIL PROTECTED] PO Box 141, Windsor, NSW 2756, Australia

Re: [Catalyst] Auth plugin for mod_auth_tkt

2007-06-06 Thread Charlie Garrison
for creating Authentication plugins? Thanks, Charlie -- Charlie Garrison [EMAIL PROTECTED] PO Box 141, Windsor, NSW 2756, Australia ___ List: Catalyst@lists.rawmode.org Listinfo: http://lists.rawmode.org/mailman/listinfo/catalyst Searchable

Re: [Catalyst] debug mode

2007-06-05 Thread Charlie Garrison
the + and what purpose does it serve? Thanks, Charlie -- Charlie Garrison [EMAIL PROTECTED] PO Box 141, Windsor, NSW 2756, Australia ___ List: Catalyst@lists.rawmode.org Listinfo: http://lists.rawmode.org/mailman/listinfo/catalyst Searchable archive

Re: [Catalyst] debug mode

2007-06-05 Thread Charlie Garrison
thought it might be something like that, but wasn't sure. Thanks for the explanation. Charlie -- Charlie Garrison [EMAIL PROTECTED] PO Box 141, Windsor, NSW 2756, Australia ___ List: Catalyst@lists.rawmode.org Listinfo: http://lists.rawmode.org

[Catalyst] Using C::P::Continuation (Was: Session timeout and re-Authentication from a Frame)

2007-05-23 Thread Charlie Garrison
-- Charlie Garrison [EMAIL PROTECTED] PO Box 141, Windsor, NSW 2756, Australia ___ List: Catalyst@lists.rawmode.org Listinfo: http://lists.rawmode.org/mailman/listinfo/catalyst Searchable archive: http://www.mail-archive.com/catalyst@lists.rawmode.org