Commit Briefs
template: provide tp_write_htmlescape()
it's like tp_htmlescape() but takes a size instead of a NUL-terminated string. Part of a larger diff that's ok tracey@
gotwebd: tweak hr styling in the dark mode
Kyle Ackerman agrees
make diff color-highlighting in gotwebd's dark-mode more accessible
A red/green color scheme is bad for people with red/green colorblindness. Use similar colors as used by 'tog diff' to avoid this issue. Patch by Kyle Ackerman ok op@
plug pathlist leak in 'got status' code path
Patch by Kyle Ackerman.
gotwebd: use breadcumbs in more actions
Breadcumbs are useful not only in the TREE and BLOB action, but also in COMMITS/BRIEFS and BLOB. prodded by stsp@
gotwebd: make blame view work in text browsers
While here pad line numbers with spaces instead of zeroes to match the blob view.
gotwebd: add actions to the blame view
ok tracey@
gotwebd: add links for actions in the blob page
positive feedback from Kyle Ackerman ok/tweak tracey@
gotwebd: add a dark mode
Diff from Kyle Ackerman. tracey@ and I likes it.
gotwebd: introduce .page_header_wrapper to avoid style repetitions
while here clean up some *_header id not used / not needed.
gotwebd: tweak .tree_wrapper styling; no functional change
there's no need to override the background-color for the 'even' row. This will simplify the addition of a dark mode.
portable: release 0.94 (tags/0.94)
portable: update dist configuration
When running 'make dist', ensure we automatically pass through the relevant configure options so that the relevant files are included.