Fossil SCM
Update comments on the settings that were made versionable in the previous check-in.
Commit
3d28912ca377031293560dc99f2967991f35917f
Parent
99528933606cb62…
1 file changed
+3
-3
M
src/db.c
+3
-3
| --- src/db.c | ||
| +++ src/db.c | ||
| @@ -2383,19 +2383,19 @@ | ||
| 2383 | 2383 | ** scripts to be evaluated from TH1. Additionally, the Tcl |
| 2384 | 2384 | ** interpreter will be able to evaluate arbitrary TH1 |
| 2385 | 2385 | ** expressions and scripts. Default: off. |
| 2386 | 2386 | ** |
| 2387 | 2387 | ** tcl-setup This is the setup script to be evaluated after creating |
| 2388 | -** and initializing the Tcl interpreter. By default, this | |
| 2388 | +** (versionable) and initializing the Tcl interpreter. By default, this | |
| 2389 | 2389 | ** is empty and no extra setup is performed. |
| 2390 | 2390 | ** |
| 2391 | 2391 | ** th1-setup This is the setup script to be evaluated after creating |
| 2392 | -** and initializing the TH1 interpreter. By default, this | |
| 2392 | +** (versionable) and initializing the TH1 interpreter. By default, this | |
| 2393 | 2393 | ** is empty and no extra setup is performed. |
| 2394 | 2394 | ** |
| 2395 | 2395 | ** th1-uri-regexp Specify which URI's are allowed in HTTP requests from |
| 2396 | -** TH1 scripts. If empty, no HTTP requests are allowed | |
| 2396 | +** (versionable) TH1 scripts. If empty, no HTTP requests are allowed | |
| 2397 | 2397 | ** whatsoever. The default is an empty string. |
| 2398 | 2398 | ** |
| 2399 | 2399 | ** web-browser A shell command used to launch your preferred |
| 2400 | 2400 | ** web browser when given a URL as an argument. |
| 2401 | 2401 | ** Defaults to "start" on windows, "open" on Mac, |
| 2402 | 2402 |
| --- src/db.c | |
| +++ src/db.c | |
| @@ -2383,19 +2383,19 @@ | |
| 2383 | ** scripts to be evaluated from TH1. Additionally, the Tcl |
| 2384 | ** interpreter will be able to evaluate arbitrary TH1 |
| 2385 | ** expressions and scripts. Default: off. |
| 2386 | ** |
| 2387 | ** tcl-setup This is the setup script to be evaluated after creating |
| 2388 | ** and initializing the Tcl interpreter. By default, this |
| 2389 | ** is empty and no extra setup is performed. |
| 2390 | ** |
| 2391 | ** th1-setup This is the setup script to be evaluated after creating |
| 2392 | ** and initializing the TH1 interpreter. By default, this |
| 2393 | ** is empty and no extra setup is performed. |
| 2394 | ** |
| 2395 | ** th1-uri-regexp Specify which URI's are allowed in HTTP requests from |
| 2396 | ** TH1 scripts. If empty, no HTTP requests are allowed |
| 2397 | ** whatsoever. The default is an empty string. |
| 2398 | ** |
| 2399 | ** web-browser A shell command used to launch your preferred |
| 2400 | ** web browser when given a URL as an argument. |
| 2401 | ** Defaults to "start" on windows, "open" on Mac, |
| 2402 |
| --- src/db.c | |
| +++ src/db.c | |
| @@ -2383,19 +2383,19 @@ | |
| 2383 | ** scripts to be evaluated from TH1. Additionally, the Tcl |
| 2384 | ** interpreter will be able to evaluate arbitrary TH1 |
| 2385 | ** expressions and scripts. Default: off. |
| 2386 | ** |
| 2387 | ** tcl-setup This is the setup script to be evaluated after creating |
| 2388 | ** (versionable) and initializing the Tcl interpreter. By default, this |
| 2389 | ** is empty and no extra setup is performed. |
| 2390 | ** |
| 2391 | ** th1-setup This is the setup script to be evaluated after creating |
| 2392 | ** (versionable) and initializing the TH1 interpreter. By default, this |
| 2393 | ** is empty and no extra setup is performed. |
| 2394 | ** |
| 2395 | ** th1-uri-regexp Specify which URI's are allowed in HTTP requests from |
| 2396 | ** (versionable) TH1 scripts. If empty, no HTTP requests are allowed |
| 2397 | ** whatsoever. The default is an empty string. |
| 2398 | ** |
| 2399 | ** web-browser A shell command used to launch your preferred |
| 2400 | ** web browser when given a URL as an argument. |
| 2401 | ** Defaults to "start" on windows, "open" on Mac, |
| 2402 |