Fossil SCM

Change the default value of the suggested-tarlist setting to "1 trunk".

drh 2025-10-16 23:54 timeline-enhance-2025
Commit 69b95380793fe76c331a4467b985079438d5d78231105fa02a5f2e0d9e597edc
2 files changed +1 -1 +1 -1
+1 -1
--- src/setup.c
+++ src/setup.c
@@ -1441,11 +1441,11 @@
14411441
@ The example pattern above shows the union of the most recent trunk
14421442
@ check-in, the 5 most recent open leaf check-ins, and the 3 most
14431443
@ recent check-ins tagged with "release".
14441444
@ <p>
14451445
@ 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".
14471447
@ (Property: suggested-tarlist)
14481448
@ <p>
14491449
textarea_attribute("Check-ins To Show On /tarlist", 2, 80,
14501450
"suggested-tarlist", "sgtrlst", "", 0);
14511451
@ <hr>
14521452
--- 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 @@
10071007
if( !g.perm.Zip ){ login_needed(g.anon.Zip); return; }
10081008
10091009
style_set_current_feature("timeline");
10101010
style_header("Suggested Tarballs And ZIP Archives");
10111011
1012
- zTarlistCfg = db_get("suggested-tarlist","5 OPEN-LEAF");
1012
+ zTarlistCfg = db_get("suggested-tarlist","1 trunk");
10131013
db_multi_exec(
10141014
"CREATE TEMP TABLE tarlist(rid INTEGER PRIMARY KEY);"
10151015
);
10161016
if( !g.interp ) Th_FossilInit(0);
10171017
Th_SplitList(g.interp, zTarlistCfg, (int)strlen(zTarlistCfg),
10181018
--- 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

Keyboard Shortcuts

Open search /
Next entry (timeline) j
Previous entry (timeline) k
Open focused entry Enter
Show this help ?
Toggle theme Top nav button