Re: How to change path to static files (./public/) dynamically

2007-12-14 Thread [EMAIL PROTECTED]
Great, it works!!! On Dec 13, 11:09 pm, Ian Bicking [EMAIL PROTECTED] wrote: I haven't followed any of this, but I thought I'd mention that you can do: def action(self): file_path = (calculate) app = paste.fileapp.FileApp(file_path) return app(self.environ,

Templatizing javascripts

2007-12-14 Thread [EMAIL PROTECTED]
Hello all. What's the best way to templatize my javascripts? To enable the use of _() function and helpers. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups pylons-discuss group. To post to this group, send email to

AuthKit with CAS

2007-12-14 Thread drach
Hi, Does anyone know how to configure AuthKit 0.4 to use CAS authentication? Does it even work? Thanks, Bob D. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups pylons-discuss group. To post to this group, send

Re: Templatizing javascripts

2007-12-14 Thread Matt Feifarek
On Dec 14, 2007 1:36 PM, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Hello all. What's the best way to templatize my javascripts? To enable the use of _() function and helpers. Mako can make any kind of text document; not just html. I use it to make CSS, JS too.

Re: Templatizing javascripts

2007-12-14 Thread Mike Orr
On Dec 14, 2007 2:16 PM, Matt Feifarek [EMAIL PROTECTED] wrote: On Dec 14, 2007 1:36 PM, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Hello all. What's the best way to templatize my javascripts? To enable the use of _() function and helpers. Mako can make any kind of text document;

Re: Upgrading existing project to newer Pylons

2007-12-14 Thread Philip Jenvey
On Dec 13, 2007, at 8:06 AM, Christoph Haas wrote: This is. Although I'd prefer if I could launch vimdiff or kompare during the upgrade. It's pretty good that it exists already anyway. It does no 3-way-diff/merge though. So if you changed something in the files then the paster create

Re: apache/fcgi deployment question

2007-12-14 Thread baldtrol
Hi again, I'm still stuck here, and haven't been able to find anything else that clears it up. I've read everything I can find, and rewritten my mod_rewrite rules and conditions repeatedly, and while they work just as I would expect, the URLs don't work correctly, inasmuch as the pylons

Re: apache/fcgi deployment question

2007-12-14 Thread baldtrol
and, I figured it out. Wanted to post what I came up with, both for comment, and for anyone else who runs into it. If i've done something wrong or just plain silly here, feel free to let me know, I'm all for another, better solution, but at the moment this seems to have worked. my .htaccess