diff options
author | Joey Hess <joey@kitenet.net> | 2007-11-28 07:42:38 -0500 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2007-11-28 07:42:38 -0500 |
commit | c629d790d81fff25b592db6dc17a5430e950da2d (patch) | |
tree | eb5f4bd58e6e8eb16f39616569b55ed2b947a6f1 | |
parent | a1088212eeb2714723154f9f0988fbf59b45a2d2 (diff) | |
download | ikiwiki-c629d790d81fff25b592db6dc17a5430e950da2d.tar ikiwiki-c629d790d81fff25b592db6dc17a5430e950da2d.tar.gz |
web commit by http://www.larted.org.uk/~dom/: add question
-rw-r--r-- | doc/todo/Allow_web_edit_form_comment_field_to_be_mandatory.mdwn | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/todo/Allow_web_edit_form_comment_field_to_be_mandatory.mdwn b/doc/todo/Allow_web_edit_form_comment_field_to_be_mandatory.mdwn index 9382056da..132fecaa5 100644 --- a/doc/todo/Allow_web_edit_form_comment_field_to_be_mandatory.mdwn +++ b/doc/todo/Allow_web_edit_form_comment_field_to_be_mandatory.mdwn @@ -12,3 +12,9 @@ In our team internal wiki, we wish to impose a policy that all edits must have a > BTW, it wuld 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]] + +> Sorry for being dense, but I don't see a way to modify the template from within +> a plugin, without providing a whole new template for editform, which obviously +> isn't a workable solution. If the template was modified to allow overriding the +> portion of the message in question, then I agree that a plugin couuld do the rest. +> Thoughts appreciated :) --[[Dom]]
\ No newline at end of file |