Changes between Version 13 and Version 14 of BluePrintAuthorizationB


Ignore:
Timestamp:
06/20/10 15:03:13 (14 years ago)
Author:
Dominic König
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BluePrintAuthorizationB

    v13 v14  
    6767  - ''shn_has_role()'' tests can be combined by '''and''', '''or''' and '''not'''
    6868=== Table/Record Access ===
     69
    6970{{{shn_permit(table, method, role, id=None)}}}
    7071  - adds ''role'' to the list of permitted roles for ''method'' on ''table'' (record ''id'' of the table)
     
    7677{{{shn_permitted(table, method, id=None)}}}
    7778  - returns True/False refering to the current user
     79  - returns always True for sysadmins (auth_group 1)
    7880
    7981  - record restrictions override table permissions