Fossil SCM

Make documentation for timeline-truncate-at-blank and timeline-tslink-info visible.

danield 2025-03-27 15:34 trunk
Commit 4c6fa15c67c7d42d986de740897958597cc2f4d1ad8adf3129da9e7a1db4ea4c
1 file changed +17 -17
+17 -17
--- src/timeline.c
+++ src/timeline.c
@@ -221,28 +221,28 @@
221221
vid = db_lget_int("checkout", 0);
222222
}
223223
zPrevDate[0] = 0;
224224
mxWikiLen = db_get_int("timeline-max-comment", 0);
225225
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
+*/
234234
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
+*/
244244
bTimestampLinksToInfo = db_get_boolean("timeline-tslink-info", 0);
245245
if( (tmFlags & TIMELINE_VIEWS)==0 ){
246246
tmFlags |= timeline_ss_cookie();
247247
}
248248
if( tmFlags & TIMELINE_COLUMNAR ){
249249
--- 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

Keyboard Shortcuts

Open search /
Next entry (timeline) j
Previous entry (timeline) k
Open focused entry Enter
Show this help ?
Toggle theme Top nav button