Fossil SCM
Add the "Path" submenu link on the "/vdiff" web page.
Commit
ef6f7dee43779e16ceb8e4277d7d7d8ee7f0ddf5
Parent
c6c05c82fdefa1d…
2 files changed
+2
+2
-1
+2
| --- src/info.c | ||
| +++ src/info.c | ||
| @@ -987,10 +987,12 @@ | ||
| 987 | 987 | if(zGlob && !*zGlob){ |
| 988 | 988 | zGlob = NULL; |
| 989 | 989 | } |
| 990 | 990 | diffFlags = construct_diff_flags(verboseFlag, sideBySide); |
| 991 | 991 | zW = (diffFlags&DIFF_IGNORE_ALLWS)?"&w":""; |
| 992 | + style_submenu_element("Path","path", | |
| 993 | + "%R/timeline?me=%T&you=%T", zFrom, zTo); | |
| 992 | 994 | if( sideBySide || verboseFlag ){ |
| 993 | 995 | style_submenu_element("Hide Diff", "hidediff", |
| 994 | 996 | "%R/vdiff?from=%T&to=%T&sbs=0%s%T%s", |
| 995 | 997 | zFrom, zTo, |
| 996 | 998 | zGlob ? "&glob=" : "", zGlob ? zGlob : "", zW); |
| 997 | 999 |
| --- src/info.c | |
| +++ src/info.c | |
| @@ -987,10 +987,12 @@ | |
| 987 | if(zGlob && !*zGlob){ |
| 988 | zGlob = NULL; |
| 989 | } |
| 990 | diffFlags = construct_diff_flags(verboseFlag, sideBySide); |
| 991 | zW = (diffFlags&DIFF_IGNORE_ALLWS)?"&w":""; |
| 992 | if( sideBySide || verboseFlag ){ |
| 993 | style_submenu_element("Hide Diff", "hidediff", |
| 994 | "%R/vdiff?from=%T&to=%T&sbs=0%s%T%s", |
| 995 | zFrom, zTo, |
| 996 | zGlob ? "&glob=" : "", zGlob ? zGlob : "", zW); |
| 997 |
| --- src/info.c | |
| +++ src/info.c | |
| @@ -987,10 +987,12 @@ | |
| 987 | if(zGlob && !*zGlob){ |
| 988 | zGlob = NULL; |
| 989 | } |
| 990 | diffFlags = construct_diff_flags(verboseFlag, sideBySide); |
| 991 | zW = (diffFlags&DIFF_IGNORE_ALLWS)?"&w":""; |
| 992 | style_submenu_element("Path","path", |
| 993 | "%R/timeline?me=%T&you=%T", zFrom, zTo); |
| 994 | if( sideBySide || verboseFlag ){ |
| 995 | style_submenu_element("Hide Diff", "hidediff", |
| 996 | "%R/vdiff?from=%T&to=%T&sbs=0%s%T%s", |
| 997 | zFrom, zTo, |
| 998 | zGlob ? "&glob=" : "", zGlob ? zGlob : "", zW); |
| 999 |
+2
-1
| --- src/timeline.c | ||
| +++ src/timeline.c | ||
| @@ -996,19 +996,20 @@ | ||
| 996 | 996 | ** d=UUID artifact and up to COUNT descendants |
| 997 | 997 | ** dp=UUID The same as d=UUID&p=UUID |
| 998 | 998 | ** t=TAGID show only check-ins with the given tagid |
| 999 | 999 | ** r=TAGID show check-ins related to tagid |
| 1000 | 1000 | ** u=USER only if belonging to this user |
| 1001 | -** y=TYPE 'ci', 'w', 't', 'e' | |
| 1001 | +** y=TYPE 'ci', 'w', 't', 'e', or (default) 'all' | |
| 1002 | 1002 | ** s=TEXT string search (comment and brief) |
| 1003 | 1003 | ** ng Suppress the graph if present |
| 1004 | 1004 | ** nd Suppress "divider" lines |
| 1005 | 1005 | ** v Show details of files changed |
| 1006 | 1006 | ** f=UUID Show family (immediate parents and children) of UUID |
| 1007 | 1007 | ** from=UUID Path from... |
| 1008 | 1008 | ** to=UUID ... to this |
| 1009 | 1009 | ** nomerge ... avoid merge links on the path |
| 1010 | +** shortest ... show only the shortest path | |
| 1010 | 1011 | ** uf=FUUID Show only checkins that use given file version |
| 1011 | 1012 | ** brbg Background color from branch name |
| 1012 | 1013 | ** ubg Background color from user |
| 1013 | 1014 | ** namechng Show only checkins that filename changes |
| 1014 | 1015 | ** ym=YYYY-MM Shown only events for the given year/month. |
| 1015 | 1016 |
| --- src/timeline.c | |
| +++ src/timeline.c | |
| @@ -996,19 +996,20 @@ | |
| 996 | ** d=UUID artifact and up to COUNT descendants |
| 997 | ** dp=UUID The same as d=UUID&p=UUID |
| 998 | ** t=TAGID show only check-ins with the given tagid |
| 999 | ** r=TAGID show check-ins related to tagid |
| 1000 | ** u=USER only if belonging to this user |
| 1001 | ** y=TYPE 'ci', 'w', 't', 'e' |
| 1002 | ** s=TEXT string search (comment and brief) |
| 1003 | ** ng Suppress the graph if present |
| 1004 | ** nd Suppress "divider" lines |
| 1005 | ** v Show details of files changed |
| 1006 | ** f=UUID Show family (immediate parents and children) of UUID |
| 1007 | ** from=UUID Path from... |
| 1008 | ** to=UUID ... to this |
| 1009 | ** nomerge ... avoid merge links on the path |
| 1010 | ** uf=FUUID Show only checkins that use given file version |
| 1011 | ** brbg Background color from branch name |
| 1012 | ** ubg Background color from user |
| 1013 | ** namechng Show only checkins that filename changes |
| 1014 | ** ym=YYYY-MM Shown only events for the given year/month. |
| 1015 |
| --- src/timeline.c | |
| +++ src/timeline.c | |
| @@ -996,19 +996,20 @@ | |
| 996 | ** d=UUID artifact and up to COUNT descendants |
| 997 | ** dp=UUID The same as d=UUID&p=UUID |
| 998 | ** t=TAGID show only check-ins with the given tagid |
| 999 | ** r=TAGID show check-ins related to tagid |
| 1000 | ** u=USER only if belonging to this user |
| 1001 | ** y=TYPE 'ci', 'w', 't', 'e', or (default) 'all' |
| 1002 | ** s=TEXT string search (comment and brief) |
| 1003 | ** ng Suppress the graph if present |
| 1004 | ** nd Suppress "divider" lines |
| 1005 | ** v Show details of files changed |
| 1006 | ** f=UUID Show family (immediate parents and children) of UUID |
| 1007 | ** from=UUID Path from... |
| 1008 | ** to=UUID ... to this |
| 1009 | ** nomerge ... avoid merge links on the path |
| 1010 | ** shortest ... show only the shortest path |
| 1011 | ** uf=FUUID Show only checkins that use given file version |
| 1012 | ** brbg Background color from branch name |
| 1013 | ** ubg Background color from user |
| 1014 | ** namechng Show only checkins that filename changes |
| 1015 | ** ym=YYYY-MM Shown only events for the given year/month. |
| 1016 |