On 3/16/07, Patrick R. Michaud <[EMAIL PROTECTED]> 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

_______________________________________________
pmwiki-users mailing list
[email protected]
http://www.pmichaud.com/mailman/listinfo/pmwiki-users

Reply via email to