diff MoinMoin/config/multiconfig.py @ 5481:f9a7aa1a4a4a

merged moin/1.7
author Thomas Waldmann <tw AT waldmann-edv DOT de>
date Tue, 02 Feb 2010 14:30:11 +0100
parents 495a020af0b5 d3e1bae851ef
children cded5f776bc1 327e180af6d9
line wrap: on
line diff
--- a/MoinMoin/config/multiconfig.py	Mon Feb 01 15:37:37 2010 +0100
+++ b/MoinMoin/config/multiconfig.py	Tue Feb 02 14:30:11 2010 +0100
@@ -846,6 +846,16 @@
     ('traceback_show', True,
      "if True, show debug tracebacks to users when moin crashes"),
 
+    ('packagepages_actions_excluded',
+     ['setthemename',  # related to questionable theme stuff, see below
+      'copythemefile', # maybe does not work, e.g. if no fs write permissions or real theme file path is unknown to moin
+      'installplugin', # code installation, potentially dangerous
+      'renamepage',    # dangerous with hierarchical acls
+      'deletepage',    # dangerous with hierarchical acls
+      'delattachment', # dangerous, no revisioning
+     ],
+     'list with excluded package actions (e.g. because they are dangerous / questionable)'),
+
     ('page_credits',
      [
        '<a href="http://moinmo.in/" title="This site uses the MoinMoin Wiki software.">MoinMoin Powered</a>',