[pmwiki-users] 2.2.0-beta36 release (pagelist template updates)

Dominique Faure dominique.faure at gmail.com
Fri Mar 16 04:06:34 CDT 2007


On 3/16/07, Patrick R. Michaud <pmichaud at pobox.com> wrote:
> I've just released 2.2.0-beta36, which adds some new features
> to pagelist templates.
[...]
> Thus, instead of writing control breaks using (:if:) directives, as in
>
>    (:if ! equal {<$Group} {=$Group}:)
>    Group: {=$Group}
>    (:if:)
>    * {=$FullName}
>
> one can now write
>
>    (:template first {=$Group}:)
>    Group: {=$Group}
>    (:template each:)
>    * {=$FullName}
>

Out of curiosity, how does it impact on the pagelist performance: is
there a significative difference between both solution?

BTW, this could be nice to have the $StopWatch enabled into
pmwiki.org's Test group.

Dom



More information about the pmwiki-users mailing list