summary: Remove /_discuss from tools --> Fix all discussion reply links to redirect back to the artifact
Description has changed:
Diff:
--- old +++ new @@ -1,3 +1,1 @@-Tickets and Wiki for example, have a /_discuss page that is broken in many ways (replies don't work good, page numbering is bad, missing subjects / references to base artifacts).--Since discussion threads are already visible on wiki pages & tickets themselves, in a useful way, I think we should remove this _discuss page.+Currently the go to a _discuss URL which is weird
size: --> 2
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
This is slightly trickier that I had initially thought -- we need to keep the url() methods the same, as these are used for submitting new posts, etc. We should probably also have a permalink method that displays something relative to the artifact with a fragment (#a8d7/badf) for the 'link' href, and make sure that the redirect after post sends the browser back to the referer, not to the post's URL.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
While /_discuss may not be very useful, /_discuss/moderate is definitely needed
test
Here is my reply
Diff:
This is slightly trickier that I had initially thought -- we need to keep the url() methods the same, as these are used for submitting new posts, etc. We should probably also have a permalink method that displays something relative to the artifact with a fragment (#a8d7/badf) for the 'link' href, and make sure that the redirect after post sends the browser back to the referer, not to the post's URL.