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 2013/05/08 08:15:52 UTC

Re: [Apache Bloodhound] #339: Images in activity stream should be indicated by a small image

#339: Images in activity stream should be indicated by a small image
--------------------------+-----------------------------
  Reporter:  gjm          |      Owner:  nobody
      Type:  enhancement  |     Status:  new
  Priority:  major        |  Milestone:  Release 5
 Component:  dashboard    |    Version:  0.3.0
Resolution:               |   Keywords:  Activity widget
--------------------------+-----------------------------

Comment (by rjollos):

 t:#10751 is an open ticket in Trac for a similar issue with images in the
 timeline. The change proposed in that ticket makes the `is_inline`
 property of the !ImageMacro conditional. The timeline uses the
 `OneLinerFormatter` (as mentioned in the email thread), so
 [http://trac.edgewall.org/browser/tags/trac-1.0.1/trac/wiki/formatter.py?marks=1349-1352#L1317
 a summary of the macro markup is rendered rather than evaluated].

 For the case of t:#10751, the result is:

 [[Image(Timeline.png,100%)]]

 Rendering a placeholder might be a better solution, but the solution
 proposed in t:#10751 might be slightly better than hiding the image
 entirely. I posted a patch to t:#10751, so we'll see what the Trac devs
 have to say about it.

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