Commit 89bb14c9 authored by Gervase Markham's avatar Gervase Markham

Bug 1107722 - Remove TODO markers in documentation. r,a=dkl.

parent b6f94782
...@@ -395,9 +395,6 @@ makeproductgroups ...@@ -395,9 +395,6 @@ makeproductgroups
when new products are created. If this is on, the groups will be when new products are created. If this is on, the groups will be
used for querying bugs. 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 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. 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.
......
...@@ -27,5 +27,3 @@ Bugzilla Documentation ...@@ -27,5 +27,3 @@ Bugzilla Documentation
installing/apache installing/apache
installing/apache-windows installing/apache-windows
installing/iis installing/iis
.. todolist::
...@@ -21,8 +21,6 @@ See the ...@@ -21,8 +21,6 @@ See the
`mysqldump documentation <http://dev.mysql.com/doc/mysql/en/mysqldump.html>`_ `mysqldump documentation <http://dev.mysql.com/doc/mysql/en/mysqldump.html>`_
for more information on :file:`mysqldump`. for more information on :file:`mysqldump`.
.. todo:: Mention max_allowed_packet? Convert this item to a bug on checkin.
PostgreSQL PostgreSQL
---------- ----------
......
...@@ -179,9 +179,6 @@ Or, you can pass an individual module name: ...@@ -179,9 +179,6 @@ Or, you can pass an individual module name:
distribution you are using, but are often called distribution you are using, but are often called
:file:`<packagename>-devel`. :file:`<packagename>-devel`.
.. todo:: Give examples for Debian/Ubuntu and RedHat.
Convert this item to a bug after checkin.
.. _linux-config-webserver: .. _linux-config-webserver:
Web Server Web Server
......
...@@ -166,12 +166,8 @@ Test Server ...@@ -166,12 +166,8 @@ Test Server
:command:`./testserver.pl http://localhost/` :command:`./testserver.pl http://localhost/`
All the tests should pass. You will get warnings about deprecation from All the tests should pass. You may get warnings about deprecation from
the ``Chart::Base`` Perl module; just ignore those. the ``Chart::Base`` Perl module; if so, just ignore them.
.. todo:: Chart::Base gives confusing deprecation warnings :-|
https://rt.cpan.org/Public/Bug/Display.html?id=79658 , unfixed for
2 years. :bug:`1070117`.
Access Via Web Browser Access Via Web Browser
====================== ======================
......
...@@ -64,11 +64,13 @@ Other block types: ...@@ -64,11 +64,13 @@ Other block types:
.. warning:: This is a warning of a potential serious problem you should be .. warning:: This is a warning of a potential serious problem you should be
aware of. 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 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. 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 Code gets highlighted using Pygments. Choose the highlighter at the top of
each file using: each file using:
......
...@@ -33,10 +33,6 @@ would search only in that product. ...@@ -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 You can also use it to go directly to a bug by entering its number or its
alias. 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 Simple Search
============= =============
...@@ -101,9 +97,6 @@ There are three fields in each row of a boolean search. ...@@ -101,9 +97,6 @@ There are three fields in each row of a boolean search.
Multiple Charts 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 The terms within a single row of a boolean chart are all
constraints on a single piece of data. If you are looking for 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 a bug that has two different people cc'd on it, then you need
...@@ -248,9 +241,6 @@ Remember Search As: ...@@ -248,9 +241,6 @@ Remember Search As:
Adding and Removing Tags on Bugs 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 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 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, by the user who created them. You can then run queries using tags as a criteria,
......
...@@ -79,12 +79,6 @@ reference on supported Markdown structures, please see the ...@@ -79,12 +79,6 @@ reference on supported Markdown structures, please see the
`syntax help <https://bugzilla.mozilla.org/page.cgi?id=markdown.html>`_ link `syntax help <https://bugzilla.mozilla.org/page.cgi?id=markdown.html>`_ link
next to the Markdown checkbox for new comments. 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 To use the Markdown feature, make sure that :guilabel:`Enable Markdown
support for comments` is set to :guilabel:`on` support for comments` is set to :guilabel:`on`
in your :ref:`user-preferences` and that you also check the :guilabel:`Use in your :ref:`user-preferences` and that you also check the :guilabel:`Use
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment