Mercurial > p > roundup > code
comparison 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 |
comparison
equal
deleted
inserted
replaced
| 5226:578e86e015f9 | 5227:690ec4f438df |
|---|---|
| 2451 Method Description | 2451 Method Description |
| 2452 =============== ======================================================== | 2452 =============== ======================================================== |
| 2453 submit generate a submit button (and action and @csrf hidden elements) | 2453 submit generate a submit button (and action and @csrf hidden elements) |
| 2454 journal return the journal of the current item (**not | 2454 journal return the journal of the current item (**not |
| 2455 implemented**) | 2455 implemented**) |
| 2456 history render the journal of the current item as HTML | 2456 history render the journal of the current item as |
| 2457 HTML. By default properties marked as "quiet" (see | |
| 2458 `design documentation`_) are not shown unless the | |
| 2459 function is called with the showall=True parameter. | |
| 2457 renderQueryForm specific to the "query" class - render the search form | 2460 renderQueryForm specific to the "query" class - render the search form |
| 2458 for the query | 2461 for the query |
| 2459 hasPermission specific to the "user" class - determine whether the | 2462 hasPermission specific to the "user" class - determine whether the |
| 2460 user has a Permission. The signature is:: | 2463 user has a Permission. The signature is:: |
| 2461 | 2464 |
