Hi Juan Pablo,

thanks, that helps a lot, Wiki Variables is a good idea.

The patch to RecentChangesPlugin is trivial then, just continue the loop over the pages if the page has a variable.

Cheers, Juergen


for( Iterator i = changes.iterator(); i.hasNext(); )
{
      WikiPage pageref = (WikiPage) i.next();

      if("true".equals(pageref.getAttribute( "noRC" )))
     {
           continue;
     }

Reply via email to