~ubuntu-branches/ubuntu/edgy/bugzilla/edgy

« back to all changes in this revision

Viewing changes to docs/html/flags.html

  • Committer: Bazaar Package Importer
  • Author(s): Alexis Sukrieh
  • Date: 2005-10-03 16:51:01 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20051003165101-38n0y5qofd68vole
Tags: 2.18.4-1
* New upstream minor release
  + Fixed a security issue: It was possible to bypass the "user
    visibility groups" restrictions if user-matching was turned on
    in "substring" mode.
  + Fixed a security issue: config.cgi exposed information to users who
    weren't logged in, even when "requirelogin" was turned on in Bugzilla.
  (closes: #331206)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
 
2
<HTML
 
3
><HEAD
 
4
><TITLE
 
5
>Flags</TITLE
 
6
><META
 
7
NAME="GENERATOR"
 
8
CONTENT="Modular DocBook HTML Stylesheet Version 1.7"><LINK
 
9
REL="HOME"
 
10
TITLE="The Bugzilla Guide - 2.18.4 Release"
 
11
HREF="index.html"><LINK
 
12
REL="UP"
 
13
TITLE="Using Bugzilla"
 
14
HREF="using.html"><LINK
 
15
REL="PREVIOUS"
 
16
TITLE="Reports and Charts"
 
17
HREF="reporting.html"><LINK
 
18
REL="NEXT"
 
19
TITLE="The Bugzilla FAQ"
 
20
HREF="faq.html"></HEAD
 
21
><BODY
 
22
CLASS="section"
 
23
BGCOLOR="#FFFFFF"
 
24
TEXT="#000000"
 
25
LINK="#0000FF"
 
26
VLINK="#840084"
 
27
ALINK="#0000FF"
 
28
><DIV
 
29
CLASS="NAVHEADER"
 
30
><TABLE
 
31
SUMMARY="Header navigation table"
 
32
WIDTH="100%"
 
33
BORDER="0"
 
34
CELLPADDING="0"
 
35
CELLSPACING="0"
 
36
><TR
 
37
><TH
 
38
COLSPAN="3"
 
39
ALIGN="center"
 
40
>The Bugzilla Guide - 2.18.4 Release</TH
 
41
></TR
 
42
><TR
 
43
><TD
 
44
WIDTH="10%"
 
45
ALIGN="left"
 
46
VALIGN="bottom"
 
47
><A
 
48
HREF="reporting.html"
 
49
ACCESSKEY="P"
 
50
>Prev</A
 
51
></TD
 
52
><TD
 
53
WIDTH="80%"
 
54
ALIGN="center"
 
55
VALIGN="bottom"
 
56
>Chapter 6. Using Bugzilla</TD
 
57
><TD
 
58
WIDTH="10%"
 
59
ALIGN="right"
 
60
VALIGN="bottom"
 
61
><A
 
62
HREF="faq.html"
 
63
ACCESSKEY="N"
 
64
>Next</A
 
65
></TD
 
66
></TR
 
67
></TABLE
 
68
><HR
 
69
ALIGN="LEFT"
 
70
WIDTH="100%"></DIV
 
71
><DIV
 
72
CLASS="section"
 
73
><H1
 
74
CLASS="section"
 
75
><A
 
76
NAME="flags"
 
77
>6.12. Flags</A
 
78
></H1
 
79
><P
 
80
>&#13;      A flag is a kind of status that can be set on bugs or attachments
 
81
      to indicate that the bugs/attachments are in a certain state.
 
82
      Each installation can define its own set of flags that can be set
 
83
      on bugs or attachments.
 
84
    </P
 
85
><P
 
86
>&#13;      If your installation has defined a flag, you can set or unset that flag,
 
87
      and if your administrator has enabled requesting of flags, you can submit
 
88
      a request for another user to set the flag.
 
89
    </P
 
90
><P
 
91
>&#13;      To set a flag, select either "+" or "-" from the drop-down menu next to
 
92
      the name of the flag in the "Flags" list.  The meaning of these values are
 
93
      flag-specific and thus cannot be described in this documentation,
 
94
      but by way of example, setting a flag named "review" to "+" may indicate
 
95
      that the bug/attachment has passed review, while setting it to "-"
 
96
      may indicate that the bug/attachment has failed review.
 
97
    </P
 
98
><P
 
99
>&#13;      To unset a flag, click its drop-down menu and select the blank value.
 
100
    </P
 
101
><P
 
102
>&#13;      If your administrator has enabled requests for a flag, request a flag
 
103
      by selecting "?" from the drop-down menu and then entering the username
 
104
      of the user you want to set the flag in the text field next to the menu.
 
105
    </P
 
106
><P
 
107
>&#13;      A set flag appears in bug reports and on "edit attachment" pages with the
 
108
      abbreviated username of the user who set the flag prepended to the
 
109
      flag name. For example, if Jack sets a "review" flag to "+", it appears
 
110
      as Jack: review [ + ]
 
111
    </P
 
112
><P
 
113
>&#13;      A requested flag appears with the user who requested the flag prepended
 
114
      to the flag name and the user who has been requested to set the flag
 
115
      appended to the flag name within parentheses.  For example, if Jack
 
116
      asks Jill for review, it appears as Jack: review [ ? ] (Jill).
 
117
    </P
 
118
></DIV
 
119
><DIV
 
120
CLASS="NAVFOOTER"
 
121
><HR
 
122
ALIGN="LEFT"
 
123
WIDTH="100%"><TABLE
 
124
SUMMARY="Footer navigation table"
 
125
WIDTH="100%"
 
126
BORDER="0"
 
127
CELLPADDING="0"
 
128
CELLSPACING="0"
 
129
><TR
 
130
><TD
 
131
WIDTH="33%"
 
132
ALIGN="left"
 
133
VALIGN="top"
 
134
><A
 
135
HREF="reporting.html"
 
136
ACCESSKEY="P"
 
137
>Prev</A
 
138
></TD
 
139
><TD
 
140
WIDTH="34%"
 
141
ALIGN="center"
 
142
VALIGN="top"
 
143
><A
 
144
HREF="index.html"
 
145
ACCESSKEY="H"
 
146
>Home</A
 
147
></TD
 
148
><TD
 
149
WIDTH="33%"
 
150
ALIGN="right"
 
151
VALIGN="top"
 
152
><A
 
153
HREF="faq.html"
 
154
ACCESSKEY="N"
 
155
>Next</A
 
156
></TD
 
157
></TR
 
158
><TR
 
159
><TD
 
160
WIDTH="33%"
 
161
ALIGN="left"
 
162
VALIGN="top"
 
163
>Reports and Charts</TD
 
164
><TD
 
165
WIDTH="34%"
 
166
ALIGN="center"
 
167
VALIGN="top"
 
168
><A
 
169
HREF="using.html"
 
170
ACCESSKEY="U"
 
171
>Up</A
 
172
></TD
 
173
><TD
 
174
WIDTH="33%"
 
175
ALIGN="right"
 
176
VALIGN="top"
 
177
>The Bugzilla FAQ</TD
 
178
></TR
 
179
></TABLE
 
180
></DIV
 
181
></BODY
 
182
></HTML
 
183
>
 
 
b'\\ No newline at end of file'