00382: Including pages from another group misdirects links without group
Description: When an included page has wikiword links without group information, the links point to the group of the page its included into, not the group the included page came from.
For example, my site has page ClubInfo/CurrentSchedule, this includes the correct schedule from group Library. The original page (Library/ScheduleWinter2005) has links without identifying which group they belong to, will point to `Library/Topic, but when accessed through ClubInfo/CurrentSchedule, will incorrectly point to ClubInfo/Topic.
This has a simple but tedious workaround, of course.
the same issue as in my comment for PmWiki/IncludeOtherPages. It looks like when including a page simply its sourcecode is included, not the output. Uli
This isn't technically a bug, but rather the way PmWiki was designed -- (:include:)
does indeed perform an include of the source and not the output. Whether it should work differently is of course another issue. --Pm