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: [email protected]
To: [email protected]

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: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to