summaryrefslogtreecommitdiff
path: root/rt/docs/glossary.pod
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2012-04-24 11:35:56 -0700
committerIvan Kohler <ivan@freeside.biz>2012-04-24 11:35:56 -0700
commit6587f6ba7d047ddc1686c080090afe7d53365bd4 (patch)
treeec77342668e8865aca669c9b4736e84e3077b523 /rt/docs/glossary.pod
parent47153aae5c2fc00316654e7277fccd45f72ff611 (diff)
first pass RT4 merge, RT#13852
Diffstat (limited to 'rt/docs/glossary.pod')
-rw-r--r--rt/docs/glossary.pod30
1 files changed, 30 insertions, 0 deletions
diff --git a/rt/docs/glossary.pod b/rt/docs/glossary.pod
new file mode 100644
index 000000000..0e058ba02
--- /dev/null
+++ b/rt/docs/glossary.pod
@@ -0,0 +1,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