diff options
author | Joey Hess <joey@kitenet.net> | 2010-10-23 16:33:27 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2010-10-23 16:33:27 -0400 |
commit | 9d78e484da5c0f8734cbc26bb1a8f89617d6afe8 (patch) | |
tree | 7c6fda59b44719b3608714d2f8ee8788bfe691d8 | |
parent | 62a0f2f3d65aa86996f11a01cadb88380ba3d4e4 (diff) | |
download | ikiwiki-9d78e484da5c0f8734cbc26bb1a8f89617d6afe8.tar ikiwiki-9d78e484da5c0f8734cbc26bb1a8f89617d6afe8.tar.gz |
fixed
-rw-r--r-- | doc/bugs/web_reversion_on_ikiwiki.info.mdwn | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/doc/bugs/web_reversion_on_ikiwiki.info.mdwn b/doc/bugs/web_reversion_on_ikiwiki.info.mdwn index c8563b1b5..19a073da2 100644 --- a/doc/bugs/web_reversion_on_ikiwiki.info.mdwn +++ b/doc/bugs/web_reversion_on_ikiwiki.info.mdwn @@ -1,5 +1,12 @@ -I created [[sandbox/revert me]] and then tried the revert button on [[recentchanges]], but I was not allowed to revert it. The specific error was +I created [[sandbox/revert me]] and then tried the revert button on +[[recentchanges]], but I was not allowed to revert it. The specific error +was Error: you are not allowed to change sandbox/revert_me.mdwn -I've just tried reading through the revert code, and I haven't figured out what permission I am lacking. Perhaps the error message could be a little clearer on that. The error might have been thrown by git_parse_changes in git.pm or check_canchange in IkiWiki.pm, via IkiWiki::Receive. -- Jon +I've just tried reading through the revert code, and I haven't figured out +what permission I am lacking. Perhaps the error message could be a little +clearer on that. The error might have been thrown by git_parse_changes in +git.pm or check_canchange in IkiWiki.pm, via IkiWiki::Receive. -- Jon + +[[fixed|done]] --[[Joey]] |