Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
| Comment: | Minor formatting changes the the /mlink page. |
|---|---|
| Downloads: | Tarball | ZIP archive |
| Timelines: | family | ancestors | descendants | both | trunk |
| Files: | files | file ages | folders |
| SHA3-256: |
a73ed0d2f5091cf7c04029ac435544eb |
| User & Date: | drh 2017-10-05 11:03:44.773 |
Context
|
2017-10-05
| ||
| 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 | |
| 11:03 | Minor formatting changes the the /mlink page. check-in: a73ed0d2f5 user: drh tags: trunk | |
| 10:02 | Fix a hyperlink on the /mlink page. Add a link from /info for a check-in to the /mlink page under "Other Links". check-in: 180128f523 user: drh tags: trunk | |
Changes
Changes to src/finfo.c.
| ︙ | ︙ | |||
709 710 711 712 713 714 715 |
@ <h1>MLINK table for check-in %h(zCI)</h1>
render_checkin_context(mid, 1);
@ <hr />
@ <div class='brlist'>
@ <table id='mlinktable'>
@ <thead><tr>
@ <th>File</th>
| | | 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 |
@ <h1>MLINK table for check-in %h(zCI)</h1>
render_checkin_context(mid, 1);
@ <hr />
@ <div class='brlist'>
@ <table id='mlinktable'>
@ <thead><tr>
@ <th>File</th>
@ <th>Parent<br>Check-in</th>
@ <th>Merge?</th>
@ <th>New</th>
@ <th>Old</th>
@ <th>Exe<br>Bit?</th>
@ <th>Prior<br>Name</th>
@ </tr></thead>
@ <tbody>
|
| ︙ | ︙ |
Changes to src/style.c.
| ︙ | ︙ | |||
1423 1424 1425 1426 1427 1428 1429 1430 1431 1432 1433 1434 1435 1436 |
},
{ ".brlist table", "The list of branches",
@ border-spacing: 0;
},
{ ".brlist table th", "Branch list table headers",
@ text-align: left;
@ padding: 0px 1em 0.5ex 0px;
},
{ ".brlist table td", "Branch list table headers",
@ padding: 0px 2em 0px 0px;
@ white-space: nowrap;
},
{ "th.sort:after",
"General styles for sortable column marker",
| > | 1423 1424 1425 1426 1427 1428 1429 1430 1431 1432 1433 1434 1435 1436 1437 |
},
{ ".brlist table", "The list of branches",
@ border-spacing: 0;
},
{ ".brlist table th", "Branch list table headers",
@ text-align: left;
@ padding: 0px 1em 0.5ex 0px;
@ vertical-align: bottom;
},
{ ".brlist table td", "Branch list table headers",
@ padding: 0px 2em 0px 0px;
@ white-space: nowrap;
},
{ "th.sort:after",
"General styles for sortable column marker",
|
| ︙ | ︙ |