Re: [Mailman-Developers] [Merge] lp:~wacky/postorius/csrf into lp:postorius

2012-05-22 Thread Richard Wackerbarth
On May 21, 2012, at 8:33 PM, Stephen J. Turnbull wrote: > Richard Wackerbarth writes: > >> I believe that it may be your intention to have kept "postorius" >> hidden. But I don't think that the actual implementation has >> accomplished that. >> >> Please see ~mailman-coders/postorius/trunk : >>

Re: [Mailman-Developers] [Merge] lp:~wacky/postorius/csrf into lp:postorius

2012-05-22 Thread Florian Fuchs
Am 22.05.12 03:33, schrieb Stephen J. Turnbull: > A different question: what happens if MAILMAN_THEME is set to "foo", > and postorius doesn't have a "foo" theme? I think it would be > obnoxious to require all customizers to customize everything. That's why I'd like to get rid of the MAILMAN_TH

Re: [Mailman-Developers] [Merge] lp:~wacky/postorius/csrf into lp:postorius

2012-05-22 Thread Florian Fuchs
Am 22.05.12 13:14, schrieb Richard Wackerbarth: > On May 21, 2012, at 8:33 PM, Stephen J. Turnbull wrote: >> I don't understand your point. For better or worse, CSS is tied >> to the HTML it styles via id and class tags, and element nesting >> patterns. Another app for presenting list admin fu

Re: [Mailman-Developers] [Merge] lp:~wacky/postorius/csrf into lp:postorius

2012-05-22 Thread Richard Wackerbarth
On May 22, 2012, at 7:23 AM, Florian Fuchs wrote: > Am 22.05.12 13:14, schrieb Richard Wackerbarth: >> On May 21, 2012, at 8:33 PM, Stephen J. Turnbull wrote: >>> I don't understand your point. For better or worse, CSS is tied >>> to the HTML it styles via id and class tags, and element nesting

[Mailman-Developers] Mailman 3 configuration questions and feedback

2012-05-22 Thread Jeff Marshall
Hey everybody. I've been playing with 3.0.0b1 and Postorius. I have some questions as well as some initial feedback. I am assuming many of these are known issues or works-in-progress so I apologize ahead of time. * How do I add another person as an administrator to either a single list or to my

Re: [Mailman-Developers] Mailman 3 configuration questions and feedback

2012-05-22 Thread Barry Warsaw
On May 22, 2012, at 10:49 AM, Jeff Marshall wrote: >Hey everybody. I've been playing with 3.0.0b1 and Postorius. I have >some questions as well as some initial feedback. I am assuming many >of these are known issues or works-in-progress so I apologize ahead of >time. Glad you're taking a look

Re: [Mailman-Developers] [Merge] lp:~wacky/postorius/csrf into lp:postorius

2012-05-22 Thread Stephen J. Turnbull
Richard Wackerbarth writes: > Yes, but one of the design points of Django is that, without a > great deal of effort, the user can customize his site URLs in any > manner. Further, doing so follows the DRY principle. Embedding the > actual text stream "/postorius/" in templates, particularly >