From: Gervase Markham Date: Wed, 22 Oct 2014 12:25:03 +0000 (+0100) Subject: WIP X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e4f8efeb0fd303789f63693f57dbe8c7001f56bd;p=thirdparty%2Fbugzilla.git WIP --- diff --git a/docs/en/rst/administering/parameters.rst b/docs/en/rst/administering/parameters.rst index b3bf9a073b..84865fa05e 100644 --- a/docs/en/rst/administering/parameters.rst +++ b/docs/en/rst/administering/parameters.rst @@ -235,8 +235,6 @@ allow_attachment_deletion maxattachmentsize The maximum size (in kilobytes) of attachments to be stored in the database. If a file larger than this size is attached to a bug, Bugzilla will look at the maxlocalattachment parameter to determine if the file can be stored locally on the web server. If the file size exceeds both limits, then the attachment is rejected. Settings both parameters to 0 will prevent attaching files to bugs. - - .. todo:: Talk about MySQL max_allowed_packet maxlocalattachment The maximum size (in megabytes) of attachments to be stored locally on the web server. If set to a value lower than the :param:`maxattachmentsize` parameter, attachments will never be kept on the local filesystem. diff --git a/docs/en/rst/installing/linux.rst b/docs/en/rst/installing/linux.rst index 3fed95a3b4..d94977fb73 100644 --- a/docs/en/rst/installing/linux.rst +++ b/docs/en/rst/installing/linux.rst @@ -126,6 +126,8 @@ The best way to get Bugzilla is to check it out from git: :command:`git clone https://git.mozilla.org/bugzilla/bugzilla` +.. todo:: Need to check out stable branch, not master + If that's not possible, you can `download a tarball of Bugzilla `_. diff --git a/docs/en/rst/installing/sqlite.rst b/docs/en/rst/installing/sqlite.rst index 3eb478026f..bf59536669 100644 --- a/docs/en/rst/installing/sqlite.rst +++ b/docs/en/rst/installing/sqlite.rst @@ -10,7 +10,5 @@ SQLite Once you have SQLite installed, no additional configuration is required to run Bugzilla. -.. todo:: This doesn't work - gives a timezone-related error on my box. - The database will be stored in :file:`$BUGZILLA_HOME/data/db/$db_name`, where ``$db_name`` is the database name defined in :file:`localconfig`.