Code

Sending of PGP-Encrypted mail to all users or selected users (via roles)
[roundup.git] / doc / glossary.txt
1 ================
2 Roundup Glossary
3 ================
5 :Version: $Revision: 1.5 $
7 .. contents::
10 class
11    a definition of the properties and behaviour of a set of items
12 db (or hyperdb)
13    a collection of items
14 designator
15    a combined class + itemid reference to any item in the hyperdb
16 itemid
17    a numeric reference to a particular item of one class
18 item
19    a collection of data that forms one entry in the hyperdb.
20 property
21    one element of data that makes up an item. In Roundup, item
22    properties may be changed as needed - even after the tracker
23    has been initialised and used in production.
24 schema
25    the definition of all the classes that make up an tracker
26 tracker
27    the schema and hyperdb that forms one issue tracker
28 tracker home
29    the physical location on disk of a tracker
32 -----------------
34 Back to `Table of Contents`_
36 .. _`Table of Contents`: index.html