Differences From:
File src/info.c part of check-in [589687d783] - Fix bugc858c4178b- at three places, the original checkin comment was taken from the repository. Only if there was no original checkin comment, the edited comment (ecomment) was fetched.That logic seem wrong. As at all other cases, first the ecommend was fetched and only when that failed, the original comment was taken, I corrected the three places in code accordingly.
by cle on 2008-08-14 16:15:17. [view]
To:
File src/info.c part of check-in [81a96aadf3] - Change CGI parameter name rid to uuid for the /zip URL. by cle on 2008-08-17 11:37:15. [view]
@@ -365,9 +365,9 @@ @ </td></tr> @ <tr><th>Commands:</th> @ <td> @ <a href="%s(g.zBaseURL)/vdiff/%d(rid)">diff</a> - @ | <a href="%s(g.zBaseURL)/zip/%s(zProjName)-%s(zShortUuid).zip?rid=%s(zUuid)"> + @ | <a href="%s(g.zBaseURL)/zip/%s(zProjName)-%s(zShortUuid).zip?uuid=%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>