Added a comment

master
http://smcv.pseudorandom.co.uk/ 2011-05-26 15:08:11 +00:00 committed by admin
parent e7855fddd9
commit 0cb3d3a520
1 changed files with 16 additions and 0 deletions

View File

@ -0,0 +1,16 @@
[[!comment format=mdwn
username="http://smcv.pseudorandom.co.uk/"
nickname="smcv"
subject="comment 4"
date="2011-05-26T15:08:10Z"
content="""
locked_pages => 'todo and todo/done and index and ikiwiki/*',
I didn't spot it before, but this is wrong: you want \"or\"
instead of \"and\".
It's a condition under which pages are to be locked: you're trying
to lock all pages that are simultaneously todo, todo/done and some
other names, which is an impossible condition to satisfy, so nothing
is locked!
"""]]