]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Doc patch for bug 149504: Permit a reference to a URL to be treated as an attachment...
authorlpsolit%gmail.com <>
Fri, 4 Apr 2008 11:48:09 +0000 (11:48 +0000)
committerlpsolit%gmail.com <>
Fri, 4 Apr 2008 11:48:09 +0000 (11:48 +0000)
docs/en/xml/using.xml

index 0d49e2ae217b877110bde1443d1c414a549808d4..0eae71b5abc3a949d67d84c136f6c0a04e89b66f 100644 (file)
           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>
 
       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>