You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tapestry.apache.org by Ulrich Stärk <ul...@spielviel.de> on 2013/03/30 16:53:35 UTC

Fwd: svn commit: r856616 - /infrastructure/apwiki/trunk/config/tapestry.py

I just enabled ACL for our wiki. Anybody who wants to change something now needs to be added to the
ContributorsGroup page. Those listed on the AdminGroup page may edit ContributorsGroup. ATM that's
Bob and me. Volunteers welcome.

Uli


-------- Original Message --------
Subject: svn commit: r856616 - /infrastructure/apwiki/trunk/config/tapestry.py
Date: Sat, 30 Mar 2013 15:47:20 -0000
From: uli@apache.org
To: infrastructure-cvs@apache.org

Author: uli
Date: Sat Mar 30 15:47:20 2013
New Revision: 856616

Log:
enable ACL for tapestry wiki

Modified:
    infrastructure/apwiki/trunk/config/tapestry.py

Modified: infrastructure/apwiki/trunk/config/tapestry.py
==============================================================================
--- infrastructure/apwiki/trunk/config/tapestry.py (original)
+++ infrastructure/apwiki/trunk/config/tapestry.py Sat Mar 30 15:47:20 2013
@@ -18,7 +18,7 @@ from farmconfig import ACLedConfig, Farm
 import os

 # now we subclass that config (inherit from it) and change what's different:
-class Config(FarmConfig):
+class Config(ACLedConfig, FarmConfig):
     basename = 'tapestry'
     sitename = u'%s Wiki' % basename.capitalize() # [Unicode]
     interwikiname = 'Apache%sWiki' % basename.capitalize()




---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tapestry.apache.org
For additional commands, e-mail: dev-help@tapestry.apache.org