Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
| Comment: | Fix typos and improve the text description of the "Comment Format" setting. |
|---|---|
| Downloads: | Tarball | ZIP archive |
| Timelines: | family | ancestors | descendants | both | trunk |
| Files: | files | file ages | folders |
| SHA3-256: |
a339c94fd35bdcaa8105dec115558286 |
| User & Date: | drh 2017-11-25 01:41:32.993 |
Context
|
2017-11-25
| ||
| 01:55 | Suppress the "Related" checkbox on the submenu of /timeline when the basic query parameter is enabled. ... (check-in: a46b9e772c user: drh tags: trunk) | |
| 01:41 | Fix typos and improve the text description of the "Comment Format" setting. ... (check-in: a339c94fd3 user: drh tags: trunk) | |
|
2017-11-24
| ||
| 23:53 | Make the "basic" query parameter the default for built-in skins when clicking on the Timeline menu. Add "basic" to /finfo. Other improvements to timeline. ... (check-in: 78f18dbd1c user: drh tags: trunk) | |
Changes
Changes to src/setup.c.
| ︙ | ︙ | |||
1469 1470 1471 1472 1473 1474 1475 |
@ <form action="%s(g.zTop)/setup_timeline" method="post"><div>
login_insert_csrf_secret();
@ <p><input type="submit" name="submit" value="Apply Changes" /></p>
@ <hr />
multiple_choice_attribute("Comment Format", "timeline-comment-format",
"tcf", "0", count(azCommentFormats)/2, azCommentFormats);
| | | | | | | | | > > > | | 1469 1470 1471 1472 1473 1474 1475 1476 1477 1478 1479 1480 1481 1482 1483 1484 1485 1486 1487 1488 1489 1490 1491 1492 1493 1494 |
@ <form action="%s(g.zTop)/setup_timeline" method="post"><div>
login_insert_csrf_secret();
@ <p><input type="submit" name="submit" value="Apply Changes" /></p>
@ <hr />
multiple_choice_attribute("Comment Format", "timeline-comment-format",
"tcf", "0", count(azCommentFormats)/2, azCommentFormats);
@ <p>Each timeline entry contains between one and three of the following subsections:
@ <blockquote><table border=0 cellpadding=0>
@ <tr><td>[hash]<td> <td>an artifact hash with a hyperlink to a detail page
@ <tr><td>comment<td><td>the check-in comment or other text describing the item
@ <tr><td>(details)<td><td>details about the entry, such as the user, branch, tags, etc.
@ </table></blockquote>
@ This setting selects which of the three subsections are included on each
@ timeline entry and the order in which they are displayed. When the [hash]
@ is omitted but the (details) are included, then the hash is shown as one
@ of the details. The "comment | (details)" choice means that the
@ details are displayed in a separate column from the comment.
@ (Property: "timeline-commit-format")</p>
@ <hr />
onoff_attribute("Allow block-markup in timeline",
"timeline-block-markup", "tbm", 0, 0);
@ <p>In timeline displays, check-in comments can be displayed with or
@ without block markup such as paragraphs, tables, etc.
@ (Property: "timeline-block-markup")</p>
|
| ︙ | ︙ |