Changes between Version 74 and Version 75 of S3/S3AAA


Ignore:
Timestamp:
02/17/11 15:40:07 (14 years ago)
Author:
Dominic König
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • S3/S3AAA

    v74 v75  
    110110These meta fields are contained in {{{s3_authorstamp()}}} and hence also in {{{s3_meta_fields()}}}.
    111111
    112 A user is considered the ''owner'' of a record if they are either the individual owner of the record (user ID == {{{owned_by_user}}}), '''or''' they are a member of the owner role ({{{owned_by_role}}} in user roles) '''or''' if {{{owned_by_user}}} == '''None''' '''or''' if {{{owned_by_role}}} == '''None'''.
     112A user is considered the ''owner'' of a record if they are either the individual owner of the record (user ID == {{{owned_by_user}}}), '''or''' they are a member of the owner role ({{{owned_by_role}}} in user roles).
     113
     114If a record has no owner, i.e. if {{{owned_by_user}}} == '''None''' '''and''' {{{owned_by_role}}} == '''None''', all authenticated users are considered the owner of this record.
    113115
    114116In tables which do not define either of these meta-fields, ownership rules are not applied ({{{uacl}}} only).