In comments: How to insert a clickable link to a reported bug?

Since the upgrade to Askbot version 0.7.48 the link behavior in comments has changed.

Sample: fdo#66602

  1. Typing fdo#66602
    remains unchanged as plain text.
  2. Typing [Bug 66602](https://bugs.freedesktop.org/show_bug.cgi?id=66602)

    remains unchanged as plain text.
  3. Typing https://bugs.freedesktop.org/show_bug.cgi?id=66602

    is changed to https://bugs.freedesktop.org/show_bug.cgi?id=66602</p<>>

    and results in Invalid bug ID – 66602</p is not a valid bug number nor an alias to a bug..

. fdo#66602

. Bug 66602

. https://bugs.freedesktop.org/show_bug.cgi?id=66602

Typing <a href="https://bugs.freedesktop.org/show_bug.cgi?id=66602">Bug 66602</a>

results in a clickable link Bug 66602.

Or – more informative :wink:

Typing <a href="https://bugs.freedesktop.org/show_bug.cgi?id=66602">Bug 66602 - i18n: add language Ngäbere</a>

results in a clickable link Bug 66602 - i18n: add language Ngäbere.

. Bug 66602

. Bug 66602 - i18n: add language Ngäbere

Is the old “fdo#123456” format going to be restored such that it works in comments? The “text” format is also missed. I feel both are very useful. If similar syntax can be made available to questions, answers, and comments it makes the site easier to use.

@oweng – Thanks for Bug 67084 - ASKLIBREOFFICE: Comment formatting under Askbot v0.7.48 :slight_smile:

fdo#67084 – Status: RESOLVED FIXED