Re: Pylons 2.0 / pyramid default configuration format

2010-11-06 Thread Chris McDonough
I actually did come up with such a system for replacing Paste not long ago: https://bitbucket.org/chrism/marco/src/tip/examples/sample.yaml It does work, but to be honest, I'm not sure I want to maintain such a thing. ;-) Maybe someone else could make something of it though... - C On Sat, 201

Re: webhelpers.paginate fails on explicit mapper

2010-11-06 Thread Ben Bangert
On Nov 6, 2010, at 1:14 PM, Marius Gedminas wrote: > FWIW this looks like http://pylonshq.com/project/pylonshq/ticket/675 > > Was that the wrong place to report a webhelpers bug? Yes, there's an issue tracker for it on bitbucket with the project here: https://bitbucket.org/bbangert/webhelpers/is

Re: webhelpers.paginate fails on explicit mapper

2010-11-06 Thread Marius Gedminas
On Sep 20, 11:14 pm, Christoph Haas wrote: > Thanks for the fix, Mike. I'll try to keep a closer eye on paginate > issues in the future. :) FWIW this looks like http://pylonshq.com/project/pylonshq/ticket/675 Was that the wrong place to report a webhelpers bug? -- Marius Gedminas -- You recei

Re: Pylons 2.0 / pyramid default configuration format

2010-11-06 Thread Ghostwriter
> No plans, for YAML right now that I know of, no. Thanks for reply! > but Paste is a separate package from Pyramid so the changes would have to be > made there. Is it possible to implement this functionality leaving behind Paste* packages? Maybe as an extension to pyramid? > Python logging can

Creating a field on a Pyramid model for storing 20+ files

2010-11-06 Thread Tim Knapp - Emerge Technology
Hi, Having come from a Plone background I'm unsure what options are 'out there' for storing 20+ files (in my case PDFs) on a Pyramid model (my storage type is ZODB). Any pointers appreciated. Thanks in advance, Tim -- You received this message because you are subscribed to the Google Groups "p

Re: Pyramid incompatibilities with WebHelpers

2010-11-06 Thread Chris McDonough
On Sat, 2010-11-06 at 10:06 -0700, Mike Orr wrote: > A few incompatibilities have been discovered between Pyramid and WebHelpers. > > http://bitbucket.org/bbangert/webhelpers/issue/54/pyramid-incompatibilities-paginate-flash > http://bitbucket.org/bbangert/webhelpers/issue/53/paginate-in-pyramid >

Pyramid incompatibilities with WebHelpers

2010-11-06 Thread Mike Orr
A few incompatibilities have been discovered between Pyramid and WebHelpers. http://bitbucket.org/bbangert/webhelpers/issue/54/pyramid-incompatibilities-paginate-flash http://bitbucket.org/bbangert/webhelpers/issue/53/paginate-in-pyramid Paginate, Flash, and everything in webhelpers.pylonslib dep