Fossil SCM
Add 'timeline-tslink-info' to the list of skin/web-ui-related settings to make it work with `fossil config ...' and `fossil init --template ...'.
Commit
c27e206970d5a058a4f2bfc479d1849fd955d0c2cb761f439e52eb1339c8dbdd
Parent
9e4083401606246…
1 file changed
+1
+1
| --- src/configure.c | ||
| +++ src/configure.c | ||
| @@ -102,10 +102,11 @@ | ||
| 102 | 102 | { "timeline-dwelltime", CONFIGSET_SKIN }, |
| 103 | 103 | { "timeline-closetime", CONFIGSET_SKIN }, |
| 104 | 104 | { "timeline-max-comment", CONFIGSET_SKIN }, |
| 105 | 105 | { "timeline-plaintext", CONFIGSET_SKIN }, |
| 106 | 106 | { "timeline-truncate-at-blank", CONFIGSET_SKIN }, |
| 107 | + { "timeline-tslink-info", CONFIGSET_SKIN }, | |
| 107 | 108 | { "timeline-utc", CONFIGSET_SKIN }, |
| 108 | 109 | { "adunit", CONFIGSET_SKIN }, |
| 109 | 110 | { "adunit-omit-if-admin", CONFIGSET_SKIN }, |
| 110 | 111 | { "adunit-omit-if-user", CONFIGSET_SKIN }, |
| 111 | 112 | { "sitemap-docidx", CONFIGSET_SKIN }, |
| 112 | 113 |
| --- src/configure.c | |
| +++ src/configure.c | |
| @@ -102,10 +102,11 @@ | |
| 102 | { "timeline-dwelltime", CONFIGSET_SKIN }, |
| 103 | { "timeline-closetime", CONFIGSET_SKIN }, |
| 104 | { "timeline-max-comment", CONFIGSET_SKIN }, |
| 105 | { "timeline-plaintext", CONFIGSET_SKIN }, |
| 106 | { "timeline-truncate-at-blank", CONFIGSET_SKIN }, |
| 107 | { "timeline-utc", CONFIGSET_SKIN }, |
| 108 | { "adunit", CONFIGSET_SKIN }, |
| 109 | { "adunit-omit-if-admin", CONFIGSET_SKIN }, |
| 110 | { "adunit-omit-if-user", CONFIGSET_SKIN }, |
| 111 | { "sitemap-docidx", CONFIGSET_SKIN }, |
| 112 |
| --- src/configure.c | |
| +++ src/configure.c | |
| @@ -102,10 +102,11 @@ | |
| 102 | { "timeline-dwelltime", CONFIGSET_SKIN }, |
| 103 | { "timeline-closetime", CONFIGSET_SKIN }, |
| 104 | { "timeline-max-comment", CONFIGSET_SKIN }, |
| 105 | { "timeline-plaintext", CONFIGSET_SKIN }, |
| 106 | { "timeline-truncate-at-blank", CONFIGSET_SKIN }, |
| 107 | { "timeline-tslink-info", CONFIGSET_SKIN }, |
| 108 | { "timeline-utc", CONFIGSET_SKIN }, |
| 109 | { "adunit", CONFIGSET_SKIN }, |
| 110 | { "adunit-omit-if-admin", CONFIGSET_SKIN }, |
| 111 | { "adunit-omit-if-user", CONFIGSET_SKIN }, |
| 112 | { "sitemap-docidx", CONFIGSET_SKIN }, |
| 113 |