Re: [Catalyst] Help Deploying on mod-fcgi Rather than mod_fastcgi

2011-02-13 Thread Francisco Obispo
/ . ___ 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: http://dev.catalyst.perl.org/ Francisco Obispo Hosted

Re: [Catalyst] URI-new() with utf8 string and Unicode::Encoding will not work (but URI-new() with utf8 octets will work)

2011-03-03 Thread Francisco Obispo
/mailman/listinfo/catalyst Searchable archive: http://www.mail-archive.com/catalyst@lists.scsys.co.uk/ Dev site: http://dev.catalyst.perl.org/ Francisco Obispo Hosted@ Programme Manager email: fobi...@isc.org Phone: +1 650 423 1374 || INOC-DBA *3557* NOC Key fingerprint = 532F 84EB 06B4 3806 D5FA

Re: [Catalyst] How to do .htaccess?

2011-03-07 Thread Francisco Obispo
/mailman/listinfo/catalyst Searchable archive: http://www.mail-archive.com/catalyst@lists.scsys.co.uk/ Dev site: http://dev.catalyst.perl.org/ Francisco Obispo Hosted@ Programme Manager email: fobi...@isc.org Phone: +1 650 423 1374 || INOC-DBA *3557* NOC Key fingerprint = 532F 84EB 06B4 3806 D5FA 09C6

Re: [Catalyst] Updating a database entry

2011-04-03 Thread Francisco Obispo
/mailman/listinfo/catalyst Searchable archive: http://www.mail-archive.com/catalyst@lists.scsys.co.uk/ Dev site: http://dev.catalyst.perl.org/ Francisco Obispo Hosted@ Programme Manager email: fobi...@isc.org Phone: +1 650 423 1374 || INOC-DBA *3557* NOC Key fingerprint = 532F 84EB 06B4 3806 D5FA 09C6

Re: [Catalyst] TT2 multiple subtemplates

2011-08-10 Thread Francisco Obispo
://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst Searchable archive: http://www.mail-archive.com/catalyst@lists.scsys.co.uk/ Dev site: http://dev.catalyst.perl.org/ Francisco Obispo email: fobi...@isc.org Phone: +1 650 423 1374 || INOC-DBA *3557* NOC Key fingerprint = 532F 84EB 06B4 3806 D5FA

Re: [Catalyst] Double encoding of UTF8 strings

2011-10-07 Thread Francisco Obispo
. ___ 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: http://dev.catalyst.perl.org/ Francisco Obispo email: fobi...@isc.org

Re: [Catalyst] RESTful response codes.

2012-02-23 Thread Francisco Obispo
/catalyst Searchable archive: http://www.mail-archive.com/catalyst@lists.scsys.co.uk/ Dev site: http://dev.catalyst.perl.org/ Francisco Obispo email: fobi...@isc.org Phone: +1 650 423 1374 || INOC-DBA *3557* NOC PGP KeyID = B38DB1BE ___ List: Catalyst

Re: [Catalyst] Catalyst and LDAP with sessions

2012-02-27 Thread Francisco Obispo
://www.mail-archive.com/catalyst@lists.scsys.co.uk/ Dev site: http://dev.catalyst.perl.org/ Francisco Obispo email: fobi...@isc.org Phone: +1 650 423 1374 || INOC-DBA *3557* NOC PGP KeyID = B38DB1BE ___ List: Catalyst@lists.scsys.co.uk Listinfo: http

Re: [Catalyst] Catalyst and LDAP with sessions

2012-02-27 Thread Francisco Obispo
. I don't want to store the userpassword in a unencrypted sessionvariable. Best regards, Birger On Mon, Feb 27, 2012 at 6:52 PM, Francisco Obispo fobi...@isc.org wrote: Hi Birger, Once you've authenticated with LDAP, or with any backend, it is important that you store the session

Re: [Catalyst] Catalyst and LDAP with sessions

2012-02-27 Thread Francisco Obispo
of the user. In a new request, $c-user-ldap_connection tries to establish a connection with the ldap-server and fails, because the password is gone. So somewhere the password has to be stored ... Best regards, Birger On Mon, Feb 27, 2012 at 10:20 PM, Francisco Obispo fobi...@isc.org wrote

Re: [Catalyst] Requests get rendered twice.. TT-Template (View::HTML-process)

2012-03-06 Thread Francisco Obispo
: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst Searchable archive: http://www.mail-archive.com/catalyst@lists.scsys.co.uk/ Dev site: http://dev.catalyst.perl.org/ Francisco Obispo email: fobi...@isc.org Phone: +1 650 423 1374 || INOC-DBA *3557* NOC PGP KeyID = B38DB1BE

Re: [Catalyst] Noob hoping for help encoding mysql datetime fields for JSON

2012-03-15 Thread Francisco Obispo
: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst Searchable archive: http://www.mail-archive.com/catalyst@lists.scsys.co.uk/ Dev site: http://dev.catalyst.perl.org/ Francisco Obispo email: fobi...@isc.org Phone: +1 650 423 1374 || INOC-DBA *3557* NOC PGP KeyID = B38DB1BE

Re: [Catalyst] Error loading data from schema

2012-04-04 Thread Francisco Obispo
-bin/mailman/listinfo/catalyst Searchable archive: http://www.mail-archive.com/catalyst@lists.scsys.co.uk/ Dev site: http://dev.catalyst.perl.org/ Francisco Obispo email: fobi...@isc.org Phone: +1 650 423 1374 || INOC-DBA *3557* NOC PGP KeyID = B38DB1BE

Re: [Catalyst] How to sudo using the Authentication plugin

2012-05-12 Thread Francisco Obispo
No need to use a plugin, just use an authentication realm that requires no password. Store the current user in a persistent session cookie and go back and forth with a single -authenticate method Sent from my iPhone On May 12, 2012, at 6:01 AM, Robert Rothenberg rob...@gmail.com wrote:

Re: [Catalyst] How to sudo using the Authentication plugin

2012-05-12 Thread Francisco Obispo
( { name = $user }, 'admin' ); $c-response-redirect('/account/manage'); } return 1; } Hope that helps. On May 12, 2012, at 9:06 AM, Francisco Obispo wrote: No need to use a plugin, just use an authentication realm that requires no password. Store the current user in a persistent

Re: [Catalyst] Vagrant / Developing with VM / NFS performance

2012-05-14 Thread Francisco Obispo
Searchable archive: http://www.mail-archive.com/catalyst@lists.scsys.co.uk/ Dev site: http://dev.catalyst.perl.org/ Francisco Obispo email: fobi...@isc.org Phone: +1 650 423 1374 || INOC-DBA *3557* NOC PGP KeyID = B38DB1BE ___ List: Catalyst@lists.scsys.co.uk

Re: [Catalyst] Do not save session under certain conditions

2012-05-21 Thread Francisco Obispo
/ Francisco Obispo email: fobi...@isc.org Phone: +1 650 423 1374 || INOC-DBA *3557* NOC PGP KeyID = B38DB1BE ___ List: Catalyst@lists.scsys.co.uk Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst Searchable archive: http://www.mail-archive.com

Re: [Catalyst] Best-practices question: caching a search

2012-09-15 Thread Francisco Obispo
___ 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: http://dev.catalyst.perl.org/ Francisco Obispo email: fobi

Re: [Catalyst] Catalyst DBIX stash, getting at the data

2012-10-15 Thread Francisco Obispo
# This is a guess and doesn't work ;-) $c-session{Project} = $c-stash-{projects}-project_name; # Where project_name is an accessor in the DBIx result set. } Francisco Obispo Director of Applications and Services - ISC email: fobi...@isc.org Phone: +1 650 423 1374 || INOC-DBA *3557

Re: [Catalyst] I'm loosing the plot here? - Controller behaviour that makes no sense

2012-10-30 Thread Francisco Obispo
I have found with time that enjoying a good meal is the best debugging tool. Sent from my iPhone On Oct 30, 2012, at 1:27 PM, Craig Chant cr...@homeloanpartnership.com wrote: I had a hunch, so I uploaded the template to 'root' and bingo it found it so this in MyApp.pm isn't working...

Re: [Catalyst] Session::Store::DBIC and session table (postgres)

2012-11-14 Thread Francisco Obispo
= 'session:c7d07ff1ec06ebf2c6fc37c3cb8f36b117053384' ); DELETE 1 Francisco Obispo Director of Applications and Services - ISC email: fobi...@isc.org Phone: +1 650 423 1374 || INOC-DBA *3557* NOC PGP KeyID = B38DB1BE ___ List: Catalyst@lists.scsys.co.uk

Re: [Catalyst] Session::Store::DBIC and session table (postgres)

2012-11-14 Thread Francisco Obispo
, Fernan Aguero fernan.agu...@gmail.com wrote: The new classes are slightly different: lib/GUS/Webapp/Sessions.pm (old) lib/GUS/Result/WebappSession.pm (new) Francisco Obispo Director of Applications and Services - ISC email: fobi...@isc.org Phone: +1 650 423 1374 || INOC-DBA *3557* NOC PGP

Re: [Catalyst] Generating a large XML document (KML file) from a database

2012-11-26 Thread Francisco Obispo
Use the -write() methos in catalyst and XML::Witer Sent from my iPhone On Nov 26, 2012, at 8:58 AM, Robert Rothenberg rob...@gmail.com wrote: I need to output a large XML file (actually, a KML file of points) from a database. I can't find any documentation for

Re: [Catalyst] Generating a large XML document (KML file) from a database

2012-11-26 Thread Francisco Obispo
XML::Writer Sent from my iPhone On Nov 26, 2012, at 9:23 AM, Francisco Obispo fobi...@isc.org wrote: Use the -write() methos in catalyst and XML::Witer Sent from my iPhone On Nov 26, 2012, at 8:58 AM, Robert Rothenberg rob...@gmail.com wrote: I need to output a large XML file

Re: [Catalyst] Generating a large XML document (KML file) from a database

2012-11-26 Thread Francisco Obispo
the template, just set the body to something, in my case I did: $c-response-body(qq{\n}); I know there are some methods to tell Catalyst to end instead of generating the template, but I couldn't get them to work properly. Regards Francisco Obispo Director of Applications and Services - ISC

Re: [Catalyst] Generating a large XML document (KML file) from a database

2012-11-26 Thread Francisco Obispo
Great! I'll see if I can do the same with the CSV module that I wrote. regards, Francisco Obispo Director of Applications and Services - ISC email: fobi...@isc.org Phone: +1 650 423 1374 || INOC-DBA *3557* NOC PGP KeyID = B38DB1BE On Nov 26, 2012, at 11:05 AM, Robert Rothenberg rob

Re: [Catalyst] DB values that change very rarely

2013-01-11 Thread Francisco Obispo
-archive.com/catalyst@lists.scsys.co.uk/ Dev site: http://dev.catalyst.perl.org/ Francisco Obispo Director of Applications and Services - ISC email: fobi...@isc.org Phone: +1 650 423 1374 || INOC-DBA *3557* NOC PGP KeyID = B38DB1BE ___ List: Catalyst

Re: [Catalyst] May be asynchronous communication between Catalyst applications

2013-02-22 Thread Francisco Obispo
-archive.com/catalyst@lists.scsys.co.uk/ Dev site: http://dev.catalyst.perl.org/ Francisco Obispo Director of Applications and Services - ISC email: fobi...@isc.org Phone: +1 650 423 1374 || INOC-DBA *3557* NOC PGP KeyID = B38DB1BE ___ List: Catalyst

Re: [Catalyst] Catalyst::Controller::REST and Serializer/Deserializer

2013-02-24 Thread Francisco Obispo
Searchable archive: http://www.mail-archive.com/catalyst@lists.scsys.co.uk/ Dev site: http://dev.catalyst.perl.org/ Francisco Obispo Director of Applications and Services - ISC email: fobi...@isc.org Phone: +1 650 423 1374 || INOC-DBA *3557* NOC PGP KeyID = B38DB1BE

Re: [Catalyst] Using the Catalyst Makefile to install

2013-03-07 Thread Francisco Obispo
___ 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: http://dev.catalyst.perl.org/ Francisco Obispo Director of Applications

Re: [Catalyst] Using the Catalyst Makefile to install

2013-03-07 Thread Francisco Obispo
that way I have everything enclosed in one location (FreeBSD package manager is a nightmare) :-) On Mar 7, 2013, at 8:50 PM, Alejandro Imass alejandro.im...@gmail.com wrote: On Thu, Mar 7, 2013 at 6:03 PM, Francisco Obispo fobi...@isc.org wrote: The installer uses Module::Install So

Re: [Catalyst] Using the Catalyst Makefile to install

2013-03-10 Thread Francisco Obispo
of anything like this in Debian's catalyst package; so I guess Francisco meant running under Debian. Sorry :) Cheers, gregor (Debian Perl Group) Francisco Obispo Director of Applications and Services - ISC email: fobi...@isc.org Phone: +1 650 423 1374 || INOC-DBA *3557* NOC PGP KeyID = B38DB1BE

Re: [Catalyst] has_many but no left join?!

2013-06-18 Thread Francisco Obispo
... } } -- Robert Wohlfarth ___ 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: http://dev.catalyst.perl.org/ Francisco

Re: [Catalyst] has_many but no left join?!

2013-06-18 Thread Francisco Obispo
'}) Francisco Obispo Director of Applications and Services - ISC email: fobi...@isc.org Phone: +1 650 423 1374 || INOC-DBA *3557* NOC PGP KeyID = B38DB1BE ___ List: Catalyst@lists.scsys.co.uk Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst

Re: [Catalyst] has_many but no left join?!

2013-06-18 Thread Francisco Obispo
think Robert has cracked it, but why prefetch? Francisco Obispo Director of Applications and Services - ISC email: fobi...@isc.org Phone: +1 650 423 1374 || INOC-DBA *3557* NOC PGP KeyID = B38DB1BE ___ List: Catalyst@lists.scsys.co.uk Listinfo

Re: Out of office 10/4-10/5 (was: Out of office 10/4-10/5 (was: Out of office 10/4-10/5 (was: Out of office 10/4-10/5 (was: Out of office 10/4-10/5 (was: Out of office 10/4-10/5 (was: Out of office 10

2013-08-09 Thread Francisco Obispo
Steve needs to learn how to configure his email vacation program Sent from my iPhone On Aug 9, 2013, at 6:51 PM, Steve st...@matsch.com wrote: Thank you for your email. I will be out of the office Thursday and Friday, returning Monday the 8th. I will respond to your email at that time.