Package home | Report new bug | New search | Development Roadmap Status: Open | Feedback | All | Closed Since Version 1.2.3

Request #9271 Create a media descriptor
Submitted: 2006-11-08 14:28 UTC
From: mariogzuk at technikz dot de Assigned:
Status: Open Package: Text_Wiki (version 1.1.0)
PHP Version: Irrelevant OS: irrelevant
Roadmaps: (Not assigned)    
Subscription  
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes. If this is not your bug, you can add a comment by following this link. If this is your bug, but you forgot your password, you can retrieve your password here.
Password:
Status:
2006-11-08 14:30 UTC
Package:
Bug Type:
Summary:
From: mariogzuk at technikz dot de
New email:
PHP Version: Package Version: OS:

 

 [2006-11-08 14:28 UTC] mariogzuk at technikz dot de (Mario Gzuk)
Description: ------------ Hi, It would be nice to have a [media] tag like in wikipedia to define a link to any file. It would also be nice to have an automatical mimetype detection in it to place a mimetype image after the link. Thank you. Test script: --------------- [media data/test.pdf Describe me] [media data/nothing.bin Binary] Expected result: ---------------- <a href="data/test.pdf">Describe me <img src="path/to/mimetypes/pdf.gif"></a> <a href="data/nothing.bin">Binary <img src="path/to/mimetypes/bin.gif"></a> Actual result: -------------- none

Comments

 [2006-11-08 14:30 UTC] mariogzuk at technikz dot de
Sorry I mean mediawiki (mediawiki.org) not wikipedia.....