Differences between revisions 2 and 3
Revision 2 as of 2007-11-02 20:29:14
Size: 1711
Comment:
Revision 3 as of 2007-11-02 20:43:42
Size: 2776
Comment:
Deletions are marked like this. Additions are marked like this.
Line 6: Line 6:
 * e: Edit one's own record
Line 7: Line 8:
The classes can be roughly divided into enumerations (issue_type, severity, component, version, priority, status, resolution, keyword) and content (issue, msg, file). The classes can be roughly divided into enumerations (issue_type, severity, component, version, priority, status, resolution, keyword), content (issue, msg, file), and administration (user, query).
Line 9: Line 10:
||Class.Field ||Anonymous||User||Developer||Coordinator||
||issue_type || R || R || || ||
||severity || R || R || || ||
||component || R || R || || ||
||version || R || R || || ||
||priority || R || R || || ||
||status || R || R || || ||
||resolution || R || R || || ||
||keyword || R || R || || ||
||issue || R || RC || || ||
||file || r || RC || || ||
||msg || r || RC || || ||
||issue.title || || E || || ||
||issue.type || || E || || ||
||Class.Field ||Anonymous||User||Developer||Coordinator||
||issue_type || R || R || R || RCE ||
||severity || R || R || R || RCE ||
||component || R || R || R || RCE ||
||version || R || R || R || RCE ||
||priority || R || R || R || RCE ||
||status || R || R || R || RCE ||
||resolution || R || R || R || RCE ||
||keyword || R || R || RCE || RCE ||
||issue || R || RC || RCE || RCE ||
||file || r || RC || RCE || RCE ||
||msg || r || RC || RCE || RCE ||
||user || || R || R || RE ||
||issue.title || || E || || ||
||issue.type || || E || || ||
Line 24: Line 26:
||issue.versions || || E || || ||
||issue.severity || || E || || ||
||issue.messages || || E || || ||
||issue.files || || E || || ||
||issue.nosy || || E || || ||
||issue.versions || || E || || ||
||issue.severity || || E || || ||
||issue.messages || || E || || ||
||issue.files || || E || || ||
||issue.nosy || || E || || ||
||user.username || || e || e || ||
||user.password || || e || e || ||
||user.address || || e || e || ||
||user.realname || || e || e || ||
||user.phone || || e || e || ||
||user.organization|| || e || e || ||
||user.alternate_addresses|| || e || e || ||
||user.queries || || e || e || ||
||user.timezone || || e || e || ||


In addition, the following permissions are granted:
- User, Developer, Coordinator: Web and Email access, May Report Misclassified
- Users, Developers and Coordinators may view their own records (which appears to be redundant with the full read access they already have)

The permissions in the table are as follows:

  • R: View
  • r: View if it is not classified as spam (full read to fields creation, creator, actor, activity, name, spambayes_score, spambayes_misclassified, author, recipients, date, files, messageid, inreplyto, type, description; no access if spam to content, summary)
  • C: Create
  • E: Edit
  • e: Edit one's own record

The classes can be roughly divided into enumerations (issue_type, severity, component, version, priority, status, resolution, keyword), content (issue, msg, file), and administration (user, query).

Class.Field

Anonymous

User

Developer

Coordinator

issue_type

R

R

R

RCE

severity

R

R

R

RCE

component

R

R

R

RCE

version

R

R

R

RCE

priority

R

R

R

RCE

status

R

R

R

RCE

resolution

R

R

R

RCE

keyword

R

R

RCE

RCE

issue

R

RC

RCE

RCE

file

r

RC

RCE

RCE

msg

r

RC

RCE

RCE

user

R

R

RE

issue.title

E

issue.type

E

issue.components

E

issue.versions

E

issue.severity

E

issue.messages

E

issue.files

E

issue.nosy

E

user.username

e

e

user.password

e

e

user.address

e

e

user.realname

e

e

user.phone

e

e

user.organization

e

e

user.alternate_addresses

e

e

user.queries

e

e

user.timezone

e

e

In addition, the following permissions are granted: - User, Developer, Coordinator: Web and Email access, May Report Misclassified - Users, Developers and Coordinators may view their own records (which appears to be redundant with the full read access they already have)

TrackerAccessControl (last edited 2008-11-15 14:00:48 by localhost)

Unable to edit the page? See the FrontPage for instructions.