Fossil SCM
Fix typos in documentation for path-to-tag. Put path-to-tag in the change log.
Commit
ae4bbd8e752117f4909c56315bd3821b9c1b8dbc11d24a9010a21b30d180637e
Parent
7012444fc25069e…
2 files changed
+4
-3
+4
+4
-3
| --- src/info.c | ||
| +++ src/info.c | ||
| @@ -973,15 +973,16 @@ | ||
| 973 | 973 | |
| 974 | 974 | /* |
| 975 | 975 | ** SETTING: path-to-tag width=40 |
| 976 | 976 | ** |
| 977 | 977 | ** If the path-to-tag setting is defined and is not an empty string |
| 978 | -** then then /info page for checking HASH will display a link to | |
| 979 | -** a timeline showing an abbreviated path from the HASH check-in to | |
| 978 | +** then the /info page for checkin HASH will display a link to | |
| 979 | +** a timeline showing an abbreviated path from the HASH checkin to | |
| 980 | 980 | ** the next checkin that has a tag which is the value of this setting. |
| 981 | 981 | ** |
| 982 | -** A typical value for this setting is "release" | |
| 982 | +** A typical value for this setting is "release", in which case a | |
| 983 | +** "path-to-release" link is shown on /info pages of checkins. | |
| 983 | 984 | */ |
| 984 | 985 | |
| 985 | 986 | /* |
| 986 | 987 | ** WEBPAGE: vinfo |
| 987 | 988 | ** WEBPAGE: ci |
| 988 | 989 |
| --- src/info.c | |
| +++ src/info.c | |
| @@ -973,15 +973,16 @@ | |
| 973 | |
| 974 | /* |
| 975 | ** SETTING: path-to-tag width=40 |
| 976 | ** |
| 977 | ** If the path-to-tag setting is defined and is not an empty string |
| 978 | ** then then /info page for checking HASH will display a link to |
| 979 | ** a timeline showing an abbreviated path from the HASH check-in to |
| 980 | ** the next checkin that has a tag which is the value of this setting. |
| 981 | ** |
| 982 | ** A typical value for this setting is "release" |
| 983 | */ |
| 984 | |
| 985 | /* |
| 986 | ** WEBPAGE: vinfo |
| 987 | ** WEBPAGE: ci |
| 988 |
| --- src/info.c | |
| +++ src/info.c | |
| @@ -973,15 +973,16 @@ | |
| 973 | |
| 974 | /* |
| 975 | ** SETTING: path-to-tag width=40 |
| 976 | ** |
| 977 | ** If the path-to-tag setting is defined and is not an empty string |
| 978 | ** then the /info page for checkin HASH will display a link to |
| 979 | ** a timeline showing an abbreviated path from the HASH checkin to |
| 980 | ** the next checkin that has a tag which is the value of this setting. |
| 981 | ** |
| 982 | ** A typical value for this setting is "release", in which case a |
| 983 | ** "path-to-release" link is shown on /info pages of checkins. |
| 984 | */ |
| 985 | |
| 986 | /* |
| 987 | ** WEBPAGE: vinfo |
| 988 | ** WEBPAGE: ci |
| 989 |
+4
| --- www/changes.wiki | ||
| +++ www/changes.wiki | ||
| @@ -21,10 +21,14 @@ | ||
| 21 | 21 | <li> Forum posts may now have attachments if their poster has the new "B" |
| 22 | 22 | capability. |
| 23 | 23 | <li> Add the "[/help/attachment-size-limit|attachment-size-limit]" setting |
| 24 | 24 | to limit the size of file attachments to wiki pages, tech notes, |
| 25 | 25 | tickets, and forum posts. |
| 26 | + <li> Add the "[/help/path-to-tag|path-to-tag]" setting, which if set to | |
| 27 | + something like "release" provides a link named "path-to-release" on | |
| 28 | + /info pages for checkins. Clicking that link shows the path to the | |
| 29 | + first release containing that check-in. | |
| 26 | 30 | <li> Addded several HTML5 tags deemed harmless to the MD/wiki allowlists. |
| 27 | 31 | <li> Fix various pages on deployments where a custom skin emits |
| 28 | 32 | its own <code>BODY</code> tag without the expected CSS classes. |
| 29 | 33 | <li> When behaving as an HTTP client, Fossil now always uses HTTP/1.1 and |
| 30 | 34 | it understands the "chunked" transfer encoding. |
| 31 | 35 |
| --- www/changes.wiki | |
| +++ www/changes.wiki | |
| @@ -21,10 +21,14 @@ | |
| 21 | <li> Forum posts may now have attachments if their poster has the new "B" |
| 22 | capability. |
| 23 | <li> Add the "[/help/attachment-size-limit|attachment-size-limit]" setting |
| 24 | to limit the size of file attachments to wiki pages, tech notes, |
| 25 | tickets, and forum posts. |
| 26 | <li> Addded several HTML5 tags deemed harmless to the MD/wiki allowlists. |
| 27 | <li> Fix various pages on deployments where a custom skin emits |
| 28 | its own <code>BODY</code> tag without the expected CSS classes. |
| 29 | <li> When behaving as an HTTP client, Fossil now always uses HTTP/1.1 and |
| 30 | it understands the "chunked" transfer encoding. |
| 31 |
| --- www/changes.wiki | |
| +++ www/changes.wiki | |
| @@ -21,10 +21,14 @@ | |
| 21 | <li> Forum posts may now have attachments if their poster has the new "B" |
| 22 | capability. |
| 23 | <li> Add the "[/help/attachment-size-limit|attachment-size-limit]" setting |
| 24 | to limit the size of file attachments to wiki pages, tech notes, |
| 25 | tickets, and forum posts. |
| 26 | <li> Add the "[/help/path-to-tag|path-to-tag]" setting, which if set to |
| 27 | something like "release" provides a link named "path-to-release" on |
| 28 | /info pages for checkins. Clicking that link shows the path to the |
| 29 | first release containing that check-in. |
| 30 | <li> Addded several HTML5 tags deemed harmless to the MD/wiki allowlists. |
| 31 | <li> Fix various pages on deployments where a custom skin emits |
| 32 | its own <code>BODY</code> tag without the expected CSS classes. |
| 33 | <li> When behaving as an HTTP client, Fossil now always uses HTTP/1.1 and |
| 34 | it understands the "chunked" transfer encoding. |
| 35 |