Re: internationalization, how to change character set?

2007-09-27 Thread Philip Jenvey
On Sep 27, 2007, at 9:50 AM, jose wrote: > > Dear Philip, > I'm not sure I'm doing this right, > 1) I set the charset in the [extract_messages] section of the > setup.cfg, the pot file says its charset is iso-8859-1 > 2) I ran python setup.py extract_messages, > 3) setup.py init_catalog -l es >

Re: Pylons on Jython

2007-09-27 Thread m h
On 9/23/07, Philip Jenvey <[EMAIL PROTECTED]> wrote: > > There's been a lot of interest in getting Django running on Jython > lately, so I figured it's about time to prod fellow pylonauts and > pyloneers about getting Pylons going on it. > Just wanted to say thanks much for your work here. It co

Re: Authkit 0.3.0pre5dev_r92 + Pylons 0.9.6rc2 doesn't works?

2007-09-27 Thread Jose Figueras
Thank you James for your quick answer. I'll try 0.4 next monday. Jose F. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "pylons-discuss" group. To post to this group, send email to pylons-discuss@googlegroups.com

Re: Authkit 0.3.0pre5dev_r92 + Pylons 0.9.6rc2 doesn't works?

2007-09-27 Thread Jose Figueras
Thank you James for your quick answer. I'll try 0.4 next monday then. Jose F. On 27 sep, 22:07, James Gardner <[EMAIL PROTECTED]> wrote: > Hi Jose, > > The documentation is for AuthKit 0.4 > fromhttp://authkit.org/svn/AuthKit/branches/0.4I'm going to make a release > at the weekend. > > The pr

Re: accessing _action awith -action

2007-09-27 Thread Tomasz Nazar
Glad I could help :-) On 9/23/07, Philip Jenvey <[EMAIL PROTECTED]> wrote: > > > On Sep 22, 2007, at 12:04 AM, Adomas Paltanavičius wrote: > > > In fact, dashes can be used instead of underscores anywhere, i.e. / > > controller/this-is-my-action > > is the same as /controller/this_is_my_action. P

Re: ANN: Pylons 0.9.6.1 Released

2007-09-27 Thread Waldemar Osuch
On Sep 27, 3:27 pm, Ben Bangert <[EMAIL PROTECTED]> wrote: > I've just released a minor update, Pylons 0.9.6.1. I have noticed that you switched the version control to Mercurial. Is it a permanent change? The question is motivated by curiosity only. I did not notice any discussion on the list a

ANN: Pylons 0.9.6.1 Released

2007-09-27 Thread Ben Bangert
I've just released a minor update, Pylons 0.9.6.1. The most important fix prompting this release was that private functions (those starting with _) were actually exposed under 0.9.6, this update remedies that security hole. Thanks Tomasz Nazar for the bug catch. For those using nosetests, P

Re: Quickest way to use Elixir with a Pylons 0.9.6 project.

2007-09-27 Thread Tim Riley
Thank you Jonathan, that seems to be exactly what I was looking for. Once I mess around with this some more I will update the SQLAlchemy 0.4 for people in a hurry. On 9/27/07, Jonathan LaCour <[EMAIL PROTECTED]> wrote: > > Tim Riley wrote: > > > With that being said I was wondering if someone cou

Re: Authkit 0.3.0pre5dev_r92 + Pylons 0.9.6rc2 doesn't works?

2007-09-27 Thread James Gardner
Hi Jose, The documentation is for AuthKit 0.4 from http://authkit.org/svn/AuthKit/branches/0.4 I'm going to make a release at the weekend. The problem might be because Pylons 0.9.6 doesn't have the httpexceptions middleware. Try using AuthKit 0.4 and things are more likely to work. I've put

Authkit 0.3.0pre5dev_r92 + Pylons 0.9.6rc2 doesn't works?

2007-09-27 Thread Jose Figueras
Hello, Following authkit documentation (see http://wiki.pylonshq.com/display/pysbook/Authentication+and+Authorization), it's impossible to me add security in my pylons app: 1) if I include authentication code I, ever, receive 401 error: authkit.authorize.NotAuthenticatedError: 401 N

Re: Quickest way to use Elixir with a Pylons 0.9.6 project.

2007-09-27 Thread Jonathan LaCour
Tim Riley wrote: > With that being said I was wondering if someone could throw me some > pointers on getting the SVN version of Elixir working with SQLAlchemy > 0.4 and pylons. Any pointers would be greatly appreciated. I am using the SVN version of Elixir and SQLAlchemy in a Pylons project, and

Re: Quickest way to use Elixir with a Pylons 0.9.6 project.

2007-09-27 Thread Isaac Csandl
I advise not using the SVN version of Elixir just yet. It's still a little funky as of a few days ago, and some big changes are in the works. Stick with the 0.3 release, or try rev 174 if you want to use some of the recent extensions. I was able to get a 0.9.6 project going with Tesla, but there

Re: internationalization, how to change character set?

2007-09-27 Thread jose
Dear Philip, I'm not sure I'm doing this right, 1) I set the charset in the [extract_messages] section of the setup.cfg, the pot file says its charset is iso-8859-1 2) I ran python setup.py extract_messages, 3) setup.py init_catalog -l es 4) edited the po file to include my translations which cont

Re: Displaying page elements based on AuthKit authentication?

2007-09-27 Thread [EMAIL PROTECTED]
Andrew, Thanks for your reply. And yes, this makes sense to me as well. My thoughts were along the same lines. I will easily have the ability to add menu items for my user without having to change my template and the flip side, I will be able to change my template without impacting how the contro

Quickest way to use Elixir with a Pylons 0.9.6 project.

2007-09-27 Thread Tim Riley
I was looking at "SQLAlchemy 0.4 for people in a hurry" and it seems the Elixir section isn't completed yet. I also looked at Tesla but it uses sacontent which according to the site is depreciated and points to the SQLAlchemy for people in a hurry section of the pylons wiki. With that being said

Populating the session for paste fixture tests

2007-09-27 Thread JD
Hi folks I'm trying to use paste fixture to test some functionality that absolutely MUST have stuff in the session to provoke the behaviour I'm looking for. I know that fixture doesn't save the session after each request, so I'm looking for a way to pre-populate the session before each request c

Using HtmlFill to populate a form with nested variables

2007-09-27 Thread voltron
Sorry I had this here, I had an error when posting to the Fromencode forum. I have lots of nested variables from using pre_validators = [formencode.NestedVariables()]. The example on the HtmlFill page on show key to value mappings, is this the same if I map a key to a list and pass it to HtmlFill