﻿ticket,summary,type,release,owner,status,created,modified,_description,_reporter
11384,PHPdoc files not included,defect,,Robert Verspuy,new,2013-11-13T02:08:28+01:00,2015-06-29T23:41:37+02:00,"PHPdoc provides for the 'media' folder in the phpdoc output folder. It contains the style.css, a background image, and an empty image. It appears the image files are attached to the phpdocPlugin/trac system, and the css file is not. (it's hard to test with a blank image file)

Whereas a <link rel=""stylesheet"" type=""text/css"" href=""../media/style.css""> would normally work, this url does not exist, and gets converted to /trac/search?q=style.css&phpdoc=on which of course, is not a valid css file.
",jeff@…
9055,Link shows also complete local path on server in a href tag (security issue),defect,0.12,Robert Verspuy,new,2011-07-31T22:08:53+02:00,2011-07-31T22:08:53+02:00,"exmple [phpdoc:index.html][[BR]]
created link:
{{{
<a h.r.e.f=""/phpdoc/index.html?path=%2Fvar%2Fwww%2Fwwwhost%2Fproject-dev%2Fwww%2Fdoc%2Findex.html"" title=""/index.html"">
}}}

should be:
{{{
<a h.r.e.f=""/phpdoc/index.html"" title=""/index.html"">
}}}

still you can use standard Trac link ![/phpdoc/index.html]

(h.r.e.f done because of spam filter rejection - just remove dots...)",pkloud@…
