Re: Feedback on 9.7.1beta1

2008-04-02 Thread blaf
Hi, there is a problem with webhelpers... looks like ${h.function} doesn't work anymore with beta 3? Am I missing something? Thanks, Blaise --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "pylons-devel" group. To p

Re: Feedback on 9.7.1beta1

2008-04-02 Thread blaf
Ok... now we have to implicitly import them... from webhelpers.form_tag import * On Apr 2, 6:08 pm, blaf <[EMAIL PROTECTED]> wrote: > Hi, > > there is a problem with webhelpers... looks like ${h.function} doesn't > work anymore with beta 3? Am I missing something?

Re: pylons 0.9.7

2008-05-18 Thread blaf
Thanks Ben to finally commit your thoughts about proposed logos and general vision about the soul of the project. I think we should be careful about the logo because it's a critical aspect of communicating a first impression to the right audience. And at some point it's not just a question of logo

Re: Pylons 2 users guide, first draft

2010-10-02 Thread blaf
Actually params are not passed to functions so you need to do: matchdict = self.request.matchdict login = db.load_form(matchdict['id'] On Oct 2, 3:08 am, Madhu Alagu wrote: > Hi, > > __init__.py > > def main(global_config, **settings): >     """ This function returns a Pylons WSGI application.

Re: Pylons 2 users guide, first draft

2010-10-02 Thread blaf
Sorry it wasn't clear and I missed an ) def forms(self): lmatchdict = self.request.matchdict login = db.load_form(matchdict['id']) response = Response(login) response.content_type = 'application/vnd.mozilla.xul+xml' return response On Oct 2, 3:08 am, Madhu

Re: Want to contribute - looking for task

2010-11-15 Thread blaf
Mike, as a new comer to git (coming from mercurial) I found github help very easy and simple to use and understand http://help.github.com/ I definitely need help on different upcoming tasks of the new web site and your request is relevant. I'm currently collecting ideas and features for the new s