diff doc/customizing.txt @ 5227:690ec4f438df

Added missing documentation of the showall parameter to the history command for the roundup.cgi.templating.HTMLItem. This is missing doc for http://issues.roundup-tracker.org/issue1714899 issue 1714899 implementation of quiet flag for properties.
author John Rouillard <rouilj@ieee.org>
date Sun, 09 Apr 2017 20:41:40 -0400
parents 9bf221cebef3
children 8743b7226dc7
line wrap: on
line diff
--- a/doc/customizing.txt	Sat Apr 08 22:34:10 2017 -0400
+++ b/doc/customizing.txt	Sun Apr 09 20:41:40 2017 -0400
@@ -2453,7 +2453,10 @@
 submit          generate a submit button (and action and @csrf hidden elements)
 journal         return the journal of the current item (**not
                 implemented**)
-history         render the journal of the current item as HTML
+history         render the journal of the current item as
+                HTML. By default properties marked as "quiet" (see 
+		`design documentation`_) are not shown unless the
+		function is called with the showall=True parameter.
 renderQueryForm specific to the "query" class - render the search form
                 for the query
 hasPermission   specific to the "user" class - determine whether the

Roundup Issue Tracker: http://roundup-tracker.org/