[Deform / Peppercorn] How to ignore some fields

2012-04-12 Thread Damien Baty
Hello, I would like Peppercorn or Deform to ignore some HTML fields when validating a form. I have a Deform widget (here below called ExtendedAutocompleteInputWidget) that has two HTML fields: a visible text input ('person_autocomplete') and an hidden text input ('person'), the former being for

Re: [Deform / Peppercorn] How to ignore some fields

2012-04-12 Thread Chris McDonough
On Thu, 2012-04-12 at 09:42 +0200, Damien Baty wrote: Hello, I would like Peppercorn or Deform to ignore some HTML fields when validating a form. I have a Deform widget (here below called ExtendedAutocompleteInputWidget) that has two HTML fields: a visible text input ('person_autocomplete')

Re: [Deform / Peppercorn] How to ignore some fields

2012-04-12 Thread Damien Baty
Le 12/04/12 10:27, Chris McDonough a écrit : On Thu, 2012-04-12 at 09:42 +0200, Damien Baty wrote: I would like Peppercorn or Deform to ignore some HTML fields when validating a form. [...] Have the deserialize() of the widget strip the unnecessary field data out of the cstruct it returns.

What about a pyramid collective ?

2012-04-12 Thread kiorky
Hi, i was thinking with Chris Mcdonough about creating something like the plone collective: What's that ? That's may one be the most successful things in the plone community for me. - http://plone.org/documentation/glossary/collective - https://github.com/collective/ (new) -

Re: What about a pyramid collective ?

2012-04-12 Thread Chris McDonough
On Thu, 2012-04-12 at 12:46 +0200, kiorky wrote: Hi, i was thinking with Chris Mcdonough about creating something like the plone collective: What's that ? That's may one be the most successful things in the plone community for me. - http://plone.org/documentation/glossary/collective

Re: What about a pyramid collective ?

2012-04-12 Thread Gael Pasgrimaud
On Thu, Apr 12, 2012 at 12:55 PM, Chris McDonough chr...@plope.com wrote: On Thu, 2012-04-12 at 12:46 +0200, kiorky wrote: Hi, i was thinking with Chris Mcdonough about creating something like the plone collective: What's that ? That's may one be the most successful things in the plone

Re: What about a pyramid collective ?

2012-04-12 Thread kiorky
As long as i'm not the only person, i agree to do some stuff on this purpose. The initial work won't be that much. - Create the gh organisation teams, - Install the github-collective cron somewhere (where !?). - Write something in the documentation how to use the collective - Make another mail

Re: What about a pyramid collective ?

2012-04-12 Thread kusut
I am volunteering No more manual repo searching or IRC logs digging On 12 April 2012 18:08, kiorky kio...@cryptelium.net wrote: As long as i'm not the only person, i agree to do some stuff on this purpose. The initial work won't be that much. - Create the gh organisation teams, - Install

Re: What about a pyramid collective ?

2012-04-12 Thread Chris Rossi
I don't want to discourage anyone from doing this, but my initial thought, at least, is that the Plone collective came from a place and a time where hosting your own code in public wasn't ridiculously easy the way it is now. Now anyone can host whatever they want on Github. Or Bitbucket,

Re: What about a pyramid collective ?

2012-04-12 Thread Domen Kožar
My two cents: Giving a big group of people commit access to addon packages results in conflicts if intended commit was useful to everyone. Most simple example is breaking tests for sake of being lazy and adding functionality. It can be of course mostly avoided, but not prevented. Having

Re: What about a pyramid collective ?

2012-04-12 Thread Michael Merickel
On Thu, Apr 12, 2012 at 7:41 AM, Domen Kožar do...@dev.si wrote: Having something like djangopackages.com + pypi classifier would achieve the same goal. Pull requests are also easy to make, I would propose rather to have a good read about preferred way of contributing to package maintainers.

Re: What about a pyramid collective ?

2012-04-12 Thread kiorky
Le 12/04/2012 15:58, Michael Merickel a écrit : On Thu, Apr 12, 2012 at 7:41 AM, Domen Kožardo...@dev.si wrote: Having something like djangopackages.com + pypi classifier would achieve the same goal. Pull requests are also easy to make, I would propose rather to have a good read about

Re: What about a pyramid collective ?

2012-04-12 Thread Michael Bayer
On Apr 12, 2012, at 9:58 AM, Michael Merickel wrote: On Thu, Apr 12, 2012 at 7:41 AM, Domen Kožar do...@dev.si wrote: Having something like djangopackages.com + pypi classifier would achieve the same goal. Pull requests are also easy to make, I would propose rather to have a good read about

Re: What about a pyramid collective ?

2012-04-12 Thread Chris McDonough
On Thu, 2012-04-12 at 10:34 -0400, Michael Bayer wrote: On Apr 12, 2012, at 9:58 AM, Michael Merickel wrote: On Thu, Apr 12, 2012 at 7:41 AM, Domen Kožar do...@dev.si wrote: Having something like djangopackages.com + pypi classifier would achieve the same goal. Pull requests are also

Re: What about a pyramid collective ?

2012-04-12 Thread Carsten Senger
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Am 12.04.2012 14:23, schrieb Chris Rossi: I don't want to discourage anyone from doing this, but my initial thought, at least, is that the Plone collective came from a place and a time where hosting your own code in public wasn't ridiculously

Re: pyramid async setup

2012-04-12 Thread binadam
On Thursday, April 12, 2012 12:24:42 PM UTC-7, binadam wrote: Hello all, I used the following cookbook for an asynchronous setup: http://michael.merickel.org/2011/6/21/tictactoe-and-long-polling-with-pyramid/ but ran into problems. First I'd be interested to know if anyone has

Re: What about a pyramid collective ?

2012-04-12 Thread Stefano Fontanelli
Il 12/04/12 15.58, Michael Merickel ha scritto: On Thu, Apr 12, 2012 at 7:41 AM, Domen Kožardo...@dev.si wrote: Having something like djangopackages.com + pypi classifier would achieve the same goal. Pull requests are also easy to make, I would propose rather to have a good read about

Re: pyramid async setup

2012-04-12 Thread Michael Bayer
On Apr 12, 2012, at 3:27 PM, binadam wrote: On Thursday, April 12, 2012 12:24:42 PM UTC-7, binadam wrote: Hello all, I used the following cookbook for an asynchronous setup: http://michael.merickel.org/2011/6/21/tictactoe-and-long-polling-with-pyramid/ but ran into problems. First

Re: What about a pyramid collective ?

2012-04-12 Thread Jonathan Vanasco
i think the big issue is about marketing and critical mass, and less about the exact details of functionality. I think a lot of concerns could be solved in two steps: 1. getting a Framework :: Pyramid classifier, which has been requested 2. having a page/module on the Pyramid site that does