[pmwiki-users] 2.1.beta15 released (with major changes)

Patrick R. Michaud pmichaud at pobox.com
Thu Dec 29 11:56:07 CST 2005


On Thu, Dec 29, 2005 at 05:37:43PM +0000, Hans wrote:
> Thursday, December 29, 2005, 4:48:12 PM, Patrick wrote:
> >> The new release seems to have broken $Groupspaced.
> >> $Group works, but $Groupspaced not any longer.
> >> The corresponding page variables work though.
> 
> > I don't know if the problem is related to the titled link
> > bug that blues mentioned (previous message), but it seems
> > to be working now in beta16.
> 
> The bug is still there, but I traced it to the inclusion of
> extendmarkup.php script. When extendmarkup is not loaded all is well,
> when it is loaded $Groupspaced is empty. Only occured from beta15.
> Looking at the script, it uses $FmtP in the (:group:) markup,
> which seems to be cause this.

Until extendmarkup.php is updated, the fix is (can go in local/config.php):

    $FmtPV['$Groupspaced'] =
      '(@$page["group"]) ? $page["group"] : $AsSpacedFunction(@$group)';

Pm




More information about the pmwiki-users mailing list