Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 94106
Collapse All | Expand All

(-)a/template/en/default/pages/fields.html.tmpl (-2 / +60 lines)
Lines 164-170 Link Here
164
          behavior would occur. If more information appears later,
164
          behavior would occur. If more information appears later,
165
          the [% terms.bug %] can be reopened.
165
          the [% terms.bug %] can be reopened.
166
        </dd>
166
        </dd>
167
        
167
168
        <dt class="cantfix">
169
          [% display_value("resolution", "CANTFIX") FILTER html %]
170
        </dt>
171
        <dd class="cantfix">
172
          Fixing this [% terms.bug %] is not possible, and the reasoning
173
          should be detailed by the closer. Generally speaking, fixing the
174
          [% terms.bug %] might be technically unfeasible, require an
175
          extraordinary (unreasonable) amount of effort, be disallowed for
176
          legal/social reasons, or not within bounds of the current framework.
177
          If circumstances change later on that affect the justification, the
178
          [% terms.bug %] can be reopened and reconsidered.
179
        </dd>
180
181
        <dt class="needinfo">
182
          [% display_value("resolution", "NEEDINFO") FILTER html %]
183
        </dt>
184
        <dd class="needinfo">
185
          Before investigation can proceed further, the reporter needs to
186
          provide more information. This often includes clarification of
187
          already posted details, adding missing log files, or running some
188
          tests to help debug the situation. Once the requested information
189
          has been provided, the [% terms.bug %] should be re-opened. This
190
          status is frequently used when the expectation is the submitter
191
          has disappeared and won't follow up, or to help clear out open
192
          reports that still need triaging.
193
        </dd>
194
195
        <dt class="testrequest">
196
          [% display_value("resolution", "TEST-REQUEST") FILTER html %]
197
        </dt>
198
        <dd class="testrequest">
199
          The [% terms.bug %] is thought to be fixed, but we would like
200
          someone who is affected to verify the fix. If the [% terms.bug %]
201
          is not actually fixed, then the report should be reopened and more
202
          details posted (explaining why people believe the [% terms.bug %]
203
          is not actually fixed).
204
        </dd>
205
206
        <dt class="upstream">
207
          [% display_value("resolution", "UPSTREAM") FILTER html %]
208
        </dt>
209
        <dd class="upstream">
210
          The requested [% terms.bug %] is considered to be out of the purview
211
          of the distro and should be submitted/discussed directly with the
212
          respective upstream project. This could include a number of things
213
          such as changing default configuration options or behavior, adding
214
          new options or functionality, or deleting support for older systems.
215
        </dd>
216
217
        <dt class="obsolete">
218
          [% display_value("resolution", "OBSOLETE") FILTER html %]
219
        </dt>
220
        <dd class="obsolete">
221
          Due to a variety of reasons, the [% terms.bug %] as reported is no
222
          longer relevant. It might apply to older versions of a package and
223
          the newer versions rewrote (implicitly fixing) the related code, or
224
          perhaps support was dropped entirely.
225
        </dd>
226
168
        [% Hook.process('resolution') %]
227
        [% Hook.process('resolution') %]
169
      </dl>
228
      </dl>
170
    </td>
229
    </td>
171
- 

Return to bug 94106