Fossil SCM
in /stats_report?view=byyear, the year labels now link back to view=byweek (for lack of anything better to link to).
Commit
c8b024bb1bc6dcff36a566fc99a2a5d0f28dad05
Parent
cf71d6777f06544…
1 file changed
+1
-1
+1
-1
| --- src/timeline.c | ||
| +++ src/timeline.c | ||
| @@ -1957,11 +1957,11 @@ | ||
| 1957 | 1957 | if( zUserName && *zUserName ){ |
| 1958 | 1958 | cgi_printf("&u=%t", zUserName); |
| 1959 | 1959 | } |
| 1960 | 1960 | cgi_printf("' target='_new'>%s</a>",zTimeframe); |
| 1961 | 1961 | }else { |
| 1962 | - @ %s(zTimeframe) | |
| 1962 | + @ <a href='?view=byweek&y=%s(zTimeframe)'>%s(zTimeframe)</a> | |
| 1963 | 1963 | } |
| 1964 | 1964 | @ </td><td>%d(nCount)</td> |
| 1965 | 1965 | @ <td> |
| 1966 | 1966 | @ <div class='statistics-report-graph-line' |
| 1967 | 1967 | @ style='height:16px;width:%d(nSize)px;'> |
| 1968 | 1968 |
| --- src/timeline.c | |
| +++ src/timeline.c | |
| @@ -1957,11 +1957,11 @@ | |
| 1957 | if( zUserName && *zUserName ){ |
| 1958 | cgi_printf("&u=%t", zUserName); |
| 1959 | } |
| 1960 | cgi_printf("' target='_new'>%s</a>",zTimeframe); |
| 1961 | }else { |
| 1962 | @ %s(zTimeframe) |
| 1963 | } |
| 1964 | @ </td><td>%d(nCount)</td> |
| 1965 | @ <td> |
| 1966 | @ <div class='statistics-report-graph-line' |
| 1967 | @ style='height:16px;width:%d(nSize)px;'> |
| 1968 |
| --- src/timeline.c | |
| +++ src/timeline.c | |
| @@ -1957,11 +1957,11 @@ | |
| 1957 | if( zUserName && *zUserName ){ |
| 1958 | cgi_printf("&u=%t", zUserName); |
| 1959 | } |
| 1960 | cgi_printf("' target='_new'>%s</a>",zTimeframe); |
| 1961 | }else { |
| 1962 | @ <a href='?view=byweek&y=%s(zTimeframe)'>%s(zTimeframe)</a> |
| 1963 | } |
| 1964 | @ </td><td>%d(nCount)</td> |
| 1965 | @ <td> |
| 1966 | @ <div class='statistics-report-graph-line' |
| 1967 | @ style='height:16px;width:%d(nSize)px;'> |
| 1968 |