Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Remove the [...] surrounding hashes in the detail information of the timeline. |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
cc846d4bcd880f40498097de095010a6 |
User & Date: | drh 2017-12-05 16:04:11.158 |
Context
2017-12-05
| ||
16:22 | If a @-line for a string literal ends with "\" then omit the newline. ... (check-in: 09d882ee user: drh tags: trunk) | |
16:04 | Remove the [...] surrounding hashes in the detail information of the timeline. ... (check-in: cc846d4b user: drh tags: trunk) | |
15:48 | Tolerate "[...]" delimiters enclosing hash identifiers. ... (check-in: 537b498e user: drh tags: trunk) | |
Changes
Changes to src/timeline.c.
︙ | ︙ | |||
549 550 551 552 553 554 555 | " WHERE rid=%d AND tagid=%d AND tagtype>0", rid, TAG_CLOSED) ){ @ <span class='timelineLeaf'>Closed-Leaf</span> }else{ @ <span class='timelineLeaf'>Leaf</span> } } | | < | < | 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 | " WHERE rid=%d AND tagid=%d AND tagtype>0", rid, TAG_CLOSED) ){ @ <span class='timelineLeaf'>Closed-Leaf</span> }else{ @ <span class='timelineLeaf'>Leaf</span> } } cgi_printf("check-in: %z%S</a> ",href("%R/info/%!S",zUuid),zUuid); }else if( zType[0]=='e' && tagid ){ cgi_printf("technote: "); hyperlink_to_event_tagid(tagid<0?-tagid:tagid); }else{ cgi_printf("artifact: %z%S</a> ",href("%R/info/%!S",zUuid),zUuid); } } if( g.perm.Hyperlink && fossil_strcmp(zDispUser, zThisUser)!=0 ){ char *zLink = mprintf("%R/timeline?u=%h&c=%t&nd&n=200", zDispUser, zDate); cgi_printf("user: %z%h</a>", href("%z",zLink), zDispUser); }else{ |
︙ | ︙ |