Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
| Comment: | Improved header on the /finfo single-file timeline page. |
|---|---|
| Downloads: | Tarball | ZIP archive |
| Timelines: | family | ancestors | descendants | both | trunk |
| Files: | files | file ages | folders |
| SHA1: |
88c4a53e34ca8fa4c22c8c4f810e4294 |
| User & Date: | drh 2016-08-27 17:01:31.147 |
Context
|
2016-08-27
| ||
| 21:16 | Fix comment and documentation typos. check-in: 35d43fd98f user: drh tags: trunk | |
| 17:01 | Improved header on the /finfo single-file timeline page. check-in: 88c4a53e34 user: drh tags: trunk | |
|
2016-08-25
| ||
| 00:14 | Mention the new '-nocomplain' option to the TH1 'query' command in the documentation. check-in: 51fc4a3ec3 user: mistachkin tags: trunk | |
Changes
Changes to src/finfo.c.
| ︙ | ︙ | |||
409 410 411 412 413 414 415 |
blob_appendf(&title,"<a href='%R/finfo?name=%T'>%h</a>",
zFilename, zFilename);
if( fShowId ) blob_appendf(&title, " (%d)", fnid);
blob_appendf(&title, " from check-in %z%S</a>", zLink, zUuid);
if( fShowId ) blob_appendf(&title, " (%d)", baseCheckin);
fossil_free(zUuid);
}else{
| | | 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 |
blob_appendf(&title,"<a href='%R/finfo?name=%T'>%h</a>",
zFilename, zFilename);
if( fShowId ) blob_appendf(&title, " (%d)", fnid);
blob_appendf(&title, " from check-in %z%S</a>", zLink, zUuid);
if( fShowId ) blob_appendf(&title, " (%d)", baseCheckin);
fossil_free(zUuid);
}else{
blob_appendf(&title, "History of ");
hyperlinked_path(zFilename, &title, 0, "tree", "");
if( fShowId ) blob_appendf(&title, " (%d)", fnid);
}
@ <h2>%b(&title)</h2>
blob_reset(&title);
pGraph = graph_init();
@ <table id="timelineTable" class="timelineTable">
|
| ︙ | ︙ |