PEAR is archived and read-only

This mirror preserves historical PEAR package releases and metadata so existing references remain available.

Home » Text » Text_Wiki » Bug #7725

Freelink renderer is not pulling in configuration for wikilink renderer

Details

Submitted2006-05-25 21:34 UTC
Fromerudd at netfor dot com
Assignedjustinpatrin
StatusWont fix
PackageText_Wiki
PHP Version5.1.4
OSFedora 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?