Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info

master
Joey Hess 2008-10-24 13:30:29 -04:00
commit dfef51e10e
2 changed files with 8 additions and 2 deletions

View File

@ -823,7 +823,7 @@ It's ok if this is not implemented, and throws an error.
#### `rcs_receive()`
This is called when ikiwiki is running as a pre-receive hook (or
equivilant), and is testing if changes pushed into the RCS from an
equivalent), and is testing if changes pushed into the RCS from an
untrusted user should be accepted. This is optional, and doesn't make
sense to implement for all RCSs.

View File

@ -1,4 +1,4 @@
[[!tag wishlist]]
[[!tag wishlist done]]
[[!toc ]]
@ -100,3 +100,9 @@ Also see [[joey]]'s idea on [[users/xma/discussion]], to allow (filtered) anonym
>> I think it makes more sense than using diffs, and so think this todo
>> could probably be closed.
>> --[[Joey]]
>>> I agree, closing this. I really prefer this solution to the one I was
>>> initially proposing.
>>> Is this pre-receive hook already enabled on ikiwiki.info?
>>> If not, do you plan to enable it at some point?
>>> --[[intrigeri]]