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

Bug #16825 Templates Point to Nonexistent Image Files
Submitted: 2009-11-23 23:42 UTC
From: ashnazg Assigned: ashnazg
Status: Closed Package: PhpDocumentor (version 1.4.3)
PHP Version: Irrelevant OS: Irrelevant
Roadmaps: 1.4.4    
Subscription  
Comments Add Comment Add patch


Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know! Just going to say 'Me too!'? Don't clutter the database with that please !
Your email address:
MUST BE VALID
Solve the problem : 36 + 44 = ?

 
 [2009-11-23 23:42 UTC] ashnazg (Chuck Burgess)
Description: ------------ Most of the HTML:frames templates point to image files for "constants" images that don't exist. Test script: --------------- <?php /** * @package MediaFiles */ /** * @package MediaFiles */ class Foo { const BAR = '00'; } ?> Expected result: ---------------- No reference to images in the resulting HTML source. Actual result: -------------- Occurrences of <img src="../media/images/Constant.png" alt=" " /> and <img src="../media/images/Variable.png" /> that should not be there.

Comments

 [2009-11-23 23:42 UTC] ashnazg (Chuck Burgess)
-Status: Open +Status: Verified -Assigned To: +Assigned To: ashnazg
 [2009-11-23 23:53 UTC] ashnazg (Chuck Burgess)
-Status: Verified +Status: Closed
Fixes tested and committed to SVN.