Diff
Not logged in

Differences From:

File src/setup.c part of check-in [bb8193cfd0] - The previous "anon-captcha" check-in missed one spot. This check-in attempts to correct the problem. by drh on 2009-12-18 22:08:58. [view]

To:

File src/setup.c part of check-in [0f4f6c0325] - For the "version information" web pages, change the default behavior to only show the list of files that changed, not the diffs. But there is a link to get diffs of all files or of individual files. The default behavior can be changed using a Setup/Timeline configuration option to show diffs by default. by drh on 2009-12-18 23:54:24. [view]

@@ -772,8 +772,16 @@
   @ <p>Show times as UTC (also sometimes called Greenwich Mean Time (GMT) or
   @ Zulu) instead of in local time.</p>
 
   @ <hr>
+  onoff_attribute("Show version differences by default",
+                  "show-version-diffs", "vdiff", 0);
+  @ <p>On the version-information pages linked from the timeline can either
+  @ show complete diffs of all file changes, or can just list the names of
+  @ the files that have changed.  Users can get to either page by
+  @ clicking.  This setting selects the default.</p>
+
+  @ <hr>
   entry_attribute("Max timeline comment length", 6,
                   "timeline-max-comment", "tmc", "0");
   @ <p>The maximum length of a comment to be displayed in a timeline.
   @ "0" there is no length limit.</p>
@@ -805,9 +813,9 @@
   @ <p>Automatically keeps your work in sync with a centralized server.</p>
 
   @ <hr>
   onoff_attribute("Show javascript button to fill in CAPTCHA",
-                  "auto-captcha", "auto-captcha", 0);
+                  "auto-captcha", "autocaptcha", 0);
   @ <p>When enabled, a button appears on the login screen for user
   @ "anonymous" that will automatically fill in the CAPTCHA password.
   @ This is less secure that forcing the user to do it manually, but is
   @ usually secure enough.</p>