From 35e094b0de41dbab580c6afd2b3f3f681de817fe Mon Sep 17 00:00:00 2001 From: "lpsolit%gmail.com" Date: Sun, 11 Feb 2007 20:49:10 +0000 Subject: [PATCH] =?UTF-8?q?Doc=20patch=20for=20bug=20149504:=20Permit=20a?= =?UTF-8?q?=20reference=20to=20a=20URL=20to=20be=20treated=20as=20an=20att?= =?UTF-8?q?achment=20-=20Patch=20by=20Fr=C3=83=C2=A9d=C3=83=C2=A9ric=20Buc?= =?UTF-8?q?lin=20=20r=3DColin?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: svn://10.0.0.236/trunk@219961 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/webtools/bugzilla/docs/xml/using.xml | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/mozilla/webtools/bugzilla/docs/xml/using.xml b/mozilla/webtools/bugzilla/docs/xml/using.xml index 0d49e2ae217..0eae71b5abc 100644 --- a/mozilla/webtools/bugzilla/docs/xml/using.xml +++ b/mozilla/webtools/bugzilla/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