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: |
09e5d8d9c033c245d338dbccc4c310a1 |
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
Changes to src/setup.c.
︙ | ︙ | |||
1404 1405 1406 1407 1408 1409 1410 | 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> | < < < < < < < < < < < < < < < < < < < < < < < | 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> |
︙ | ︙ |