]> sipb.mit.edu Git - ikiwiki.git/commitdiff
needs to be negated, actually
authorjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>
Wed, 21 Feb 2007 09:39:09 +0000 (09:39 +0000)
committerjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>
Wed, 21 Feb 2007 09:39:09 +0000 (09:39 +0000)
doc/todo/fileupload.mdwn

index d0caf6f074060af51117a1723dec24d36d6293af..1141093987ae4c2a473941e3caefcd0fb9e03e2c 100644 (file)
@@ -41,11 +41,11 @@ as a wikifs. Maybe.
 And if that's done, it can also be used to lock users from editing a pages
 or the whole wiki:
 
 And if that's done, it can also be used to lock users from editing a pages
 or the whole wiki:
 
-       ( user(spammer) and * ) or
-       ( user(42.12.*) and * ) or
-       ( user(http://evilopenidserver/*) and * ) or
-       ( user(annoying) and index) or
-       ( immutable_page )
+       !(( user(spammer) and * ) or
+        ( user(42.12.*) and * ) or
+        ( user(http://evilopenidserver/*) and * ) or
+        ( user(annoying) and index) or
+        ( immutable_page ))
 
 That would obsolete the current simple admin prefs for banned users and
 locked pages. Suddenly all the access controls live in one place.
 
 That would obsolete the current simple admin prefs for banned users and
 locked pages. Suddenly all the access controls live in one place.