Fossil SCM

Some more link fixes, all of the form "/timeline" having an uuid in it's arguments which is possibly hidden.

jan.nijtmans 2013-12-23 09:00 UTC hidden-tag
Commit 7af8e2ebc35117f7ec575a3ff874ed2db0837d14
2 files changed +1 -1 +3 -3
+1 -1
--- src/finfo.c
+++ src/finfo.c
@@ -467,11 +467,11 @@
467467
const char *z = zFilename;
468468
@ %z(href("%R/annotate?checkin=%S&filename=%h",zCkin,z))
469469
@ [annotate]</a>
470470
@ %z(href("%R/blame?checkin=%S&filename=%h",zCkin,z))
471471
@ [blame]</a>
472
- @ %z(href("%R/timeline?n=200&uf=%S",zUuid))[checkins&nbsp;using]</a>
472
+ @ %z(href("%R/timeline?n=200&uf=%S&unhide",zUuid))[checkins&nbsp;using]</a>
473473
if( fpid ){
474474
@ %z(href("%R/fdiff?v1=%S&v2=%S&sbs=1",zPUuid,zUuid))[diff]</a>
475475
}
476476
}
477477
if( fDebug & FINFO_DEBUG_MLINK ){
478478
--- src/finfo.c
+++ src/finfo.c
@@ -467,11 +467,11 @@
467 const char *z = zFilename;
468 @ %z(href("%R/annotate?checkin=%S&filename=%h",zCkin,z))
469 @ [annotate]</a>
470 @ %z(href("%R/blame?checkin=%S&filename=%h",zCkin,z))
471 @ [blame]</a>
472 @ %z(href("%R/timeline?n=200&uf=%S",zUuid))[checkins&nbsp;using]</a>
473 if( fpid ){
474 @ %z(href("%R/fdiff?v1=%S&v2=%S&sbs=1",zPUuid,zUuid))[diff]</a>
475 }
476 }
477 if( fDebug & FINFO_DEBUG_MLINK ){
478
--- src/finfo.c
+++ src/finfo.c
@@ -467,11 +467,11 @@
467 const char *z = zFilename;
468 @ %z(href("%R/annotate?checkin=%S&filename=%h",zCkin,z))
469 @ [annotate]</a>
470 @ %z(href("%R/blame?checkin=%S&filename=%h",zCkin,z))
471 @ [blame]</a>
472 @ %z(href("%R/timeline?n=200&uf=%S&unhide",zUuid))[checkins&nbsp;using]</a>
473 if( fpid ){
474 @ %z(href("%R/fdiff?v1=%S&v2=%S&sbs=1",zPUuid,zUuid))[diff]</a>
475 }
476 }
477 if( fDebug & FINFO_DEBUG_MLINK ){
478
+3 -3
--- src/info.c
+++ src/info.c
@@ -596,17 +596,17 @@
596596
}
597597
}
598598
@ <tr><th>Timelines:</th><td>
599599
@ %z(href("%R/timeline?f=%S&unhide",zUuid))family</a>
600600
if( zParent ){
601
- @ | %z(href("%R/timeline?p=%S",zUuid))ancestors</a>
601
+ @ | %z(href("%R/timeline?p=%S&unhide",zUuid))ancestors</a>
602602
}
603603
if( !isLeaf ){
604
- @ | %z(href("%R/timeline?d=%S",zUuid))descendants</a>
604
+ @ | %z(href("%R/timeline?d=%S&unhide",zUuid))descendants</a>
605605
}
606606
if( zParent && !isLeaf ){
607
- @ | %z(href("%R/timeline?dp=%S",zUuid))both</a>
607
+ @ | %z(href("%R/timeline?dp=%S&unhide",zUuid))both</a>
608608
}
609609
db_prepare(&q2,"SELECT substr(tag.tagname,5) FROM tagxref, tag "
610610
" WHERE rid=%d AND tagtype>0 "
611611
" AND tag.tagid=tagxref.tagid "
612612
" AND +tag.tagname GLOB 'sym-*'", rid);
613613
--- src/info.c
+++ src/info.c
@@ -596,17 +596,17 @@
596 }
597 }
598 @ <tr><th>Timelines:</th><td>
599 @ %z(href("%R/timeline?f=%S&unhide",zUuid))family</a>
600 if( zParent ){
601 @ | %z(href("%R/timeline?p=%S",zUuid))ancestors</a>
602 }
603 if( !isLeaf ){
604 @ | %z(href("%R/timeline?d=%S",zUuid))descendants</a>
605 }
606 if( zParent && !isLeaf ){
607 @ | %z(href("%R/timeline?dp=%S",zUuid))both</a>
608 }
609 db_prepare(&q2,"SELECT substr(tag.tagname,5) FROM tagxref, tag "
610 " WHERE rid=%d AND tagtype>0 "
611 " AND tag.tagid=tagxref.tagid "
612 " AND +tag.tagname GLOB 'sym-*'", rid);
613
--- src/info.c
+++ src/info.c
@@ -596,17 +596,17 @@
596 }
597 }
598 @ <tr><th>Timelines:</th><td>
599 @ %z(href("%R/timeline?f=%S&unhide",zUuid))family</a>
600 if( zParent ){
601 @ | %z(href("%R/timeline?p=%S&unhide",zUuid))ancestors</a>
602 }
603 if( !isLeaf ){
604 @ | %z(href("%R/timeline?d=%S&unhide",zUuid))descendants</a>
605 }
606 if( zParent && !isLeaf ){
607 @ | %z(href("%R/timeline?dp=%S&unhide",zUuid))both</a>
608 }
609 db_prepare(&q2,"SELECT substr(tag.tagname,5) FROM tagxref, tag "
610 " WHERE rid=%d AND tagtype>0 "
611 " AND tag.tagid=tagxref.tagid "
612 " AND +tag.tagname GLOB 'sym-*'", rid);
613

Keyboard Shortcuts

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