Fossil SCM
Make documentation for timeline-truncate-at-blank and timeline-tslink-info visible.
Commit
4c6fa15c67c7d42d986de740897958597cc2f4d1ad8adf3129da9e7a1db4ea4c
Parent
0db5c15990a11a9…
1 file changed
+17
-17
+17
-17
| --- src/timeline.c | ||
| +++ src/timeline.c | ||
| @@ -221,28 +221,28 @@ | ||
| 221 | 221 | vid = db_lget_int("checkout", 0); |
| 222 | 222 | } |
| 223 | 223 | zPrevDate[0] = 0; |
| 224 | 224 | mxWikiLen = db_get_int("timeline-max-comment", 0); |
| 225 | 225 | dateFormat = db_get_int("timeline-date-format", 0); |
| 226 | - /* | |
| 227 | - ** SETTING: timeline-truncate-at-blank boolean default=off | |
| 228 | - ** | |
| 229 | - ** If enabled, check-in comments displayed on the timeline are truncated | |
| 230 | - ** at the first blank line of the comment text. The comment text after | |
| 231 | - ** the first blank line is only seen in the /info or similar pages that | |
| 232 | - ** show details about the check-in. | |
| 233 | - */ | |
| 226 | +/* | |
| 227 | +** SETTING: timeline-truncate-at-blank boolean default=off | |
| 228 | +** | |
| 229 | +** If enabled, check-in comments displayed on the timeline are truncated | |
| 230 | +** at the first blank line of the comment text. The comment text after | |
| 231 | +** the first blank line is only seen in the /info or similar pages that | |
| 232 | +** show details about the check-in. | |
| 233 | +*/ | |
| 234 | 234 | bCommentGitStyle = db_get_int("timeline-truncate-at-blank", 0); |
| 235 | - /* | |
| 236 | - ** SETTING: timeline-tslink-info boolean default=off | |
| 237 | - ** | |
| 238 | - ** The hyperlink on the timestamp associated with each timeline entry, | |
| 239 | - ** on the far left-hand side of the screen, normally targets another | |
| 240 | - ** /timeline page that shows the entry in context. However, if this | |
| 241 | - ** option is turned on, that hyperlink targets the /info page showing | |
| 242 | - ** the details of the entry. | |
| 243 | - */ | |
| 235 | +/* | |
| 236 | +** SETTING: timeline-tslink-info boolean default=off | |
| 237 | +** | |
| 238 | +** The hyperlink on the timestamp associated with each timeline entry, | |
| 239 | +** on the far left-hand side of the screen, normally targets another | |
| 240 | +** /timeline page that shows the entry in context. However, if this | |
| 241 | +** option is turned on, that hyperlink targets the /info page showing | |
| 242 | +** the details of the entry. | |
| 243 | +*/ | |
| 244 | 244 | bTimestampLinksToInfo = db_get_boolean("timeline-tslink-info", 0); |
| 245 | 245 | if( (tmFlags & TIMELINE_VIEWS)==0 ){ |
| 246 | 246 | tmFlags |= timeline_ss_cookie(); |
| 247 | 247 | } |
| 248 | 248 | if( tmFlags & TIMELINE_COLUMNAR ){ |
| 249 | 249 |
| --- src/timeline.c | |
| +++ src/timeline.c | |
| @@ -221,28 +221,28 @@ | |
| 221 | vid = db_lget_int("checkout", 0); |
| 222 | } |
| 223 | zPrevDate[0] = 0; |
| 224 | mxWikiLen = db_get_int("timeline-max-comment", 0); |
| 225 | dateFormat = db_get_int("timeline-date-format", 0); |
| 226 | /* |
| 227 | ** SETTING: timeline-truncate-at-blank boolean default=off |
| 228 | ** |
| 229 | ** If enabled, check-in comments displayed on the timeline are truncated |
| 230 | ** at the first blank line of the comment text. The comment text after |
| 231 | ** the first blank line is only seen in the /info or similar pages that |
| 232 | ** show details about the check-in. |
| 233 | */ |
| 234 | bCommentGitStyle = db_get_int("timeline-truncate-at-blank", 0); |
| 235 | /* |
| 236 | ** SETTING: timeline-tslink-info boolean default=off |
| 237 | ** |
| 238 | ** The hyperlink on the timestamp associated with each timeline entry, |
| 239 | ** on the far left-hand side of the screen, normally targets another |
| 240 | ** /timeline page that shows the entry in context. However, if this |
| 241 | ** option is turned on, that hyperlink targets the /info page showing |
| 242 | ** the details of the entry. |
| 243 | */ |
| 244 | bTimestampLinksToInfo = db_get_boolean("timeline-tslink-info", 0); |
| 245 | if( (tmFlags & TIMELINE_VIEWS)==0 ){ |
| 246 | tmFlags |= timeline_ss_cookie(); |
| 247 | } |
| 248 | if( tmFlags & TIMELINE_COLUMNAR ){ |
| 249 |
| --- src/timeline.c | |
| +++ src/timeline.c | |
| @@ -221,28 +221,28 @@ | |
| 221 | vid = db_lget_int("checkout", 0); |
| 222 | } |
| 223 | zPrevDate[0] = 0; |
| 224 | mxWikiLen = db_get_int("timeline-max-comment", 0); |
| 225 | dateFormat = db_get_int("timeline-date-format", 0); |
| 226 | /* |
| 227 | ** SETTING: timeline-truncate-at-blank boolean default=off |
| 228 | ** |
| 229 | ** If enabled, check-in comments displayed on the timeline are truncated |
| 230 | ** at the first blank line of the comment text. The comment text after |
| 231 | ** the first blank line is only seen in the /info or similar pages that |
| 232 | ** show details about the check-in. |
| 233 | */ |
| 234 | bCommentGitStyle = db_get_int("timeline-truncate-at-blank", 0); |
| 235 | /* |
| 236 | ** SETTING: timeline-tslink-info boolean default=off |
| 237 | ** |
| 238 | ** The hyperlink on the timestamp associated with each timeline entry, |
| 239 | ** on the far left-hand side of the screen, normally targets another |
| 240 | ** /timeline page that shows the entry in context. However, if this |
| 241 | ** option is turned on, that hyperlink targets the /info page showing |
| 242 | ** the details of the entry. |
| 243 | */ |
| 244 | bTimestampLinksToInfo = db_get_boolean("timeline-tslink-info", 0); |
| 245 | if( (tmFlags & TIMELINE_VIEWS)==0 ){ |
| 246 | tmFlags |= timeline_ss_cookie(); |
| 247 | } |
| 248 | if( tmFlags & TIMELINE_COLUMNAR ){ |
| 249 |