Changes between Version 52 and Version 53 of S3/S3AAA


Ignore:
Timestamp:
02/08/11 16:28:31 (14 years ago)
Author:
Dominic König
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • S3/S3AAA

    v52 v53  
    9595
    9696  ||'''Field name'''||'''Type'''||'''Description'''||
    97   ||created_by||integer (reference auth_user)||ID of the user who has created this record||
     97  ||administrated_by||integer (reference auth_user)||ID of the user who administrates this record (defaults to record creator)||
    9898  ||owned_by||integer (reference auth_group)||ID of the group (role) who own the record||
    9999
    100100These meta fields are contained in both {{{s3_authorstamp()}}} as well as {{{s3_meta_fields()}}}.
    101101
    102 A user is considered ''owner'' of a record if he has either created the record (user ID == {{{created_by}}}), or he is a member of the owner group ({{{owned_by}}} in user roles).
     102A user is considered ''owner'' of a record if he is either administrator of the record (user ID == {{{administrated_by}}}), or he is a member of the owner group ({{{owned_by}}} in user roles).
    103103
    104104In tables which do not define either of these meta-fields, ownership rules are not applied ({{{uacl}}} only).