Fossil SCM
Add the "color-hash-seed" setting to the skin configuration.
Commit
198af5374f31eb6554f399808f6754cb72ceffa2473afc01353289ffb1994b63
Parent
8996fe0d6fef22a…
1 file changed
+1
+1
| --- src/configure.c | ||
| +++ src/configure.c | ||
| @@ -114,10 +114,11 @@ | ||
| 114 | 114 | { "adunit", CONFIGSET_SKIN }, |
| 115 | 115 | { "adunit-omit-if-admin", CONFIGSET_SKIN }, |
| 116 | 116 | { "adunit-omit-if-user", CONFIGSET_SKIN }, |
| 117 | 117 | { "default-csp", CONFIGSET_SKIN }, |
| 118 | 118 | { "sitemap-extra", CONFIGSET_SKIN }, |
| 119 | + { "color-hash-seed", CONFIGSET_SKIN }, | |
| 119 | 120 | { "safe-html", CONFIGSET_SKIN }, |
| 120 | 121 | |
| 121 | 122 | #ifdef FOSSIL_ENABLE_TH1_DOCS |
| 122 | 123 | { "th1-docs", CONFIGSET_TH1 }, |
| 123 | 124 | #endif |
| 124 | 125 |
| --- src/configure.c | |
| +++ src/configure.c | |
| @@ -114,10 +114,11 @@ | |
| 114 | { "adunit", CONFIGSET_SKIN }, |
| 115 | { "adunit-omit-if-admin", CONFIGSET_SKIN }, |
| 116 | { "adunit-omit-if-user", CONFIGSET_SKIN }, |
| 117 | { "default-csp", CONFIGSET_SKIN }, |
| 118 | { "sitemap-extra", CONFIGSET_SKIN }, |
| 119 | { "safe-html", CONFIGSET_SKIN }, |
| 120 | |
| 121 | #ifdef FOSSIL_ENABLE_TH1_DOCS |
| 122 | { "th1-docs", CONFIGSET_TH1 }, |
| 123 | #endif |
| 124 |
| --- src/configure.c | |
| +++ src/configure.c | |
| @@ -114,10 +114,11 @@ | |
| 114 | { "adunit", CONFIGSET_SKIN }, |
| 115 | { "adunit-omit-if-admin", CONFIGSET_SKIN }, |
| 116 | { "adunit-omit-if-user", CONFIGSET_SKIN }, |
| 117 | { "default-csp", CONFIGSET_SKIN }, |
| 118 | { "sitemap-extra", CONFIGSET_SKIN }, |
| 119 | { "color-hash-seed", CONFIGSET_SKIN }, |
| 120 | { "safe-html", CONFIGSET_SKIN }, |
| 121 | |
| 122 | #ifdef FOSSIL_ENABLE_TH1_DOCS |
| 123 | { "th1-docs", CONFIGSET_TH1 }, |
| 124 | #endif |
| 125 |