File: glossary.pod

package info (click to toggle)
request-tracker5 5.0.7%2Bdfsg-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 80,216 kB
  • sloc: javascript: 191,898; perl: 87,146; sh: 1,412; makefile: 487; python: 37; php: 15
file content (30 lines) | stat: -rw-r--r-- 664 bytes parent folder | download | duplicates (12)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
=head1 RT Glossary

This document is intended to be a glossary of terms used in RT.  Currently it
doesn't even scratch the surface, but with time it should be expanded.

=head2 Right names

RT uses a handful of (mostly) standard prefixes to create right names of the
form "<action><object>".  The prefixes and their meanings (if not apparent)
are explained here.

=over 4

=item Admin - Create, modify, and delete

=item Create 

=item Delete

=item Edit - Create, modify, and delete

=item Load - See/show

=item Modify - Change the content, details and/or metadata

=item See - Allow viewing of

=item Show - Allow viewing of, or display in the interface

=back