Fossil SCM
Remove the configuration of the show-version-diffs property from the /setup_timeline page as that property is no longer used.
Commit
8d230be45cd12378a061088ed052db51b8a3cd38542e41db8143140beafc8b11
Parent
00bed59b694c7bf…
1 file changed
-9
-9
| --- src/setup.c | ||
| +++ src/setup.c | ||
| @@ -1513,19 +1513,10 @@ | ||
| 1513 | 1513 | @ in a separate box (using CSS class "timelineDate") whenever the date |
| 1514 | 1514 | @ changes. With the "YYYY-MM-DD HH:MM" and "YYMMDD ..." formats, |
| 1515 | 1515 | @ the complete date and time is shown on every timeline entry using the |
| 1516 | 1516 | @ CSS class "timelineTime". (Property: "timeline-date-format")</p> |
| 1517 | 1517 | |
| 1518 | - @ <hr /> | |
| 1519 | - onoff_attribute("Show version differences by default", | |
| 1520 | - "show-version-diffs", "vdiff", 0, 0); | |
| 1521 | - @ <p>The version-information pages linked from the timeline can either | |
| 1522 | - @ show complete diffs of all file changes, or can just list the names of | |
| 1523 | - @ the files that have changed. Users can get to either page by | |
| 1524 | - @ clicking. This setting selects the default. | |
| 1525 | - @ (Property: "show-version-diffs")</p> | |
| 1526 | - | |
| 1527 | 1518 | @ <hr /> |
| 1528 | 1519 | entry_attribute("Max timeline comment length", 6, |
| 1529 | 1520 | "timeline-max-comment", "tmc", "0", 0); |
| 1530 | 1521 | @ <p>The maximum length of a comment to be displayed in a timeline. |
| 1531 | 1522 | @ "0" there is no length limit. |
| 1532 | 1523 |
| --- src/setup.c | |
| +++ src/setup.c | |
| @@ -1513,19 +1513,10 @@ | |
| 1513 | @ in a separate box (using CSS class "timelineDate") whenever the date |
| 1514 | @ changes. With the "YYYY-MM-DD HH:MM" and "YYMMDD ..." formats, |
| 1515 | @ the complete date and time is shown on every timeline entry using the |
| 1516 | @ CSS class "timelineTime". (Property: "timeline-date-format")</p> |
| 1517 | |
| 1518 | @ <hr /> |
| 1519 | onoff_attribute("Show version differences by default", |
| 1520 | "show-version-diffs", "vdiff", 0, 0); |
| 1521 | @ <p>The version-information pages linked from the timeline can either |
| 1522 | @ show complete diffs of all file changes, or can just list the names of |
| 1523 | @ the files that have changed. Users can get to either page by |
| 1524 | @ clicking. This setting selects the default. |
| 1525 | @ (Property: "show-version-diffs")</p> |
| 1526 | |
| 1527 | @ <hr /> |
| 1528 | entry_attribute("Max timeline comment length", 6, |
| 1529 | "timeline-max-comment", "tmc", "0", 0); |
| 1530 | @ <p>The maximum length of a comment to be displayed in a timeline. |
| 1531 | @ "0" there is no length limit. |
| 1532 |
| --- src/setup.c | |
| +++ src/setup.c | |
| @@ -1513,19 +1513,10 @@ | |
| 1513 | @ in a separate box (using CSS class "timelineDate") whenever the date |
| 1514 | @ changes. With the "YYYY-MM-DD HH:MM" and "YYMMDD ..." formats, |
| 1515 | @ the complete date and time is shown on every timeline entry using the |
| 1516 | @ CSS class "timelineTime". (Property: "timeline-date-format")</p> |
| 1517 | |
| 1518 | @ <hr /> |
| 1519 | entry_attribute("Max timeline comment length", 6, |
| 1520 | "timeline-max-comment", "tmc", "0", 0); |
| 1521 | @ <p>The maximum length of a comment to be displayed in a timeline. |
| 1522 | @ "0" there is no length limit. |
| 1523 |