Fossil SCM
Update and extend verbiage for the 'th1-docs' setting.
Commit
42c9718f93213dec39c1709bb42cb46a783b4ff9
Parent
fdfe5e66f17af0a…
1 file changed
+9
-7
M
src/db.c
+9
-7
| --- src/db.c | ||
| +++ src/db.c | ||
| @@ -2414,17 +2414,19 @@ | ||
| 2414 | 2414 | ** |
| 2415 | 2415 | ** tcl-setup This is the setup script to be evaluated after creating |
| 2416 | 2416 | ** (versionable) and initializing the Tcl interpreter. By default, this |
| 2417 | 2417 | ** is empty and no extra setup is performed. |
| 2418 | 2418 | ** |
| 2419 | -** th1-docs WARNING: If enabled, this allows embedded documentation | |
| 2420 | -** files to contain TH1 scripts that are evaluated on the | |
| 2421 | -** server. If native Tcl integration is also enabled, this | |
| 2422 | -** setting has the potential to allow anybody with check-in | |
| 2423 | -** privileges to do practically anything the associated | |
| 2424 | -** operating system user account could do. Extreme caution | |
| 2425 | -** should be used when enabling this setting. | |
| 2419 | +** th1-docs WARNING: If enabled (and Fossil was compiled with TH1 | |
| 2420 | +** support for embedded documentation files), this allows | |
| 2421 | +** embedded documentation files to contain arbitrary TH1 | |
| 2422 | +** scripts that are evaluated on the server. If native | |
| 2423 | +** Tcl integration is also enabled, this setting has the | |
| 2424 | +** potential to allow anybody with check-in privileges to | |
| 2425 | +** do almost anything that the associated operating system | |
| 2426 | +** user account could do. Extreme caution should be used | |
| 2427 | +** when enabling this setting. Default: off. | |
| 2426 | 2428 | ** |
| 2427 | 2429 | ** th1-hooks If enabled (and Fossil was compiled with support for TH1 |
| 2428 | 2430 | ** hooks), special TH1 commands will be called before and |
| 2429 | 2431 | ** after any Fossil command or web page. Default: off. |
| 2430 | 2432 | ** |
| 2431 | 2433 |
| --- src/db.c | |
| +++ src/db.c | |
| @@ -2414,17 +2414,19 @@ | |
| 2414 | ** |
| 2415 | ** tcl-setup This is the setup script to be evaluated after creating |
| 2416 | ** (versionable) and initializing the Tcl interpreter. By default, this |
| 2417 | ** is empty and no extra setup is performed. |
| 2418 | ** |
| 2419 | ** th1-docs WARNING: If enabled, this allows embedded documentation |
| 2420 | ** files to contain TH1 scripts that are evaluated on the |
| 2421 | ** server. If native Tcl integration is also enabled, this |
| 2422 | ** setting has the potential to allow anybody with check-in |
| 2423 | ** privileges to do practically anything the associated |
| 2424 | ** operating system user account could do. Extreme caution |
| 2425 | ** should be used when enabling this setting. |
| 2426 | ** |
| 2427 | ** th1-hooks If enabled (and Fossil was compiled with support for TH1 |
| 2428 | ** hooks), special TH1 commands will be called before and |
| 2429 | ** after any Fossil command or web page. Default: off. |
| 2430 | ** |
| 2431 |
| --- src/db.c | |
| +++ src/db.c | |
| @@ -2414,17 +2414,19 @@ | |
| 2414 | ** |
| 2415 | ** tcl-setup This is the setup script to be evaluated after creating |
| 2416 | ** (versionable) and initializing the Tcl interpreter. By default, this |
| 2417 | ** is empty and no extra setup is performed. |
| 2418 | ** |
| 2419 | ** th1-docs WARNING: If enabled (and Fossil was compiled with TH1 |
| 2420 | ** support for embedded documentation files), this allows |
| 2421 | ** embedded documentation files to contain arbitrary TH1 |
| 2422 | ** scripts that are evaluated on the server. If native |
| 2423 | ** Tcl integration is also enabled, this setting has the |
| 2424 | ** potential to allow anybody with check-in privileges to |
| 2425 | ** do almost anything that the associated operating system |
| 2426 | ** user account could do. Extreme caution should be used |
| 2427 | ** when enabling this setting. Default: off. |
| 2428 | ** |
| 2429 | ** th1-hooks If enabled (and Fossil was compiled with support for TH1 |
| 2430 | ** hooks), special TH1 commands will be called before and |
| 2431 | ** after any Fossil command or web page. Default: off. |
| 2432 | ** |
| 2433 |