Public bug reported:
It would be very helpful for administrators to see when the various
request on the list management page came in. Please add a data column
for subscription and unsubscription requests.
** Affects: mailman
Importance: Undecided
Status: New
** Tags: admin date request
--
You received this bug notification because you are a member of Mailman
Coders, which is subscribed to GNU Mailman.
https://bugs.launchpad.net/bugs/1001978
Title:
Request - add date to subscription/unsubscription requests on admin
page
To manage notifications about this bug go to:
https://bugs.launchpad.net/mailman/+bug/1001978/+subscriptions
Public bug reported:
Both the subscribe CGI and the user options CGI allow setting a password
with trailing whitespace, but options login strips the trailing
whitespace before validating. Thus, the user can't log in to the options
page.
** Affects: mailman
Importance: Medium
Assignee: Mark Sapiro (msapiro)
Status: Triaged
--
You received this bug notification because you are a member of Mailman
Coders, which is subscribed to GNU Mailman.
https://bugs.launchpad.net/bugs/778088
Title:
User can set a password with trailing whitespace which prevents login.
Public bug reported:
If respond_to_post_requests is Yes the notice to the poster of a held
post is From: the listname-bounces address. It should be from the
listname-owner address.
** Affects: mailman
Importance: Medium
Assignee: Mark Sapiro (msapiro)
Status: Triaged
--
You received this bug notification because you are a member of Mailman
Coders, which is subscribed to GNU Mailman.
https://bugs.launchpad.net/bugs/714424
Title:
Held message user notification should be from -owner, not -bounces
Public bug reported:
To support cross site request forgery protection, each <form> needs to
include the django tag "{% csrf_token %}"
** Affects: postorius
Importance: Undecided
Status: New
--
You received this bug notification because you are a member of Mailman
Coders, which is the registrant for Postorius.
https://bugs.launchpad.net/bugs/996658
Title:
Add "{% csrf_token %}" to each form
To manage notifications about this bug go to:
https://bugs.launchpad.net/postorius/+bug/996658/+subscriptions
Public bug reported:
postorius.urls.py should aggregate urls from a "postorius.list_urls.py",
and a "posttorius.system_urls.py", etc. so that someone can remap the
URLs in a clean manner by specifying an alternate set of
includes/prefixes for each of the subgroups. "postorius.urls.py" would
serve as the default implementation.
** Affects: postorius
Importance: Undecided
Status: New
--
You received this bug notification because you are a member of Mailman
Coders, which is the registrant for Postorius.
https://bugs.launchpad.net/bugs/996630
Title:
postorius.urls.py needs to be split
To manage notifications about this bug go to:
https://bugs.launchpad.net/postorius/+bug/996630/+subscriptions
Public bug reported:
By Django common practice, in most cases, URL names should be distinct
within a flat namespace.
This avoids naming conflicts and leaves the Django Namespace mechanism
available for other uses.
I recommend starting each URL name with "mm_", rather than
"domain_index" use "mm_domain_index", etc.
** Affects: postorius
Importance: Undecided
Status: New
--
You received this bug notification because you are a member of Mailman
Coders, which is the registrant for Postorius.
https://bugs.launchpad.net/bugs/996640
Title:
named urls should begin with a unique common prefix
To manage notifications about this bug go to:
https://bugs.launchpad.net/postorius/+bug/996640/+subscriptions
Public bug reported:
In order to maximize the reusability of the included templates, the
postorius templates should extend the same base.html block structure as
that used by the django.contrib.admin set.
That way, a user can customize one base template to provide a uniform
look and feel on his website.
** Affects: postorius
Importance: Undecided
Status: New
--
You received this bug notification because you are a member of Mailman
Coders, which is the registrant for Postorius.
https://bugs.launchpad.net/bugs/996634
Title:
The postorius base.html should support the same block structure as
django/admin
To manage notifications about this bug go to:
https://bugs.launchpad.net/postorius/+bug/996634/+subscriptions