| | @@ -598,14 +598,14 @@ |
| 598 | 598 | }else{ |
| 599 | 599 | @ <tr><th>User:</th><td> |
| 600 | 600 | hyperlink_to_user(zUser,zDate,"</td></tr>"); |
| 601 | 601 | } |
| 602 | 602 | if( zEComment ){ |
| 603 | | - @ <tr><th>Edited Comment:</th><td class="infoComment">%!w(zEComment)</td></tr> |
| 604 | | - @ <tr><th>Original Comment:</th><td class="infoComment">%!w(zComment)</td></tr> |
| 603 | + @ <tr><th>Edited Comment:</th><td class="infoComment">%!W(zEComment)</td></tr> |
| 604 | + @ <tr><th>Original Comment:</th><td class="infoComment">%!W(zComment)</td></tr> |
| 605 | 605 | }else{ |
| 606 | | - @ <tr><th>Comment:</th><td class="infoComment">%!w(zComment)</td></tr> |
| 606 | + @ <tr><th>Comment:</th><td class="infoComment">%!W(zComment)</td></tr> |
| 607 | 607 | } |
| 608 | 608 | if( g.perm.Admin ){ |
| 609 | 609 | db_prepare(&q2, |
| 610 | 610 | "SELECT rcvfrom.ipaddr, user.login, datetime(rcvfrom.mtime)" |
| 611 | 611 | " FROM blob JOIN rcvfrom USING(rcvid) LEFT JOIN user USING(uid)" |
| | @@ -1249,11 +1249,11 @@ |
| 1249 | 1249 | hyperlink_to_date(zDate,""); |
| 1250 | 1250 | } |
| 1251 | 1251 | if( zBr && zBr[0] ){ |
| 1252 | 1252 | @ on branch %z(href("%R/timeline?r=%T",zBr))%h(zBr)</a> |
| 1253 | 1253 | } |
| 1254 | | - @ — %!w(zCom) (user: |
| 1254 | + @ — %!W(zCom) (user: |
| 1255 | 1255 | hyperlink_to_user(zUser,zDate,")"); |
| 1256 | 1256 | if( g.perm.Hyperlink ){ |
| 1257 | 1257 | @ %z(href("%R/finfo?name=%T&ci=%!S",zName,zVers))[ancestry]</a> |
| 1258 | 1258 | @ %z(href("%R/annotate?filename=%T&checkin=%!S",zName,zVers)) |
| 1259 | 1259 | @ [annotate]</a> |
| | @@ -1335,11 +1335,11 @@ |
| 1335 | 1335 | @ Control file referencing |
| 1336 | 1336 | } |
| 1337 | 1337 | if( zType[0]!='e' ){ |
| 1338 | 1338 | hyperlink_to_uuid(zUuid); |
| 1339 | 1339 | } |
| 1340 | | - @ - %!w(zCom) by |
| 1340 | + @ - %!W(zCom) by |
| 1341 | 1341 | hyperlink_to_user(zUser,zDate," on"); |
| 1342 | 1342 | hyperlink_to_date(zDate, "."); |
| 1343 | 1343 | if( pDownloadName && blob_size(pDownloadName)==0 ){ |
| 1344 | 1344 | blob_appendf(pDownloadName, "%S.txt", zUuid); |
| 1345 | 1345 | } |
| | @@ -2452,11 +2452,11 @@ |
| 2452 | 2452 | if( zNewColor && zNewColor[0] ){ |
| 2453 | 2453 | @ <tr><td style="background-color: %h(zNewColor);"> |
| 2454 | 2454 | }else{ |
| 2455 | 2455 | @ <tr><td> |
| 2456 | 2456 | } |
| 2457 | | - @ %!w(blob_str(&comment)) |
| 2457 | + @ %!W(blob_str(&comment)) |
| 2458 | 2458 | blob_zero(&suffix); |
| 2459 | 2459 | blob_appendf(&suffix, "(user: %h", zNewUser); |
| 2460 | 2460 | db_prepare(&q, "SELECT substr(tagname,5) FROM tagxref, tag" |
| 2461 | 2461 | " WHERE tagname GLOB 'sym-*' AND tagxref.rid=%d" |
| 2462 | 2462 | " AND tagtype>1 AND tag.tagid=tagxref.tagid", |
| 2463 | 2463 | |