Differences From:
File
src/setup.c
part of check-in
[0600b278c0]
- Remove the unused inherit-anon configuration attribute. Fix the automatic
redirect that follows a login operation. Fix "config push user" on the
server side.
by
drh on
2008-10-26 21:30:23.
[view]
To:
File
src/setup.c
part of check-in
[d23b8ba62b]
- Update SQLite to the latest in CVS (version 3.6.4+). Add a configuration
option to show all times in UTC instead of localtime.
by
drh on
2008-11-01 20:48:52.
[view]
@@ -664,12 +664,18 @@
@ <form action="%s(g.zBaseURL)/setup_timeline" method="POST">
login_insert_csrf_secret();
@ <hr>
- onoff_attribute("Block markup in timeline",
+ onoff_attribute("Allow block-markup in timeline",
"timeline-block-markup", "tbm", 0);
@ <p>In timeline displays, check-in comments can be displayed with or
@ without block markup (paragraphs, tables, etc.)</p>
+
+ @ <hr>
+ onoff_attribute("Use Universal Coordinated Time (UTC)",
+ "timeline-utc", "utc", 0);
+ @ <p>Show times as UTC (also sometimes called Greenwich Mean Time (GMT) or
+ @ Zulu) instead of in local time.</p>
@ <hr>
entry_attribute("Max timeline comment length", 6,
"timeline-max-comment", "tmc", "0");