Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
| Comment: | Only show hyperlinks to the /mlink page to admin users. |
|---|---|
| Downloads: | Tarball | ZIP archive |
| Timelines: | family | ancestors | descendants | both | trunk |
| Files: | files | file ages | folders |
| SHA3-256: |
dead084ee5d54c258498e4f00c8d4175 |
| User & Date: | drh 2017-10-05 11:41:47.633 |
Context
|
2017-10-06
| ||
| 16:36 | Improved help message for the /mlink page ... (check-in: bf94ffa009 user: drh tags: trunk) | |
|
2017-10-05
| ||
| 11:41 | Only show hyperlinks to the /mlink page to admin users. ... (check-in: dead084ee5 user: drh tags: trunk) | |
| 11:37 | Delta checksum verification is disabled by default, for better performance. It can be reenabled using -DFOSSIL_ENABLE_DELTA_CKSUM_TEST. ... (check-in: d3a46b2a45 user: drh tags: trunk) | |
Changes
Changes to src/info.c.
| ︙ | ︙ | |||
762 763 764 765 766 767 768 |
@ </td></tr>
@ <tr><th>Other Links:</th>
@ <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>
@ | %z(href("%R/artifact/%!S",zUuid))manifest</a>
| > | > | 762 763 764 765 766 767 768 769 770 771 772 773 774 775 776 777 778 |
@ </td></tr>
@ <tr><th>Other Links:</th>
@ <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>
@ | %z(href("%R/artifact/%!S",zUuid))manifest</a>
if( g.perm.Admin ){
@ | %z(href("%R/mlink?ci=%!S",zUuid))mlink table</a>
}
if( g.anon.Write ){
@ | %z(href("%R/ci_edit?r=%!S",zUuid))edit</a>
}
@ </td>
@ </tr>
blob_reset(&projName);
}
|
| ︙ | ︙ |