Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
| Comment: | Provide a word-break in the middle of the long SHA3-256 strings shown on the /info page. |
|---|---|
| Downloads: | Tarball | ZIP archive |
| Timelines: | family | ancestors | descendants | both | trunk |
| Files: | files | file ages | folders |
| SHA3-256: |
357d5e82ad4bc2adc266a1fa0f4406d4 |
| User & Date: | drh 2019-01-26 02:59:07.248 |
Context
|
2019-01-27
| ||
| 19:16 | Add the global --comment-format command-line option and the "comment-format" setting for controlling the display of the command-line timeline. ... (check-in: 2476b8121e user: drh tags: trunk) | |
| 15:35 | Add the "comment-format" setting to set the default options for printing timeline comments to the console, as discussed here: [https://fossil-scm.org/forum/forumpost/d9954370c7]. ... (check-in: bc62fa1710 user: florian tags: comment-format-setting) | |
|
2019-01-26
| ||
| 02:59 | Provide a word-break in the middle of the long SHA3-256 strings shown on the /info page. ... (check-in: 357d5e82ad user: drh tags: trunk) | |
| 02:50 | Disable the HH:MM timestamps on narrow display using javascript. ... (check-in: 4a1a474f2c user: drh tags: trunk) | |
Changes
Changes to src/info.c.
| ︙ | ︙ | |||
790 791 792 793 794 795 796 |
@ <td>
@ %z(href("%R/tree?ci=%!S",zUuid))files</a>
@ | %z(href("%R/fileage?name=%!S",zUuid))file ages</a>
@ | %z(href("%R/tree?nofiles&type=tree&ci=%!S",zUuid))folders</a>
@ </td>
@ </tr>
| | | 790 791 792 793 794 795 796 797 798 799 800 801 802 803 804 |
@ <td>
@ %z(href("%R/tree?ci=%!S",zUuid))files</a>
@ | %z(href("%R/fileage?name=%!S",zUuid))file ages</a>
@ | %z(href("%R/tree?nofiles&type=tree&ci=%!S",zUuid))folders</a>
@ </td>
@ </tr>
@ <tr><th>%s(hname_alg(nUuid)):</th><td>%.32s(zUuid)<wbr>%s(zUuid+32)
if( g.perm.Setup ){
@ (Record ID: %d(rid))
}
@ </td></tr>
@ <tr><th>User & Date:</th><td>
hyperlink_to_user(zUser,zDate," on ");
hyperlink_to_date(zDate, "</td></tr>");
|
| ︙ | ︙ |