Fossil SCM
Remove the disused "timeline-commit-format" configuration parameter.
Commit
09e5d8d9c033c245d338dbccc4c310a1992d510a9ec32518a0bd58478d7efa5c
Parent
c7ad42d440b9b56…
1 file changed
-23
-23
| --- src/setup.c | ||
| +++ src/setup.c | ||
| @@ -1406,33 +1406,10 @@ | ||
| 1406 | 1406 | db_begin_transaction(); |
| 1407 | 1407 | @ <form action="%s(g.zTop)/setup_timeline" method="post"><div> |
| 1408 | 1408 | login_insert_csrf_secret(); |
| 1409 | 1409 | @ <p><input type="submit" name="submit" value="Apply Changes" /></p> |
| 1410 | 1410 | |
| 1411 | - @ <hr /> | |
| 1412 | - multiple_choice_attribute("Comment Format", "timeline-comment-format", | |
| 1413 | - "tcf", "4", count(azCommentFormats)/2, azCommentFormats); | |
| 1414 | - @ <p>Each timeline entry contains between one and three of the following subsections: | |
| 1415 | - @ <blockquote><table border=0 cellpadding=0> | |
| 1416 | - @ <tr><td>[hash]<td> <td>an artifact hash with a hyperlink to a detail page | |
| 1417 | - @ <tr><td>comment<td><td>the check-in comment or other text describing the item | |
| 1418 | - @ <tr><td>(details)<td><td>details about the entry, such as the user, branch, tags, etc. | |
| 1419 | - @ </table></blockquote> | |
| 1420 | - @ This setting selects which of the three subsections are included on each | |
| 1421 | - @ timeline entry and the order in which they are displayed. When the [hash] | |
| 1422 | - @ is omitted but the (details) are included, then the hash is shown as one | |
| 1423 | - @ of the details. The "comment | (details)" choice means that the | |
| 1424 | - @ details are displayed in a separate column from the comment. | |
| 1425 | - @ (Property: "timeline-commit-format")</p> | |
| 1426 | - | |
| 1427 | - @ <hr /> | |
| 1428 | - entry_attribute("Default Timeline Length", 6, "timeline-default-length", "tldl", "50", 0); | |
| 1429 | - @ <p>The default number of entries in a single /timeline that lacks the "n=" | |
| 1430 | - @ query parameter. | |
| 1431 | - @ (Property: "timeline-default-length") | |
| 1432 | - @ </p> | |
| 1433 | - | |
| 1434 | 1411 | @ <hr /> |
| 1435 | 1412 | onoff_attribute("Allow block-markup in timeline", |
| 1436 | 1413 | "timeline-block-markup", "tbm", 0, 0); |
| 1437 | 1414 | @ <p>In timeline displays, check-in comments can be displayed with or |
| 1438 | 1415 | @ without block markup such as paragraphs, tables, etc. |
| 1439 | 1416 |
| --- src/setup.c | |
| +++ src/setup.c | |
| @@ -1406,33 +1406,10 @@ | |
| 1406 | db_begin_transaction(); |
| 1407 | @ <form action="%s(g.zTop)/setup_timeline" method="post"><div> |
| 1408 | login_insert_csrf_secret(); |
| 1409 | @ <p><input type="submit" name="submit" value="Apply Changes" /></p> |
| 1410 | |
| 1411 | @ <hr /> |
| 1412 | multiple_choice_attribute("Comment Format", "timeline-comment-format", |
| 1413 | "tcf", "4", count(azCommentFormats)/2, azCommentFormats); |
| 1414 | @ <p>Each timeline entry contains between one and three of the following subsections: |
| 1415 | @ <blockquote><table border=0 cellpadding=0> |
| 1416 | @ <tr><td>[hash]<td> <td>an artifact hash with a hyperlink to a detail page |
| 1417 | @ <tr><td>comment<td><td>the check-in comment or other text describing the item |
| 1418 | @ <tr><td>(details)<td><td>details about the entry, such as the user, branch, tags, etc. |
| 1419 | @ </table></blockquote> |
| 1420 | @ This setting selects which of the three subsections are included on each |
| 1421 | @ timeline entry and the order in which they are displayed. When the [hash] |
| 1422 | @ is omitted but the (details) are included, then the hash is shown as one |
| 1423 | @ of the details. The "comment | (details)" choice means that the |
| 1424 | @ details are displayed in a separate column from the comment. |
| 1425 | @ (Property: "timeline-commit-format")</p> |
| 1426 | |
| 1427 | @ <hr /> |
| 1428 | entry_attribute("Default Timeline Length", 6, "timeline-default-length", "tldl", "50", 0); |
| 1429 | @ <p>The default number of entries in a single /timeline that lacks the "n=" |
| 1430 | @ query parameter. |
| 1431 | @ (Property: "timeline-default-length") |
| 1432 | @ </p> |
| 1433 | |
| 1434 | @ <hr /> |
| 1435 | onoff_attribute("Allow block-markup in timeline", |
| 1436 | "timeline-block-markup", "tbm", 0, 0); |
| 1437 | @ <p>In timeline displays, check-in comments can be displayed with or |
| 1438 | @ without block markup such as paragraphs, tables, etc. |
| 1439 |
| --- src/setup.c | |
| +++ src/setup.c | |
| @@ -1406,33 +1406,10 @@ | |
| 1406 | db_begin_transaction(); |
| 1407 | @ <form action="%s(g.zTop)/setup_timeline" method="post"><div> |
| 1408 | login_insert_csrf_secret(); |
| 1409 | @ <p><input type="submit" name="submit" value="Apply Changes" /></p> |
| 1410 | |
| 1411 | @ <hr /> |
| 1412 | onoff_attribute("Allow block-markup in timeline", |
| 1413 | "timeline-block-markup", "tbm", 0, 0); |
| 1414 | @ <p>In timeline displays, check-in comments can be displayed with or |
| 1415 | @ without block markup such as paragraphs, tables, etc. |
| 1416 |