#3410: No way to inline an image URL
---------------------+------------------------------------------------------
 Reporter:  athomas  |        Owner:  cboos   
     Type:  defect   |       Status:  reopened
 Priority:  normal   |    Milestone:  0.10    
Component:  wiki     |      Version:  devel   
 Severity:  normal   |   Resolution:          
 Keywords:           |  
---------------------+------------------------------------------------------
Changes (by [EMAIL PROTECTED]):

  * resolution:  fixed =>
  * status:  closed => reopened

Comment:

 Just reviewed and tested the changeset at [3533]. There is an external
 linktype I'm missing for much of our use - {{{https:}}}

 Would it be OK to change the lines in question to:
 {{{
 #!python
                 elif id in ('http', 'https', 'ftp'): # external URLs
                     raw_url = url = desc = id+':'+file
 }}}

-- 
Ticket URL: <http://trac.edgewall.org/ticket/3410>
The Trac Project <http://trac.edgewall.com/>
_______________________________________________
Trac-Tickets mailing list
[email protected]
http://lists.edgewall.com/mailman/listinfo/trac-tickets

Reply via email to