about summary refs log tree commit diff
path: root/filters/html-converters
diff options
context:
space:
mode:
authorJohn Keeping <john@keeping.me.uk>2016-01-19 19:33:08 +0000
committerJason A. Donenfeld <Jason@zx2c4.com>2016-02-08 14:23:16 +0100
commit17c74eefa4390d42a244b12885dc63ac4a764e44 (patch)
treeb5f335bfd68ead178b5e5548b683be1874a01172 /filters/html-converters
parentui-atom: use show_date directly for atom dates (diff)
downloadcgit-pink-17c74eefa4390d42a244b12885dc63ac4a764e44.tar.gz
cgit-pink-17c74eefa4390d42a244b12885dc63ac4a764e44.zip
ui-shared: remove cgit_print_date()
There are no longer any users of this function.

Signed-off-by: John Keeping <john@keeping.me.uk>
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions
eader'>2019-12-18Hide line numbers when rendering mdocJune McEnroe Hack: output an extra <td> after rendering mdoc so that line numbers can be hidden based on there being three. This required splitting source-filter and about-filter since on about pages there is no table. 2019-12-18Customize cgit CSSJune McEnroe 2019-12-18Use :target rather than :focus pseudo-classJune McEnroe :target persists after you click on something else. 2019-12-18Copy cgit auxiliary binaries properlyJune McEnroe 2019-12-18Add git.causal.agency cgit configJune McEnroe 2019-12-18Bail from hi if input is binaryJune McEnroe NULs in the input cause an infinite loop in htmlEscape, not to mention regexes obviously not working, etc. 2019-12-16Post "cgit setup"June McEnroe