diff options
author | lpsolit%gmail.com <> | 2008-04-04 13:48:20 +0200 |
---|---|---|
committer | lpsolit%gmail.com <> | 2008-04-04 13:48:20 +0200 |
commit | d0303fc39cda8eb13dfc3941cc81d9e3e0276c44 (patch) | |
tree | bf570a234b68431b835581e247f276b8201e2319 /docs | |
parent | 79bc536a468df54530f80e560be532d0d5d857b2 (diff) | |
download | bugzilla-d0303fc39cda8eb13dfc3941cc81d9e3e0276c44.tar.gz bugzilla-d0303fc39cda8eb13dfc3941cc81d9e3e0276c44.tar.xz |
Documentation for bug 11901: Change Bugzilla comments line-wrapping policy - Patch by Sam Folk-Williams <sam.folkwilliams@gmail.com> r=mkanat
Diffstat (limited to 'docs')
-rw-r--r-- | docs/en/xml/using.xml | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/docs/en/xml/using.xml b/docs/en/xml/using.xml index 1da23dfe4..7d32d0d83 100644 --- a/docs/en/xml/using.xml +++ b/docs/en/xml/using.xml @@ -12,6 +12,12 @@ installations there will necessarily have all Bugzilla features enabled, and different installations run different versions, so some things may not quite work as this document describes.</para> + + <para> + Frequently Asked Questions (FAQ) are available and answered on + <ulink url="http://wiki.mozilla.org/Bugzilla:FAQ">wiki.mozilla.org</ulink>. + They may cover some questions you have which are left unanswered. + </para> </section> <section id="myaccount"> @@ -1014,6 +1020,15 @@ </para> </section> + <section id="comment-wrapping"> + <title>Server-Side Comment Wrapping</title> + <para> + Bugzilla stores comments unwrapped and wraps them at display time. This + ensures proper wrapping in all browsers. Lines beginning with the ">" + character are assumed to be quotes, and are not wrapped. + </para> + </section> + <section id="dependencytree"> <title>Dependency Tree</title> |