From 731deac85cfeb37f870ee7c95669b13be7ad759a Mon Sep 17 00:00:00 2001 From: Kohei Yoshino Date: Tue, 17 Jul 2018 09:09:22 -0400 Subject: Bug 1260096 - BugUserLastVisit api not working and throwing error code : 32614 --- docs/en/rst/api/core/v1/bug-user-last-visit.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs') diff --git a/docs/en/rst/api/core/v1/bug-user-last-visit.rst b/docs/en/rst/api/core/v1/bug-user-last-visit.rst index 2c3782662..f98122097 100644 --- a/docs/en/rst/api/core/v1/bug-user-last-visit.rst +++ b/docs/en/rst/api/core/v1/bug-user-last-visit.rst @@ -82,7 +82,7 @@ To return more than one specific bug timestamps: GET /rest/bug_user_last_visit/123?ids=234&ids=456 -To return just the most recent 20 timestamps: +To return all the timestamps stored during the retention period: .. code-block:: text -- cgit v1.2.3-24-g4f1b From eec09d8bec17b7f11a5d204562c4646959696d97 Mon Sep 17 00:00:00 2001 From: Dylan William Hardison Date: Tue, 31 Jul 2018 13:06:08 -0400 Subject: review nits --- docs/en/rst/administering/parameters.rst | 6 ------ docs/en/rst/style.rst | 5 +---- 2 files changed, 1 insertion(+), 10 deletions(-) (limited to 'docs') 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 diff --git a/docs/en/rst/style.rst b/docs/en/rst/style.rst index aa3957b95..5058a51a3 100644 --- a/docs/en/rst/style.rst +++ b/docs/en/rst/style.rst @@ -65,7 +65,7 @@ Other block types: 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. @@ -103,9 +103,6 @@ Inline Directives * A command to type in the shell: :command:`command --arguments` -* A parameter name: - :param:`shutdownhtml` - * A parameter value: :paramval:`DB` -- cgit v1.2.3-24-g4f1b