Home » Text » Text_Wiki » Bug #7725
Freelink renderer is not pulling in configuration for wikilink renderer
Details
| Submitted | 2006-05-25 21:34 UTC |
|---|---|
| From | erudd at netfor dot com |
| Assigned | justinpatrin |
| Status | Wont fix |
| Package | Text_Wiki |
| PHP Version | 5.1.4 |
| OS | Fedora Core 5 x86_64 |
| Roadmaps | (Not assigned) |
Comments
[2006-05-25 21:34 UTC] erudd at netfor dot com
Description:
------------
Playing around with the wiki and noticed that if I create a freelink ((HomePage)) and a wikilink HomePage
the former is rendered as a non-existent page, where as the later is correctly detected through the exists_callback or pages array.
And I just figured out why, I have to duplicate the configuration. ie. two calls to $wiki->setRenderConf, one for wikilink and one for freelink..
Wouldn't it be simpler, and less confusing, to have FreeLink use wikilink's configuration?