Fossil SCM
Fix typos and improve the text description of the "Comment Format" setting.
Commit
a339c94fd35bdcaa8105dec11555828697c8549cbc3f5c2d63855b221e3b632c
Parent
78f18dbd1cf1cb8…
1 file changed
+12
-9
+12
-9
| --- src/setup.c | ||
| +++ src/setup.c | ||
| @@ -1471,19 +1471,22 @@ | ||
| 1471 | 1471 | @ <p><input type="submit" name="submit" value="Apply Changes" /></p> |
| 1472 | 1472 | |
| 1473 | 1473 | @ <hr /> |
| 1474 | 1474 | multiple_choice_attribute("Comment Format", "timeline-comment-format", |
| 1475 | 1475 | "tcf", "0", count(azCommentFormats)/2, azCommentFormats); |
| 1476 | - @ <p>Each timeline entry may contain the following subsections: | |
| 1477 | - @ <ol> | |
| 1478 | - @ <li> an artifact hash with a hyperlink to a detail page | |
| 1479 | - @ <li> the check-in comment or other text describing the item | |
| 1480 | - @ <li> details, such as the user, branch, tags, etc. | |
| 1481 | - @ </ol> | |
| 1482 | - @ This control selects which of the three items above are included on each | |
| 1483 | - @ timeline entry and the order in which they are displayed. | |
| 1484 | - @ (Preperty: "timeline-commit-format")</p> | |
| 1476 | + @ <p>Each timeline entry contains between one and three of the following subsections: | |
| 1477 | + @ <blockquote><table border=0 cellpadding=0> | |
| 1478 | + @ <tr><td>[hash]<td> <td>an artifact hash with a hyperlink to a detail page | |
| 1479 | + @ <tr><td>comment<td><td>the check-in comment or other text describing the item | |
| 1480 | + @ <tr><td>(details)<td><td>details about the entry, such as the user, branch, tags, etc. | |
| 1481 | + @ </table></blockquote> | |
| 1482 | + @ This setting selects which of the three subsections are included on each | |
| 1483 | + @ timeline entry and the order in which they are displayed. When the [hash] | |
| 1484 | + @ is omitted but the (details) are included, then the hash is shown as one | |
| 1485 | + @ of the details. The "comment | (details)" choice means that the | |
| 1486 | + @ details are displayed in a separate column from the comment. | |
| 1487 | + @ (Property: "timeline-commit-format")</p> | |
| 1485 | 1488 | |
| 1486 | 1489 | @ <hr /> |
| 1487 | 1490 | onoff_attribute("Allow block-markup in timeline", |
| 1488 | 1491 | "timeline-block-markup", "tbm", 0, 0); |
| 1489 | 1492 | @ <p>In timeline displays, check-in comments can be displayed with or |
| 1490 | 1493 |
| --- src/setup.c | |
| +++ src/setup.c | |
| @@ -1471,19 +1471,22 @@ | |
| 1471 | @ <p><input type="submit" name="submit" value="Apply Changes" /></p> |
| 1472 | |
| 1473 | @ <hr /> |
| 1474 | multiple_choice_attribute("Comment Format", "timeline-comment-format", |
| 1475 | "tcf", "0", count(azCommentFormats)/2, azCommentFormats); |
| 1476 | @ <p>Each timeline entry may contain the following subsections: |
| 1477 | @ <ol> |
| 1478 | @ <li> an artifact hash with a hyperlink to a detail page |
| 1479 | @ <li> the check-in comment or other text describing the item |
| 1480 | @ <li> details, such as the user, branch, tags, etc. |
| 1481 | @ </ol> |
| 1482 | @ This control selects which of the three items above are included on each |
| 1483 | @ timeline entry and the order in which they are displayed. |
| 1484 | @ (Preperty: "timeline-commit-format")</p> |
| 1485 | |
| 1486 | @ <hr /> |
| 1487 | onoff_attribute("Allow block-markup in timeline", |
| 1488 | "timeline-block-markup", "tbm", 0, 0); |
| 1489 | @ <p>In timeline displays, check-in comments can be displayed with or |
| 1490 |
| --- src/setup.c | |
| +++ src/setup.c | |
| @@ -1471,19 +1471,22 @@ | |
| 1471 | @ <p><input type="submit" name="submit" value="Apply Changes" /></p> |
| 1472 | |
| 1473 | @ <hr /> |
| 1474 | multiple_choice_attribute("Comment Format", "timeline-comment-format", |
| 1475 | "tcf", "0", count(azCommentFormats)/2, azCommentFormats); |
| 1476 | @ <p>Each timeline entry contains between one and three of the following subsections: |
| 1477 | @ <blockquote><table border=0 cellpadding=0> |
| 1478 | @ <tr><td>[hash]<td> <td>an artifact hash with a hyperlink to a detail page |
| 1479 | @ <tr><td>comment<td><td>the check-in comment or other text describing the item |
| 1480 | @ <tr><td>(details)<td><td>details about the entry, such as the user, branch, tags, etc. |
| 1481 | @ </table></blockquote> |
| 1482 | @ This setting selects which of the three subsections are included on each |
| 1483 | @ timeline entry and the order in which they are displayed. When the [hash] |
| 1484 | @ is omitted but the (details) are included, then the hash is shown as one |
| 1485 | @ of the details. The "comment | (details)" choice means that the |
| 1486 | @ details are displayed in a separate column from the comment. |
| 1487 | @ (Property: "timeline-commit-format")</p> |
| 1488 | |
| 1489 | @ <hr /> |
| 1490 | onoff_attribute("Allow block-markup in timeline", |
| 1491 | "timeline-block-markup", "tbm", 0, 0); |
| 1492 | @ <p>In timeline displays, check-in comments can be displayed with or |
| 1493 |