Doc patch for bug 149504: Permit a reference to a URL to be treated as an attachment - Patch by Frédéric Buclin <LpSolit@gmail.com> r=Colin

git-svn-id: svn://10.0.0.236/trunk@219961 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
lpsolit%gmail.com
2007-02-11 20:49:10 +00:00
parent 45b3202456
commit 35e094b0de

View File

@@ -328,8 +328,7 @@
You can attach files (e.g. testcases or patches) to bugs. If there
are any attachments, they are listed in this section. Attachments are
normally stored in the Bugzilla database, unless they are marked as
Big Files, which are stored directly on disk and (unlike attachments
kept in the database) may be deleted at some future time.
Big Files, which are stored directly on disk.
</para>
</listitem>
@@ -857,6 +856,15 @@
than the maximum size of a regular attachment.
</para>
<para>
Also, if the administrator turned on the <quote>allow_attach_url</quote>
parameter, you can enter the URL pointing to the attachment instead of
uploading the attachment itself. For example, this is useful if you want to
point to an external application, a website or a very large file. Note that
there is no guarantee that the source file will always be available, nor
that its content will remain unchanged.
</para>
<section id="patchviewer">
<title>Patch Viewer</title>