diff options
author | Matt Selsky <selsky@columbia.edu> | 2014-12-15 18:47:48 +0100 |
---|---|---|
committer | Gervase Markham <gerv@gerv.net> | 2014-12-15 18:47:48 +0100 |
commit | adc3c7a7b51bd32732d1f65aa9da180c1e6e15d8 (patch) | |
tree | 5c2a4825b7f0aac15556dfe4ee29129cb238c4db /docs | |
parent | f264250ff423e53d44fee297b5648f437c910d02 (diff) | |
download | bugzilla-adc3c7a7b51bd32732d1f65aa9da180c1e6e15d8.tar.gz bugzilla-adc3c7a7b51bd32732d1f65aa9da180c1e6e15d8.tar.xz |
Bug 950486: Move the webdotbase and font_file parameters from data/params into localconfig (and kill the Graphs panel). r=gerv, a=glob.
Diffstat (limited to 'docs')
-rw-r--r-- | docs/en/rst/administering/parameters.rst | 36 |
1 files changed, 0 insertions, 36 deletions
diff --git a/docs/en/rst/administering/parameters.rst b/docs/en/rst/administering/parameters.rst index 1a0999093..ce6a55f6a 100644 --- a/docs/en/rst/administering/parameters.rst +++ b/docs/en/rst/administering/parameters.rst @@ -337,42 +337,6 @@ collapsed_comment_tags A comma-separated list of tags which, when applied to comments, will cause them to be collapsed by default. -.. _param-dependency-graphs: - -Graphs -====== - -Bugzilla can draw graphs of bug-dependency relationships, using a tool called -:file:`dot` (from the `GraphViz project <http://graphviz.org/>`_) or a web -service called Web Dot. This page allows you to set the location of the binary -or service. If no Web Dot server or binary is specified, then dependency -graphs will be disabled. - -webdotbase - You may set this parameter to any of the following: - - * A complete file path to :command:`dot` (part of GraphViz), which will - generate the graphs locally. - * A URL prefix pointing to an installation of the Web Dot package, which - will generate the graphs remotely. - * A blank value, which will disable dependency graphing. - - The default value is blank. We recommend using a local install of - :file:`dot`. If you change this value to a web service, make certain that - the Web Dot server can read files from your Web Dot directory. On Apache - you do this by editing the :file:`.htaccess` file; for other systems the - needed measures may vary. You can run :command:`checksetup.pl` to - recreate the :file:`.htaccess` file if it has been lost. - -font_file - You can specify the full path to a TrueType font file which will be used - to display text (labels, legends, ...) in charts and graphical reports. - To support as many languages as possible, we recommend to specify a - TrueType font such as Unifont which supports all printable characters in - the Basic Multilingual Plane. If you leave this parameter empty, a default - font will be used, but its support is limited to English characters only - and so other characters will be displayed incorrectly. - .. _param-group-security: Group Security |