[pmwiki-users] pmwiki-2.0.beta34 (:pagelist:) issues

Patrick R. Michaud pmichaud at pobox.com
Sun Apr 24 18:55:54 CDT 2005


On Sun, Apr 24, 2005 at 06:16:01AM -0400, John Coxon wrote:
>  I've been looking forward to the enhanced pagelist module for some 
> time - thanks so much for the effort. At first glance I'm seeing a 
> couple of unexpected behaviours in my farm: 
> 
> 1. (:pagelist fmt=group:) now lists only the (alphabetically) first 
> group. 
> 
> 2. (:pagelist:) no longer recognizes these default listing excludes 
> (which are in the farmconfig.php file): 

Now fixed in 2.0.beta35 (just released, available at
http://www.pmwiki.org/pub/pmwiki ).

> $SearchPatterns[ 'default'][] = '!^PmWiki\\.!'; 
> $SearchPatterns[ 'default'][] = '!^Main\\.!'; 
> ...
> $SearchPatterns[ 'default'][] = '!\\.GroupFooter$!'; 
> $SearchPatterns[ 'allgroups'][] = $SearchPatterns['default']; 

Note that this last one should read

  $SearchPatterns[ 'allgroups'] = $SearchPatterns['default']; 

Pm



More information about the pmwiki-users mailing list