summaryrefslogtreecommitdiffstats
path: root/docs
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
parentb6f9478220c5fae221143996e26c27ba97ecdaa9 (diff)
downloadbugzilla-89bb14c9ef801f873caf8820927c1957b5f594cb.tar.gz
bugzilla-89bb14c9ef801f873caf8820927c1957b5f594cb.tar.xz
Bug 1107722 - Remove TODO markers in documentation. r,a=dkl.
Diffstat (limited to 'docs')
-rw-r--r--docs/en/rst/administering/parameters.rst3
-rw-r--r--docs/en/rst/index.rst2
-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
-rw-r--r--docs/en/rst/style.rst6
-rw-r--r--docs/en/rst/using/finding.rst10
-rw-r--r--docs/en/rst/using/tips.rst6
8 files changed, 6 insertions, 34 deletions
diff --git a/docs/en/rst/administering/parameters.rst b/docs/en/rst/administering/parameters.rst
index 8e3e61231..6be8831dc 100644
--- a/docs/en/rst/administering/parameters.rst
+++ b/docs/en/rst/administering/parameters.rst
@@ -395,9 +395,6 @@ makeproductgroups
when new products are created. If this is on, the groups will be
used for querying bugs.
- .. todo:: This is spectacularly unclear. I have no idea what makeproductgroups
- does - can someone explain it to me? Convert this item into a bug on checkin.
-
chartgroup
The name of the group of users who can use the 'New Charts' feature. Administrators should ensure that the public categories and series definitions do not divulge confidential information before enabling this for an untrusted population. If left blank, no users will be able to use New Charts.
diff --git a/docs/en/rst/index.rst b/docs/en/rst/index.rst
index b877920c6..b4ca1107e 100644
--- a/docs/en/rst/index.rst
+++ b/docs/en/rst/index.rst
@@ -27,5 +27,3 @@ Bugzilla Documentation
installing/apache
installing/apache-windows
installing/iis
-
-.. todolist::
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
======================
diff --git a/docs/en/rst/style.rst b/docs/en/rst/style.rst
index aa3957b95..a1d6d7835 100644
--- a/docs/en/rst/style.rst
+++ b/docs/en/rst/style.rst
@@ -64,11 +64,13 @@ Other block types:
.. warning:: This is a warning of a potential serious problem you should be
aware of.
-.. todo:: This is some documentation-related task that still needs doing.
-
Use both of the above block types sparingly. Consider putting the information
in the main text, omitting it, or (if long) placing it in a subsidiary file.
+.. todo:: This is some documentation-related task that still needs doing.
+ This is useful for short-term todos during development; however,
+ consider filing a bug for todos which will persist longer.
+
Code gets highlighted using Pygments. Choose the highlighter at the top of
each file using:
diff --git a/docs/en/rst/using/finding.rst b/docs/en/rst/using/finding.rst
index 414e30cba..515f2e37d 100644
--- a/docs/en/rst/using/finding.rst
+++ b/docs/en/rst/using/finding.rst
@@ -33,10 +33,6 @@ would search only in that product.
You can also use it to go directly to a bug by entering its number or its
alias.
-.. todo:: Need to incorporate the full reference, and link it properly from
- the GUI. https://bugzilla.mozilla.org/page.cgi?id=quicksearch.html
- Turn this item into a bug after checkin.
-
Simple Search
=============
@@ -101,9 +97,6 @@ There are three fields in each row of a boolean search.
Multiple Charts
---------------
-.. todo:: This needs rewriting for the new UI.
- Turn this item into a bug after checkin.
-
The terms within a single row of a boolean chart are all
constraints on a single piece of data. If you are looking for
a bug that has two different people cc'd on it, then you need
@@ -248,9 +241,6 @@ Remember Search As:
Adding and Removing Tags on Bugs
================================
-.. todo:: Looks like you can no longer do this from search results; is that right?
- Turn this item into a bug after checkin.
-
You can add and remove tags from individual bugs, which let you find and
manage bugs more easily. Tags are per-user and so are only visible and editable
by the user who created them. You can then run queries using tags as a criteria,
diff --git a/docs/en/rst/using/tips.rst b/docs/en/rst/using/tips.rst
index a48149275..411d457fd 100644
--- a/docs/en/rst/using/tips.rst
+++ b/docs/en/rst/using/tips.rst
@@ -79,12 +79,6 @@ reference on supported Markdown structures, please see the
`syntax help <https://bugzilla.mozilla.org/page.cgi?id=markdown.html>`_ link
next to the Markdown checkbox for new comments.
-.. todo:: The above link isn't ideal, but we can't easily link to the user's
- Bugzilla because the docs aren't always on a Bugzilla (e.g.
- when they are on ReadTheDocs). Best solution is to port the
- Markdown guide to ReST.
- Turn this item into a bug after checkin.
-
To use the Markdown feature, make sure that :guilabel:`Enable Markdown
support for comments` is set to :guilabel:`on`
in your :ref:`user-preferences` and that you also check the :guilabel:`Use