#70: Not marking read
--------------------+--------------------------
Reporter: langdon | Owner:
Type: defect | Status: new
Priority: major | Milestone: Beta version
Version: | Keywords:
--------------------+--------------------------
I am not sure if this is a bug or a feature request (not being overly
familiar with the requirements). I would expect hyperkitty to be tracking
read/unread for (at least) threads to help me keep track of where I am.
--
Ticket URL: <https://fedorahosted.org/hyperkitty/ticket/70>
HyperKitty <http://mm3test.fedoraproject.org>
The HyperKitty Django app provides a web interface to access GNU Mailman archives.
#80: Session "subscribed" value is incorrect
-------------------+--------------------------
Reporter: adam | Owner:
Type: defect | Status: new
Priority: major | Milestone: Beta version
Version: | Keywords:
-------------------+--------------------------
The {{{MailmanUserMetadata}}} middleware sets the session "subscribed"
value to
{{{
[ s.address for s in user.subscriptions ]
}}}
This returns a list of the ''user's'' subscribed addresses, not a list of
the mailing list FQDNs, which is what things like
{{{@is_mlist_authorized}}} are looking for. The mailman
{{{subscriptions}}} list doesn't have list FQDNs, either, only list IDs.
--
Ticket URL: <https://fedorahosted.org/hyperkitty/ticket/80>
HyperKitty <http://mm3test.fedoraproject.org>
The HyperKitty Django app provides a web interface to access GNU Mailman archives.