From: Matthijs Kooijman Date: Mon, 28 Jun 2010 09:19:14 +0000 (+0200) Subject: farmconfig: Require a comment on page changes. X-Git-Url: https://git.stderr.nl/gitweb?p=matthijs%2Fprojects%2Fwipi.git;a=commitdiff_plain;h=10986f0ff85358afe00bb01b03241ba90529ee42 farmconfig: Require a comment on page changes. This configuration value needs a patched moinmoin, currently the needed patch has not been published anywhere yet. --- 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