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