Overview
SHA1 Hash: | 3c9e5699ceb881c939c0fc7fa8cddff1329b4ab5 |
---|---|
Date: | 2008-08-13 19:22:50 |
User: | cle |
Comment: | Use new alternative /zip URL syntax for the Zip archive
link at the /vinfo page. Where the old filename of the ZIP archive was
417dd898ab0640f2472ebd248ac80e80f0ec6972.zipthe new name would be: fossil-417dd898ab.zipThe archive's content is placed into a directory named after the Zip archive file's basename. |
Timelines: | ancestors | descendants | both | trunk |
Other Links: | files | ZIP archive | manifest |
Tags And Properties
- branch=trunk inherited from [a28c83647d]
- sym-trunk inherited from [a28c83647d]
Changes
[hide diffs]Modified src/info.c from [1b352f5977] to [5e63c2eabc].
@@ -354,25 +354,27 @@ }else{ @ <tr><th>Comment:</th><td>%w(zComment)</td></tr> } @ </td></tr> if( g.okHistory ){ + char *zShortUuid = mprintf("%.10s", zUuid); @ <tr><th>Timelines:</th><td> @ <a href="%s(g.zBaseURL)/timeline?p=%d(rid)">ancestors</a> @ | <a href="%s(g.zBaseURL)/timeline?d=%d(rid)">descendants</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> - @ | <a href="%s(g.zBaseURL)/zip/%s(zUuid).zip">ZIP archive</a> + @ | <a href="%s(g.zBaseURL)/zip/fossil-%s(zShortUuid).zip?rid=%s(zUuid)">ZIP archive</a> @ | <a href="%s(g.zBaseURL)/artifact/%d(rid)">manifest</a> if( g.okWrite ){ @ | <a href="%s(g.zBaseURL)/vedit?r=%d(rid)">edit</a> } @ </td> @ </tr> + free(zShortUuid); } @ </table></p> }else{ style_header("Baseline Information"); login_anonymous_available();