Re: Option to disable messages in auth context processor

2009-02-09 Thread Malcolm Tredinnick
On Sun, 2009-02-08 at 23:52 -0600, Gary Wilson Jr. wrote: > On Thu, Feb 5, 2009 at 9:07 AM, Jacob Kaplan-Moss > wrote: > > On Thu, Feb 5, 2009 at 9:01 AM, Vinicius Mendes wrote: > >> So I decided to write a new messages app and it works very well, the only > >> problem is the django.core.context

Re: Option to disable messages in auth context processor

2009-02-08 Thread Gary Wilson Jr.
On Thu, Feb 5, 2009 at 9:07 AM, Jacob Kaplan-Moss wrote: > On Thu, Feb 5, 2009 at 9:01 AM, Vinicius Mendes wrote: >> So I decided to write a new messages app and it works very well, the only >> problem is the django.core.context_processors.auth. > > Yeah, this processor has a bunch of bugs in it

Re: Option to disable messages in auth context processor

2009-02-05 Thread Jacob Kaplan-Moss
On Thu, Feb 5, 2009 at 9:01 AM, Vinicius Mendes wrote: > So I decided to write a new messages app and it works very well, the only > problem is the django.core.context_processors.auth. Yeah, this processor has a bunch of bugs in it. I think Malcolm and I figured out that there's something like f

Option to disable messages in auth context processor

2009-02-05 Thread Vinicius Mendes
Hi guys, I didn't like the messages buit-in contrib/auth application. That's becouse of two points: - It don't give the ability to send messages to anonymous users (I saw that it is one of the planned features for 1.1); - There's no way to distinguish the messages. For example: I like my success m