summaryrefslogtreecommitdiff
path: root/doc/todo/web_reversion.mdwn
diff options
context:
space:
mode:
authorJoey Hess <joey@kitenet.net>2010-10-08 18:43:15 -0400
committerJoey Hess <joey@kitenet.net>2010-10-08 18:43:15 -0400
commitf5c270b11dbfb2589df21388a07f55002e076d3c (patch)
tree35698a8e3e47d8f646dd9fc6b60fc4f2deaf4191 /doc/todo/web_reversion.mdwn
parentfaf94b578729387f85af2b2b248959debe2fa4b8 (diff)
update
Diffstat (limited to 'doc/todo/web_reversion.mdwn')
-rw-r--r--doc/todo/web_reversion.mdwn7
1 files changed, 2 insertions, 5 deletions
diff --git a/doc/todo/web_reversion.mdwn b/doc/todo/web_reversion.mdwn
index 784b72e05..4335b3fbf 100644
--- a/doc/todo/web_reversion.mdwn
+++ b/doc/todo/web_reversion.mdwn
@@ -62,6 +62,8 @@ Peter Gammie has done an initial implementation of the above.
>> Taken care of by refactoring `rcs_receive` in `git.pm`
>> I've tested it lightly in my single-user setup. It's a little nasty that the `attachment` plugin
>> gets used to check whether attachments are allowed -- there really should be a hook for that.
+>>> I agree, but have not figured out a way to make a hook work yet.
+>>> --[[Joey]]
>>
>> Please look it over and tell me what else needs fixing... -- [[peteg]]
@@ -76,8 +78,3 @@ Peter Gammie has done an initial implementation of the above.
>>> in the same git repo either way, and git doesn't need
>>> `git show` to run in a subdir at all..
>>>> I was aping (preserving) what was already there. I don't understand what you say about `git show` - it must run under $srcdir, surely? And empirically the CGI process wasn't in the right place. By all means simplify that. -- [[peteg]]
-
->>> * Probably needs to untaint the revs passed in.
->>> * Seems backwards for `rcs_preprevert` to import and
->>> use `IkiWiki::Receive`.
->>>> Indeed. This is saying that the checking code in IkiWiki::Receive is in the wrong place. I think it would be better to set up some general hooks and shuffle it into a plugin, for then other plugins that maintain special files in the repo can have a say about validity. -- [[peteg]]