Re: Session/cookie based messages (#4604)

2009-09-20 Thread Alex Gaynor
On Sun, Sep 20, 2009 at 11:30 PM, Chris Beaven wrote: > > > > On Sep 21, 12:05 pm, Russell Keith-Magee > wrote: >> On Mon, Sep 21, 2009 at 6:13 AM, Chris Beaven wrote: >> >> >> One of the questions that needs to be answered >> >> is "why should [a session based notification system] be shipped w

Re: Session/cookie based messages (#4604)

2009-09-20 Thread Chris Beaven
On Sep 21, 12:05 pm, Russell Keith-Magee wrote: > On Mon, Sep 21, 2009 at 6:13 AM, Chris Beaven wrote: > > >> One of the questions that needs to be answered > >> is "why should [a session based notification system] be shipped with > >> Django?" > > >> Another piece of the puzzle that is missi

Re: Looking for a project

2009-09-20 Thread Richard
I believe so. On Sep 20, 4:31 pm, Daniel Watkins wrote: > On Sun, 2009-09-20 at 16:26 -0700, Richard wrote: > > django-schedule is under active developement and is a great > > calendaring app. > > Looking at django-schedule's website, it only seems to do the front-end > part of what I was sugges

Re: Session/cookie based messages (#4604)

2009-09-20 Thread Russell Keith-Magee
On Mon, Sep 21, 2009 at 6:13 AM, Chris Beaven wrote: > >> One of the questions that needs to be answered >> is "why should [a session based notification system] be shipped with Django?" > >> Another piece of the puzzle that is missing from my perspective is any >> discussion of how session-based

Re: Looking for a project

2009-09-20 Thread Daniel Watkins
On Sun, 2009-09-20 at 16:26 -0700, Richard wrote: > django-schedule is under active developement and is a great > calendaring app. Looking at django-schedule's website, it only seems to do the front-end part of what I was suggesting. Is my understanding correct? Dan --~--~-~--~~-

Re: django.core.urlresolvers reverse, args and kwargs (Ticket 8764)

2009-09-20 Thread Russell Keith-Magee
On Sun, Sep 20, 2009 at 10:44 PM, vegas wrote: > > Cool, will do.   I guess the earliest release this could get into > would be django 1.2? > > Looking at http://docs.djangoproject.com/en/dev/internals/contributing/ > , it seems to me like this would definitely be considered a non- > trivial patc

Re: Looking for a project

2009-09-20 Thread Richard
django-schedule is under active developement and is a great calendaring app. On Sep 20, 4:04 pm, Daniel Watkins wrote: > Hi Dougal, > > On Sun, 2009-09-20 at 21:10 +0100, Dougal Matthews wrote: > > It would probably be worth you listing your ideas even if they are > > half baked. This would show

Re: Looking for a project

2009-09-20 Thread Daniel Watkins
Hey, On Sun, 2009-09-20 at 09:45 -0700, corn13r...@gmail.com wrote: > A django webmail app That'd be interesting, I'll add that to my list. Dan --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django developers"

Re: Looking for a project

2009-09-20 Thread Daniel Watkins
Hi Dougal, On Sun, 2009-09-20 at 21:10 +0100, Dougal Matthews wrote: > It would probably be worth you listing your ideas even if they are > half baked. This would show people what you are interested in and we > could possibly help you develop them further. Thanks for the reply. I had a couple o

Re: Session/cookie based messages (#4604)

2009-09-20 Thread Chris Beaven
> One of the questions that needs to be answered > is "why should [a session based notification system] be shipped with Django?" > Another piece of the puzzle that is missing from my perspective is any > discussion of how session-based messaging interacts with the existing > contrib.auth messagin

Re: Looking for a project

2009-09-20 Thread Dougal Matthews
Daniel, It would probably be worth you listing your ideas even if they are half baked. This would show people what you are interested in and we could possibly help you develop them further. Otherwise, you could look at the wiki for discussed features or even get involved in 1.2? Dougal 2009/9

Re: #9194: Allow additional hashing algorithms for passwords

2009-09-20 Thread PiotrLegnica
I know this is not critical (after all, it works fine), but I also don't see why hard-code something that could be configurable (especially that contrib apps should be as flexible as possible, IMHO). I've implemented this for myself anyway[1], but this probably could be improved. On 20 Wrz, 13:20

Re: Looking for a project

2009-09-20 Thread corn13r...@gmail.com
A django webmail app -- Sent from my Palm Pre Daniel Watkins wrote: Hello all, As part of the third year of my computer science degree (at the University of Warwick), I need to complete an individual project. I'd quite like to use this to do something for Django. The project is meant to

Looking for a project

2009-09-20 Thread Daniel Watkins
Hello all, As part of the third year of my computer science degree (at the University of Warwick), I need to complete an individual project. I'd quite like to use this to do something for Django. The project is meant to be done entirely individually, which means that something that works as a s

Re: django.core.urlresolvers reverse, args and kwargs (Ticket 8764)

2009-09-20 Thread vegas
Cool, will do. I guess the earliest release this could get into would be django 1.2? Looking at http://docs.djangoproject.com/en/dev/internals/contributing/ , it seems to me like this would definitely be considered a non- trivial patch. Should I work up a more readable version of my initial pro

Re: Session/cookie based messages (#4604)

2009-09-20 Thread Russell Keith-Magee
On Fri, Sep 11, 2009 at 7:00 AM, Tobias wrote: > > In the spirit of Russell's No! Bad Pony! talk at DjangoCon I'd like to > start a conversation about cleaning up session messages enough to get > them into core or contrib.  Alex suggested that the ticket (http:// > code.djangoproject.com/ticket/4

Re: SoC merge plans?

2009-09-20 Thread Russell Keith-Magee
On Fri, Sep 18, 2009 at 5:30 PM, Waldemar Kornewald wrote: > > On Sep 17, 1:48 pm, Russell Keith-Magee > wrote: >> My hesitation here is that there one of the outstanding changes is a >> fairly big refactor of the way the SQL backend handles queries, and I >> want to make sure it's right before

Re: django.core.urlresolvers reverse, args and kwargs (Ticket 8764)

2009-09-20 Thread Russell Keith-Magee
On Tue, Sep 8, 2009 at 12:35 PM, vegas wrote: > > Okay, so I've looked at the previous discussion on this topic, and the > code. Firstly let me say a big thank you to everyone who has worked on > Django, it's a fabulously useful piece of software, and a lot of fun > to work with. > > By my lights

Re: #9194: Allow additional hashing algorithms for passwords

2009-09-20 Thread Russell Keith-Magee
On Fri, Sep 18, 2009 at 10:29 PM, PiotrLegnica wrote: > > Hi. There is a feature described in a ticket #9194[1], which has been > marked as 'Design decision needed'. > > Is it still being discussed, or has it been forgotten completely? I'm > working on a patch for myself, but I'm not sure whether

Re: Django error

2009-09-20 Thread Russell Keith-Magee
On Sun, Sep 20, 2009 at 2:49 PM, zweb wrote: > > When I try to download a file through django in IE , I get > > [Sun Sep 20 05:34:20 2009] [error] [client 127.0.0.1]     response = > func(request, response), referer: http://www.com > [Sun Sep 20 05:34:20 2009] [error] [client 127.0.0.1]   Fil

Django error

2009-09-20 Thread zweb
When I try to download a file through django in IE , I get [Sun Sep 20 05:34:20 2009] [error] [client 127.0.0.1] response = func(request, response), referer: http://www.com [Sun Sep 20 05:34:20 2009] [error] [client 127.0.0.1] File "/home/ pmc/webapps/test/lib/python2.5/django/http/util