Fossil SCM
Change the default value of the suggested-tarlist setting to "1 trunk".
Commit
69b95380793fe76c331a4467b985079438d5d78231105fa02a5f2e0d9e597edc
Parent
ece92e22bc4eaed…
2 files changed
+1
-1
+1
-1
+1
-1
| --- src/setup.c | ||
| +++ src/setup.c | ||
| @@ -1441,11 +1441,11 @@ | ||
| 1441 | 1441 | @ The example pattern above shows the union of the most recent trunk |
| 1442 | 1442 | @ check-in, the 5 most recent open leaf check-ins, and the 3 most |
| 1443 | 1443 | @ recent check-ins tagged with "release". |
| 1444 | 1444 | @ <p> |
| 1445 | 1445 | @ The /tarlist page is omitted from the <a href="%R/sitemap">/sitemap</a> |
| 1446 | - @ if the first token is "0". The default value is "5 OPEN-LEAF". | |
| 1446 | + @ if the first token is "0". The default value is "1 trunk". | |
| 1447 | 1447 | @ (Property: suggested-tarlist) |
| 1448 | 1448 | @ <p> |
| 1449 | 1449 | textarea_attribute("Check-ins To Show On /tarlist", 2, 80, |
| 1450 | 1450 | "suggested-tarlist", "sgtrlst", "", 0); |
| 1451 | 1451 | @ <hr> |
| 1452 | 1452 |
| --- src/setup.c | |
| +++ src/setup.c | |
| @@ -1441,11 +1441,11 @@ | |
| 1441 | @ The example pattern above shows the union of the most recent trunk |
| 1442 | @ check-in, the 5 most recent open leaf check-ins, and the 3 most |
| 1443 | @ recent check-ins tagged with "release". |
| 1444 | @ <p> |
| 1445 | @ The /tarlist page is omitted from the <a href="%R/sitemap">/sitemap</a> |
| 1446 | @ if the first token is "0". The default value is "5 OPEN-LEAF". |
| 1447 | @ (Property: suggested-tarlist) |
| 1448 | @ <p> |
| 1449 | textarea_attribute("Check-ins To Show On /tarlist", 2, 80, |
| 1450 | "suggested-tarlist", "sgtrlst", "", 0); |
| 1451 | @ <hr> |
| 1452 |
| --- src/setup.c | |
| +++ src/setup.c | |
| @@ -1441,11 +1441,11 @@ | |
| 1441 | @ The example pattern above shows the union of the most recent trunk |
| 1442 | @ check-in, the 5 most recent open leaf check-ins, and the 3 most |
| 1443 | @ recent check-ins tagged with "release". |
| 1444 | @ <p> |
| 1445 | @ The /tarlist page is omitted from the <a href="%R/sitemap">/sitemap</a> |
| 1446 | @ if the first token is "0". The default value is "1 trunk". |
| 1447 | @ (Property: suggested-tarlist) |
| 1448 | @ <p> |
| 1449 | textarea_attribute("Check-ins To Show On /tarlist", 2, 80, |
| 1450 | "suggested-tarlist", "sgtrlst", "", 0); |
| 1451 | @ <hr> |
| 1452 |
+1
-1
| --- src/tar.c | ||
| +++ src/tar.c | ||
| @@ -1007,11 +1007,11 @@ | ||
| 1007 | 1007 | if( !g.perm.Zip ){ login_needed(g.anon.Zip); return; } |
| 1008 | 1008 | |
| 1009 | 1009 | style_set_current_feature("timeline"); |
| 1010 | 1010 | style_header("Suggested Tarballs And ZIP Archives"); |
| 1011 | 1011 | |
| 1012 | - zTarlistCfg = db_get("suggested-tarlist","5 OPEN-LEAF"); | |
| 1012 | + zTarlistCfg = db_get("suggested-tarlist","1 trunk"); | |
| 1013 | 1013 | db_multi_exec( |
| 1014 | 1014 | "CREATE TEMP TABLE tarlist(rid INTEGER PRIMARY KEY);" |
| 1015 | 1015 | ); |
| 1016 | 1016 | if( !g.interp ) Th_FossilInit(0); |
| 1017 | 1017 | Th_SplitList(g.interp, zTarlistCfg, (int)strlen(zTarlistCfg), |
| 1018 | 1018 |
| --- src/tar.c | |
| +++ src/tar.c | |
| @@ -1007,11 +1007,11 @@ | |
| 1007 | if( !g.perm.Zip ){ login_needed(g.anon.Zip); return; } |
| 1008 | |
| 1009 | style_set_current_feature("timeline"); |
| 1010 | style_header("Suggested Tarballs And ZIP Archives"); |
| 1011 | |
| 1012 | zTarlistCfg = db_get("suggested-tarlist","5 OPEN-LEAF"); |
| 1013 | db_multi_exec( |
| 1014 | "CREATE TEMP TABLE tarlist(rid INTEGER PRIMARY KEY);" |
| 1015 | ); |
| 1016 | if( !g.interp ) Th_FossilInit(0); |
| 1017 | Th_SplitList(g.interp, zTarlistCfg, (int)strlen(zTarlistCfg), |
| 1018 |
| --- src/tar.c | |
| +++ src/tar.c | |
| @@ -1007,11 +1007,11 @@ | |
| 1007 | if( !g.perm.Zip ){ login_needed(g.anon.Zip); return; } |
| 1008 | |
| 1009 | style_set_current_feature("timeline"); |
| 1010 | style_header("Suggested Tarballs And ZIP Archives"); |
| 1011 | |
| 1012 | zTarlistCfg = db_get("suggested-tarlist","1 trunk"); |
| 1013 | db_multi_exec( |
| 1014 | "CREATE TEMP TABLE tarlist(rid INTEGER PRIMARY KEY);" |
| 1015 | ); |
| 1016 | if( !g.interp ) Th_FossilInit(0); |
| 1017 | Th_SplitList(g.interp, zTarlistCfg, (int)strlen(zTarlistCfg), |
| 1018 |