Fossil SCM
Improved description on /timeline pages that make use of tl= or rl=.
Commit
e03200e5454304643363a5ed68d5fb8b5f0658867b6f780d4b255264b2a96700
Parent
2288b74257674fc…
1 file changed
+2
-2
+2
-2
| --- src/timeline.c | ||
| +++ src/timeline.c | ||
| @@ -1417,11 +1417,11 @@ | ||
| 1417 | 1417 | zStart = "tagname IN ('sym-"; |
| 1418 | 1418 | zDelimiter = "','sym-"; |
| 1419 | 1419 | zEnd = "')"; |
| 1420 | 1420 | zPrefix = ""; |
| 1421 | 1421 | zSuffix = ""; |
| 1422 | - zIntro = "any of "; | |
| 1422 | + zIntro = ""; | |
| 1423 | 1423 | } |
| 1424 | 1424 | |
| 1425 | 1425 | /* Convert the list of matches into an SQL expression and text description. */ |
| 1426 | 1426 | blob_zero(&expr); |
| 1427 | 1427 | blob_zero(&desc); |
| @@ -2727,11 +2727,11 @@ | ||
| 2727 | 2727 | if( zUser ){ |
| 2728 | 2728 | blob_appendf(&desc, " by user %h", zUser); |
| 2729 | 2729 | tmFlags |= TIMELINE_XMERGE | TIMELINE_FILLGAPS; |
| 2730 | 2730 | } |
| 2731 | 2731 | if( zTagSql ){ |
| 2732 | - if( matchStyle==MS_EXACT ){ | |
| 2732 | + if( matchStyle==MS_EXACT || matchStyle==MS_BRLIST ){ | |
| 2733 | 2733 | if( related ){ |
| 2734 | 2734 | blob_appendf(&desc, " related to %h", zMatchDesc); |
| 2735 | 2735 | }else{ |
| 2736 | 2736 | blob_appendf(&desc, " tagged with %h", zMatchDesc); |
| 2737 | 2737 | } |
| 2738 | 2738 |
| --- src/timeline.c | |
| +++ src/timeline.c | |
| @@ -1417,11 +1417,11 @@ | |
| 1417 | zStart = "tagname IN ('sym-"; |
| 1418 | zDelimiter = "','sym-"; |
| 1419 | zEnd = "')"; |
| 1420 | zPrefix = ""; |
| 1421 | zSuffix = ""; |
| 1422 | zIntro = "any of "; |
| 1423 | } |
| 1424 | |
| 1425 | /* Convert the list of matches into an SQL expression and text description. */ |
| 1426 | blob_zero(&expr); |
| 1427 | blob_zero(&desc); |
| @@ -2727,11 +2727,11 @@ | |
| 2727 | if( zUser ){ |
| 2728 | blob_appendf(&desc, " by user %h", zUser); |
| 2729 | tmFlags |= TIMELINE_XMERGE | TIMELINE_FILLGAPS; |
| 2730 | } |
| 2731 | if( zTagSql ){ |
| 2732 | if( matchStyle==MS_EXACT ){ |
| 2733 | if( related ){ |
| 2734 | blob_appendf(&desc, " related to %h", zMatchDesc); |
| 2735 | }else{ |
| 2736 | blob_appendf(&desc, " tagged with %h", zMatchDesc); |
| 2737 | } |
| 2738 |
| --- src/timeline.c | |
| +++ src/timeline.c | |
| @@ -1417,11 +1417,11 @@ | |
| 1417 | zStart = "tagname IN ('sym-"; |
| 1418 | zDelimiter = "','sym-"; |
| 1419 | zEnd = "')"; |
| 1420 | zPrefix = ""; |
| 1421 | zSuffix = ""; |
| 1422 | zIntro = ""; |
| 1423 | } |
| 1424 | |
| 1425 | /* Convert the list of matches into an SQL expression and text description. */ |
| 1426 | blob_zero(&expr); |
| 1427 | blob_zero(&desc); |
| @@ -2727,11 +2727,11 @@ | |
| 2727 | if( zUser ){ |
| 2728 | blob_appendf(&desc, " by user %h", zUser); |
| 2729 | tmFlags |= TIMELINE_XMERGE | TIMELINE_FILLGAPS; |
| 2730 | } |
| 2731 | if( zTagSql ){ |
| 2732 | if( matchStyle==MS_EXACT || matchStyle==MS_BRLIST ){ |
| 2733 | if( related ){ |
| 2734 | blob_appendf(&desc, " related to %h", zMatchDesc); |
| 2735 | }else{ |
| 2736 | blob_appendf(&desc, " tagged with %h", zMatchDesc); |
| 2737 | } |
| 2738 |