]> git.donarmstrong.com Git - debbugs.git/blob - devel/predef.tags
add test for version.cgi cache control
[debbugs.git] / devel / predef.tags
1 ############################################################################
2 # Tags that come from configuration data                                   #
3 ############################################################################
4
5 Tag                     Config Field            Variable
6 ----------------------- ----------------------- ----------------------------
7 OWNER_EMAIL             Owner Email             Globals->owner-email
8 OWNER_NAME              Owner Name              Globals->owner-name
9 LONG_NAME               Long Name               Globals->project-long
10 SHORT_NAME              Short Name              Globals->project-short
11 EMAIL_DOMAIN            Email Domain            Globals->email-domain
12 LIST_DOMAIN             List Domain             Globals->list-domain
13 WEB_DOMAIN              Web Domain              Globals->web-domain
14 CGI_DOMAIN              CGI Domain              Globals->cgi-domain
15 SUBMIT_LIST             Submit List             Globals->submit-list
16 MAINT_LIST              Maint List              Globals->maint-list
17 QUIET_LIST              Quiet List              Globals->quiet-list
18 FORWARDED_LIST          Forwarded List          Globals->forwarded-list
19 DONE_LIST               Done List               Globals->done-list
20 REQUEST_LIST            Request List            Globals->request-list
21 SUBMITTER_LIST          Submitter List          Globals->submitter-list
22 CONTROL_LIST            Control List            Globals->control-list
23 SUMMARY_LIST            Summary List            Globals->summary-list
24 MIRROR_LIST             Mirror List             Globals->mirror-list
25 MIRROS                  Mirrors                 Globals->mirrors
26
27 ############################################################################
28 # Tags that come from processing the email/doing what wants to be done     #
29 ############################################################################
30 Tag                     Meaining/Source
31 ----------------------- ----------------------------------------------------
32 REPLY_TO                Person who sent the email being processed
33 CC_TO                   CC addresses
34 MESSAGE_ID              ID of email being processed
35 MESSAGE_BODY            Body of the message being processed
36 MESSAGE_DATE            Date of message being processed
37 MESSAGE_SUBJECT         Subject of message being processed
38 MESSAGE_DATA            Location for what ever data is being generated (normally services script)
39
40
41 ############################################################################
42 # Tags that draw data out from the various fields of the bug Record        #
43 ############################################################################
44 Tag                     Record Field
45 ----------------------- ----------------------------------------------------
46 BUG_ORIGINATOR          Record->originator
47 BUG_DATE                Record->date
48 BUG_SUBJECT             Record->subject
49 BUG_MSGID               Record->msgid
50 BUG_PACKAGE             Record->package
51 BUG_KEYWORDS            Record->keywords
52 BUG_DONE                Record->done
53 BUG_FORWARDED           Record->forwarded
54 BUG_MERGEDWITH          Record->mergedwith
55 BUG_SEVERITY            Record->severity