Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
| Comment: | Make Resolution column of /brlist table sortable. |
|---|---|
| Downloads: | Tarball | ZIP archive |
| Timelines: | family | ancestors | descendants | both | trunk |
| Files: | files | file ages | folders |
| SHA1: |
e90503d6174df74214d37d101c3c7cda |
| User & Date: | joel 2015-01-07 21:48:31.813 |
Context
|
2015-01-08
| ||
| 14:30 | Add the --verily option to "fossil clean". Cause "fossil clean" and "fossil extra" to see symbolic links even if symbolic link handling is turned off, as links might have been created by external processes (read: autoconf). ... (check-in: b5b62b3d57 user: drh tags: trunk) | |
|
2015-01-07
| ||
| 21:48 | Make Resolution column of /brlist table sortable. ... (check-in: e90503d617 user: joel tags: trunk) | |
| 21:46 | Move table column sort indicator into CSS. ... (check-in: d3eb877c06 user: joel tags: trunk) | |
Changes
Changes to src/branch.c.
| ︙ | ︙ | |||
377 378 379 380 381 382 383 |
}else{
@ <td></td>
}
@ </tr>
}
@ </tbody></table></div>
db_finalize(&q);
| | | 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 |
}else{
@ <td></td>
}
@ </tr>
}
@ </tbody></table></div>
db_finalize(&q);
output_table_sorting_javascript("branchlisttable","tkktt",2);
style_footer();
}
/*
** WEBPAGE: brlist
** Show a list of branches
** Query parameters:
|
| ︙ | ︙ |