]> sipb.mit.edu Git - ikiwiki.git/commitdiff
why this is hard..
authorJoey Hess <joey@kitenet.net>
Mon, 17 May 2010 19:55:17 +0000 (15:55 -0400)
committerJoey Hess <joey@kitenet.net>
Mon, 17 May 2010 19:55:17 +0000 (15:55 -0400)
doc/todo/anon_push_of_comments.mdwn

index bb5d04670c90eaee2592bf06ee31dbc14a371c22..b472ea13f363ee94d1a5093ea1aecce6a36a54e8 100644 (file)
@@ -4,3 +4,11 @@ allowed, because users cannot edit, or create internal page files.
 But, comments in allowed locations are an exception to that rule, and 
 that exception should be communicated somehow to `IkiWiki::Receive`.
 --[[Joey]] 
+
+> Complications include: 
+> 
+> * Hard to see a way to prevent users from committing a comment that
+>   claims to be written by someone else.
+> * `checkcontent` hooks need to be run, but can't accept a comment
+>   for later moderation, since it's coming in as part of a commit.
+>   Best they could do is reject the commit.