From 10986f0ff85358afe00bb01b03241ba90529ee42 Mon Sep 17 00:00:00 2001 From: Matthijs Kooijman Date: Mon, 28 Jun 2010 11:19:14 +0200 Subject: [PATCH] farmconfig: Require a comment on page changes. This configuration value needs a patched moinmoin, currently the needed patch has not been published anywhere yet. --- conf/farmconfig.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/conf/farmconfig.py b/conf/farmconfig.py index ea8baa6..194b498 100644 --- a/conf/farmconfig.py +++ b/conf/farmconfig.py @@ -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 -- 2.30.2