Fossil SCM
On a timeline date-time link back to a timeline, set the y=a query parameter so that all artifacts are shown in the target timeline.
Commit
2cdd7573ed8acd8814317fcaefd65dcf9961f4523a84ad27eb8d7661ad87dc2a
Parent
02ad34913461404…
1 file changed
+2
-2
+2
-2
| --- src/timeline.c | ||
| +++ src/timeline.c | ||
| @@ -429,17 +429,17 @@ | ||
| 429 | 429 | zId = db_text(0, "SELECT substr(tagname, 7) FROM tag WHERE tagid=%d", |
| 430 | 430 | tagid); |
| 431 | 431 | zDateLink = href("%R/technote/%s",zId); |
| 432 | 432 | free(zId); |
| 433 | 433 | }else{ |
| 434 | - zDateLink = href("%R/timeline?c=%t",zDate); | |
| 434 | + zDateLink = href("%R/timeline?c=%t&y=a",zDate); | |
| 435 | 435 | } |
| 436 | 436 | }else if( zUuid ){ |
| 437 | 437 | if( bTimestampLinksToInfo ){ |
| 438 | 438 | zDateLink = chref("timelineHistLink", "%R/info/%!S", zUuid); |
| 439 | 439 | }else{ |
| 440 | - zDateLink = chref("timelineHistLink", "%R/timeline?c=%!S", zUuid); | |
| 440 | + zDateLink = chref("timelineHistLink", "%R/timeline?c=%!S&y=a", zUuid); | |
| 441 | 441 | } |
| 442 | 442 | }else{ |
| 443 | 443 | zDateLink = mprintf("<a>"); |
| 444 | 444 | } |
| 445 | 445 | @ <td class="timelineTime">%z(zDateLink)%s(zTime)</a></td> |
| 446 | 446 |
| --- src/timeline.c | |
| +++ src/timeline.c | |
| @@ -429,17 +429,17 @@ | |
| 429 | zId = db_text(0, "SELECT substr(tagname, 7) FROM tag WHERE tagid=%d", |
| 430 | tagid); |
| 431 | zDateLink = href("%R/technote/%s",zId); |
| 432 | free(zId); |
| 433 | }else{ |
| 434 | zDateLink = href("%R/timeline?c=%t",zDate); |
| 435 | } |
| 436 | }else if( zUuid ){ |
| 437 | if( bTimestampLinksToInfo ){ |
| 438 | zDateLink = chref("timelineHistLink", "%R/info/%!S", zUuid); |
| 439 | }else{ |
| 440 | zDateLink = chref("timelineHistLink", "%R/timeline?c=%!S", zUuid); |
| 441 | } |
| 442 | }else{ |
| 443 | zDateLink = mprintf("<a>"); |
| 444 | } |
| 445 | @ <td class="timelineTime">%z(zDateLink)%s(zTime)</a></td> |
| 446 |
| --- src/timeline.c | |
| +++ src/timeline.c | |
| @@ -429,17 +429,17 @@ | |
| 429 | zId = db_text(0, "SELECT substr(tagname, 7) FROM tag WHERE tagid=%d", |
| 430 | tagid); |
| 431 | zDateLink = href("%R/technote/%s",zId); |
| 432 | free(zId); |
| 433 | }else{ |
| 434 | zDateLink = href("%R/timeline?c=%t&y=a",zDate); |
| 435 | } |
| 436 | }else if( zUuid ){ |
| 437 | if( bTimestampLinksToInfo ){ |
| 438 | zDateLink = chref("timelineHistLink", "%R/info/%!S", zUuid); |
| 439 | }else{ |
| 440 | zDateLink = chref("timelineHistLink", "%R/timeline?c=%!S&y=a", zUuid); |
| 441 | } |
| 442 | }else{ |
| 443 | zDateLink = mprintf("<a>"); |
| 444 | } |
| 445 | @ <td class="timelineTime">%z(zDateLink)%s(zTime)</a></td> |
| 446 |