Re: RFC: Add a "needinfo" state to triaging

2010-11-16 Thread Tai Lee
This has been my experience, as well. I know this is an open source project and that we're all volunteers, but I have found it it extremely disheartening and a discouragement to further contribution when I have invested the time to do the right thing and submit a detailed report, with patch and doc

Re: RFC: Add a "needinfo" state to triaging

2010-11-16 Thread Tai Lee
I'm in favour of closing tickets with "need more info, re-open when you have it or if you disagree" because it clearly puts the onus back on the reporter to re-open the ticket after addressing the feedback in order to see any progress. Leaving tickets "open" with potentially yet another status or

Re: Doc. patch

2010-11-16 Thread Tai Lee
The following two tickets are fairly trivial, with docs and tests, both accepted by a core dev 7 plus months ago. http://code.djangoproject.com/ticket/12398 http://code.djangoproject.com/ticket/13291 This one is 2 years old and has no docs (but I'm not sure if they are required). It was marked as

Re: RFC: Add a "needinfo" state to triaging

2010-11-16 Thread Daniel Moisset
On Tue, Nov 16, 2010 at 12:02 PM, Luke Plant wrote: > > This will also require a change to Trac, which I for one don't know how > to do (I don't see the configuration pages I would need in the Trac > admin interface). > If you have the admin module ui enabled and TRAC_ADMIN permissions, you shoul

Re: RFC: Add a "needinfo" state to triaging

2010-11-16 Thread Gabriel Hurley
Having recently set up a Trac installation for another project, I can tell you that making the actual change will require some hacking in the trac.ini file. There's no way to do it through the admin. All the best, - Gabriel On Nov 16, 7:02 am, Luke Plant wrote: > On Tue, 2010-11-16 at 11:34

Re: Doc. patch

2010-11-16 Thread SmileyChris
On Nov 17, 10:10 am, Luke Plant wrote: > Well, if your ticket hasn't received the attention you think it > deserves, then it is, but you waited less than 10 minutes from filing > the ticket! Agreed, perhaps a bit hasty :) But in any case, I just committed it. -- You received this message becaus

Re: Doc. patch

2010-11-16 Thread Luke Plant
On Tue, 2010-11-16 at 12:18 -0800, Klaas van Schelven wrote: > Hi, > > I believe it is customary to politely ask for attention for bugs on > this list. Well, if your ticket hasn't received the attention you think it deserves, then it is, but you waited less than 10 minutes from filing the ticket!

Re: Doc. patch

2010-11-16 Thread Daniel Moisset
On Tue, Nov 16, 2010 at 5:18 PM, Klaas van Schelven wrote: > Hi, > > I believe it is customary to politely ask for attention for bugs on > this list. > > http://code.djangoproject.com/ticket/14704 > > Contains a minor patch to the documentation that would have saved me > some headaches this aftern

Doc. patch

2010-11-16 Thread Klaas van Schelven
Hi, I believe it is customary to politely ask for attention for bugs on this list. http://code.djangoproject.com/ticket/14704 Contains a minor patch to the documentation that would have saved me some headaches this afternoon. Klaas van Schelven -- You received this message because you are su

Re: country and states list in registration form

2010-11-16 Thread Florian Apolloner
On Nov 16, 6:29 pm, hemi19 wrote: >  If anyone know plz help me Plz post usage question to django-users! Thx, Florian -- You received this message because you are subscribed to the Google Groups "Django developers" group. To post to this group, send email to django-develop...@googlegroups.com

Re: RFC: Add a "needinfo" state to triaging

2010-11-16 Thread George Sakkis
On Nov 15, 6:31 am, Russell Keith-Magee wrote: > On Mon, Nov 15, 2010 at 1:00 PM, Tai Lee wrote: > > I like the idea of needmoreinfo as a resolution, which makes it clear > > to the reporter that they need to take the next step to re-open the > > ticket with more info. I don't think that closed

Re: country and states list in registration form

2010-11-16 Thread Michael Sprayberry
Take a look at how something similar was done using AJAX. http://www.nerdydork.com/dynamic-filtered-drop-down-choice-fields-with-django.html   Hope that is helpful, if it isn't please give some examples.   Sincerely, Michael --- On Tue, 11/16/10, hemi19 wrote: From: hemi19 Subject: country and

Re: RFC: Add a "needinfo" state to triaging

2010-11-16 Thread Daniel Moisset
On Tue, Nov 16, 2010 at 12:02 PM, Luke Plant wrote: > > Do open a ticket, because we need documentation patches for this Done, http://code.djangoproject.com/ticket/14702 Thanks for the feedback. Daniel -- You received this message because you are subscribed to the Google Groups "Django deve

country and states list in registration form

2010-11-16 Thread hemi19
Hi All, Can anyone tell me if it is possible to get country and states(with OnChange option) list in registration form. I have created countries list but iam unable to get the states option regarded to the country. Is thr any way to do it. If anyone know plz help me -- View this message in co

Re: X-Forwarded-For middleware

2010-11-16 Thread Luis Bruno
Dear Luke, On Nov 16, 1:12 pm, Luke Plant wrote: > It's not obvious what you are asking.  We removed the > SetRemoveAddrFromForwardedFor middleware for reasons described here: > http://docs.djangoproject.com/en/dev/releases/1.1/#removed-setremoteaddrfromforwardedfor-middleware Thank you for plow

Re: RFC: Add a "needinfo" state to triaging

2010-11-16 Thread Luke Plant
On Tue, 2010-11-16 at 11:34 -0300, Daniel Moisset wrote: > OK... after seeing a generally positive response (even if there's some > bikeshedding about the actual implementation which I don't care much > about, any of the proposals solve *my* problem ;-) ), how can this be > moved forward? I know t

Re: X-Forwarded-For middleware

2010-11-16 Thread Luke Plant
On Tue, 2010-11-16 at 03:14 -0800, Luis Bruno wrote: > Hello, > > I looked into the archives a bit, and it's been almost two years since > this subject was last brought up! So this periodic discussion is > probably overdue... I needed to change REMOTE_ADDR because some > components like django-req

X-Forwarded-For middleware

2010-11-16 Thread Luis Bruno
Hello, I looked into the archives a bit, and it's been almost two years since this subject was last brought up! So this periodic discussion is probably overdue... I needed to change REMOTE_ADDR because some components like django-request assume it represents the connected user's address. I want y