this needs to be done as a plugin

master
Joey Hess 2007-11-12 14:30:56 -05:00
parent d9e9e474a8
commit 9736d0797a
1 changed files with 7 additions and 1 deletions

View File

@ -5,4 +5,10 @@ In our team internal wiki, we wish to impose a policy that all edits must have a
> Good idea! I also hate empty commit comments, but I know that it's also a matter
> of human mentality. Of course, you can forbid users to commit empty comments,
> but then they can commit so worthless comments like "\*" or "\* blah". --[[Paweł|ptecza]]
> but then they can commit so worthless comments like "\*" or "\* blah". --[[Paweł|ptecza]]
> I don't feel this belongs in ikiwiki core, but would accept a plugin that
> does it. I think that can be done using a formbuilder_setup hook.
> BTW, it wmuld probably be better to validate against a comment_regexp,
> so that when the evil admins notice that /.+/ is absurdly easy for users
> to get around (by using " "), they can tighten it down. --[[Joey]]