#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.
#52: django.core.management change with django-1.6
------------------------+--------------------------
Reporter: ralph | Owner:
Type: enhancement | Status: new
Priority: major | Milestone: Beta version
Version: | Keywords:
------------------------+--------------------------
In hyperkitty_standalone, manage.py has this line:
from django.core.management import execute_manager
execute_manager was deprecated somewhere along the line and has been
removed in the newly released django-1.6. This causes new people who
follow the docs at
http://hyperkitty.readthedocs.org/en/latest/development.html to get an
ImportError when trying to run "python manage.py ..."
Suggestions for resolution:
Change the dep for hyperkitty from "Django>=1.4" to "Django<1.6"
or
Update manage.py to use whatever new interface django.core.management is
providing.
--
Ticket URL: <https://fedorahosted.org/hyperkitty/ticket/52>
HyperKitty <http://mm3test.fedoraproject.org>
The HyperKitty Django app provides a web interface to access GNU Mailman archives.