Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
| Comment: | Fix a typo in the "info" page. |
|---|---|
| Downloads: | Tarball | ZIP archive |
| Timelines: | family | ancestors | descendants | both | trunk |
| Files: | files | file ages | folders |
| SHA1: |
e2f5be6df11e71fa488aac7bb6078237 |
| User & Date: | drh 2012-05-05 10:55:31.105 |
Context
|
2012-05-05
| ||
| 13:53 | Improvements to the javascript that enables hyperlinks for anonymous users. ... (check-in: 7fb59a67dc user: drh tags: trunk) | |
| 10:55 | Fix a typo in the "info" page. ... (check-in: e2f5be6df1 user: drh tags: trunk) | |
|
2012-05-04
| ||
| 23:14 | Update to the latest SQLite trunk version. (This is for testing SQLite, not for Fossil's benefit.) ... (check-in: 59169e4d16 user: drh tags: trunk) | |
Changes
Changes to src/info.c.
| ︙ | ︙ | |||
701 702 703 704 705 706 707 |
@ <tr><th>Record ID:</th><td>%d(rid)</td></tr>
}
@ <tr><th>Original User:</th><td>
hyperlink_to_user(zUser, zDate, "</td></tr>");
if( g.perm.Hyperlink ){
@ <tr><th>Commands:</th>
@ <td>
| | | 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 |
@ <tr><th>Record ID:</th><td>%d(rid)</td></tr>
}
@ <tr><th>Original User:</th><td>
hyperlink_to_user(zUser, zDate, "</td></tr>");
if( g.perm.Hyperlink ){
@ <tr><th>Commands:</th>
@ <td>
@ %z(href("%R/whistory?name=%t",zName))history</a>
@ | %z(href("%R/artifact/%S",zUuid))raw-text</a>
@ </td>
@ </tr>
}
@ </table></p>
}else{
style_header("Wiki Information");
|
| ︙ | ︙ |