Merge remote branch 'upstream/master' into anonpush

master
intrigeri 2011-05-26 17:12:43 +02:00
commit 4f609f457d
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!
"""]]