Differences From Artifact [34eb6ba4b0]:
- File src/finfo.c — part of check-in [badd78e167] at 2012-11-15 12:38:06 on branch trunk — Add the debug= query parameter to the finfo file timeline page. Setting the 1 bit on debug causes the fid, pid, and mid of each file change to be displayed in the timeline. (user: drh size: 13528)
To Artifact [b1ef8ed97e]:
- File src/finfo.c — part of check-in [a9372c05f5] at 2012-11-15 15:57:45 on branch trunk — Enhancements to the timeline labeling with the uf= option. New hyperlinks from the finfo page to timeline with uf=. (user: drh size: 13603)
| ︙ | |||
369 370 371 372 373 374 375 376 377 378 379 380 381 382 | 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 | + |
if( g.perm.Hyperlink && zUuid ){
const char *z = zFilename;
if( fpid ){
@ %z(href("%R/fdiff?v1=%S&v2=%S",zPUuid,zUuid))[diff]</a>
}
@ %z(href("%R/annotate?checkin=%S&filename=%h",zCkin,z))
@ [annotate]</a>
@ %z(href("%R/timeline?n=200&uf=%S",zUuid))[checkins using]</a>
}
if( fDebug & FINFO_DEBUG_MLINK ){
@ fid=%d(frid), pid=%d(fpid), mid=%d(fmid)
}
@ </td></tr>
}
db_finalize(&q);
|
| ︙ |