#63: Refresh after sending new message
------------------------+--------------------------
Reporter: pingou | Owner:
Type: enhancement | Status: new
Priority: major | Milestone: Beta version
Version: | Keywords:
------------------------+--------------------------
It would be pretty cool if the message we just sent was to appear on the
page. This might require a refresh of the page but if that's needed, so be
it :)
--
Ticket URL: <https://fedorahosted.org/hyperkitty/ticket/63>
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.
#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.
#64: X comments = X-1 emails in the thread
------------------------+--------------------------
Reporter: pingou | Owner:
Type: enhancement | Status: new
Priority: major | Milestone: Beta version
Version: | Keywords:
------------------------+--------------------------
I am a bit wondering about the X comments which include the original
email, to me a comment is commenting something, thus the original email is
not a comment.
So in the monthly view as well as the thread view, the `X comments` could
be replaced by a X-1.
--
Ticket URL: <https://fedorahosted.org/hyperkitty/ticket/64>
HyperKitty <http://mm3test.fedoraproject.org>
The HyperKitty Django app provides a web interface to access GNU Mailman archives.
#60: comma separated tags
------------------------+--------------------------
Reporter: pingou | Owner:
Type: enhancement | Status: new
Priority: major | Milestone: Beta version
Version: | Keywords:
------------------------+--------------------------
Looking at https://lists.fedoraproject.org/archives/list/test-
mailman3@lists.fedoraproject.org/thread/YYSBIR3DLCX4REG5LYKCELJLK3XQL5UR/
it seems to have considered the two tags as one. Might be nice to split on
',' to allow submitting multiple tags at once
--
Ticket URL: <https://fedorahosted.org/hyperkitty/ticket/60>
HyperKitty <http://mm3test.fedoraproject.org>
The HyperKitty Django app provides a web interface to access GNU Mailman archives.
#57: Clear the tag field once the tag is added
-------------------+--------------------------
Reporter: pingou | Owner:
Type: defect | Status: new
Priority: major | Milestone: Beta version
Version: | Keywords:
-------------------+--------------------------
Once the tag is added the tag field on the right side should be cleared to
reduce the risk of one adding the same tag multiple time
--
Ticket URL: <https://fedorahosted.org/hyperkitty/ticket/57>
HyperKitty <http://mm3test.fedoraproject.org>
The HyperKitty Django app provides a web interface to access GNU Mailman archives.
#56: Unique tags
-------------------+--------------------------
Reporter: pingou | Owner:
Type: defect | Status: new
Priority: major | Milestone: Beta version
Version: | Keywords:
-------------------+--------------------------
When adding tags it seems that it does not check if the tag already
exists, thus allowing one to add multiple time the same tag
--
Ticket URL: <https://fedorahosted.org/hyperkitty/ticket/56>
HyperKitty <http://mm3test.fedoraproject.org>
The HyperKitty Django app provides a web interface to access GNU Mailman archives.