Fossil

Check-in [09e5d8d9]
Login

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

Overview
Comment:Remove the disused "timeline-commit-format" configuration parameter.
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: 09e5d8d9c033c245d338dbccc4c310a1992d510a9ec32518a0bd58478d7efa5c
User & Date: drh 2017-12-20 23:53:19.349
Context
2017-12-21
03:12
Update the built-in copy of linenoise to the latest from the GitHub repository (https://github.com/antirez/linenoise) ... (check-in: 6cf508f6 user: drh tags: trunk)
2017-12-20
23:53
Remove the disused "timeline-commit-format" configuration parameter. ... (check-in: 09e5d8d9 user: drh tags: trunk)
00:46
Update the custom MinGW makefile. ... (check-in: c7ad42d4 user: mistachkin tags: trunk)
Changes
Unified Diff Ignore Whitespace Patch
Changes to src/setup.c.
1404
1405
1406
1407
1408
1409
1410
1411
1412
1413
1414
1415
1416
1417
1418
1419
1420
1421
1422
1423
1424
1425
1426
1427
1428
1429
1430
1431
1432
1433
1434
1435
1436
1437
1438
1439
1440

  style_header("Timeline Display Preferences");
  db_begin_transaction();
  @ <form action="%s(g.zTop)/setup_timeline" method="post"><div>
  login_insert_csrf_secret();
  @ <p><input type="submit"  name="submit" value="Apply Changes" /></p>

  @ <hr />
  multiple_choice_attribute("Comment Format", "timeline-comment-format",
            "tcf", "4", count(azCommentFormats)/2, azCommentFormats);
  @ <p>Each timeline entry contains between one and three of the following subsections:
  @ <blockquote><table border=0 cellpadding=0>
  @ <tr><td>[hash]<td>&nbsp;&nbsp;<td>an artifact hash with a hyperlink to a detail page
  @ <tr><td>comment<td><td>the check-in comment or other text describing the item
  @ <tr><td>(details)<td><td>details about the entry, such as the user, branch, tags, etc.
  @ </table></blockquote>
  @ This setting selects which of the three subsections are included on each
  @ timeline entry and the order in which they are displayed.  When the [hash]
  @ is omitted but the (details) are included, then the hash is shown as one
  @ of the details.  The "comment&nbsp;|&nbsp;(details)" choice means that the
  @ details are displayed in a separate column from the comment.
  @ (Property: "timeline-commit-format")</p>

  @ <hr />
  entry_attribute("Default Timeline Length", 6, "timeline-default-length", "tldl", "50", 0);
  @ <p>The default number of entries in a single /timeline that lacks the "n="
  @ query parameter.
  @ (Property: "timeline-default-length")
  @ </p>

  @ <hr />
  onoff_attribute("Allow block-markup in timeline",
                  "timeline-block-markup", "tbm", 0, 0);
  @ <p>In timeline displays, check-in comments can be displayed with or
  @ without block markup such as paragraphs, tables, etc.
  @ (Property: "timeline-block-markup")</p>








<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<







1404
1405
1406
1407
1408
1409
1410























1411
1412
1413
1414
1415
1416
1417

  style_header("Timeline Display Preferences");
  db_begin_transaction();
  @ <form action="%s(g.zTop)/setup_timeline" method="post"><div>
  login_insert_csrf_secret();
  @ <p><input type="submit"  name="submit" value="Apply Changes" /></p>
























  @ <hr />
  onoff_attribute("Allow block-markup in timeline",
                  "timeline-block-markup", "tbm", 0, 0);
  @ <p>In timeline displays, check-in comments can be displayed with or
  @ without block markup such as paragraphs, tables, etc.
  @ (Property: "timeline-block-markup")</p>