summaryrefslogtreecommitdiffstats
path: root/docs/en/rst/installing
diff options
context:
space:
mode:
authorGervase Markham <gerv@gerv.net>2014-12-05 23:56:49 +0100
committerGervase Markham <gerv@gerv.net>2014-12-05 23:56:49 +0100
commit89bb14c9ef801f873caf8820927c1957b5f594cb (patch)
tree2d3eb53b88060d32680f334f358015a360b7591c /docs/en/rst/installing
parentb6f9478220c5fae221143996e26c27ba97ecdaa9 (diff)
downloadbugzilla-89bb14c9ef801f873caf8820927c1957b5f594cb.tar.gz
bugzilla-89bb14c9ef801f873caf8820927c1957b5f594cb.tar.xz
Bug 1107722 - Remove TODO markers in documentation. r,a=dkl.
Diffstat (limited to 'docs/en/rst/installing')
-rw-r--r--docs/en/rst/installing/backups.rst2
-rw-r--r--docs/en/rst/installing/linux.rst3
-rw-r--r--docs/en/rst/installing/quick-start.rst8
3 files changed, 2 insertions, 11 deletions
diff --git a/docs/en/rst/installing/backups.rst b/docs/en/rst/installing/backups.rst
index f20b3021a..c4d1ec863 100644
--- a/docs/en/rst/installing/backups.rst
+++ b/docs/en/rst/installing/backups.rst
@@ -21,8 +21,6 @@ See the
`mysqldump documentation <http://dev.mysql.com/doc/mysql/en/mysqldump.html>`_
for more information on :file:`mysqldump`.
-.. todo:: Mention max_allowed_packet? Convert this item to a bug on checkin.
-
PostgreSQL
----------
diff --git a/docs/en/rst/installing/linux.rst b/docs/en/rst/installing/linux.rst
index 97192fac3..f1c69410e 100644
--- a/docs/en/rst/installing/linux.rst
+++ b/docs/en/rst/installing/linux.rst
@@ -179,9 +179,6 @@ Or, you can pass an individual module name:
distribution you are using, but are often called
:file:`<packagename>-devel`.
- .. todo:: Give examples for Debian/Ubuntu and RedHat.
- Convert this item to a bug after checkin.
-
.. _linux-config-webserver:
Web Server
diff --git a/docs/en/rst/installing/quick-start.rst b/docs/en/rst/installing/quick-start.rst
index 220421bce..0d34d12ed 100644
--- a/docs/en/rst/installing/quick-start.rst
+++ b/docs/en/rst/installing/quick-start.rst
@@ -166,12 +166,8 @@ Test Server
:command:`./testserver.pl http://localhost/`
-All the tests should pass. You will get warnings about deprecation from
-the ``Chart::Base`` Perl module; just ignore those.
-
-.. todo:: Chart::Base gives confusing deprecation warnings :-|
- https://rt.cpan.org/Public/Bug/Display.html?id=79658 , unfixed for
- 2 years. :bug:`1070117`.
+All the tests should pass. You may get warnings about deprecation from
+the ``Chart::Base`` Perl module; if so, just ignore them.
Access Via Web Browser
======================