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: u...@apache.org
To: infrastructure-...@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-unsubscr...@tapestry.apache.org
For additional commands, e-mail: dev-h...@tapestry.apache.org

Reply via email to