Fossil SCM
Merge change to change index-page so it's a project setting and not a skin one.
Commit
6fedb84abb332b21d38d82452ef3fd6b9677566f
Parent
a611ea3671d7ed4…
1 file changed
+1
-1
+1
-1
| --- src/configure.c | ||
| +++ src/configure.c | ||
| @@ -90,11 +90,11 @@ | ||
| 90 | 90 | { "footer", CONFIGSET_SKIN }, |
| 91 | 91 | { "logo-mimetype", CONFIGSET_SKIN }, |
| 92 | 92 | { "logo-image", CONFIGSET_SKIN }, |
| 93 | 93 | { "background-mimetype", CONFIGSET_SKIN }, |
| 94 | 94 | { "background-image", CONFIGSET_SKIN }, |
| 95 | - { "index-page", CONFIGSET_SKIN }, | |
| 95 | + { "index-page", CONFIGSET_PROJ }, | |
| 96 | 96 | { "timeline-block-markup", CONFIGSET_SKIN }, |
| 97 | 97 | { "timeline-max-comment", CONFIGSET_SKIN }, |
| 98 | 98 | { "timeline-plaintext", CONFIGSET_SKIN }, |
| 99 | 99 | { "adunit", CONFIGSET_SKIN }, |
| 100 | 100 | { "adunit-omit-if-admin", CONFIGSET_SKIN }, |
| 101 | 101 |
| --- src/configure.c | |
| +++ src/configure.c | |
| @@ -90,11 +90,11 @@ | |
| 90 | { "footer", CONFIGSET_SKIN }, |
| 91 | { "logo-mimetype", CONFIGSET_SKIN }, |
| 92 | { "logo-image", CONFIGSET_SKIN }, |
| 93 | { "background-mimetype", CONFIGSET_SKIN }, |
| 94 | { "background-image", CONFIGSET_SKIN }, |
| 95 | { "index-page", CONFIGSET_SKIN }, |
| 96 | { "timeline-block-markup", CONFIGSET_SKIN }, |
| 97 | { "timeline-max-comment", CONFIGSET_SKIN }, |
| 98 | { "timeline-plaintext", CONFIGSET_SKIN }, |
| 99 | { "adunit", CONFIGSET_SKIN }, |
| 100 | { "adunit-omit-if-admin", CONFIGSET_SKIN }, |
| 101 |
| --- src/configure.c | |
| +++ src/configure.c | |
| @@ -90,11 +90,11 @@ | |
| 90 | { "footer", CONFIGSET_SKIN }, |
| 91 | { "logo-mimetype", CONFIGSET_SKIN }, |
| 92 | { "logo-image", CONFIGSET_SKIN }, |
| 93 | { "background-mimetype", CONFIGSET_SKIN }, |
| 94 | { "background-image", CONFIGSET_SKIN }, |
| 95 | { "index-page", CONFIGSET_PROJ }, |
| 96 | { "timeline-block-markup", CONFIGSET_SKIN }, |
| 97 | { "timeline-max-comment", CONFIGSET_SKIN }, |
| 98 | { "timeline-plaintext", CONFIGSET_SKIN }, |
| 99 | { "adunit", CONFIGSET_SKIN }, |
| 100 | { "adunit-omit-if-admin", CONFIGSET_SKIN }, |
| 101 |