From af4a1da543834c65047f6ac17183595ea7c4dbe6 Mon Sep 17 00:00:00 2001 From: "lpsolit%gmail.com" <> Date: Mon, 12 Feb 2007 04:46:37 +0000 Subject: Doc patch for bug 149504: Permit a reference to a URL to be treated as an attachment - Patch by Frédéric Buclin r=Colin MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/xml/using.xml | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) (limited to 'docs') 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. @@ -857,6 +856,15 @@ than the maximum size of a regular attachment. + + Also, if the administrator turned on the allow_attach_url + 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. + +
Patch Viewer -- cgit v1.2.3-24-g4f1b