⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 fields.html.tmpl

📁 bugzilla的安装文件
💻 TMPL
字号:
#------------------------------------------------------------------------# Compiled template generated by the Template Toolkit version 2.13#------------------------------------------------------------------------Template::Document->new({    METADATA => {        'modtime' => '1100185416',        'name' => 'pages/fields.html.tmpl',    },    BLOCK => sub {        my $context = shift || die "template sub called without context\n";        my $stash   = $context->stash;        my $output  = '';        my $error;                eval { BLOCK: {    $output .=  "\n";    $output .=  "\n";    #line 24 "template\en\default\pages\fields.html.tmpl"    $output .=  $context->process('global/variables.none.tmpl');    #line 0 "template\en\default\pages\fields.html.tmpl"    $output .=  $context->include('global/header.html.tmpl', { 'title' => ("A " . $stash->get(['terms', 0, 'Bug', 0]) . "'s Life Cycle") });    $output .=  "\n\n<p>\nThe <b>status</b> and <b>resolution</b> fields define and track the life\ncycle of ";    #line 28 "template\en\default\pages\fields.html.tmpl"    $output .=  $stash->get(['terms', 0, 'abug', 0]);    $output .=  ".  \n</p>\n\n<a name=\"status\"></a>\n<a name=\"resolution\"></a>\n\n<table border=\"1\" cellpadding=\"4\">\n  <tr align=\"center\" valign=\"top\">\n    <td width=\"50%\">\n      <h1>STATUS</h1>\n    </td>\n\n    <td>\n      <h1>RESOLUTION</h1>\n    </td>\n  </tr>\n\n  <tr valign=\"top\">\n    <td>The <b>status</b> field indicates the general health of a ";    #line 48 "template\en\default\pages\fields.html.tmpl"    $output .=  $stash->get(['terms', 0, 'bug', 0]);    $output .=  ". Only certain status transitions are allowed.</td>\n\n    <td>The <b>resolution</b> field indicates what happened to this";    #line 52 "template\en\default\pages\fields.html.tmpl"    $output .=  $stash->get(['terms', 0, 'bug', 0]);    $output .=  ".</td>\n  </tr>\n\n  <tr valign=\"top\">\n    <td>\n      <dl>\n        <dt>\n          <b>UNCONFIRMED</b>\n        </dt>\n        <dd>\n          This ";    #line 62 "template\en\default\pages\fields.html.tmpl"    $output .=  $stash->get(['terms', 0, 'bug', 0]);    $output .=  " has recently been added to the database. \n          Nobody has validated that this ";    #line 63 "template\en\default\pages\fields.html.tmpl"    $output .=  $stash->get(['terms', 0, 'bug', 0]);    $output .=  " is true. Users\n          who have the \"canconfirm\" permission set may confirm\n          this ";    #line 65 "template\en\default\pages\fields.html.tmpl"    $output .=  $stash->get(['terms', 0, 'bug', 0]);    $output .=  ", changing its state to NEW. Or, it may be\n          directly resolved and marked RESOLVED.\n        </dd>\n\n        <dt>\n          <b>NEW</b>\n        </dt>\n        <dd>\n          This ";    #line 73 "template\en\default\pages\fields.html.tmpl"    $output .=  $stash->get(['terms', 0, 'bug', 0]);    $output .=  " has recently been added to the assignee's\n          list of ";    #line 74 "template\en\default\pages\fields.html.tmpl"    $output .=  $stash->get(['terms', 0, 'bugs', 0]);    $output .=  " and must be processed. ";    #line 74 "template\en\default\pages\fields.html.tmpl"    $output .=  $stash->get(['terms', 0, 'Bugs', 0]);    $output .=  " in\n          this state may be accepted, and become <b>ASSIGNED</b>, passed\n          on to someone else, and remain <b>NEW</b>, or resolved and marked\n          <b>RESOLVED</b>.\n        </dd>\n\n        <dt>\n          <b>ASSIGNED</b>\n        </dt>\n        <dd>\n          This ";    #line 84 "template\en\default\pages\fields.html.tmpl"    $output .=  $stash->get(['terms', 0, 'bug', 0]);    $output .=  " is not yet resolved, but is assigned to the \n          proper person. From here ";    #line 85 "template\en\default\pages\fields.html.tmpl"    $output .=  $stash->get(['terms', 0, 'bugs', 0]);    $output .=  " can be given to another \n          person and become <b>NEW</b>, or resolved and become <b>RESOLVED</b>.\n        </dd>\n\n        <dt>\n          <b>REOPENED</b>\n        </dt>\n        <dd>\n          This ";    #line 93 "template\en\default\pages\fields.html.tmpl"    $output .=  $stash->get(['terms', 0, 'bug', 0]);    $output .=  " was once resolved, but the resolution was \n          deemed incorrect. For example, a <b>WORKSFORME</b> ";    #line 94 "template\en\default\pages\fields.html.tmpl"    $output .=  $stash->get(['terms', 0, 'bug', 0]);    $output .=  " is\n          <b>REOPENED</b> when more information shows up and\n          the ";    #line 96 "template\en\default\pages\fields.html.tmpl"    $output .=  $stash->get(['terms', 0, 'bug', 0]);    $output .=  " is now reproducible. From here ";    #line 96 "template\en\default\pages\fields.html.tmpl"    $output .=  $stash->get(['terms', 0, 'bugs', 0]);    $output .=  " are\n          either marked <b>ASSIGNED</b> or <b>RESOLVED</b>.\n        </dd>\n      </dl>\n    </td>\n\n    <td>\n      <dl>\n        <dd>\n          No resolution yet. All ";    #line 105 "template\en\default\pages\fields.html.tmpl"    $output .=  $stash->get(['terms', 0, 'bugs', 0]);    $output .=  " which are in one of \n          these \"open\" states have the resolution set to blank. All \n          other ";    #line 107 "template\en\default\pages\fields.html.tmpl"    $output .=  $stash->get(['terms', 0, 'bugs', 0]);    $output .=  " will be marked with one of the following \n          resolutions.\n        </dd>\n      </dl>\n    </td>\n  </tr>\n\n  <tr valign=\"top\">\n    <td>\n      <dl>\n        <dt>\n          <b>RESOLVED</b>\n        </dt>\n        <dd>\n          A resolution has been taken, and it is awaiting verification by\n          QA. From here ";    #line 122 "template\en\default\pages\fields.html.tmpl"    $output .=  $stash->get(['terms', 0, 'bugs', 0]);    $output .=  " are either re-opened and become \n          <b>REOPENED</b>, are marked <b>VERIFIED</b>, or are closed for\n          good and marked <b>CLOSED</b>.\n        </dd>\n\n        <dt>\n          <b>VERIFIED</b>\n        </dt>\n        <dd>\n          QA has looked at the ";    #line 131 "template\en\default\pages\fields.html.tmpl"    $output .=  $stash->get(['terms', 0, 'bug', 0]);    $output .=  " and the resolution and \n          agrees that the appropriate resolution has been taken. ";    #line 132 "template\en\default\pages\fields.html.tmpl"    $output .=  $stash->get(['terms', 0, 'Bugs', 0]);    $output .=  " remain\n          in this state until the product they were reported\n          against actually ships, at which point they become\n          <b>CLOSED</b>.\n        </dd>\n\n        <dt>\n          <b>CLOSED</b>\n        </dt>\n        <dd>\n          The ";    #line 142 "template\en\default\pages\fields.html.tmpl"    $output .=  $stash->get(['terms', 0, 'bug', 0]);    $output .=  " is considered dead, the resolution is correct. \n          Any zombie ";    #line 143 "template\en\default\pages\fields.html.tmpl"    $output .=  $stash->get(['terms', 0, 'bugs', 0]);    $output .=  " who choose to walk the earth again must \n          do so by becoming <b>REOPENED</b>.\n        </dd>\n      </dl>\n    </td>\n\n    <td>\n      <dl>\n        <dt>\n          <b>FIXED</b>\n        </dt>\n        <dd>\n          A fix for this ";    #line 155 "template\en\default\pages\fields.html.tmpl"    $output .=  $stash->get(['terms', 0, 'bug', 0]);    $output .=  " is checked into the tree and \n          tested.\n        </dd>\n\n        <dt>\n          <b>INVALID</b>\n        </dt>\n        <dd>\n          The problem described is not ";    #line 163 "template\en\default\pages\fields.html.tmpl"    $output .=  $stash->get(['terms', 0, 'abug', 0]);    $output .=  ".\n        </dd>\n\n        <dt>\n          <b>WONTFIX</b>\n        </dt>\n        <dd>\n          The problem described is ";    #line 170 "template\en\default\pages\fields.html.tmpl"    $output .=  $stash->get(['terms', 0, 'abug', 0]);    $output .=  " which will never be \n          fixed.\n        </dd>\n\n        <dt>\n         <b>DUPLICATE</b>\n        </dt>\n        <dd>\n          The problem is a duplicate of an existing ";    #line 178 "template\en\default\pages\fields.html.tmpl"    $output .=  $stash->get(['terms', 0, 'bug', 0]);    $output .=  ".\n          Marking ";    #line 179 "template\en\default\pages\fields.html.tmpl"    $output .=  $stash->get(['terms', 0, 'abug', 0]);    $output .=  " duplicate requires the ";    #line 179 "template\en\default\pages\fields.html.tmpl"    $output .=  $stash->get(['terms', 0, 'bug', 0]);    $output .=  "#\n          of the duplicating ";    #line 180 "template\en\default\pages\fields.html.tmpl"    $output .=  $stash->get(['terms', 0, 'bug', 0]);    $output .=  " and will at least put\n          that ";    #line 181 "template\en\default\pages\fields.html.tmpl"    $output .=  $stash->get(['terms', 0, 'bug', 0]);    $output .=  " number in the description field.\n        </dd>\n\n        <dt>\n          <b>WORKSFORME</b>\n        </dt>\n        <dd>\n          All attempts at reproducing this ";    #line 188 "template\en\default\pages\fields.html.tmpl"    $output .=  $stash->get(['terms', 0, 'bug', 0]);    $output .=  " were futile, \n          and reading the code produces no clues as to why the described\n          behavior would occur. If more information appears later,\n          the ";    #line 191 "template\en\default\pages\fields.html.tmpl"    $output .=  $stash->get(['terms', 0, 'bug', 0]);    $output .=  " can be reopened.\n        </dd>\n\n        <dt>\n          <b>MOVED</b>\n        </dt>\n        <dd>\n          The problem was specific to a related product \n          whose ";    #line 199 "template\en\default\pages\fields.html.tmpl"    $output .=  $stash->get(['terms', 0, 'bugs', 0]);    $output .=  " are tracked in\n          another ";    #line 200 "template\en\default\pages\fields.html.tmpl"    $output .=  $stash->get(['terms', 0, 'bug', 0]);    $output .=  " database.\n          The ";    #line 201 "template\en\default\pages\fields.html.tmpl"    $output .=  $stash->get(['terms', 0, 'bug', 0]);    $output .=  " has been moved to that database.\n        </dd>\n      </dl>\n    </td>\n  </tr>\n</table>\n\n<h2><a name=\"bug_severity\">Severity</a></h2>\nThis field describes the impact of ";    #line 209 "template\en\default\pages\fields.html.tmpl"    $output .=  $stash->get(['terms', 0, 'abug', 0]);    $output .=  ". \n\n<table>\n  <tr>\n    <th>Blocker</th>\n\n    <td>Blocks development and/or testing work</td>\n  </tr>\n\n  <tr>\n    <th>Critical</th>\n\n    <td>crashes, loss of data, severe memory leak</td>\n  </tr>\n\n  <tr>\n    <th>Major</th>\n\n    <td>major loss of function</td>\n  </tr>\n\n  <tr>\n    <th>Minor</th>\n\n    <td>minor loss of function, or other problem where easy\n    workaround is present</td>\n  </tr>\n\n  <tr>\n    <th>Trivial</th>\n\n    <td>cosmetic problem like misspelled words or misaligned\n    text</td>\n  </tr>\n\n  <tr>\n    <th>Enhancement</th>\n\n    <td>Request for enhancement</td>\n</table>\n\n<h2><a name=\"priority\">Priority</a></h2>\nThis field describes the importance and order in which ";    #line 251 "template\en\default\pages\fields.html.tmpl"    $output .=  $stash->get(['terms', 0, 'abug', 0]);    $output .=  "\nshould be fixed. This field is utilized by the\nprogrammers/engineers to prioritize their work to be done. The\navailable priorities range from <b>P1</b> (most important) to \n<b>P5</b> (least important.) \n\n\n<h2><a name=\"rep_platform\">Platform</a></h2>\nThis is the hardware platform against which the ";    #line 259 "template\en\default\pages\fields.html.tmpl"    $output .=  $stash->get(['terms', 0, 'bug', 0]);    $output .=  " was\nreported. Legal platforms include: \n\n<ul>\n  <li>All (happens on all platforms; cross-platform ";    #line 263 "template\en\default\pages\fields.html.tmpl"    $output .=  $stash->get(['terms', 0, 'bug', 0]);    $output .=  ")</li>\n\n  <li>Macintosh</li>\n\n  <li>PC</li>\n\n  <li>Sun</li>\n\n  <li>HP</li>\n</ul>\n<b>Note:</b> When searching, selecting the option \"All\" does not \nselect ";    #line 274 "template\en\default\pages\fields.html.tmpl"    $output .=  $stash->get(['terms', 0, 'bugs', 0]);    $output .=  "\nassigned against any platform. It merely selects ";    #line 275 "template\en\default\pages\fields.html.tmpl"    $output .=  $stash->get(['terms', 0, 'bugs', 0]);    $output .=  " that are\nmarked as occurring on all platforms, i.e. are designated \"All\". \n\n<h2><a name=\"op_sys\">Operating System</a></h2>\nThis is the operating system against which the ";    #line 279 "template\en\default\pages\fields.html.tmpl"    $output .=  $stash->get(['terms', 0, 'bug', 0]);    $output .=  " was\nreported. Legal operating systems include: \n\n<ul>\n  <li>All (happens on all operating systems; cross-platform";    #line 285 "template\en\default\pages\fields.html.tmpl"    $output .=  $stash->get(['terms', 0, 'bug', 0]);    $output .=  ")</li>\n\n  <li>Windows 95</li>\n\n  <li>Mac System 8.0</li>\n\n  <li>Linux</li>\n</ul>\nSometimes the operating system implies the platform, but not\nalways. For example, Linux can run on PC and Macintosh and\nothers. \n\n<h2><a name=\"assigned_to\">Assigned To</a></h2>\n\n<p>\nThis is the person in charge of resolving the ";    #line 300 "template\en\default\pages\fields.html.tmpl"    $output .=  $stash->get(['terms', 0, 'bug', 0]);    $output .=  ". Every time\nthis field changes, the status changes to <b>NEW</b> to make it\neasy to see which new ";    #line 302 "template\en\default\pages\fields.html.tmpl"    $output .=  $stash->get(['terms', 0, 'bugs', 0]);    $output .=  " have appeared on a person's list.</p>\n\n<p>\nThe default status for queries is set to NEW, ASSIGNED and\nREOPENED. When searching for ";    #line 306 "template\en\default\pages\fields.html.tmpl"    $output .=  $stash->get(['terms', 0, 'bugs', 0]);    $output .=  " that have been resolved or\nverified, remember to set the status field appropriately. \n</p>\n";    #line 311 "template\en\default\pages\fields.html.tmpl"    $output .=  $context->include('global/footer.html.tmpl');    $output .=  "\n";        } };        if ($@) {            $error = $context->catch($@, \$output);            die $error unless $error->type eq 'return';        }            return $output;    },    DEFBLOCKS => {    },});

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -