> as I mentioned a few days ago, I have written a custom IncludeRevision
> macro to include a specific revision of another page. Basically I stole
> the bits of Include.py that looked relevant, hacked in revision
> handling, and ignored the whole "what if the included page includes
> other pages?
> > > * is anyone interested in a series of patches to refactor Include.py
> > > in order to make it more extensible and more reusable?
> >
> > Just to warn you: current Include code is a mess and rather limited due
> > to the way it works.
>
> Yes, I figured that out pretty quickly. That
> acl_hierarchic = True
> acl_rights_before = u"adminuser:read,write,delete,revert,admin"
> acl_rights_default = u"All:read"
> auth = [HTTPAuth()]
> show_login = 0
> user_autocreate = True
Looks all ok (for 1.7.x).
> Team1Group
> ==
> * someuser
Please check if S