This feature was added to the comment viewer some time ago.
Each entry object now has a getBodyWithLinks() method. It
should be tested further.
I've also modified the users servlet to render any journal
entry that has autoformat set in this way. The problem is
with clients which support or partially support HTML. My
link logic can't fix this with partial html. The windows jj
client comes to mind. There is no way to add a hyperlink in
it. Since it does not act on native HTML, the rtf to html
translation must add support for html A tags. I haven't
determined how to handle this. Also, the html fckeditor in
firefox/ie does not create them automatically, but the user
can choose to make it a hyperlink.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Logged In: YES
user_id=853044
This feature was added to the comment viewer some time ago.
Each entry object now has a getBodyWithLinks() method. It
should be tested further.
I've also modified the users servlet to render any journal
entry that has autoformat set in this way. The problem is
with clients which support or partially support HTML. My
link logic can't fix this with partial html. The windows jj
client comes to mind. There is no way to add a hyperlink in
it. Since it does not act on native HTML, the rtf to html
translation must add support for html A tags. I haven't
determined how to handle this. Also, the html fckeditor in
firefox/ie does not create them automatically, but the user
can choose to make it a hyperlink.