From b8b2a943056adbb112474df7bdf766970a56b2dc Mon Sep 17 00:00:00 2001 From: Dylan William Hardison Date: Tue, 18 Sep 2018 18:19:03 -0400 Subject: Bug 1455495 - Replace apache with Mojolicious --- docs/en/rst/administering/parameters.rst | 6 ------ 1 file changed, 6 deletions(-) (limited to 'docs/en/rst/administering/parameters.rst') diff --git a/docs/en/rst/administering/parameters.rst b/docs/en/rst/administering/parameters.rst index 338df3eb3..0492e0070 100644 --- a/docs/en/rst/administering/parameters.rst +++ b/docs/en/rst/administering/parameters.rst @@ -28,12 +28,6 @@ utf8 .. note:: If you turn this parameter from :paramval:`off` to :paramval:`on`, you must re-run :file:`checksetup.pl` immediately afterward. -shutdownhtml - If there is any text in this field, this Bugzilla installation will - be completely disabled and this text will appear instead of all - Bugzilla pages for all users, including Admins. Used in the event - of site maintenance or outage situations. - announcehtml Any text in this field will be displayed at the top of every HTML page in this Bugzilla installation. The text is not wrapped in any -- cgit v1.2.3-24-g4f1b From 9263b7453169816c23b6f307fd225f3676d57a3a Mon Sep 17 00:00:00 2001 From: Kohei Yoshino Date: Sat, 13 Oct 2018 00:32:10 -0400 Subject: Bug 1498436 - Move site-wide message to global header --- docs/en/rst/administering/parameters.rst | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) (limited to 'docs/en/rst/administering/parameters.rst') diff --git a/docs/en/rst/administering/parameters.rst b/docs/en/rst/administering/parameters.rst index 0492e0070..1b657ff3c 100644 --- a/docs/en/rst/administering/parameters.rst +++ b/docs/en/rst/administering/parameters.rst @@ -29,12 +29,10 @@ utf8 you must re-run :file:`checksetup.pl` immediately afterward. announcehtml - Any text in this field will be displayed at the top of every HTML - page in this Bugzilla installation. The text is not wrapped in any - tags. For best results, wrap the text in a ``
`` - tag. Any style attributes from the CSS can be applied. For example, - to make the text green inside of a red box, add ``id=message`` - to the ``
`` tag. + Any text in this field will be displayed at the top of every HTML page in + this Bugzilla installation. The text is not wrapped in any tags. For best + results, wrap the text in a ``

`` tag. Any style attributes from the CSS + can be applied. ``

`` makes the text red. upgrade_notification Enable or disable a notification on the homepage of this Bugzilla -- cgit v1.2.3-24-g4f1b