farmconfig: Require a comment on page changes.
authorMatthijs Kooijman <matthijs@stdin.nl>
Mon, 28 Jun 2010 09:19:14 +0000 (11:19 +0200)
committerMatthijs Kooijman <matthijs@stdin.nl>
Mon, 28 Jun 2010 09:21:17 +0000 (11:21 +0200)
This configuration value needs a patched moinmoin, currently the needed
patch has not been published anywhere yet.

conf/farmconfig.py

index ea8baa6f2f8e450fb97a07479f4af00c4b56040c..194b49876c50bd32c7d32f603b005e83109fa8cf 100644 (file)
@@ -157,6 +157,8 @@ class FarmConfig(DefaultConfig):
     # See /usr/share/doc/$(cdbs_curpkg)/README.Debian for more info
     editor_force = True
     editor_default = 'text'  # internal default, just for completeness
+    # Require a comment on page changes. This needs a patched moinmoin.
+    require_comment = True
 
     # Authentication
     from auth.mysql_login import mysql_login # This comes from plugin