
| Line: 5 to 5 | ||||||||
|---|---|---|---|---|---|---|---|---|
| Changed: | ||||||||
| < <  | ClassMethod new () | |||||||
| > >  | ClassMethod new ($session) | |||||||
| Changed: | ||||||||
| < <  | Construct a new singleton object to manage the permissions database. | |||||||
| > >  | Constructor. | |||||||
| Changed: | ||||||||
| < <  | ObjectMethod permissionsSet ($web) -> $booleanAre there any security restrictions for this Web (ignoring settings on individual pages). | |||||||
| > >  | ObjectMethod finish ()Break circular references. | |||||||
| Line: 30 to 27 | ||||||||
Check if user is allowed to access topic 
  | ||||||||
| Changed: | ||||||||
| < <  |  
  | |||||||
| > >  |  
  | |||||||
 
  | ||||||||
| Line: 26 to 26 | ||||||||
|---|---|---|---|---|---|---|---|---|
| Changed: | ||||||||
| < <  | ObjectMethod checkAccessPermission ($action,$user,$text,$topic,$web) -> $boolean | |||||||
| > >  | ObjectMethod checkAccessPermission ($action,$user,$text,$meta,$topic,$web) -> $boolean | |||||||
Check if user is allowed to access topic 
  | ||||||||
| Added: | ||||||||
| > >  |  
  | |||||||
 
  | ||||||||
| Line: 1 to 1 | ||||||||
|---|---|---|---|---|---|---|---|---|
| Added: | ||||||||
| > >  |  Package 
A singleton object of this class manages the access control database.
 | |||||||