]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
WIP
authorGervase Markham <gerv@gerv.net>
Wed, 22 Oct 2014 12:25:03 +0000 (13:25 +0100)
committerGervase Markham <gerv@gerv.net>
Wed, 22 Oct 2014 12:25:03 +0000 (13:25 +0100)
docs/en/rst/administering/parameters.rst
docs/en/rst/installing/linux.rst
docs/en/rst/installing/sqlite.rst

index b3bf9a073b9e9490992b92756be37c10fd22c6b2..84865fa05ed17be85245b40391fac7bee8525f85 100644 (file)
@@ -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.
index 3fed95a3b4939d7df5cf8afde0f0b54854ff93e9..d94977fb7344d50363b7278987060305005e328b 100644 (file)
@@ -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 <http://www.bugzilla.org/download/>`_.
 
index 3eb478026fb52a81631a2261e2a82508464a39ef..bf5953666934ab503357002f04330f28b0ad3324 100644 (file)
@@ -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`.