#47: posts via the web interface do not autoload ------------------------+-------------------------- Reporter: spot | Owner: Type: enhancement | Status: new Priority: major | Milestone: Beta version Version: | Keywords: ------------------------+-------------------------- When you post a new "reply" to a thread, it does not autoload the reply once it submits. Worst case, this should trigger a page reload, better would be if the reply would just pop in.
#47: posts via the web interface do not autoload ------------------------+--------------------------- Reporter: spot | Owner: abompard Type: enhancement | Status: accepted Priority: major | Milestone: Beta version Version: | Resolution: Keywords: | ------------------------+--------------------------- Changes (by abompard):
* status: new => accepted * owner: => abompard
Comment:
OK, that's because by the time the page loads, the email hasn't gone through the mailman system and is not inserted in the !KittyStore database. I could force the insertion on submit, but then the message coming from mailman could be different: mailman could have added headers, footers, and whatnot (there's a check for duplicates anyway).
But I agree it should be fixed from a user perspective, I need to find a good way to do it.
#47: posts via the web interface do not autoload ------------------------+--------------------------- Reporter: spot | Owner: abompard Type: enhancement | Status: closed Priority: major | Milestone: Beta version Version: | Resolution: fixed Keywords: | ------------------------+--------------------------- Changes (by abompard):
* resolution: => fixed * status: accepted => closed
Comment:
Fixed in changeset ab60a8e. It's not perfect but it's good enough for now. In an ideal world the browser would be notified of new emails in the thread by a COMET system (like socket.io), but it makes the installation and the dependencies '''way''' more complicated. For example we couldn't use Apache any more.
hyperkitty-devel@lists.fedorahosted.org