summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorlpsolit%gmail.com <>2007-02-12 05:46:37 +0100
committerlpsolit%gmail.com <>2007-02-12 05:46:37 +0100
commitaf4a1da543834c65047f6ac17183595ea7c4dbe6 (patch)
tree69ba765b71b6f929307b7ddd9e70a1896f7a5896 /docs
parent33927a1f34e779407a0cc1c0ec28506910a893f5 (diff)
downloadbugzilla-af4a1da543834c65047f6ac17183595ea7c4dbe6.tar.gz
bugzilla-af4a1da543834c65047f6ac17183595ea7c4dbe6.tar.xz
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
Diffstat (limited to 'docs')
-rw-r--r--docs/xml/using.xml12
1 files changed, 10 insertions, 2 deletions
diff --git a/docs/xml/using.xml b/docs/xml/using.xml
index 0d49e2ae2..0eae71b5a 100644
--- a/docs/xml/using.xml
+++ b/docs/xml/using.xml
@@ -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>