https://bugzilla.wikimedia.org/show_bug.cgi?id=30821

--- Comment #2 from ju.ju2...@yahoo.fr 2011-09-09 07:16:15 UTC ---
Okay, but I expected something like what was described in
http://www.mediawiki.org/wiki/Manual:Hooks/userCan#Table_of_combinations :
* return true:     
** $result = true: User should be allowed to proceed. Later functions can
override.     
** $result = false: User should not be allowed to proceed. Later functions can
override.
* return false:
** $result = true: User should be allowed to proceed. Later functions not
consulted.
** $result = false: User should not be allowed to proceed. Later functions not
consulted.

But the real table of combinations seems to be this one :
* return true:
** $result = true: User is allowed to proceed. Later functions can override.    
** $result = false: USER IS ALLOWED TO PROCEED. Later functions can override.
* return false:
** $result = true: User is allowed to proceed. Later functions not consulted.
** $result = false: User is not allowed to proceed. Later functions not
consulted.
Is there a reason for this ?

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
You are on the CC list for the bug.

_______________________________________________
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to