You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@bloodhound.apache.org by Apache Bloodhound <de...@bloodhound.apache.org> on 2014/03/05 03:37:51 UTC

Re: [Apache Bloodhound] #433: Add product / global prefix in label for external wiki handlers - after #390

#433: Add product / global prefix in label for external wiki handlers - after
#390
---------------------------+--------------------------------------
  Reporter:  olemis        |      Owner:  nobody
      Type:  enhancement   |     Status:  new
  Priority:  minor         |  Milestone:  Unscheduled
 Component:  multiproduct  |    Version:
Resolution:                |   Keywords:  product global TracLinks
---------------------------+--------------------------------------
Changes (by rjollos):

 * milestone:   => Unscheduled


Old description:

> After applying patches for #390 expressions like `product:PREFIX:#1` will
> be rendered this way `<a class="new ticket"
> href="/products/PREFIX/ticket/1" title="[PREFIX] This is the summary
> (new)">#1</a>` . However , according to well established TracLinks
> expansion conventions it should be rendered like this `<a class="new
> ticket" href="/products/PREFIX/ticket/1" title="[PREFIX] This is the
> summary (new)">product:PREFIX:#1</a>`
>
> PS: ... seems to be tough , maybe a wontfix .

New description:

 After applying patches for #390 expressions like `product:PREFIX:#1` will
 be rendered this way:
 {{{
 <a class="new ticket" href="/products/PREFIX/ticket/1" title="[PREFIX]
 This is the summary (new)">#1</a>
 }}}

 However , according to well established TracLinks expansion conventions it
 should be rendered like this:
 {{{
 <a class="new ticket" href="/products/PREFIX/ticket/1" title="[PREFIX]
 This is the summary (new)">product:PREFIX:#1</a>`
 }}}

 PS: ... seems to be tough , maybe a wontfix .

--

-- 
Ticket URL: <https://issues.apache.org/bloodhound/ticket/433#comment:3>
Apache Bloodhound <https://issues.apache.org/bloodhound/>
The Apache Bloodhound issue tracker