Fossil SCM
Suggested implementation for [1ec9e8658e]: Flag some commits for "extra attention"
Commit
13ba9a50df093d59c9acd20dcd89ea55b21a99d4
Parent
dda5b18b0dd67c6…
1 file changed
+6
-3
+6
-3
| --- src/timeline.c | ||
| +++ src/timeline.c | ||
| @@ -343,15 +343,18 @@ | ||
| 343 | 343 | }else{ |
| 344 | 344 | /* YYYY-MM-DD HH:MM */ |
| 345 | 345 | sqlite3_snprintf(sizeof(zTime), zTime, "%.16s", zDate); |
| 346 | 346 | } |
| 347 | 347 | if( rid == vid ){ |
| 348 | - @ <tr class="timelineCurrent"> | |
| 348 | + @ <tr class="timelineCurrent" | |
| 349 | 349 | }else { |
| 350 | - @ <tr> | |
| 350 | + @ <tr | |
| 351 | 351 | } |
| 352 | - @ <td class="timelineTime">%s(zTime)</td> | |
| 352 | + if( zTagList && zTagList[0] ){ | |
| 353 | + @ class="%h(zTagList)" | |
| 354 | + } | |
| 355 | + @> <td class="timelineTime">%s(zTime)</td> | |
| 353 | 356 | @ <td class="timelineGraph"> |
| 354 | 357 | if( tmFlags & TIMELINE_UCOLOR ) zBgClr = zUser ? hash_color(zUser) : 0; |
| 355 | 358 | if( zType[0]=='c' |
| 356 | 359 | && (pGraph || zBgClr==0 || (tmFlags & TIMELINE_BRCOLOR)!=0) |
| 357 | 360 | ){ |
| 358 | 361 |
| --- src/timeline.c | |
| +++ src/timeline.c | |
| @@ -343,15 +343,18 @@ | |
| 343 | }else{ |
| 344 | /* YYYY-MM-DD HH:MM */ |
| 345 | sqlite3_snprintf(sizeof(zTime), zTime, "%.16s", zDate); |
| 346 | } |
| 347 | if( rid == vid ){ |
| 348 | @ <tr class="timelineCurrent"> |
| 349 | }else { |
| 350 | @ <tr> |
| 351 | } |
| 352 | @ <td class="timelineTime">%s(zTime)</td> |
| 353 | @ <td class="timelineGraph"> |
| 354 | if( tmFlags & TIMELINE_UCOLOR ) zBgClr = zUser ? hash_color(zUser) : 0; |
| 355 | if( zType[0]=='c' |
| 356 | && (pGraph || zBgClr==0 || (tmFlags & TIMELINE_BRCOLOR)!=0) |
| 357 | ){ |
| 358 |
| --- src/timeline.c | |
| +++ src/timeline.c | |
| @@ -343,15 +343,18 @@ | |
| 343 | }else{ |
| 344 | /* YYYY-MM-DD HH:MM */ |
| 345 | sqlite3_snprintf(sizeof(zTime), zTime, "%.16s", zDate); |
| 346 | } |
| 347 | if( rid == vid ){ |
| 348 | @ <tr class="timelineCurrent" |
| 349 | }else { |
| 350 | @ <tr |
| 351 | } |
| 352 | if( zTagList && zTagList[0] ){ |
| 353 | @ class="%h(zTagList)" |
| 354 | } |
| 355 | @> <td class="timelineTime">%s(zTime)</td> |
| 356 | @ <td class="timelineGraph"> |
| 357 | if( tmFlags & TIMELINE_UCOLOR ) zBgClr = zUser ? hash_color(zUser) : 0; |
| 358 | if( zType[0]=='c' |
| 359 | && (pGraph || zBgClr==0 || (tmFlags & TIMELINE_BRCOLOR)!=0) |
| 360 | ){ |
| 361 |