Sophie

Sophie

distrib > Mageia > 5 > i586 > by-pkgid > 9e41a94a3e659caa5b91706d5c415d34 > files > 943

bugzilla-4.4.11-1.mga5.noarch.rpm

<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html><head><meta http-equiv="Content-Type" content="text/html; charset=ANSI_X3.4-1968"><title>5.8.&#160;Hints and Tips</title><link rel="stylesheet" type="text/css" href="../../style.css"><meta name="generator" content="DocBook XSL Stylesheets V1.78.1"><meta name="keywords" content="Bugzilla, Guide, installation, FAQ, administration, integration, MySQL, Mozilla, webtools"><link rel="home" href="index.html" title="The Bugzilla Guide - 4.4.11 Release"><link rel="up" href="using.html" title="Chapter&#160;5.&#160;Using Bugzilla"><link rel="prev" href="attachments.html" title="5.7.&#160;Attachments"><link rel="next" href="timetracking.html" title="5.9.&#160;Time Tracking Information"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">5.8.&#160;Hints and Tips</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="attachments.html">Prev</a>&#160;</td><th width="60%" align="center">Chapter&#160;5.&#160;Using Bugzilla</th><td width="20%" align="right">&#160;<a accesskey="n" href="timetracking.html">Next</a></td></tr></table><hr></div><div class="section"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="hintsandtips"></a>5.8.&#160;Hints and Tips</h2></div></div></div><p>This section distills some Bugzilla tips and best practices
    that have been developed.</p><div class="section"><div class="titlepage"><div><div><h3 class="title"><a name="idm140035935813584"></a>5.8.1.&#160;Autolinkification</h3></div></div></div><p>Bugzilla comments are plain text - so typing &lt;U&gt; will
      produce less-than, U, greater-than rather than underlined text.
      However, Bugzilla will automatically make hyperlinks out of certain
      sorts of text in comments. For example, the text 
      "http://www.bugzilla.org" will be turned into a link:
      <a class="ulink" href="http://www.bugzilla.org" target="_top">http://www.bugzilla.org</a>.
      Other strings which get linkified in the obvious manner are:
      </p><table border="0" summary="Simple list" class="simplelist"><tr><td>bug 12345</td></tr><tr><td>comment 7</td></tr><tr><td>bug 23456, comment 53</td></tr><tr><td>attachment 4321</td></tr><tr><td>mailto:george@example.com</td></tr><tr><td>george@example.com</td></tr><tr><td>ftp://ftp.mozilla.org</td></tr><tr><td>Most other sorts of URL</td></tr></table><p>
      </p><p>A corollary here is that if you type a bug number in a comment,
      you should put the word "bug" before it, so it gets autolinkified
      for the convenience of others.
      </p></div><div class="section"><div class="titlepage"><div><div><h3 class="title"><a name="commenting"></a>5.8.2.&#160;Comments</h3></div></div></div><p>If you are changing the fields on a bug, only comment if
      either you have something pertinent to say, or Bugzilla requires it.
      Otherwise, you may spam people unnecessarily with bug mail.
      To take an example: a user can set up their account to filter out messages
      where someone just adds themselves to the CC field of a bug
      (which happens a lot.) If you come along, add yourself to the CC field,
      and add a comment saying "Adding self to CC", then that person
      gets a pointless piece of mail they would otherwise have avoided.
      </p><p>
      Don't use sigs in comments. Signing your name ("Bill") is acceptable,
      if you do it out of habit, but full mail/news-style
      four line ASCII art creations are not.
      </p></div><div class="section"><div class="titlepage"><div><div><h3 class="title"><a name="comment-wrapping"></a>5.8.3.&#160;Server-Side Comment Wrapping</h3></div></div></div><p>
      Bugzilla stores comments unwrapped and wraps them at display time. This
      ensures proper wrapping in all browsers. Lines beginning with the "&gt;" 
      character are assumed to be quotes, and are not wrapped.
      </p></div><div class="section"><div class="titlepage"><div><div><h3 class="title"><a name="dependencytree"></a>5.8.4.&#160;Dependency Tree</h3></div></div></div><p>
        On the <span class="quote">&#8220;<span class="quote">Dependency tree</span>&#8221;</span> page linked from each bug
        page, you can see the dependency relationship from the bug as a
        tree structure.
      </p><p>
        You can change how much depth to show, and you can hide resolved bugs
        from this page. You can also collaps/expand dependencies for
        each bug on the tree view, using the [-]/[+] buttons that appear
        before its summary. This option is not available for terminal
        bugs in the tree (that don't have further dependencies).
      </p></div></div><div class="navfooter"><hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="attachments.html">Prev</a>&#160;</td><td width="20%" align="center"><a accesskey="u" href="using.html">Up</a></td><td width="40%" align="right">&#160;<a accesskey="n" href="timetracking.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">5.7.&#160;Attachments&#160;</td><td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td><td width="40%" align="right" valign="top">&#160;5.9.&#160;Time Tracking Information</td></tr></table></div></body></html>