Re: [tg-trunk] Admin list view fails with more than 8 records

2010-02-02 Thread Christoph Zwerschke
Am 26.01.2010 06:47 schrieb Todd Blanchard: Create more than 8 records in admin view of anything and it will try to paginate and it will fail with: GenerationException: url_for could not generate URL. Called with args: () {'page': 2} I can confirm and created ticket #2455 for this. --

[tg-trunk] a couple of patches

2010-02-02 Thread lento
Hi! first of all a quick presentation: my name is Lorenzo Pierfederici and I work in the 3d animation and VFX industry (based in Rome). I'm developing an application using TG 2.1, it's a great framework and a good fun to work with! I made a couple of small additions that might be useful for

Re: [tg-trunk] Admin list view fails with more than 8 records

2010-02-02 Thread Mark Ramm
Thanks! I can confirm and created ticket #2455 for this. -- You received this message because you are subscribed to the Google Groups TurboGears Trunk group. To post to this group, send email to turbogears-tr...@googlegroups.com. To unsubscribe from this group, send email to

Re: [tg-trunk] a couple of patches

2010-02-02 Thread Mark Ramm
- make override_template work for all content types I use this to a have single controller serving javascripts generated at runtime from templates, so that calling /parsedjs/scriptname.js will parse scriptname.mak and return the result with a content_type of text/javascript. (At the moment