ChangeSet ID: 1115907051920637148040445 CVSROOT: /cvsroot/wine Module name: wiki Changes by: dimi@sc8-pr-cvs1.sourceforge.net 2005/05/12 07:10:51
Modified files: . : wikiconfig.py
Log message: Allow page delete/renames (if allowed by ACLs) and file attachments
Old revision New revision Changes Path 1.2 1.3 +1 -1 wiki/wikiconfig.py
Index: wiki/wikiconfig.py diff -u -p wiki/wikiconfig.py:1.2 wiki/wikiconfig.py:1.3 --- wiki/wikiconfig.py 12 May 2005 14:10:51 -0000 +++ /dev/null 12 May 2005 14:10:51 -0000 @@ -72,7 +72,7 @@ class Config(DefaultConfig):
# Security critical actions (disabled by default) # Uncomment to enable options you like. - #allowed_actions = ['DeletePage', 'AttachFile', 'RenamePage'] + allowed_actions = ['DeletePage', 'AttachFile', 'RenamePage']
# Enable acl (0 to disable) acl_enabled = 1