PATCH: multi-word controller names

2006-07-18 Thread Timo Mihaljov
I've written a small patch that allows multi-word controller names, e.g. front_page / FrontPageController, to be used. Without this patch Pylons assumes that the class in 'front_page.py' is called 'Front_pageController'. I also renamed the locals used in PylonsBaseWSGIApp#resolve() since they

Re: PATCH: multi-word controller names

2006-07-18 Thread climbus
yeh please join this to base pylons --~--~-~--~~~---~--~~ 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 To unsubscribe from this group, send

pylons vs django

2006-07-18 Thread climbus
I found this: http://www.cms.rk.edu.pl/benchmark.html --~--~-~--~~~---~--~~ 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 To unsubscribe from

SQLObject, sort by related join count?

2006-07-18 Thread Sean McBride
I have a general question about how to do something in SQLObject. I have two models, and Item model and a Collection model. They have a RelatedJoin between them because an item can be in many collections and a collection can have many items. I want to sort the list of items by the number of

Re: myghty and encoding

2006-07-18 Thread Sean McBride
Hey Climbus, Yeah, I'm having the same problem sometimes. The problem lies in the Myghty templating engine's crummy support for unicode. Unfortunately, I looked into it a bit, and it looks like there aren't really any templating engines with good unicode support. It looks like Myghty developers

Pylons + xml-rpc client and server

2006-07-18 Thread Alagu Madhu
Hi, Any Pylons xml-rpc example ? Thanks, Alagu Madhu --~--~-~--~~~---~--~~ 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 To unsubscribe