why this is hard..

master
Joey Hess 2010-05-17 15:55:17 -04:00
parent 3298902443
commit 533c8e62c5
1 changed files with 8 additions and 0 deletions

View 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 But, comments in allowed locations are an exception to that rule, and
that exception should be communicated somehow to `IkiWiki::Receive`. that exception should be communicated somehow to `IkiWiki::Receive`.
--[[Joey]] --[[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.