https://sourceforge.net/apps/trac/sourceforge/ticket/24481
Replies to Forum Topics are starting new topics instead of being added to the existing threads.
There does not seem to be anyway to restrict posts to being only made via the web-forum interface.
You can see the posts he's referring to here: https://sourceforge.net/p/vms-ports/discussion/administration/
When I tried testing, I ran into even worse problems, the replies just didn't even show up at all. There should be two replies here: https://sourceforge.net/p/fancypants/chat/general/thread/3888a3ed/
I received email notices of the replies, but they aren't displaying on the thread.
On allura js/3804. To test:
~~~~~~
telnet localhost 50088
helo myhostname.net
mail FROM:jhoffmann@localhost
rcpt TO:general@discussion.rrrr.p.jsteele-5019.sb.sf.net
data
MIME-Version: 1.0
From: jhoffmann@localhost
Subject: test this
To: general@discussion.rrrr.p.jsteele-5019.sb.sf.net
In-Reply-To: /p/rrrr/discussion/general/38c88cdd331bbada94bbd7b6b535aa5da2edbcbf.discussion@rrrr.p.sourceforge.net
Message-ID: klksdfj@geek.net
some text to test with
.
^]
~~~~~
Two things:
Replying to a reply does work for me. Do you see any errors in the log when it fails for you? I updated the existing test to have the correct message id so it tests the code more realistically.
Got this error running the tests:
Failing test fixed.
Tests pass now, and after rebuilding sandboxes again, I was finally able to reproduce the expected behavior. Merged to dev.