Changes between Version 52 and Version 53 of S3/S3AAA
- Timestamp:
- 02/08/11 16:28:31 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
S3/S3AAA
v52 v53 95 95 96 96 ||'''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)|| 98 98 ||owned_by||integer (reference auth_group)||ID of the group (role) who own the record|| 99 99 100 100 These meta fields are contained in both {{{s3_authorstamp()}}} as well as {{{s3_meta_fields()}}}. 101 101 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).102 A 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). 103 103 104 104 In tables which do not define either of these meta-fields, ownership rules are not applied ({{{uacl}}} only).