]> Sergey Matveev's repositories - public-inbox.git/history - lib/PublicInbox/View.pm
add various TODO items
[public-inbox.git] / lib / PublicInbox / View.pm
2014-05-04 Eric Wongadd various TODO items
2014-05-02 Eric Wongview: API cleanup, remove "as_" prefix
2014-05-01 Eric Wongpurge Email::Address cache
2014-04-28 Eric Wonguri_escape => uri_escape_utf8
2014-04-27 Eric Wongview: uri_escape subject
2014-04-26 Eric Wongview: show References: header, too
2014-04-26 Eric Wongview: add per-message HTML footer to encourage replies
2014-04-26 Eric Wonghuge refactor of encoding handling
2014-04-25 Eric Wongcgi: eliminate dead/redundant HTML escaping code
2014-04-24 Eric Wonghtml: refactor header value handling to be OO
2014-04-22 Eric Wongview: fix link to raw message from /f/ endpoint
2014-04-22 Eric Wongview: do not decode Message-ID
2014-04-18 Eric Wongview: fix regression in standalone /^>$/ lines
2014-04-17 Eric Wongensure per-message short quotes do not get too long
2014-04-17 Eric Wongview: remove pointless self-linkage
2014-04-17 Eric Wongview: fix title of HTML views
2014-04-17 Eric Wongview: inline shorter quotes
2014-04-17 Eric WongHTML: various encoding fixups
2014-04-15 Eric Wongview: finish HTML in per-message pages
2014-04-15 Eric WongHTML: ensure hrefs are quoted properly
2014-04-11 Eric Wongview: trim_message_id consistently
2014-04-06 Eric Wongview: use "original" rather than "raw"
2014-04-06 Eric Wongview: minor cleanups
2014-04-06 Eric Wongfeed: reuse view class to display message
2014-04-06 Eric Wongview: all content is assumed to be displayable text
2014-04-05 Eric Wongview: use URI::Escape to escape URIs
2014-04-05 Eric Wongview: implement quote folding and flesh out tests
2014-04-05 Eric Wongview: update IRP and MID links
2014-02-25 Eric Wongview: add view module to be used for rendering HTML