Fossil SCM
Document the empty-string case for the server/ui --skin flag and cgi skin: directive.
Commit
699b9ca54d8f30510f0b7e279038996000d5a896eba10f5bb48859c4b4e2f238
Parent
2f6d120261ec55d…
1 file changed
+5
-3
+5
-3
| --- src/main.c | ||
| +++ src/main.c | ||
| @@ -2321,12 +2321,13 @@ | ||
| 2321 | 2321 | ** nossl Signal that no SSL connections are available. |
| 2322 | 2322 | ** |
| 2323 | 2323 | ** nocompress Do not compress HTTP replies. |
| 2324 | 2324 | ** |
| 2325 | 2325 | ** skin: LABEL Use the built-in skin called LABEL rather than |
| 2326 | -** the default. If there are no skins called LABEL | |
| 2327 | -** then this line is a no-op. | |
| 2326 | +** the default, or the default if LABEL is empty. | |
| 2327 | +** If there are no skins called LABEL then this | |
| 2328 | +** line is a no-op. | |
| 2328 | 2329 | ** |
| 2329 | 2330 | ** files: GLOBLIST GLOBLIST is a comma-separated list of GLOB |
| 2330 | 2331 | ** patterns that specify files that can be |
| 2331 | 2332 | ** returned verbatim. This feature allows Fossil |
| 2332 | 2333 | ** to act as a web server returning static |
| @@ -3179,11 +3180,12 @@ | ||
| 3179 | 3180 | ** -p|--page PAGE Start "ui" on PAGE. ex: --page "timeline?y=ci" |
| 3180 | 3181 | ** --pkey FILE Read the private key used for TLS from FILE |
| 3181 | 3182 | ** -P|--port [IP:]PORT Listen on the given IP (optional) and port |
| 3182 | 3183 | ** --repolist If REPOSITORY is dir, URL "/" lists repos |
| 3183 | 3184 | ** --scgi Accept SCGI rather than HTTP |
| 3184 | -** --skin LABEL Use override skin LABEL | |
| 3185 | +** --skin LABEL Use override skin LABEL, or the site's default skin if | |
| 3186 | +** LABEL is an empty string. | |
| 3185 | 3187 | ** --th-trace Trace TH1 execution (for debugging purposes) |
| 3186 | 3188 | ** --usepidkey Use saved encryption key from parent process. This is |
| 3187 | 3189 | ** only necessary when using SEE on Windows or Linux. |
| 3188 | 3190 | ** |
| 3189 | 3191 | ** See also: [[cgi]], [[http]], [[winsrv]] |
| 3190 | 3192 |
| --- src/main.c | |
| +++ src/main.c | |
| @@ -2321,12 +2321,13 @@ | |
| 2321 | ** nossl Signal that no SSL connections are available. |
| 2322 | ** |
| 2323 | ** nocompress Do not compress HTTP replies. |
| 2324 | ** |
| 2325 | ** skin: LABEL Use the built-in skin called LABEL rather than |
| 2326 | ** the default. If there are no skins called LABEL |
| 2327 | ** then this line is a no-op. |
| 2328 | ** |
| 2329 | ** files: GLOBLIST GLOBLIST is a comma-separated list of GLOB |
| 2330 | ** patterns that specify files that can be |
| 2331 | ** returned verbatim. This feature allows Fossil |
| 2332 | ** to act as a web server returning static |
| @@ -3179,11 +3180,12 @@ | |
| 3179 | ** -p|--page PAGE Start "ui" on PAGE. ex: --page "timeline?y=ci" |
| 3180 | ** --pkey FILE Read the private key used for TLS from FILE |
| 3181 | ** -P|--port [IP:]PORT Listen on the given IP (optional) and port |
| 3182 | ** --repolist If REPOSITORY is dir, URL "/" lists repos |
| 3183 | ** --scgi Accept SCGI rather than HTTP |
| 3184 | ** --skin LABEL Use override skin LABEL |
| 3185 | ** --th-trace Trace TH1 execution (for debugging purposes) |
| 3186 | ** --usepidkey Use saved encryption key from parent process. This is |
| 3187 | ** only necessary when using SEE on Windows or Linux. |
| 3188 | ** |
| 3189 | ** See also: [[cgi]], [[http]], [[winsrv]] |
| 3190 |
| --- src/main.c | |
| +++ src/main.c | |
| @@ -2321,12 +2321,13 @@ | |
| 2321 | ** nossl Signal that no SSL connections are available. |
| 2322 | ** |
| 2323 | ** nocompress Do not compress HTTP replies. |
| 2324 | ** |
| 2325 | ** skin: LABEL Use the built-in skin called LABEL rather than |
| 2326 | ** the default, or the default if LABEL is empty. |
| 2327 | ** If there are no skins called LABEL then this |
| 2328 | ** line is a no-op. |
| 2329 | ** |
| 2330 | ** files: GLOBLIST GLOBLIST is a comma-separated list of GLOB |
| 2331 | ** patterns that specify files that can be |
| 2332 | ** returned verbatim. This feature allows Fossil |
| 2333 | ** to act as a web server returning static |
| @@ -3179,11 +3180,12 @@ | |
| 3180 | ** -p|--page PAGE Start "ui" on PAGE. ex: --page "timeline?y=ci" |
| 3181 | ** --pkey FILE Read the private key used for TLS from FILE |
| 3182 | ** -P|--port [IP:]PORT Listen on the given IP (optional) and port |
| 3183 | ** --repolist If REPOSITORY is dir, URL "/" lists repos |
| 3184 | ** --scgi Accept SCGI rather than HTTP |
| 3185 | ** --skin LABEL Use override skin LABEL, or the site's default skin if |
| 3186 | ** LABEL is an empty string. |
| 3187 | ** --th-trace Trace TH1 execution (for debugging purposes) |
| 3188 | ** --usepidkey Use saved encryption key from parent process. This is |
| 3189 | ** only necessary when using SEE on Windows or Linux. |
| 3190 | ** |
| 3191 | ** See also: [[cgi]], [[http]], [[winsrv]] |
| 3192 |