Differences From:
File
src/info.c
part of check-in
[16e765bac5]
- Fix a bug in the "info" webpage.
by
drh on
2008-02-25 00:18:30.
[view]
To:
File
src/info.c
part of check-in
[82fc5abb60]
- Cut over to the new timeline code. Remove the older timeline.
by
drh on
2008-02-26 17:57:11.
Also file
src/info.c
part of check-in
[2e84fb3e54]
- Merged with 82fc5abb60.
by
aku on
2008-02-27 04:15:47.
[view]
@@ -333,10 +333,11 @@
@ <tr><th>Original User:</th><td>%h(db_column_text(&q, 2))</td></tr>
@ <tr><th>Original Comment:</th><td>%w(db_column_text(&q,3))</td></tr>
@ </td></tr>
@ <tr><th>Timelines:</th><td>
- @ <a href="%s(g.zBaseURL)/timeline?e=%d(rid)&r">ancestors</a>
- @ | <a href="%s(g.zBaseURL)/timeline?e=%d(rid)&r&a">descendents</a>
+ @ <a href="%s(g.zBaseURL)/timeline?p=%d(rid)">ancestors</a>
+ @ | <a href="%s(g.zBaseURL)/timeline?d=%d(rid)">descendents</a>
+ @ | <a href="%s(g.zBaseURL)/timeline?d=%d(rid)&p=%d(rid)">both</a>
@ </td></tr>
@ <tr><th>Commands:</th>
@ <td>
@ <a href="%s(g.zBaseURL)/vdiff/%d(rid)">diff</a>