#71: My Name at top right nav
------------------------+--------------------------
Reporter: langdon | Owner:
Type: enhancement | Status: new
Priority: major | Milestone: Beta version
Version: | Keywords:
------------------------+--------------------------
I think the name at the top right should be either: 1) my first name (i
hate things showing my full name because it makes me paranoid) or 2) my
fedoraproject mail address. What I see is my redirect address from my FAS
profile which seems weird.
--
Ticket URL: <https://fedorahosted.org/hyperkitty/ticket/71>
HyperKitty <http://mm3test.fedoraproject.org>
The HyperKitty Django app provides a web interface to access GNU Mailman archives.
#72: 500 error after timeout
--------------------+--------------------------
Reporter: langdon | Owner:
Type: defect | Status: new
Priority: major | Milestone: Beta version
Version: | Keywords:
--------------------+--------------------------
I am guessing a bit here, but:
1) login to hyperkitty
2) wait a long time
3) go to your profile
4) make a change (the one I made was tz)
5) "update"
6) receive 500, but, oddly, information was still saved
--
Ticket URL: <https://fedorahosted.org/hyperkitty/ticket/72>
HyperKitty <http://mm3test.fedoraproject.org>
The HyperKitty Django app provides a web interface to access GNU Mailman archives.
#31: Admin interface
------------------------+--------------------------
Reporter: abompard | Owner:
Type: enhancement | Status: new
Priority: minor | Milestone: Beta version
Version: | Keywords:
------------------------+--------------------------
Add admin interface to do the following tasks:
* delete a post from the archives
* move a post between lists
--
Ticket URL: <https://fedorahosted.org/hyperkitty/ticket/31>
HyperKitty <http://mm3test.fedoraproject.org>
The HyperKitty Django app provides a web interface to access GNU Mailman archives.
#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.